html,body,div,span,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,abbr,address,cite,code,del,dfn,em,img,ins,kbd,q,samp,small,strong,sub,sup,var,b,i,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,a
h1,h2,h3,h4,h5,h6{font-weight:normal;}
article,aside,figure,footer,header,nav,section{display:block;}
blockquote,q{quotes:none;}
blockquote:before,blockquote:after,q:before,q:after{content:'';content:none;display:none;}
em,var{font-style:normal;}
hr{display:block;height:1px;border:0;border-top:1px solid #e0ddde;margin:20px 0;padding:0;}
input,select{vertical-align:middle;}
table{border-collapse:collapse;border-spacing:0;empty-cells:show;font-size:1em;}
table th{vertical-align:top;text-align:left;font-weight:normal;}
table td{vertical-align:top;}
select,input,textarea{font:99% sans-serif;}
a:hover,a:active,:focus{outline:none;}

html {
    height: 100%;

}
body {
    position: relative;
    height: 100%;
    font-family: 'Merriweather', serif;
    text-align: center;
    color: #fff;
    max-width: 100%;
    white-space: nowrap;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-position: center;
    /* The image used */
    background-image: url("../img/background.jpg");
    /* Full height */
    background-size: cover;
}

.page {
    position: relative;
    height: 100%;
}
.page:before {
    content: '';
    display: inline-block;
    vertical-align: middle;
    margin-left: -1px;
    width: 1px;
    height: 100%;
}
.content {
    display: inline-block;
    vertical-align: middle;
    margin-left: -10px;
}

.header h1 {
    line-height: 32px;
    font-size: 30px;
    margin-bottom: 0;
}
.header h2 {
    line-height: 45px;
    font-size: 32px;
    margin-top: 0;
    letter-spacing: 3px;
}
.logo {
    display: inline-block;
    vertical-align: middle;
    line-height: 0;
    font-size: 0;
    color: transparent;
}

.logo img {
    width: 150px;
}

.info-block {
    margin: 40px 0;
    font-weight: 300;
    line-height: 27px;
    font-size: 30px;
    text-transform: uppercase;
    color: #FDEFE7;
}
.footer {
    font-family: 'Montserrat', serif;
    margin-bottom: 30px;
    display: inline-block;
    vertical-align: middle;
    width: 380px;
}

.footer:after {
    width: 100%;
    display: table;
    clear: both;
    content: "";
}

.column {
    float: left;
    width: 50%;
}
.column h3 {
    text-transform: uppercase;
    margin-bottom: 0;
}
.footer-email,
.footer-phone {
    display: inline-block;
    vertical-align: top;
    text-decoration: none;
    color: #FDEFE7;
}
.footer-email,
.footer-phone {
    margin-top: 7px;
    -moz-transition: all .2s ease-in;
    -o-transition: all .2s ease-in;
    -webkit-transition: all .2s ease-in;
    transition: all .2s ease-in;
}
.footer-email:hover {
    color: #C6C9CC;
}

@media (max-height: 490px) {
    .page {
        padding: 30px 0;
        height: auto;
    }
    .footer {
        width: 380px;
    }
}
@media (min-width: 430px) {
    .footer {
        width: 700px;
    }
}
