.popup{
	display:block;
    background-color: #ffffff;
    width: 300px;
	height: 300px;
    padding: 30px 40px;
    position: absolute;
    left: 50%;
    top: 50%;
    border-radius: 8px;
    font-family: "Poppins",sans-serif;
    text-align: center;
	margin-left:-194px;
	margin-top:-355px;
}
.popup button{
    display: block;
    margin:  0 0 20px auto;
    background-color: transparent;
    font-size: 30px;
    color: #000000;
    border: none;
    outline: none;
    cursor: pointer;
}
.popup p{
    font-size: 14px;
    text-align: justify;
    margin: 20px 0;
    line-height: 20px;
}
.popuplink{
    display: block;
    width: 150px;
    position: relative;
    margin: 1px auto;
    text-align: center;
    background-color: #a569bd;
    color: #000000;
    text-decoration: none;
    padding: 0px 0;
}

body {
	margin: 0;
	font-family: Arial, Helvetica, sans-serif;
	background-color:#a569b;
	color:#000000;
}


/* .topnavHome is for the top navigation bar */
.topnavHome {
	overflow: hidden;
	background-color: #a569bd;
}

.topnavHome a {
	float: left;
	color: #000000;
	text-align: center;
	padding: 14px 16px;
	text-decoration: none;
	font-size: 17px;
}

.topnavHome a:hover {
	background-color: #ddd;
	color: black;
}

.topnavHome a.active {
	background-color: #ADD8E6;
	color: white;
}


/* .topnavAB is for the top navigation bar */
.topnavAB {
	overflow: hidden;
	background-color: #bb8fce;
}

.topnavAB a {
	float: left;
	color: #000000;
	text-align: center;
	padding: 14px 16px;
	text-decoration: none;
	font-size: 17px;
}

.topnavAB a:hover {
	background-color: #ddd;
	color: black;
}

.topnavAB a.active {
	background-color: #ADD8E6;
	color: white;
}









/* .topnavDOC is for the top navigation bar */
.topnavDOC {
	overflow: hidden;
	background-color: #6ba7e8;
}

.topnavDOC a {
	float: left;
	color: #000000;
	text-align: center;
	padding: 14px 16px;
	text-decoration: none;
	font-size: 17px;
}

.topnavDOC a:hover {
	background-color: #ddd;
	color: black;
}

.topnavDOC a.active {
	background-color: #ADD8E6;
	color: white;
}

/* .topnavAB is for the top navigation bar */
.topnavCUS {
	overflow: hidden;
	background-color: #CFCFCF ;
}

.topnavCUS a {
	float: left;
	color: #808080;
	text-align: center;
	padding: 14px 16px;
	text-decoration: none;
	font-size: 17px;
}

.topnavCUS a:hover {
	background-color: #ddd;
	color: ;
}

.topnavCUS a.active {
	background-color: #ADD8E6;
	color: white;
}

/* .topnavAB is for the top navigation bar */
.topnavCREW {
	overflow: hidden;
	background-color: #6ba0fe;
}

.topnavCREW a {
	float: left;
	color: #808080;
	text-align: center;
	padding: 14px 16px;
	text-decoration: none;
	font-size: 17px;
}

.topnavCREW a:hover {
	background-color: #ddd;
	color: black;
}

.topnavCREW a.active {
	background-color: #ADD8E6;
	color: white;
}



/* .topnavDOC is for the top navigation bar */
.topnavLEA {
	overflow: hidden;
	background-color: #E39FF6;
}

.topnavLEA a {
	float: left;
	color: #000000;
	text-align: center;
	padding: 14px 16px;
	text-decoration: none;
	font-size: 17px;
}

.topnavLEA a:hover {
	background-color: #ddd;
	color: black;
}

.topnavLEA a.active {
	background-color: #ADD8E6;
	color: white;
}












/* .topnavDOC is for the top navigation bar */
.topnavVIL {
	overflow: hidden;
	background-color: #b3d4cf;
}

.topnavVIL a {
	float: left;
	color: #000000;
	text-align: center;
	padding: 14px 16px;
	text-decoration: none;
	font-size: 17px;
}

.topnavVIL a:hover {
	background-color: #FF9D00;
	color: black;
}

.topnavVIL a.active {
	background-color: #ADD8E6;
	color: white;
}











.header {
	/* To adjust header image height, change the first number in padding-top */
	padding-top: calc(0.020 * 200vw);
	
	text-align: center;
	background-image: url("https://ibb.co/1ZtVvGR");
	background-size:cover;
	background-repeat: repeat-x;
	color: black;
	font-size: 30px;
	width:100%;
}

/* .socials is for the social media links */
.socials{
	text-align:center;
	margin-top:5px;
}
.socials a {
	color:#0099ff;
	text-decoration:none;
}
.socials a.hover {
	color:#ff0000;
}
.socials a.active {
	color:#0099ff;
}
.socials img {
	width: auto;
	height: 50px;
}

/* .content is for the website content */
.content {
	color:#000000;
	padding: 20px;
}




form {
  background-color: #808080;
  padding: 20px;
  border-radius: 10px;
}

label, input, textarea {
  display: block;
  margin-bottom: 10px;
}

input[type="text"],
input[type="email"],
textarea {
  width: 100%;
  padding: 10px;
  border: none;
  border-radius: 5px;
  background-color: #FFFFFF;
  font-family: Arial, sans-serif;
  font-size: 16px;
  box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.1);
}

input[type="submit"] {
  background-color: #808080;
  color: #000000;
  border: none;
  padding: 10px 20px;
  border-radius: 5px;
  cursor: pointer;
  font-size: 16px;
}

input[type="submit"]:hover {
  background-color: #dcdfe0;
}





.container {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}

.img {
  flex: 1;
  margin-right: 20px;
}

.img img {
  max-width: 100%;
  height: auto;
}

.text {
  flex: 2;
}





.iframe-container{
  position: relative;
  width: 100%;
  padding-bottom: 56.25%; 
  height: 0;
}
.iframe-container iframe{
  position: absolute;
  top:0;
  left: 0;
  width: 100%;
  height: 100%;
}




