@charset "utf-8";
/* CSS Document */

* {
	border: 10px solid rgba(255,255,255,0.00);
} 

body {
	font-family: "Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, "sans-serif";
	text-align: center;
	padding: 0;
	margin: 0;
}
.logo{
	width: 180px;
	height: 180px;
	float: left;
}
header{
	width:auto;
	height: 150px;
	background: #59FDEA;
	box-sizing: border-box;
}
.wrapper{
	width: 80%;
	background: rgba(7,0,255,0.00);
	margin: auto;
}
nav{
	float: right
}
nav a:hover{
	background: #FFFFFF;
	color: #000000;
	font-weight: 700;
}
.main h1{
	font-family: "Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, "sans-serif";
	color: rgba(41,207,192,1.00);
}
.main h2{
	font-family: "Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, "sans-serif";
	color: rgba(41,207,192,1.00);
}
.main h3{
	font-family: "Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, "sans-serif";
	color: rgba(41,207,192,1.00);
}
.content-area ul{
	text-align: left;
}
.row{
	background: rgba(145,255,245,1.00);
	padding:10px;
	gap: 2%;
	justify-content: center
}
.column {
	min-width: 10px;
	min-height: 10px;
	background: rgba(207,255,248,1.00);
	padding: 0;
	box-sizing: border-box;
}
.banner-area{
	background-image: url("Images/main_images.jpg");
	background-position: center;
	background-repeat: no-repeat;
	background-size:contain;
	width: auto;
	height: 700px;
}