/* Reset */

body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,textarea,p,blockquote,th,td{margin:0;padding:0;}table{border-collapse:collapse;border-spacing:0;}fieldset,img{border:0;}address,caption,dfn,th,var{font-style:normal;font-weight:normal;}li{list-style:none;}caption,th{text-align:left;}h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:normal;}

body{
margin:0;
padding:0;
font-family: Quicksand, Helvetica, Arial;
  background: url(../images/bg.jpg) no-repeat center center fixed; 
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
.container {display: block;height: 100%;margin: 0 auto;position: absolute;width: 100%;}
.container-table{display:table;height:100%;width:100%;}
.container-table-row{display:table-row;height:100%;width:100%;text-align:center;}
.container-table-row-cell{display:table-cell;height:100%;width:100%;text-align:center;vertical-align:middle;}
.header-area img{max-width: 115px;}
.footer-area img {max-width: 250px;}
.header-area {padding: 120px 0 180px;}
.footer-content {color: #fff;font-family: Quicksand;font-size: 20px;margin: 30px 0;text-transform: uppercase;line-height: 30px;}
.footer-content a {color: #fff;text-decoration: none;}
@media screen and (max-width:767px)
{
    .header-area {padding: 60px 0;}
    .header-area img{max-width: 100px;}
    .footer-area img {max-width: 200px;}
    .footer-content {font-size: 17px;line-height: 26px;}
}