html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

#main1{
	display:grid;
	grid-template-columns:1fr 1fr 1fr 1fr;
	grid-template-rows:100px 1fr 1100px 150px;
    font-family: 'Quicksand', sans-serif;
	overflow-x:hidden;
	max-width:1920px;
}

#main2{
	display:grid;
	grid-template-columns:1fr 1fr 1fr 1fr;
	grid-template-rows:100px 1fr 600px 850px 150px;
    font-family: 'Quicksand', sans-serif;
	overflow-x:hidden;
	max-width:1920px;
}

#main3{
	display:grid;
	grid-template-columns:1fr 1fr 1fr 1fr;
	grid-template-rows:100px 1fr 800px 150px;
    font-family: 'Quicksand', sans-serif;
	overflow-x:hidden;
	max-width:1920px;
}

hr{
	border:none;
}

header{
	display:flex;
	grid-column:1/5;
	grid-row:1/2;
    background-color:rgb(43, 43, 112);
    color:white;
    padding:20px 20px;
    font-size:35px;
    background-image: url(images/logo.png);
	background-size:120px 50px;
	background-repeat:no-repeat;
	background-position:left center;
}

header h1{
	margin:7px 0px 0px 110px;
	overflow-x:hidden;
	overflow-y:hidden;
	white-space:nowrap;
}

#compatible{
	margin:auto;
	margin-bottom:50px;
	white-space:nowrap;
}

header a{
	padding:15px;
	text-decoration:underline;
	text-decoration-thickness:1px;
	text-underline-offset:5px;
	color:rgb(239, 237, 237);
	margin-left:200px;
	font-size:25px;
}

header a:hover{
	transition:0.35s;
    background-color:rgb(48, 48, 110);
	border-radius:10px;
}

.imggrid{
	grid-column:1/3;
	grid-row:2/3;
}

#hero{
	margin:40px 0px 0px 40px;
	width:90%;
}

#hero2{
	margin:40px 0px 0px 60px;
	width:90%;
}

.artgrid{
	grid-column:3/5;
	grid-row:2/3;
	margin-top:40px;
	font-size:45px;
	font-weight:500;
}

.artgrid hr{
	width:97%;
	height:2px;
	margin-right:100px;
	background-color:rgb(43, 43, 112);
}

.artgrid h2{
	text-align:center;
}

.artgrid h3{
	font-size:20px;
	margin-top:20px;
	text-align:center;
}

.contactstyle{
	color:black;
	text-decoration:underline;
	text-decoration-thickness:1px;
	text-underline-offset:5px;
}

.contactstyle:hover{
	color:rgb(164, 164, 164);
	transition:0.35s;
}

.contact{
	margin-top:30px;
	font-size:20px;
}

.contact span{
	color:red;
	font-size:20px;
	font-weight:bold;
}

.contact p input, .contact p textarea{
	border:solid black 2px;
	border-radius:5px;
	width:150px;
	height:30px;
	margin:5px 0px 20px 0px;
    font-family: 'Quicksand', sans-serif;
	font-weight:500;
	
}

#address{
	display:none;
}

#emailsubmit{
	height:40px;
	width:180px;
	background-color:rgb(112, 112, 181);
	color:white;
}

#emailsubmit:hover{
	background-color:rgb(69, 69, 145);
	transition:0.5s;
	color:white;
}

#stay{
	display:flex;
	flex-wrap:wrap;
	overflow-x:hidden;
	justify-content:space-around;
}

#centerthis{
	text-align:center;
}

.history{
	grid-column:1/5;
	grid-row:3/4;
	text-align:center;
	margin-top:50px;
}

.history h2{
	font-size:50px;
	font-weight:500;
}

.history p{
	text-align:center;
	width:70%;
	font-size:25px;
	line-height:30px;
	margin:auto;
}

#welcomehr{
	width:40%;
	height:2px;
	background-color:rgb(43, 43, 112);
	margin:auto;
	margin-top:30px;
	margin-bottom:30px;
}

.history img{
	margin-top:30px;
	width:50%;
}

.wrapperforcolor{
	background-color:rgb(250, 246, 238);
	grid-column:1/5;
	grid-row:3/5;
	margin-top:50px;
}

.fadein{
	animation: fadeInAnimation ease 1.5s;
    animation-iteration-count: 1;
    animation-fill-mode: forwards;
}

.fadein2{
	animation: fadeInAnimation ease 1.5s;
    animation-iteration-count: 1;
    animation-fill-mode: forwards;
	text-align:center;
	font-size:25px;
	margin-top:25px;
}

@keyframes fadeInAnimation {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
     }
}

#footer1{
	grid-column:1/5;
	grid-row:4/5;
	background-color:rgb(43, 43, 112);
	color:white;
	text-align:center;
	padding-top:30px;
	font-size:25px;
}

#footer1 hr{
	background-color:white;
	height:1px;
	width:70%;
}

#footer2{
	grid-column:1/5;
	grid-row:5/6;
	background-color:rgb(43, 43, 112);
	color:white;
	text-align:center;
	padding-top:30px;
	font-size:25px;
}

#footer2 hr{
	background-color:white;
	height:2px;
	width:70%;
}

footer span{
	margin:0px 30px;
}

.fa-brands{
	font-size:30px;
	color:white;
	text-decoration:none;
}

.fa-brands:hover{
	transition:.5s;
	color:rgb(161, 161, 161);
}

.bookgrid{
	grid-column:1/5;
	grid-row:2/3;
	text-align:center;
	margin-top:40px;
}

.bookgrid h1{
	font-size:50px;
	font-weight:500;
}

.bookgrid h2{
	font-size:20px;
	padding-top:30px;
	width:700px;
	margin:auto;
	line-height:25px;
}

.contactusgrid{
	grid-column:1/5;
	grid-row:3/4;
	margin:auto;
	margin-top:45px;
}

.contactusgrid input,.contactusgrid textarea{
	margin:10px 0px 20px 0px;
	width:650px;
	border:solid black 1px;
    font-family: 'Quicksand', sans-serif;
	font-size:18px;
}

.contactusgrid input{
	height:40px;
}

.contactusgrid textarea{
	height:100px;
}

.contactusgrid span{
	color:red;
	font-size:20px;
	font-weight:bold;
}

.mapgrid{
	grid-column:1/5;
	grid-row:4/5;
	text-align:center;
	background-color:rgb(250, 246, 238);
}

.mapgrid h1{
	font-size:50px;
	font-weight:500;
	margin:40px 0px;
}

.addressphone{
	margin-top:20px;
}

#historyimggrid{
	grid-column:3/5;
	grid-row:2/3;
}

#historypgrid{
	grid-column:1/3;
	grid-row:2/3;
}

#historypgrid h1{
	font-size:50px;
	margin:40px 0px 0px 0px;
	text-align:center;
	font-weight:500;
}

#historypgrid p{
	width:90%;
	font-size:25px;
	margin:auto;
	text-align:center;
	margin-top:40px;
}

#historypgrid hr{
	width:75%;
	height:3px;
	margin-top:20px;
	background-color:rgb(43, 43, 112);
}

#historyimggrid2{
	grid-column:1/3;
	grid-row:3/4;
}

#fireplaceimg{
	width:90%;
	margin:100px 0px 0px 40px;
}

#historypgrid2{
	grid-column:3/5;
	grid-row:3/4;
	width:90%;
	font-size:25px;
	text-align:center;
	margin-top:80px;
}

#historypgrid2 p{
	margin:40px 0px 0px 40px;
}