@font-face {
    font-family: 'core_rhino_mediumregular';
    src: url('fonts/corerhino55medium-webfont.eot');
    src: url('fonts/corerhino55medium-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/corerhino55medium-webfont.woff2') format('woff2'),
         url('fonts/corerhino55medium-webfont.woff') format('woff'),
         url('fonts/corerhino55medium-webfont.ttf') format('truetype'),
         url('fonts/corerhino55medium-webfont.svg#core_rhino_mediumregular') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'core_rhino_boldregular';
    src: url('fonts/corerhino65bold-webfont.eot');
    src: url('fonts/corerhino65bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/corerhino65bold-webfont.woff2') format('woff2'),
         url('fonts/corerhino65bold-webfont.woff') format('woff'),
         url('fonts/corerhino65bold-webfont.ttf') format('truetype'),
         url('fonts/corerhino65bold-webfont.svg#core_rhino_boldregular') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'core_rhino_blackregular';
    src: url('fonts/corerhino85black-webfont.eot');
    src: url('fonts/corerhino85black-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/corerhino85black-webfont.woff2') format('woff2'),
         url('fonts/corerhino85black-webfont.woff') format('woff'),
         url('fonts/corerhino85black-webfont.ttf') format('truetype'),
         url('fonts/corerhino85black-webfont.svg#core_rhino_blackregular') format('svg');
    font-weight: normal;
    font-style: normal;

}
.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 */


/*Main styles =main */
* {margin: 0px; padding: 0px;}
/* basic elements */
html {
	margin: 0px;
	padding: 0px;
	}
body {
  background:url('pizza.jpg') no-repeat center center fixed;
  -webkit-background-size: cover;
-moz-background-size: cover;
-o-background-size: cover;
background-size: cover;
	margin: 0px;
	padding: 0px;
	}

acronym {
	border-bottom: none;
	}
blockquote {
	padding-top:5px;
	padding-left:40px;
	padding-bottom:5px;
	}
 /*specific divs */
html, body, #wrap {height: 100%;color:#fff;font-size:16px;}

body > #wrap {height: auto; min-height: 100%;}

h1{
	font-family: "core_rhino_blackregular";
	font-size:100px;
	color:#0c2e64;
	line-height:1.2;
}
.info{
  font-size:1.2rem;
  letter-spacing: 1.4px;
}
.insta{
  position:absolute;
  top:0.625rem;
  right:1.625rem;
  font-size:2rem;
}
.soon{
  position:absolute;
  bottom:0;
  left:0;
  font-size:3rem;
  text-transform:uppercase;
}

a:link,  a:visited {
	color:#fff;
	text-decoration: none;
}
a:hover {
	color:#fff;
	text-decoration: underline;
}

@media screen and (max-width: 479px) {

html {
		-webkit-text-size-adjust: none;
	}

}

@media (min-width: 480px) and (max-width: 675px) {

}
@media (max-width: 1200px) {
	h1{
		font-size:80px;
	}
}
@media (max-width: 992px) {
	h1{
		font-size:60px;
	}
	.footer p {
    font-size: 16px;
}
@media (max-width: 768px) {
	h1{
		text-align:center;
	}

	@media (max-width: 576px) {
		.logo{
      width:100%;
    }
    .logo img{
      width:100%;
    }
    .info{
      font-size: 3.4vw;
      letter-spacing: 0.2vw;
    }

}
