@charset "UTF-8";
/* CSS Document */

@import url('https://fonts.googleapis.com/css2?family=Overlock&display=swap');

header{
	text-align: center;
	margin-bottom: 20px;
	background-color: #C08F0A;
	
}


body {
	
	background-color:#8B8484;
	font-family:Impact, Haettenschweiler, "Franklin Gothic Bold", "Arial Black", "sans-serif"sans-serif;
	font-size: 13px;
}
body2 {
	
	background-color:#FAF6F6;
	font-family:Impact, Haettenschweiler, "Franklin Gothic Bold", "Arial Black", "sans-serif"sans-serif;
	font-size: 13px;
}
#wrapper {
	width: 960px;
	margin-left: auto;
	margin-right: auto;
	background-color:#656262 ;
	border: 3px solid #0C0606;
	padding: 10px 20px;
}

#wrapper2 {
	width: 960px;
	margin-left: auto;
	margin-right: auto;
	background-color:#FEFBFB ;
	border: 3px solid #0C0606;
	padding: 10px 20px;
}
p {
	line-height: 200%;
	margin-bottom: 14px;
}

h1,
h2,
h3 {
    font-family:"Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, "sans-serif";
}

h1 {
	background-color: #0A0606;
	color: #fff;
	font-size: 34px;
	text-transform: uppercase;
	text-align: center;
	padding: 16px 0;
    background: linear-gradient(#080601, #DEB900); /* Standard syntax */

}

h2 {
	background-color: #241F1F;
	color:#C08F0A ;
	font-size: 26px;
	padding: 10px;
	margin-bottom: 10px;
	text-align: center;
}

h3 {
	color: #2a5424;
	font-size: 22px;
	border-bottom: 1px dotted #2a5424;
	margin-bottom: 10px;
}

li {
	margin-bottom: 8px;
	list-style-type:disc;
	list-style-position: inside;
}

nav {
	
	padding: 6px;
    

	
}
.nav {
	color: #C08F0A;
	text-align: end;
	background: #000000;
}

nav p {
	font-weight:bold;
	text-align: center;
	margin: 0;
}

footer {
	text-align: center;
}

.feature {
	color: #034001;
	line-height: 100%
}

.feature-box {
	height: 520px;
	font-size: 20px;
	margin: 0 auto 20px;
	background-color:#000000 ;
	padding: 10px;
	border-radius: 10px;
	box-shadow: 5px 5px 5px 5px black;
	color: #C08F0A;
	
	
}

img {
	padding: 10px;
	background-color: #C08F0A;
	border: 2px solid #000000;
}

.gallery {
	margin: 10px;
}

.image-container {
	display: flex;
	flex-wrap: wrap;
	justify-content: left;
	
}

.alignleft {
	float: left;
	margin-right: 14px;
	margin-bottom: 10px;
}

.alignright {
	float:right;
	margin-left: 14px;
	margin-bottom: 10px;
}

section {
	width: 50%;
	height: 100px;
}

.flex-container {
	width:50%;

	flex-wrap: wrap;
	display: flex;
	
}
button {
	border:no#C08F0A#C08F0A#C08F0Ane;
	background-color: #969696;
	padding:5px 32px;
	font-size: 15px;
	cursor: pointer;
	border-radius: 10px;
	display:inline-block;
}
.submitbtn:hover {
	background-color: black;
	color:gold;
}
button-book {
	border:#000000;
	background-color: #C08F0A;
	padding:5px 32px;
	font-size: 30px;
	cursor: pointer;
	display:inline-block;
	color:aliceblue;
	text-align: center;
	width:897px;
}
button-submit {
	border:#000000;
	background-color: #C08F0A;
	padding:5px 32px;
	font-size: 30px;
	cursor: pointer;
	display:block;
	color:black;
	text-align: center;
	width:150px;
}
input {
	
	width:20%;
	padding: 10px 20px;
	margin: 2px;
	box-sizing: border-box;
	
}
lable {
	float:left;
	display:block;
	font-weight: bold;
	align-content: left;
	Width: 300px;
		
}
