/*FONTS*/
@import url('https://fonts.googleapis.com/css?family=Montserrat:300,400,500,600,700,800,900&subset=latin-ext');
@import url('https://fonts.googleapis.com/css?family=Raleway:400,500,600&subset=latin-ext');
@import url('https://fonts.googleapis.com/css?family=Comfortaa:400,700&subset=latin-ext');
@import url('https://fonts.googleapis.com/css?family=Cinzel:400,700&subset=latin-ext');

html {
    height:100%;
}
html {
  background: url("../img/primia.jpg") no-repeat top right fixed;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
} 

body {
    margin: 0;
    padding: 0;
    font-family: 'Montserrat', sans-serif;
    color: #fff;
    font-size: 16px;
    line-height: 1.4;
    background: none;
}
* {
    border: 0 none;
    margin: 0;
    padding: 0;
}

.clearfix:after {content: ".";
                 display: block;
                 height: 0;
                 clear: both;
                 visibility: hidden;}
.clearfix {display: inline-block;}
/* Hides from IE-mac \*/
* html .clearfix { height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */
.relative {position: relative;}

a {color: #fff; text-decoration: none; -webkit-transition: all .3s; transition: all .3s;}
a:hover, a:focus {color: #fb8424; text-decoration: none;}
img {max-width:100%;}
.marBot {margin-bottom: 40px;}

.head {padding-top: 100px;}
.head img {margin-bottom: 20px;}
.head p {margin: 0;}
.footer {width: 100%; height: auto; background-color: rgba(1, 36, 116, 0.4); position: absolute;
        bottom: 0; right: 0px; left: 0; padding: 70px 0px 50px;}
.footer h2 {margin-bottom: 30px; font-size: 24px;}
.footer ul {margin-left: 1.1em;}
.footer ul li {padding: 5px 0;}

@media (min-width: 992px) and (max-width: 1200px) {
    .footer h2 {margin-bottom: 20px; font-size: 20px;}
}
@media (max-width: 991px) {
    .head {margin-bottom: 50px;}
    .footer {padding: 50px 0px 20px;}
    .footer h2 {margin-bottom: 15px;}
    .footer ul {margin-bottom: 30px;}
}
@media screen and (max-width: 820px) {
    .footer {padding: 30px 0px 20px; position: relative;}
}
@media screen and (max-width: 767px) {
    html {background: url("../img/primia.jpg") no-repeat 0% 50% fixed;
            -webkit-background-size: cover;
            -moz-background-size: cover;
            -o-background-size: cover;
            background-size: cover;}
    .head {padding-top: 50px;}
}
