@charset "UTF-8";
/* CSS Document */


body {
	width: 100%;
	background-color: #F3ECD3;
	font-family: Arial, sans-serif;
	font-size: 14px;
	color: #565600;
	margin:0;
	padding: 0;
	}
	
h1 {
	font-size: 200%;
 	font-weight: bolder;
	text-align: center;
	}
h2 {font-size: 150%; text-align: center;} 	
h3 {font-size: 120%; text-align: center;}

#header {text-align: center;}

#header a {
	text-decoration: none;
	color: #565600;
}

#header a:hover {color: #00c9aa;}

#dtoon {width: 100px;}

#logo {width: 400px;}



.navbar {
	background-color: #8e791a;
	width: 100%;
	height: 50px;

}

.navbar ul {
	width: 700px;
	list-style: none;
	max-width: 100%;
	background-color: #8e791a;
	margin-left: auto;
	margin-right: auto;
	text-align: center;

}
	
.navbar li {
	float: left;
	padding-right: 10px;

	line-height: 10px;
	vertical-align: top;
	top: -10px;
}

.navbar a {
	text-decoration: none;
	color: yellow;
	}

#story {width: 100%;}


	
.clearfix {clear: both;}	

#promo {
	/*width: 60%;*/
	/*float: left;*/
	/*margin:3%;*/
	width: auto;
	margin:15px auto 30px;
	max-width:850px;
}

#sidebar {
	background-color: #cce28a;
	width: 28%;
	float:left;

	padding: 3% 1% 3% 1%;
}



.buttonbox {
	width: 100px;
	margin-left: auto;
	margin-right: auto;
	background-color: #fcff00;
	text-align: center;
	margin-top: 10px;
}

.buttonbox p {
	text-decoration: none;
	text-align: center;
	font-family: Arial Black, san-serif;
	color: #2e9008;
	
}
.buttonbox a {
	background-color: #fcff00;
	text-decoration: none;
}

.buttonbox p:hover {color: #00c9aa;}

#footer { 
	background-color: #8e791a;
	width: 100%;
	height: 80px;
	padding: 10px;
}
#footer h3 {
	color: white;
}
#footer a {
	text-decoration: none;
	color: white;
}

#footer a:hover {color: #00c9aa;}

#footer img {
	width: 30px;
	margin-left: 47%;
	margin-right: auto;
	text-align: center;
	padding-top: 5px;
	clear: both;
}



@media screen and (max-width: 740px){
	
#logo {width: 90%; margin: 3%;}	
	
.navbar {position: relative;}	

.navbar ul li a {
	display: none;
}

#icon {
	width: 40px;
	float: right;
	display: list-item;
	padding-right: 10%;
}

.navbar ul li:hover ul a{
	display: list-item;
	float: none;
	clear: both;
	line-height: 30px;
}

#dropdown {position: absolute;}

.navbar ul li:hover #toon {
	clear:both; }


.bit {
	float: left;
	text-align: center;
	width: 90%;

	margin: 2%;
	padding: 10px;
	border: thin solid olive;
	}
	
.bit img {max-width: 90%;}	
	

#promo {width: 100%;}
#sidebar {width: 100%}
#footer {height: 80px;}
}

@media screen and (min-width: 741px){
#dropdown li {
	display:none;
}
.navbar li {
	width: 85px;
	line-height: 46px;
	float: left;
	background-color: #8e791a;
	text-align: center;
	padding-left: 2%;
	padding-right: 2%;
	}
	
	
.bit {
	width: 330px;
	height: 400px;
	float: left;
	text-align: center;
	margin: 15px;
	padding: 20px;
	border: thin solid olive;
	}
	
.bit img {width: 300px;}	
			
}




/*16-06-2021*/

*{ box-sizing: border-box; }


.booking-request-section {
    max-width: 850px; box-sizing: border-box;
    margin:50px auto 30px;
    padding: 25px;
    border: 2px solid;
    
}
.booking-request-section h2{ margin-bottom: 25px; margin-top: 0px; font-size: 25px; }
.input_box {
    display: block;
    width: 100%;
    padding: .375rem .75rem;
    font-size: 15px;
    font-weight: 400;
    opacity: 1;
    color: #565600;
    background-color: #cce28abf;
   height: 50px;
     box-sizing: border-box; font-family: Arial, sans-serif; border:none;
}
.input_box::-webkit-input-placeholder { / Chrome/Opera/Safari /
  font-size: 15px; color: #565600; opacity: 1; font-family: Arial, sans-serif;
}
.input_box::-moz-placeholder { / Firefox 19+ /
  font-size: 15px; color: #565600; opacity: 1;font-family: Arial, sans-serif;
}
.input_box:-ms-input-placeholder { / IE 10+ /
  font-size: 15px; color: #565600; opacity: 1; font-family: Arial, sans-serif;
}
.input_box:-moz-placeholder { / Firefox 18- /
  font-size: 15px; color: #565600; opacity: 1; font-family: Arial, sans-serif;
}
.form-row:after {
  content: "";
  display: table;
  clear: both;
}
.input_box:focus{ outline: none;  }
.form-row{ display: flex; flex-wrap: wrap;  margin: 0px -10px;}
.form-row .col-6 , .form-row .col-12 { padding: 0px 10px; }
.form-row .col-6{ width: 50%; }
.form-row .col-12{ width: 100%; }
.form-row .form-group{ margin-bottom: 20px; }
textarea.input_box{ height: 100px; }

button.btn_cls {
    background-color: #565600;
    color: #fff;
    padding: 12px 40px;
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 400; cursor: pointer; border: none;
}
.col-12.center { margin-top: 16px;}
.center{ text-align: center; }

@media screen and (min-width: 741px){
	.navbar li{ width: auto; }
}
@media screen and (max-width: 573px){
.form-row .col-6 {    width: 100%;}
}

/*16-06-2021*/