body{
 background-color: #222;
}
#navtbl{
 z-index: 1;
}
#heading{
 margin: -72px auto 0;
 text-align: center;
 overflow: hidden;
}
#heading h1{
 font-family: 'Titillium Web';
 font-weight: 200;
 margin-bottom: 0;
 line-height: 1;
}
#topbk{
 background-color: #77D8CB;
 width: calc(80% + 8px);
 margin-left: calc(10% - 2px);
 height: 250px;
 margin-bottom: -250px;
}
#solresol{
 background: linear-gradient(to right, rgba(129,129,255,0.95), rgba(255,255,126,0.95), rgba(129,129,255,0.95), rgba(255,201,101,0.95));
 height: 70px;
 border-bottom: 2px solid #C16E3E;
 padding-top: 10px;
}
#cont1{
 background-color: #77D8CB;
 width: 80%;
 margin-left: calc(10% - 2px);
 padding: 6px 4px;
 font-family: 'Nunito';
}
#cont1 p, #cont1 h2{
 padding-right: 3px;
 padding-left: 3px;
}
#copyright{
 margin-left: 11%;
 font-family: 'Nunito';
 color: #444;
 font-size: 10pt;
 padding-bottom: 8px;
}