body { background-color: #f6f6f6; width: 100%; height: 100%; font-family: Helvetica, Arial, sans-serif; margin: 0 auto; display: block; text-align: center; } body * { margin: 0 auto; display: block; text-align: center; } section.banner { no-repeat center center; margin: 50px auto 5px auto; } h1 { background: url('../img/header.png') no-repeat; width: 395px; height: 79px; text-align: center; text-indent: -9999px; margin-bottom: 0px; display:block; padding-top: 0px; padding-bottom: 100px; } div.footer a { display: inline; color: black; color: #0C8BCE; text-decoration: none; } div.footer p { display: inline; margin-left: 5px; } div.footer { overflow: hidden; height: 20px; background-color: #f6f6f6; position: fixed; left: 0; width: 100%; bottom:10px; font-weight: Lighter; color: grey; text-align: center; font-family:'Helvetica', sans-serif; font-size: 16px; -webkit-transition: height 500ms; -moz-transition: height 500ms; -o-transition: height 500ms; -ms-transition: height 500ms; } div.footer a { cursor: pointer; } div.footer2 { color: #0C8BCE; font-size: 16px; padding-top: 10px; } .contact-animate-up { height: 65px !important; -webkit-transition: height 500ms; -moz-transition: height 500ms; -o-transition: height 500ms; -ms-transition: height 500ms; } .careers { margin-bottom: 30px; } a.btn { text-decoration: none; width: 150px; } .btn { background-color: rgba(0,0,0,0); border-radius: 0; border: 2px solid #6BB9F0; color: #6BB9F0; padding: 10px 20px; transition: background-color 0.3s, color 0.3s; } .btn:hover { color: #FFF; background-color: #6BB9F0; pointer: cursor; } .btn:focus { outline: 0; } /* SECTIONS */ .section { clear: both; padding: 0px; margin: 0px; } /* COLUMN SETUP */ .col { display: block; float:left; margin: 1% 0 1% 1.6%; } .col:first-child { margin-left: 0; } /* GROUPING */ .group:before, .group:after { content:""; display:table; } .group:after { clear:both; } .group { zoom:1; /* For IE 6/7 */ } /* GRID OF SEVEN */ .span_7_of_7 { width: 100%; } .span_6_of_7 { width: 85.48%; } .span_5_of_7 { width: 70.97%; } .span_4_of_7 { width: 56.45%; } .span_3_of_7 { width: 41.94%; } .span_2_of_7 { width: 27.42%; } .span_1_of_7 { width: 12.91%; } /* GO FULL WIDTH AT LESS THAN 480 PIXELS */ @media only screen and (max-width: 480px) { .col { margin: 1% 0 1% 0%; } } @media only screen and (max-width: 480px) { .span_7_of_7 { width: 100%; } .span_6_of_7 { width: 100%; } .span_5_of_7 { width: 100%; } .span_4_of_7 { width: 100%; } .span_3_of_7 { width: 100%; } .span_2_of_7 { width: 100%; } .span_1_of_7 { width: 100%; } }