html,body{background:#f6f6f6}
.navbar-default{background:none;border:none}
.navbar-fixed-top{background-color:rgba(255,255,255,0);transition:background-color 2s ease 0s}
.navbar-fixed-top.opaque{background-color:rgba(255,255,255,1);transition:background-color 1s ease 0s;box-shadow: 0 5px 15px rgba(0,0,0,0.15)}
.navbar-fixed-top.opaque::after{box-shadow:0 5px 15px rgba(0,0,0,0.3);transition: opacity 1s ease}
.navbar-fixed-top img{position:absolute;top:15px;left:10px;height:auto;-webkit-transition:all 1s;transition: all 1s;}
.navbar-fixed-top.opaque img{position:absolute;top:-5px;left:-90px;-webkit-transform:scale(.5);transform:scale(.5)}
.navbar-default .navbar-nav > li > a{padding:0 15px;font:normal 14px 'Oswald';line-height:60px;color:#002e5c}
.navbar-default .navbar-nav > li.active > a{color:#c20d0d}
.jumbotron{background:url(../images/bg.jpg) top center no-repeat #fffcf3;background-size:cover;height:100vh}
.payout{width:920px;margin:100px auto 0 auto}
.payout div{float:left;background:url(../images/payout.png) top center no-repeat;width:300px;height:580px;padding:100px 0 0 0;margin:0 10px 0 0;text-align:center}
.payout div a{color:#333}
.payout div a:hover{text-decoration:none}
.payout div:last-child{margin:0}
.payout div h1{margin:0;font:normal 48px 'Oswald';line-height:44px}
.payout div h1 span{display:block}
.payout div p{height:115px;margin:10px 35px;font:normal 14px Arial}
.payout div h2{width:190px;height:190px;padding:50px 0 0 0;margin:0 auto;border-radius:95px;font:normal 48px 'Oswald';line-height:18px}
.payout div h2 span{display:block;font:normal 72px 'Oswald'}
.payout div:first-child h1{color:#ea5441}
.payout div:first-child a:hover h1{color:#ff290e}
.payout div:first-child h2{background:#ea5441}
.payout div:first-child a:hover h2{background:#ff290e}
.payout div:nth-child(2) h1{color:#5ab59f}
.payout div:nth-child(2) a:hover h1{color:#2dc29e}
.payout div:nth-child(2) h2{background:#5ab59f}
.payout div:nth-child(2) a:hover h2{background:#2dc29e}
.payout div:last-child h1{color:#fac751}
.payout div:last-child a:hover h1{color:#ffb814}
.payout div:last-child h2{background:#fac751}
.payout div:last-child a:hover h2{background:#ffb814}
.payout div a:hover h2{box-shadow:0 8px 8px #5c5c5c;color:#fff}
.container h1{font:normal 48px 'Oswald';color:#5ab59f}
.container h2{font:normal 36px 'Oswald';color:#fac751}
footer{background:url(../images/bg.jpg) top center no-repeat;padding:30px 0 20px 0;margin:30px 0 0 0;font:normal 11px Arial;text-align:center}
footer a{color:#333}
.jumbotronInner{position:relative;background:url(../images/bgInner.jpg) top center no-repeat #fffcf3;background-size:cover;height:400px;text-align:center}
.jumbotronInner .container div{position:absolute;bottom:30px}
.payouts{float:right;width:300px;margin:0 0 20px 20px}
.links{background:#efaf02;
	background:-webkit-gradient(linear, 0% 0%, 0% 100%, from(#efaf02), to(#ffd453));
	background:-webkit-linear-gradient(top, #ffd453, #efaf02);
	background:-moz-linear-gradient(top, #ffd453, #efaf02);
	background:-ms-linear-gradient(top, #ffd453, #efaf02);
	background:-o-linear-gradient(top, #ffd453, #efaf02);
	box-shadow:0 5px 5px #7a7a7a;padding:10px;margin:15px 0 0 0;border:1px solid #fc0;text-align:center;color:#1e1615;font-size:9px}
.links a{display:block;margin:10px 0 0 0;text-decoration:underline;color:#ff0000;font:normal 12px Arial}
.links a:hover{color:#005104}