﻿body, html {
	background-size: cover;
	height: 100vw;
	font-family: 'Work Sans';
	font-weight: 200;
	min-height: 1700px;
}

body {
	background: url(../images/Background-YS.png) bottom center no-repeat #ddd5cf;
	background-size: cover;
}

#content {
	padding-top: 200px;
	width: 80%;
	margin: 0 auto;
	text-align: center;
}

.highlight {
	font-size: 34px;
	line-height: 39px;
}

.button {
	display: inline-block;
	padding: 10px 30px;
	border: 1px solid rgba(172,77,39,0.3);
	font-size: 25px;
	font-weight: 300;
	text-decoration: none;
	color: #ac502a;
	outline: none;
}


.footer {
	display: block;
	width: 100%;
	text-align: center;
	margin-top: 50px;
	margin-bottom: 550px;
	font-size: 11px;
	font-weight: 400;
	letter-spacing: 2px;
	line-height: 20px;
	color: #232323;
    transition: all 0.9s ease;
	
}

	.footer a {
		text-decoration: none;
		color: #232323 !important;
		border-bottom: 1px dashed #002158;	
	}
	

@media only screen and (max-width: 600px) {


	body, html {
		min-height: 1400px;
	}


	body {
		background: url(../images/Background-YS.png) bottom center no-repeat #ddd5cf;
		background-size: 2000px;
	}

}