﻿@import url('https://fonts.googleapis.com/css?family=Khand:500,700');html{margin:0;padding:0;width:100%;height:100%;}body{font-size:14px;margin:0;padding:0;width:100%;height:100%;}#header{background:linear-gradient(rgba(36,36,36,.5),rgba(36,36,36,.1)),url(img/bg.jpg);-webkit-background-size:cover;-moz-background-size:cover;-o-background-size:cover;background-size:cover;justify-content:center;height:100vh;align-items:center;position:fixed;width:100%;}#header .container{width:100%;height:500px;position:absolute;bottom:5%;flex-grow:1;flex-shrink:1;flex-basis:100%;justify-content:space-between;left:8%;}#header .container h1{position:absolute;color:#fff;font-size:55px;text-transform:uppercase;font-family:'Khand',sans-serif;bottom:70px;}@media only screen and (max-width:760px){#header .container h1{font-size:40px;}}#header .container .logo{position:absolute;bottom:220px;}@media only screen and (max-width:760px){#header .container .logo{bottom:150px;}}#header .container .logo img{width:420px;}@media only screen and (max-width:760px){#header .container .logo img{width:250px;}}