﻿@charset "utf-8";
form{
	background-color:#e6a383;
}
.fade{
    background-image: linear-gradient(rgba(255, 255, 255, 0), rgb(230, 163, 131));
}

.content-box{
	border: none;
	border-radius: 0px;
	background-color:#cececebd;
	box-shadow: none;
}
.theme2 .content-box{
	border:#64625d 1px solid;
	border-radius: 8px;
	background-color:#cececebd;
	box-shadow: 5px 5px 10px #51504c91;
}

.theme3 .content-box{
	border:#eeebe3 1px solid;
	border-radius: 8px;
	background-color:#90b6dfc4;
	box-shadow: 5px 5px 10px #f8e58591;
}

.box-button-image img{
	box-shadow: none;
}
.theme2 .box-button-image img{
	border:#64625d 1px solid;
	box-shadow: 5px 5px 10px #51504c91;
}

.theme3 .box-button-image img{
	border:#eeebe3 1px solid;
	box-shadow: 5px 5px 10px #f8e58591;
}

.theme4 .content-box{
	border:#eeebe3 1px solid;
	border-radius: 8px;
	background-color:#90b6dfc4;
	box-shadow: 5px 5px 10px #f8e58591;
}
.theme4 .box-button-image img{
	border:#eeebe3 1px solid;
	box-shadow: 5px 5px 10px #f8e58591;
}
form.theme4{
	background-color:#bdcadb;
}
.theme4 .fade{
    background-image: linear-gradient(rgba(255, 255, 255, 0), #bdcadb);
}


.theme1 .contact-info .fa{
	color:#1ea270;
}
.theme1 #page-title,
.theme1 #page-subtitle{
	color: #000;
	text-shadow: 4px 4px 5px #7d7a86;
}


/* Font colors*/
.font-color1,
.font-color1 .box-button-text{
/*	color:#000;
*/}
.font-color2,
.font-color2 .box-button-text{
	color:#371b35;
}
.font-color3,
.font-color3 .box-button-text{
	color:#463e00;
}
	
.font2{
	 font-family: Arial, Helvetica, sans-serif;
}

/*@import url('https://fonts.googleapis.com/css2?family=Baloo+Da+2&family=Roboto:wght@300&display=swap');

@import url('https://fonts.googleapis.com/css2?family=Comic+Neue&display=swap');

@import url('https://fonts.googleapis.com/css2?family=Mada:wght@200&family=Shadows+Into+Light+Two&display=swap');
*/
.font3{
	 font-family: 'Comic Neue', cursive;
}
.font4{
	 font-family: 'Shadows Into Light Two', cursive;
}

@media screen and (max-width: 680px) {
.sub-page .main-menu .box-button-text{
	color:#FFF;
}
}



