/*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');

html {
    height:100%;
}
html {
  background: url("../img/cosmolab.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: #63dae6; text-decoration: none; -webkit-transition: all .3s; transition: all .3s;}
a:hover, a:focus {color: #63dae6; text-decoration: underline;}
img {max-width:100%;}
.marBot {margin-bottom: 40px;}

.head {padding-top: 100px;}
.head img {margin-bottom: 60px; width: 300px; height: auto;}
.head p {margin: 0;}
.golovec {margin-top: 30px; font-size: 20px;}
.golovec h2 {margin-bottom: 30px; font-weight: 500;}

.footer {width: 100%; height: auto; bottom: 0; right: 0px; left: 0; padding: 70px 0px 50px;}
.footer a {margin-right: 30px;}
.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) {
    
}
@media (max-width: 991px) {
    .head {margin-bottom: 50px;}
    .footer h2 {margin-bottom: 15px;}
    .footer ul {margin-bottom: 30px;}
}
@media screen and (max-width: 820px) {
    
}
@media screen and (max-width: 400px) {
    .head img {margin-bottom: 30px; width: 260px; height: auto;}
	h1 {font-size: 28px;}
	.footer a img {width: 60px;}
}
