.container {
  margin:0 auto;
  max-width:960px;
}

#main {
    position:relative;
    height:310px;
}

.jumbotron {
    background-color:#9966CC;
}

#heading {
    z-index:100;
    position:absolute;
    top:80px;
    padding-left:100px;
    color:#fff;
    width:900px;
    font-size:60px;
}

#text {
    position:absolute;
    color:#fff;
    top:190px;
    width:800px;
    padding-left:300px;
    font-style:italic;
    font-size:25px;
}

.h4 {
    color:#8fd6ee;
    text-align:center;
}

a {
    text-decoration:none;
    color:#336699;
}

footer {
    text-align:center;
    position:absolute;
    background-color:#f8f8f8;
    border:1px solid #e7e7e7;
    width:100%;
    height:70px;
    left:0;
    bottom:0;
    padding-top:30px;
}
