@charset "utf-8";
body {
	background-color: #DDD3CC;
	padding:0;
	margin:0;

}
.banner{
	
	position: relative; 
	width: 100%;
	margin:0;
}
.banner img{
	width:100%;
	margin:0;
	opacity:20%;
	
}
#extraordinary{ 
	font-family: 'Yeseva One', cursive;
	font-size: 100pt;
	text-align: center; 
	position: absolute; 
	top: 5%;
	width: 100%;
	color: #402C20;
}
.eo{
	font-family:'Playfair Display', serif;
	font-size: 15pt;
	text-align: center; 
	position: absolute; 
	top: 25%;
	width: 100%;	
}
.studies{
	font-family:'Playfair Display', serif;
	font-size: 20pt;
	text-align: center; 
	position: absolute; 
	top: 60%;
	width: 100%;
	font-weight: bolder;
}
	
.hydra{
	font-family:'Playfair Display', serif;
	font-size: 20pt;
	text-align: center; 
	position: absolute; 
	top: 75%;
	width: 100%;
	font-weight: bolder;
}
.container-fluid{
	background-color: #DDD3CC;
	background-attachment: fixed;
    background-blend-mode: lighten;
    background-repeat: no-repeat;
    background-size:cover;
    background-position: top center;
	width: 100%;
	margin: auto;
	display: flex; 
}
.navi{ 
	background-color: #B5AA94;
	display: flex;
	justify-content: center;
	list-style: none;
	gap: 15%;
	padding: 0;
	align-items: center;
	min-height: 80px;
	opacity: 100%; 
	margin: 0;
	font-size:30pt;
	font-weight: bold;
}
.navi a:link, a:active,a:visited {
    font-family: 'Playfair Display', serif;
	font-size: 15pt;
    color: black;
    text-decoration:none;
    }

.navi a:hover {
    color:darkslategray;
   
}

a:link{
    text-decoration: none;
	color:black;
}
a:hover{
	text-decoration: none;
}

#join{
	font-family: 'Playfair Display', serif;
	text-align: left;
}
#allrights{
	font-size: 9pt;
}
.iaccept{
	font-size: 10pt;
	justify-content: flex-start;
	text-align:end;
	vertical-align:super; 
}
.contactus{
	font-family: 'Playfair Display', serif;
	font-size: 20pt;
	padding:1%;
	margin:0;
	font-weight: bold;
	text-align: left;
}
.form-group{
	width:80%;
}


.aside-left { 
	min-width: 58%; 
	min-height: 450px; 
	float: left;
}
.aside-right{ 
	min-width: 38%; 
	min-height: 450px; 
	float:right;
	text-align: center;
}
.submit:hover {
	background-color:#B7ABA3;
	border-color:#9E928A;
}


.submit{
	font-family: 'Playfair Display', serif;	
	width: 13%;
	padding: 2%;
	background-color:#72635A;
	border:none;
	font-size: 10pt;
	justify-content: flex-start;
	text-align:end;
	vertical-align:super;
	font-weight: bold;
}

.row4{
	font-family: 'Playfair Display', serif;
	padding:2%;
	margin:0;
	background-color: #B5AA94;
	font-weight: bold;
}

.form-group{
	width:80%;
}
.socialmedia{
	gap: 5%;
	display: flex;
}

