@font-face {
    font-family: 'CF Asty Std';
    src: url('fonts/CFAstyStd-Light.eot');
    src: url('fonts/CFAstyStd-Light.eot?#iefix') format('embedded-opentype'),
        url('fonts/CFAstyStd-Light.woff2') format('woff2'),
        url('fonts/CFAstyStd-Light.woff') format('woff');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'CF Asty Std';
    src: url('fonts/CFAstyStd-Book.eot');
    src: url('fonts/CFAstyStd-Book.eot?#iefix') format('embedded-opentype'),
        url('fonts/CFAstyStd-Book.woff2') format('woff2'),
        url('fonts/CFAstyStd-Book.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'CF Asty Std';
    src: url('fonts/CFAstyStd-Bold.eot');
    src: url('fonts/CFAstyStd-Bold.eot?#iefix') format('embedded-opentype'),
        url('fonts/CFAstyStd-Bold.woff2') format('woff2'),
        url('fonts/CFAstyStd-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

body{
	margin:0;
	color:#fff;
	overflow:hidden;
	font-family: 'CF Asty Std';
	line-height:1.4em;
	font-size:18px;
	font-weight:300;
    height: 100vh;
}

a{
	text-decoration:none;
	color:#fff;
	transition:all 0.2s;
	-moz-transition:all 0.2s;
	-webkit-transition:all 0.2s;
}

a:hover{
	text-decoration:underline;
}

p{
	margin:0;
}

img{
	max-width:100%;
	height:auto;
}

* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.main-info{
	font-size:25px;
	font-weight:300;
	line-height:1.4em;
	position:absolute;
	padding:0 20px;
	top:50%;
	left:0;
	width:100%;
	transform:translateY(-50%);
	-moz-transform:translateY(-50%);
	-webkit-transform:translateY(-50%);
}

.main-info strong{	
	font-size:40px;
	font-weight:700;
}

.contact-info{
	position:absolute;
	bottom:60px;
	left:0;
	width:100%;
	font-size:20px;
	padding:0 20px;
}

.slideshow .img1{
	background-image:url(img1.jpg);
}
.slideshow .img2{
	background-image:url(img2.jpg);
}
.slideshow .img3{
	background-image:url(img3.jpg);
}

.slideshow{
	position:absolute;
	left:0;
	top:0;
	width:100%;
	height:100%;
	z-index:1;
}

.slideshow .img{
	height:100vh;
	display:block;
	background-size:cover;
	background-repeat:no-repeat;
	background-position:center;
}

.content{
	text-align:center;
	height:100%;
	width:100%;
	padding:40px 15px;
	position:relative;
	z-index:2;
	background:url(background.png) no-repeat center;
	background-size:cover;
}

@media all and (max-width:440px){
	.main-info strong {
    font-size: 30px;
	}
}