@charset "utf-8";
/* CSS Document */
*{
	padding:0;
	margin:0;
}

body{
	width: 100%;
	height:auto;
	background-color: #53a1a4;
}

#content-wrapper{
	width: 100%;
	margin: 0% 0% 20% 0%;
}

#content-wrapper img{
	width: 100%;
	height: 75%;
}

#text-wrapper{
	width: 100%;
	position: relative;
	margin-top: -40%;
}

#text-wrapper h1{
    text-align: left;
    color: #ffffff;
    font-size: 7vw;
    font-family: Baskerville, "Palatino Linotype", Palatino, "Century Schoolbook L", "Times New Roman", "serif";
	padding-left: 1em;
}

#text-wrapper p{
	text-align: left;
	color:#ffffff;
	font-size: 3vw;
	font-family: Baskerville, "Palatino Linotype", Palatino, "Century Schoolbook L", "Times New Roman", "serif";
	padding-left: 2.5em;
}

.footer {
    color: #FBF8F8;
    text-align: center;
}

.design{
	color: #F9F7F7
}
