html {
  font-size: 16px;
  font-weight:normal;
  color: #000 !important;
}

.custom_light_brown {
	background-color: #ceae88;
}

body{
	font-weight:normal;
  color: #000 !important;
}

.bodycontent{
	background-image: url('/images/background.png');
	background-position: center;
	background-size: cover;
	padding: 6vw 8vw 4vw 8vw;
	min-height: 25vw;
}

.footercontent{
	background-image: url('/images/background.png');
	background-position: center;
	background-size: cover;
	padding: 6vw 8vw 4vw 8vw;
}

p{
	text-align: justify;
	font-weight:600;
    color: #000 !important;
}
nav{
	z-index: 200;
	padding:0vw;
}
nav *{
	font-weight: 800;
	font-size: 1.2rem;
	padding:0vw;
	line-height: 1.2rem;
}

nav li{
	padding:0.05vw;
	padding-left: 1vw;
	padding-right: 1vw;
}

.navbar-collapse ul{
	margin:auto;
}

.myactive a{
	color: #ffecb3 !important;
}

.top-banner{
	height:25vw;
	background-image: url('/images/top-logo-background.jpg');
	background-size: 100% auto;
	padding: 4vw 4vw 0 6vw;
}

.carousel{
	z-index: 100;
}

.top-banner .logo{
	width:55vw;
	min-width: 200px;
}

.top-banner .logo_script{
	margin-top: -1vw;
    margin-left:15vw;
	width:35vw;
	min-width: 150px;
	opacity: 0.9;
  	filter: alpha(opacity=90);
  	-webkit-filter: drop-shadow(2px 2px 2px rgba(0,0,0,0.5));
    filter: url(#drop-shadow);
    -ms-filter: "progid:DXImageTransform.Microsoft.Dropshadow(OffX=2, OffY=2, Color='#444')";
    filter: "progid:DXImageTransform.Microsoft.Dropshadow(OffX=2, OffY=2, Color='#444')";
}

.strip, .strip-{
	height:2vw;
	position: absolute;
	top:0;
	left: 0vw;
	width:100%;
	background-image: url('/images/strip.png');
	background-size: auto 100%;
	background-repeat: repeat-x;
}

.strip-{
	position: relative;
	margin-bottom:-2vw;
}

.btn-primary{
	background-color: #ceae88 !important;
}

h4, h5{
	color: #72614c;
	font-weight: bolder;
}

.carousel-inner .d-block{
 	margin-top: -2vw;
 	margin-bottom: -1vw;
 }