
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{
    background-image: url(images/);
    background-size: cover;
    margin: auto;
    background-color: rgba(255, 255, 255, 0.781);
    margin: auto;
    
 }
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;
}
/*end of css reset*/
 
main {
    grid-template-columns:rfff;
    grid-template-rows:rfff ;
    display: grid;
    max-width: 1280px;
    margin: auto;

}
ul{
   display: flex ;
    list-style-type: none;
}

li{
    width: 200px;
    text-align: center;
    
        
        /*dont do these two lines
        background-color: darkgreen;
        margin: 10px;
        */
        
}

a{
    grid-column: 1/5;  
  grid-row: 2/3;         
  text-align: center;
    display: block;
    padding: 5px 0;
}

a:link,a:visited{
    color: rgb(22, 53, 37);
    text-decoration: none;
}

a:hover{
    background-color: rgb(12, 151, 231);
    text-decoration: none;
}

header{
    background-color: rgb(12, 151, 231) ;
    color: rgb(0, 204, 255);
    width: 1000px;
    margin: auto;
    text-align: left;
    background-image:url(images/);
    background-size: 50px 50px;
    background-repeat: no-repeat;
    background-position: left center;
}
h1{
    margin: 50px;
    font-family: 'Lobster Two', sans-serif;
    text-align: center;
    font-size: xx-large;
    font-weight: bold;
    
}
h3{
    margin: 50px;
    font-family: 'Lobster Two', sans-serif;
    text-align: center;
    font-size: large;
}
p{
    background-color: rgb(255, 255, 255);
    font-size: 1.2em;
    font-family: sans-serif ;
}

.Home{
    text-align: center;
    grid-column: 1/5;
grid-row: 3/4;

}
.History{
    grid-column: 1/5;
grid-row: 4/6;
text-align: center;

}

.Heroimg{
    grid-column: 1/5;
    grid-row: 2/3;
    
    border-color: black;
    text-align: center;
    background-color:rgba(170, 184, 196, 0.082)
    
}
.air{
         
  text-align: center;
  border-color: black;
}
footer{
    grid-column: 1/5;  
    grid-row:6/7;   
    text-align: center;
    border-style: solid;
    background-color:rgba(170, 184, 196, 0.199) ;
    margin: auto;
}
nav{
    grid-column: 1/7;  
    grid-row:2/3;   
    content: center;
    background-color:rgba(190, 215, 238, 0.726) ;
   
}
.rates{
    text-align: center;
    border-style: solid;
}
.accomidations{
    grid-column: 1/3;
    grid-row: 4/5;
    text-align: center;
    border-style: solid;
}
.attractions{
    grid-column: 3/5;
    grid-row: 4/5;
    text-align: center;
    border-style: solid;
}