/*

HELLO MY FRIEND!

*/


@import url('https://fonts.googleapis.com/css?family=Overpass:300,400,400i&subset=latin-ext');

html, body {
	font-family: 'Overpass', sans-serif;
	font-size:16px;
	margin:0;
	padding:0;
	height:100%;
	background: #ffffff;
	color: #fff;
	-webkit-font-smoothing: antialiased;
	-moz-font-smoothing: antialiased;
	font-smoothing: antialiased;
	-webkit-text-size-adjust: none;
}

@keyframes startHome {
  0% {
	opacity:0;
  }
  100% {
	opacity:1;
  }
}

.home{
	background: #0a0a0a;
	width:100%;
	height: 100%;
	min-height: 300px;
	position:relative;
	animation-name: startHome;
	animation-iteration-count: 1;
	animation-timing-function: ease-out;
	animation-duration: 1.2s;
	display:table;
}

@keyframes startTitle {
  0% {
	letter-spacing:10px;
  }
  100% {
	letter-spacing:20px;
  }
}

.slogan{
	font-weight:400;
	color: #fff;
	font-size:8px;
	letter-spacing:3px;
	text-align:center;
	text-transform:uppercase;
	position:absolute;
	left: 0px;
	padding: 0px 5%;
	width:90%;
	bottom:88px;
	/*animation-name: startTitle;
	animation-iteration-count: 1;
	animation-timing-function: ease-out;
	animation-duration: 1.2s;*/
}

@keyframes startLogo {
  0% {
	opacity:0;
	padding-top:150px;
  }
  100% {
	opacity:1;
	padding-top:0px;
  }
}

.logo{
	margin:auto;
	display:table-cell;
	vertical-align:middle;
	text-align: center;
}

.logo img{
	width:200px;
	height:auto;
	margin: auto;
	display: table;
	padding-top:0px;

	animation-name: startLogo;
	animation-iteration-count: 1;
	animation-timing-function: ease-out;
	animation-duration: 1.2s;
}

.delivery{
	font-weight:400;
	color: #fff;
	font-size:11px;
	letter-spacing:2px;
	margin:20px 0px 0px 0px;
	text-align:center;
	text-transform:uppercase;
}

.delivery a{
	font-weight:400;
	color: #fff;
	font-size:11px;
	letter-spacing:2px;
	text-align:center;
	text-transform:uppercase;
	display:table;
	width:190px;
	margin:10px auto;
	padding:10px;
	border:1px solid #ddd;
}

.delivery a:hover{
	font-weight:400;
	color: #0a0a0a;
	background:#fff;
	border:1px solid #fff;
}

.footer{
	margin:0;
	padding: 25px 0 25px 0;
	letter-spacing:1px;
	font-weight:3
	400;
	font-size: 14px;
	text-align:center;
	position: absolute;
	bottom: 0px;
	background: #00ff92;
	z-index: 9;
	width:100%;
	color: #0a0a0a;
}

.footer a:hover{
	color: #00894e;
	font-weight:bold;
}

::selection {
    background: #000; 
    color:#fff;
}

::-moz-selection {
    background: #000;
    color:#fff;
}

a {
    text-decoration:none;
    -webkit-transition: all 0.2s ease 0s;
    -moz-transition: all 0.2s ease 0s;
    -o-transition: all 0.2s ease 0s;
    -ms-transition: all 0.2s ease 0s;
    transition: all 0.2s ease 0s;
    color: #0a0a0a;
    outline:none;
}

a:hover{
	color:#535353;
	text-decoration:none;
}

a:focus { 
	outline:none;
}

img{
	outline:none;
}


@media (max-height: 450px) {
	.footer{
		text-align:center;
		position: relative;
	}
}

@media (max-width: 760px) {

}

@media (max-width: 600px) {
	
}

@media (max-width: 385px){

}
