@charset "utf-8";

.roboto-thin {
  font-family: "Roboto", sans-serif;
  font-weight: 100;
  font-style: normal;
}

.roboto-thin-italic {
  font-family: "Roboto", sans-serif;
  font-weight: 100;
  font-style: italic;
}

.roboto-light {
  font-family: "Roboto", sans-serif;
  font-weight: 300;
  font-style: normal;
}

.roboto-light-italic {
  font-family: "Roboto", sans-serif;
  font-weight: 300;
  font-style: italic;
}

.roboto-regular {
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  font-style: normal;
}

.roboto-regular-italic {
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  font-style: italic;
}

.roboto-medium {
  font-family: "Roboto", sans-serif;
  font-weight: 500;
  font-style: normal;
}

.roboto-medium-italic {
  font-family: "Roboto", sans-serif;
  font-weight: 500;
  font-style: italic;
}

.roboto-bold {
  font-family: "Roboto", sans-serif;
  font-weight: 700;
  font-style: normal;
}

.roboto-bold-italic {
  font-family: "Roboto", sans-serif;
  font-weight: 700;
  font-style: italic;
}

.roboto-black {
  font-family: "Roboto", sans-serif;
  font-weight: 900;
  font-style: normal;
}

.roboto-black-italic {
  font-family: "Roboto", sans-serif;
  font-weight: 900;
  font-style: italic;
}



body {
	background-image: -webkit-linear-gradient(270deg,rgba(106,123,131,1.00) 0%,rgba(9,14,35,1.00) 100%);
	background-image: -moz-linear-gradient(270deg,rgba(106,123,131,1.00) 0%,rgba(9,14,35,1.00) 100%);
	background-image: -o-linear-gradient(270deg,rgba(106,123,131,1.00) 0%,rgba(9,14,35,1.00) 100%);
	background-image: linear-gradient(180deg,rgba(106,123,131,1.00) 0%,rgba(9,14,35,1.00) 100%);
}

*,
*::after,
*::before {
	margin: 0px;
	padding: 0px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;	
}
header {
	height: 450px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 0px;
	margin-bottom: 0px;
	width: 100%;
	align-content: center;
}
header img {
	height: 450px;
	margin-left: auto;
	margin-right: auto;
	display: block;
	width: 450px;
	object-fit: contain;
	padding-top: 11px;
	padding-right: 11px;
	padding-bottom: 11px;
	padding-left: 11px;
	opacity: 1;
}
main {
	width: 1200px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 100px;
	margin-top: 50px;
}
#intro {
	background-color: #F3AD2B55;
	padding-top: 20px;
	padding-right: 20px;
	padding-bottom: 20px;
	padding-left: 20px;
	border-radius: 20px;
}


#ACC {
	width: 100%;
	height: auto;
	text-align: center;
	padding-top: 100px;
	padding-right: 35px;
	padding-bottom: 100px;
	padding-left: 35px;
}
#Contact {
	padding-top: 50px;
	padding-right: 35px;
	padding-bottom: 50px;
	padding-left: 35px;
	background-color: #FFFFFF11;
	width: 36%;
	margin-left: auto;
	margin-right: auto;
	border-radius: 19px;
	border: thin dashed #FFFFFF55;
}


#container {
	width: 100%;
	height: auto;
	margin-left: auto;
	margin-right: auto;
	display: grid;
	grid-gap: 2%;
	grid-template-columns: 1fr 1fr;
	padding-top: 22px;
	padding-right: 22px;
	padding-bottom: 22px;
	padding-left: 22px;
}

p {
	font-family: "Roboto";
	color: #FFFFFF;
	font-size: 22px;
	text-align: center;
	line-height: 30px;
	font-weight: 300;
}


h1 {
	color: #FFFFFF;
	font-family: "Roboto";
	font-weight: bold;
	font-size: 40px;
	text-align: center;
	text-decoration: none;
	letter-spacing: 2px;
}
h2 {
	color: #FFFFFF;
	font-size: 30px;
	font-family: "Roboto";
	text-align: center;
}
h3 {
	color: #FFFFFF;
	font-weight: 300;
	font-size: 22px;
	font-family: "Roboto";
	text-align: center;
	line-height: 35px;
	margin-top: 15px;
}
h6 {
	color: #FFFFFF;
	font-size: 13px;
	font-family: "Roboto";
	font-weight: lighter;
	margin-top: 0px;
}


.square {
	width: 500px;
	margin-left: auto;
	margin-right: auto;
	height: 500px;
	border-radius: 300px;
	margin-top: 10px;
	display: block;
	z-index: 20;
	margin-bottom: 20px;
}

.leftMain img, .leftRight img{
	width: 100%;
	border-radius: 300px;
	border: thick solid #FFFFFF22;
	z-index: 10;
	opacity: 1;
	filter: drop-shadow(0px 5px 10px #000000)
}





.leftMain, .leftRight {
	border-radius: 300px 300px 20px 20px;
	background-color: #FFFFFF11;
	padding-top: 30px;
	padding-bottom: 30px;
}
hr {
	opacity: 0.2;
}





footer {
	width: 1200px;
	height: 200px;
	display: grid;
	grid-template-columns: 1fr 1fr 1fr;
	grid-gap: 0.5%;
	margin-left: auto;
	margin-right: auto;
	border-top: thin solid #FFFFFF22;
}

footer div {
	width: 100%;
	height: 140px;
	margin-left: auto;
	margin-right: auto;
	padding-left: 5px;
	padding-right: 5px;
	align-content: center;
	text-align: center;
	padding-top: 0px;
	margin-bottom: 0px;
}
footer div img {
	width: 70%;
	margin-left: auto;
	margin-right: auto;
	padding-top: 0px;
	opacity: 0.5;
}
#CenterINFO {
	opacity: 1;
	padding-top: 0px;
}
#CenterINFO img {
	opacity: 1;
	margin-top: 15px;
	width: 70%;
}
