@charset "utf-8";
html { font-size:100%; }
* { margin:0; padding:0; -webkit-box-sizing:border-box; -moz-box-sizing:border-box; box-sizing:border-box; }
input, textarea, select {font-family:Arial, Helvetica, sans-serif; color:#333;}
a { outline:none; text-decoration:none; color:#00f; transition:all linear 0.2s; }
a img { border:0; }
a:hover, a:focus { text-decoration:none; color:#00f; }
img { max-width:100%; }
h1, h2, h3, h4, h5, h6 {font-family:BebasNeueRegular, sans-serif;}
h1, h2, h3, h4, h5, h6, p {margin:0 0 30px 0;}
.fl { float:left; }
.fr { float:right; }
.clear { clear:both; }
abbr, article, aside, audio, bb, canvas, datagrid, datalist, details, dialog, eventsource, figure, footer, header, hgroup, mark, menu, meter, nav, output, progress, section, time, video { display:block; }
/*filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#96e19b', endColorstr='#0fb91e');*/
* html .clearfix {height:1%;}
*+html .clearfix {display:inline-block;}
.clearfix:after {content:""; display:block; height:0; clear:both; visibility:hidden;}
body {
font-family:'Lato', sans-serif;
font-size:17px;
color:#000;
background-color:#000;
}
#wrapper {width:1050px; margin:auto;}
.container {width:850px; margin:auto; position:relative;}
.container:after {content:""; display:block; height:0; clear:both; visibility:hidden;}
.hero {
background:url(../images/speech1.jpg) center 0 no-repeat;
height:514px;
-webkit-background-size:contain;
-moz-background-size:contain;
background-size:contain;
padding-top:50px;
}
.hero h1 {
font-size:110px;
line-height:80%;
color:#ffffff;
margin-bottom:20px;
}
.hero h1 span {color:#528fa5;}
.hero p {
max-width:450px;
text-align:center;
font-family:BebasNeueRegular, sans-serif;
font-size:40px;
line-height:100%;
color:#ffffff;
margin-left:-15px;
}
.button {
font-family:'Titillium Web', sans-serif;
display:block;
width:328px;
height:79px;
line-height:79px;
font-weight:900;
font-size:24px;
text-transform:uppercase;
color:#000000;
text-align:center;
-webkit-border-radius:3px;
-moz-border-radius:3px;
border-radius:3px;
background-color:#528fa5;
-webkit-box-shadow:1px 1px 2px #000, inset 0 -4px #d27507;
-moz-box-shadow:1px 1px 2px #000, inset 0 -4px #d27507;
box-shadow:1px 1px 2px #000, inset 0 -4px #000000;
}
.button:hover {
background-color:#528fa5;
color:#000000;
}
.button.large {width:100%;}
.tagline {
background:#528fa5;
padding:35px 0;
font-family:BebasNeueRegular, sans-serif;
color:#181a20;
text-align:center;
font-size:36px;
color:#181a20;
letter-spacing:5px;
}
.content {
background-color:#FFF;
padding:50px 0;
}
.content figure {
float:left;
width:48.24%;
}
.content article {
float:right;
width:48.24%;
}
.content article h2 {
font-size:40px;
text-align:center;
color:#151218;
}
.mb55 {margin-bottom:55px;}
footer {
background:#528fa5;
padding:30px 0;
text-align:center;
line-height:100%;
font-family:BebasNeueRegular, sans-serif;
font-size:48px;
color:#312226;
margin-bottom:100px;
}
@media only screen and (max-width:1050px) {
#wrapper {width:960px;}
.hero {height:470px;}
}
@media only screen and (max-width:959px) {
#wrapper {width:740px;}
.container {width:700px;}
.hero {
height:362px;
padding-top:40px;
}
.hero h1 {font-size:100px; margin-bottom:20px;}
.hero p {font-size:32px;}
}
@media only screen and (max-width:739px) {
#wrapper {width:620px;}
.container {width:580px;}
.hero {
height:304px;
padding-top:20px;
}
.hero h1 {font-size:80px;}
.hero p {
max-width:380px;
font-size:32px;
margin-left:0;
margin-bottom:15px;
}
.hero .button {height:65px; line-height:65px;}
.content figure {width:40%;}
.content article {width:55%;}
}
@media only screen and (max-width:639px) {
#wrapper {width:460px;}
.container {width:420px;}
.hero {
height:225px;
}
.hero h1 {font-size:60px;}
.hero p {font-size:24px; max-width:100%; text-align:left;}
.content figure {width:100%; float:none; margin-bottom:30px;}
.content article {width:100%; float:none;}
}
@media only screen and (max-width:479px) {
#wrapper {width:100%;}
.container {width:290px;}
.hero {
height:514px;
background-size:cover;
}
.hero h1 {font-size:110px; margin-bottom:20px;}
.hero p {max-width:100%; font-size:40px;}
.button {width:100%; height:65px; line-height:65px; font-size:20px;}
}