@charset "utf-8";
/* CSS Document */

/* Font */
@import url('https://fonts.googleapis.com/css?family=Cormorant+Garamond:400,700&display=swap');

body {
	font-family: 'Cormorant Garamond', serif;
	font-size: 16px/24px;
}
h1{
	font-family: 'Cormorant Garamond', serif;
	font-size: 12vh;
	font-weight: 700;
	color: #FFFFFF;
	text-align: center;
	text-shadow: 0 2px 10px rgba(0,0,0,.75);
}
h2{
	font-family: 'Cormorant Garamond', serif;
	font-size: 7.5vh;
	font-weight: 700;
	color: #FFFFFF;
	text-align: center;
	text-shadow: 0 2px 10px rgba(0,0,0,.75);
}
h3{
	font-family: 'Cormorant Garamond', serif;
	font-size: 5.5vh;
	font-weight: 700;
	color: #FFFFFF;
	text-align: center;
	text-shadow: 0 2px 10px rgba(0,0,0,.75);
}

p{
	font-family: 'Cormorant Garamond', serif;
	font-size: 3vh;
	font-weight: 600;
	color: #FFFFFF;
	text-align: left;
	text-shadow: 0 2px 10px rgba(0,0,0,.50);
}
a, a:hover {
	text-decoration: none;
}
.col-center {
	margin: 0 auto;
	float: none !important;
}

section {
	display: block;
	height: 95vh;
	width: 100%;
	margin: 0 auto;
	position: relative;
	border: none;
}
#section-1 {
	background: rgba(241,231,103,1);
	background: -moz-linear-gradient(-45deg, rgba(241,231,103,1) 0%, rgba(254,182,69,1) 100%);
	background: -webkit-gradient(left top, right bottom, color-stop(0%, rgba(241,231,103,1)), color-stop(100%, rgba(254,182,69,1)));
	background: -webkit-linear-gradient(-45deg, rgba(241,231,103,1) 0%, rgba(254,182,69,1) 100%);
	background: -o-linear-gradient(-45deg, rgba(241,231,103,1) 0%, rgba(254,182,69,1) 100%);
	background: -ms-linear-gradient(-45deg, rgba(241,231,103,1) 0%, rgba(254,182,69,1) 100%);
	background: linear-gradient(135deg, rgba(241,231,103,1) 0%, rgba(254,182,69,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f1e767', endColorstr='#feb645', GradientType=1 );
}
#section-1 h1{
	font-family: 'Cormorant Garamond', serif;
	font-size: 12vh;
	font-weight: 700;
	color: #FFFFFF;
	text-align: center;
	text-shadow: 0 2px 10px rgba(0,0,0,.75);
}
#section-1 h3{
	font-family: 'Cormorant Garamond', serif;
	font-size: 5.5vh;
	font-weight: 700;
	color: #FFFFFF;
	text-align: center;
	text-shadow: 0 2px 10px rgba(0,0,0,.75);
}
#section-1 p{
	font-family: 'Cormorant Garamond', serif;
	font-size: 3vh;
	font-weight: 600;
	color: #FFFFFF;
	text-align: left;
	text-shadow: 0 2px 10px rgba(0,0,0,.50);
}

#section-2 {
	background-color:#6143D1; 
	background: -webkit-radial-gradient(left top, circle cover, rgb(12, 180, 206), rgb(142, 15, 167) 89%);
	background: -ms-radial-gradient(left top, circle cover, rgb(12, 180, 206), rgb(142, 15, 167) 89%);
}

#section-3 {
background-color:#3696CD; 
		background: linear-gradient(135deg,rgba(82,62,232,.92),rgba(0,220,175,.92));
}

#section-4 {
	background-color: #E9636E;
		background-image: linear-gradient(142deg, #f4a35b, #f4655b 31%, #d16098 65%, #ca3469);
}

footer {
	display: block;
	height: 5vh;
	width: 100%;
	margin: 0 auto;
	position: relative;
	border: none;
	background-color: #0a1128;
}
footer p{
	font-family: 'Cormorant Garamond', serif;
	font-size: 2vh;
	font-weight: 600;
	color: #FFFFFF;
	text-align: center;
	text-shadow: 0 2px 10px rgba(0,0,0,.50);
	    margin: 0px;
}
footer span {
	color: #E71D36;
}