 html {
  	scroll-behavior:smooth;
}

body {
	margin: 0;
}


.logo {
	margin-top: 20px;
	margin-bottom: 20px;
}

.logo img {
	display: block;
	margin-left: auto;
	margin-right: auto;
	width: 200px;  
	position: relative;
}

.decoration {
	background-image: linear-gradient(#002B49, white);
	margin-left: 80px;
	border-radius: 80px 0px 0px 0px;
	margin-bottom: 30px;
	float: left;
}

.decoration img {
	width: 100%;
	margin-left: -90px;
	border-radius: 0px 10px 10px 0px;
	float: left;
}

.title {	
	margin-left: 80px;
	margin-right: 500px;
	margin-top: 30%;
	position: absolute;
	background-color: rgba(255, 255, 255, 0.5);
	padding-left: 40px;
	padding-right: 40px;
	padding-bottom: 40px;
	width: 70%;
	border-radius: 0 0 80px 0;
}

.title h1 {
	font-family: Lato;
	color: #002B49;
	text-transform: uppercase;
	font-weight: 800;
	font-size: 42pt;	
	/* text-shadow: 2px 2px 5px white; */
	margin-bottom: 0px;
}

.title h2 {
	font-family: Lato;
	color: #002B49;
	font-weight: 400;
	font-style: italic;
	font-kerning: normal;
	letter-spacing: 2px;
	margin-top: 0;
	position: relative;
	/* text-shadow: 2px 2px 5px white; */
}

.title hr {
	position: relative;
	border-top: 1px solid white;
	border-bottom: 1px solid white;
}

.menu {
	text-align: right;
	color: white;
	padding-top: 20px;
	padding-bottom: 20px;
	margin-right: 90px;
	font-family: Lato;
	font-weight: 300;
	font-size: 12pt;
	font-kerning: normal;
	letter-spacing: 3px;
	text-transform: uppercase;
}

.menu a {
	color: white;
	text-decoration: none;
}


.menu li {
	display: inline;
	padding-left: 60px;	
}

.menu li:hover {
	font-weight: 500;	
}

.maincontent {	
	float: left;
	margin-top: 0px;
	margin-bottom: 50px;
	padding-left: 10%;
	padding-right: 10%;
	font-family: Roboto;
	font-weight: 300;
	color: #002B49;
	letter-spacing: 2px;
	text-align: justify;
	position: relative;
}

.maincontent p {
	/* margin-left: 100px;
	margin-right: 100px; */
	margin-top: 20px;
	margin-bottom: 20px;
}

.maincontent ul {
	margin-top: 30px;
}

.maincontent li {
	font-style: italic;
	margin-left: 80px;
	margin-right: 100px;
	margin-top: 20px; 
	margin-bottom: 20px;
}

.maincontent b {
	font-weight: 400;
}

.partners {
	background-color: #002B49;
	line-height: 20pt;	
	border-radius: 20px;
	margin-left: 180px;
	margin-right: 180px;
	margin-top: 50px;
	color: white;
	padding-top: 20px;
	padding-bottom: 40px;
	padding-left: 40px;
	padding-right: 40px;
	font-family: Lato;
	font-size: 14pt;
	letter-spacing: 3px;
	font-weight: 300;
	clear: both;
}

.partners h2 {
	font-size: 20px;
	font-family: Lato;
	text-align: center;
	text-transform: uppercase;
	letter-spacing: 3px;
	font-kerning: normal;
	margin-bottom: 30px;
}

.partners .left {
	text-align: center;
}

.partners .right {
	text-align: center;
}

.motto {
	margin-top: 30px;
	margin-bottom: 30px;
	margin-left: 200px;
	margin-right: 200px;
	clear: both;
}

.motto h2 {
	
	font-family: Lato;
	text-align: center;
	letter-spacing: 2px;
	font-kerning: normal;
	font-weight: 400;
	color: #002B49;
	font-style: italic;
}

.contact {
	background-color: #002B49;
	border-radius: 20px;
	margin-left: 180px;
	margin-right: 180px;
	/* margin-top: 50px; */
	color: white;
	padding-top: 20px;
	padding-bottom: 40px;
	padding-left: 70px;
	padding-right: 70px;
	font-family: Lato;
	font-size: 12pt;
	letter-spacing: 3px;
	font-weight: 300;
	float: none;
	
}

.contact h2 {
	font-size: 20px;
	font-family: Lato;
	text-transform: uppercase;
	letter-spacing: 3px;
	font-kerning: normal;
	margin-bottom: 30px;
	
}

.contact p {
	margin-bottom: 35px;
}

.contact a {
	color: white;
}


.email {
	width: 60%;
	height: 30px;
	border-radius: 10px;
	padding-left: 10px;
	color: grey;
	text-transform: uppercase;
	letter-spacing: 2px;
	margin-bottom: 10px;
	border: 0px;
}

.message {
	resize: none;
	width: 100%;
	height: 200px;
	border-radius: 10px;
	padding-left: 10px;
	vertical-align: text-top;
	color: grey;
	text-transform: uppercase;
	letter-spacing: 2px;
	border: 0px;
	margin-bottom: 10px;
}

.send {
	height: 30px;
	padding-left: 30px;
	padding-right: 30px;
	text-transform: uppercase;
	border-radius: 10px;
	border: 0px;
	color: #002B49;
	font-size: 12pt;
	letter-spacing: 2px;	
	
}

.footer {
	margin-top: 100px;
	background-color: #002B49;
	padding-top: 30px;
	padding-bottom: 30px;
	padding-left: 180px;
	color: white;
	font-family: Lato;
	font-size: 11pt;
	letter-spacing: 2px;
	
	
}

.footer a {
	color:white;
	text-decoration: none;
}

.footer .copyright {
	font-style: italic;
	font-weight: 300;
}

.group:after {
  	content: "";
  	display: table;
  	clear: both;
}