﻿
/*------------------------------------*\
	TYPOGRAPHY
\*------------------------------------*/
@font-face {
	font-family: 'SamsungSharpSans-Regular';
	src: url('fonts/SamsungSharpSans-Regular.otf') format('truetype');
		 font-weight: 400;
		 font-display: normal;
}

/*------------------------------------*\
	THEMES
\*------------------------------------*/
html{
	height:100%;
}
body {
	min-height: 100%;
	background: #000 url(../images/background.jpg) 0 0 no-repeat;
	background-size: cover;
	color: #fff;
	font-family: 'SamsungSharpSans-Regular', Arial, Helvetica, sans-serif;
	font-size: 16px;
}
.container{
	padding-bottom:50px;
}
.logo{
	text-align: center;
	position: relative;
	margin-top:80px;
	margin-bottom: 70px;
	}
	.logo img{
		width: 622px;
		margin:0 auto;
	}
.tile{
	margin:10px;
}
.footer{
	background: #000 url(../images/footer-logo.png) center 20px no-repeat;
	font-size: 10px;
	position: fixed;
	bottom:0;
	right:0;
	width: 100%;
	text-align: center;
	padding: 50px 0 0 0;
}
@media only screen and (max-width: 768px) {
	.logo{
		margin-top:3%;
		margin-bottom: 3%;
	}
	img{
		width: 90% !important;
	}
	
}
