html,body{height:100%;margin:0px;padding:0px;}
body
{
	background-image: url(../img/backgound.jpg);
	background-size: cover;
	background-position: right;
 }
#content{height:100%;width:100%;}



@font-face 
{
    font-family: 'Lato-Black';
    src: url('../fonts/Lato-Black.eot');
    src: url('../fonts/Lato-Black?#iefix') format('embedded-opentype'),
        url('../fonts/Lato-Black.ttf') format('truetype');
}
@font-face 
{
    font-family: 'Lato-Regular';
    src: url('../fonts/Lato-Regular.eot');
    src: url('../fonts/Lato-Regular?#iefix') format('embedded-opentype'),
        url('../fonts/Lato-Regular.ttf') format('truetype');
}

h1
{
    font-family: 'Lato-Black';
	line-height: 100px;
	font-size:90px;
	font-weight: 500;
	padding:40px 0px 0px 0px;
	color:white;
	margin:0;
	white-space: nowrap;
}
h2
{
    font-family: 'Lato-Regular';
	line-height: 36px;
	font-size:30px;
	font-weight: 500;
	letter-spacing: 0.3px;
	padding:8px 0px 0px 0px;
	color:white;
	margin:0;
	white-space: nowrap;
}
h3
{
    font-family: 'Lato-Black';
	line-height: 29px;
	font-size:24px;
	font-weight: 500;
	letter-spacing: 0.24px;
	padding:100px 0px 0px 0px;
	color:white;
	margin:0;
	white-space: nowrap;
}

img
{
	display:block;
	margin:0px auto;
}

span.yellow
{
	color:#ffc156;
}
.content-wrapper
{
   display: block;
    left: 0;
    padding: 0px 5%;
    position: fixed;
    top: 0;
    right: 0px;
    box-sizing: border-box;
    bottom: 0px;}
#content
{
    display: table;
    height: 100%;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    width: 100%;
    background-size: contain;
    background-repeat: no-repeat;
    background-position-y: center;
}
.centent-cell
{
	display: table-cell;
	height: 100%;
	vertical-align: middle;
	width: 100%;
}

p{margin:0px;padding:0px;}

a
{
    font-family: 'Lato-Regular';
	text-decoration: none !important;
	font-size: 24px;
	font-weight: 500;
	font-style: normal;
	font-stretch: normal;
	line-height: 29px;
	letter-spacing: 0.29px;
	text-align: center;
	color: #ffc156;
	margin:8px 0px 0px 0px;
}
