main {
	height: calc(100vh - 60px);
	margin-top: 60px;
	background-color: #9154A2;
}

h1 {
	color: #FFFFFF;
	margin-top: 40px;
	margin-bottom: 20px;
}

h2 {
	color: #EC008C;
	margin: 40px 0;
}

p2 {
	font-size: 16px;
}

.about-text p3 {
	font-size: 12px;
	line-height: 16px;
	color: #FFFFFF;
	font-weight: normal;
	font-family: Roboto, sans-serif;
}

p6 {
	font-size: 16px;
	line-height: 22px;
	font-weight: 600;
	color: #000000;
	font-family: Roboto, sans-serif;
}

.about {
	display: flex;
	justify-content: space-between;
}

.about-text {
	margin: 0 60px 0 60px;
}

.about-text p {
	color: #FFFFFF;
	line-height: 24px;
}

.about-text-signatures {
	display: flex;
	margin-top: 15px;
}

.about-text-signatures img {
	margin-bottom: 0;
}


.lannette {
	padding-right: 100px;
}

.kyla, .lannette img {
	width: 150px;
}

.team {
	display: flex;
	flex-direction: column;
	text-align: center;
	margin: 20px 30px 100px;
}

.team-members {
	display: flex;
	justify-content: space-between;
	margin: 0 30px 50px;
}

.team-kyla, .team-lannette, .team-amanda, .team-sharon {
	display: flex;
	flex-direction: column;
	padding-left: 10px;
	padding-right: 10px;
}

.team-text {
	display: flex;
	flex-direction: column;
}

.team-photo img {
	width: 100%;
}

.team p2 {
	font-size: 20px;
	line-height: 22px;
	color: #000000;
	font-family: Roboto, sans-serif;
	margin: 20px 0 5px;
}

.team-members a {
	font-family: Roboto, sans-serif;
	font-weight: 600;
	color: #EC008C;
	margin-top: 8px;
}

.overlay_flight_traveldil {
	  position: fixed;
	  top: 0;
	  bottom: 0;
	  left: 0;
	  right: 0;
	  background: rgba(0, 0, 0, 0.7);
	  transition: opacity 500ms;
	  visibility: hidden;
	  opacity: 0;
	  font-family: Roboto, sans-serif;
	  color: #FFFFFF;
	  font-size: 16px;
	line-height: 26px;
	text-align: left;
}

.overlay_flight_traveldil h2{
  font-family: Roboto, sans-serif;
  color: #FFFFFF;
	margin: 10px 0 20px;
}
	
.overlay_flight_traveldil:target {
  visibility: visible;
  opacity: 1;
}
.popup_flight_travlDil {
  margin: 70px auto;
  padding: 20px;
  background: #EC008C;
  border-radius: 5px;
  width: 40%;
  position: relative;
  transition: all 2s ease-in-out;
}
.popup_flight_travlDil .close_flight_travelDl {
  position: absolute;
  top: 20px;
  right: 20px;
  transition: all 200ms;
  font-size: 30px;
  font-weight: bold;
  text-decoration: none;
  color: #FFFFFF;
}
.popup_flight_travlDil .content_flightht_travel_dil {
  max-height: 30%;
  overflow: auto;
}


.register {
	margin: 0 auto;
}

.register a {
	font-size: 18px;
	display: block;
	background-color: #EC008C;
	padding: 10px 20px;
	color: #FFFFFF;
	font-weight: 900;
	width: fit-content;
	border-radius: 20px;
	transition: all ease-in-out 200ms;
	margin-top: 30px;
}

.register a:hover {
	background-color: #000000;
	color: #EC008C;
}

.content_flightht_travel_dil a {
	text-transform: none;
	color: #FFFFFF;
	font-size: 16px;
	font-weight: normal;
	font-family: Roboto, sans-serif;
}


/* MOBILE VERSION*/

@media only screen and (max-width: 768px) {
	
	main {
		height: 100%;
		margin-top: 50px;
		margin-bottom: 40px;
		justify-content: center;
		padding-left: 0px;
		margin-left: 0px;
		margin-right: 0px;
	}

	h1 {
		font-size: 32px;
		line-height: 40px;
		margin-top: 20px;
	}

	h2 {
		font-size: 32px;
		line-height: 38px;
	}

	.about {
		flex-direction: column-reverse;
	}
	
	.about-text {
		margin: 0 20px 20px;
	}
	
	.team {
		margin-top: -50px;
	}
	
	.team-members {
		margin: 0 20px;
		flex-direction: column;
	}

	.team-kyla, .team-lannette, .team-amanda, .team-sharon {
		margin-bottom: 40px;
	}

	.team-text {
		display: flex;
		flex-direction: column;
	}

	.team-photo img {
		width: 100%;
	}
	
	.team-members img {
		width: 80%;
		margin: 0 auto;
	}

	.register a {
		margin-top: 0;
	}
	
	.popup_flight_travlDil {
	  width: 80%;
	}
	
}