/* CSS Document */

@import url("fonts.css");
@import url("styles.css");
@import url("header.css");
@import url("footer.css");
@import url("misc.css");



#dbmara-logo {
	position: absolute; top: 100px; left: 100px;
	z-index: 60;
}


#mara2 {
	width: 37.5vw;
	margin-top: 0;
	margin-right: 0;
}

#section-1{
	flex-direction: column-reverse;
}

#section-1 .left-column {
	position: relative;
	z-index: 1;
}

#section-1 .left-column {
	position: relative;
	z-index: 0;
}

.textbox {
	width: 75vw;
	min-width: 0;
}

#about-box, #vision-box {
	margin-right: 0;
	margin-top: 17.5%;
	margin-left: 12.5%;
}

#palmshadow2 {
	margin-top: 0;
	margin-left: 25vw;
	width: 75vw;
	margin-bottom: -48%;
}


#seaview1 {
	width: 75vw;
	margin-left: 12.5%;
}


#vision-box p, #vision-box h1{
	margin-bottom: 20px;
}

#section-3{	
	padding-left: env(safe-area-inset-left);
	padding-right: env(safe-area-inset-right);
}

@media only screen and (max-width: 930px){

}

/*responsive for Tablet portrait (below is phone)*/
@media only screen and (min-width: 931px) and (min-height: 500px){

	
}

/*responsive for Tablet landscape*/
@media only screen and (min-width: 1024px){

}

/*responsive for Laptop*/
@media only screen and (min-width: 1025px){
	#section-1{flex-direction: row;}
	#section-2{padding-bottom: 5.6vw;}
	
	.textbox {
		width: 35%;
		min-width: 400px;
	}

	
	#about-box {
		margin: auto;
		margin-right: 15.4%;
	}
	
	#vision-box {margin: 0;}
	#vision-box h1 {padding-top: 0; margin-top: -5px;}
	#vision-box p, #vision-box h1{margin-bottom: 3vw;}
	
	#palmshadow2 {
		margin-top: 5.02vw;
		margin-left: -2.6vw;
		width: 50vw;
		margin-bottom: 0;
	}
	
	#mara2 {
		width: 15.4vw;
		margin-top: 10.4vw;
		margin-right: -10.3vw;
	}
	
	#seaview1 {
		width: 55.1%;
		margin-left: 0;
		min-width: calc(250px + 15vw);
	}
}

/*respnsive for Desktop*/    
@media only screen and (min-width: 1601px){


}

