@charset "utf-8";
/* CSS Document */

body{
	padding: 0;
	margin: 0;
	border: 0;
	background-color: #F4F4F4;
	overflow: hidden;
}

.container-fluid{
	min-width: 100%;
	height: 60vh;
	text-align: center;
}

.container{
	height: 35%;
	text-align: center;
}

.top10{
	padding-top: 30vh;

}

.bgpurple{
	background-color: #52496C;
}

h1{
	font-family: neusa-next-std-condensed, sans-serif;
	font-weight: 400;
	font-style: normal;
	font-size: 300%;
	color: #52496C;
	margin-top: 13vh;
}

h4{
	font-family: neusa-next-std-condensed, sans-serif;
	font-weight: 400;
	font-style: normal;
	font-size: 130%;
	color: #52496C;
}

.details{
	font-family: neusa-next-std-condensed, sans-serif;
	font-weight: 300;
	font-style: normal;
	font-size: 120%;
	color: #F4F4F4;
	text-decoration: none;
	transition: all 0.5s;
}

a.details:hover{
	opacity: 0.8;
}

	
	.container img{
		max-width: 65%;
	}

@media (max-width: 520px) {

h1{
	font-size: 200%;
}
	
h4{
	font-size: 95%;
}
	
.details{
	font-size: 100%;
}


}


