@charset "UTF-8";

html, body {
	background: white;
	box-sizing: border-box;
	height: 100%;
/*  padding: 10px;*/
	margin: 0px;
	font-family: 'Raleway', 'Montserrat', sans-serif;
}

.container {
    min-height: 100%;
    display: grid;
    grid-gap: 0px;
    grid-template-columns: repeat(12, 1fr);
    grid-template-rows: 100px 400px auto 30px;
/*
    grid-template-areas: 
      "h h h h h h h h h h h h"
      "b b b b b b b b b b b b"
      "d d d d d d d d d d d d";
*/
}

/*
.containerTwo {
  height: 100%;
    display: grid;
    grid-gap: 3px;
*/
/*    grid-template-columns: repeat(2, 1fr);*/
/*  replace above line with below line, so more flexibility*/
/*
  grid-template-columns: repeat(12, 1fr);
    grid-template-rows: 40px auto 40px;
  
*/
/*}*/

#nav {
	z-index: 2;
    background-color: black;
/*    width: 100px;*/
/*    height: 100px;*/
    grid-column: 1 / -1;
    grid-row: 0;
    position: sticky;
    top: 0px;
	display: flex;
/*	flex: 1 1 500px;*/
	align-items: center;
    
}

#nav > h1 {
    color: white;
	flex: 1 0 200px;
/*    float: left;*/
	padding-left: 60px;
}

#nav > h1 > a {
    text-decoration: none;
    color: white;
}

#morePlates {
	height: 50px;
	width: 200px;
	color: white;
	display: flex;
	border: 1px solid white;
	justify-content: center;
	align-items: center;
	margin-right: 40px;
    background-color: black;
    font-size: 1.1em;
	
}

#burgerDown {
    display: none;
    color: white;
    font-size: 3em;
    background-color: rgba(0, 0, 0, 0);
    border: none;
    margin-right: 50px;
}

.dropdown {
    display: block;
    position: relative;
    
}

.dropdown2 {
    display: flex;

}

.dropContent {
    display: none;
    position: absolute;

}

.dropContent2 {
    display: none;
/*    position: absolute;*/
	grid-column: 1 / -1;
	grid-row: 1;
	height: 100%;


}

.dropItem {
    height: 50px;
	width: 200px;
	color: white;
    border: 1px solid white;
    background: black;
    display: flex;
    justify-content: center;
    align-items: center;
	text-decoration: none;
    
}

.dropItem:hover {
	background: #e3e3e3;
	color: #27277e;
	font-weight: 800;
	
}

.dropItem2 {
    height: 50px;
	width: 200px;
	color: white;
    border: 1px solid white;
    background: black;
    display: flex;
    justify-content: center;
    align-items: center;
    
}

.dropdown:hover #morePlates {
    background-color: ghostwhite;
    color: black;
    
}

.dropdown:hover .dropContent {
    display: block;
    
}

.dropdown2:hover .container {
	
}

.dropdown2:hover .dropContent2 {
    display: flex;

    
}

#header {
/*    background-color: aquamarine;*/
    background: url(../photos/outsideNight.jpg);
    background-position: center;
    background-size: cover;
    grid-column: 1 / -1;
	position: relative;
    overflow: hidden;
}

#header > img {
	min-width: 100%;
	max-height: 100%;
    object-fit: cover;
	
}

#header > h1 {
	color: white;
	font-family: Montserrat, sans-serif;
	font-weight: 800;
	position: absolute;
	bottom: 0px;
	left: 80px;
	font-size: 6em;
	margin-bottom: 30px;
}

#title {
	text-align: center;
	
}

#title > h1 {
	font-size: 4em;
	font-weight: bolder;
	margin-bottom: 0px;
	margin-top: 50px
	
}

#title > h2 {
	margin-top: 10px;
	font-weight: 400;
	margin-bottom: 50px;
}

#infoPanel {
	display: flex;
	justify-content: space-around;
	border: 1px solid black;
	width: 500px;
	margin: auto;
	
}

.panelItem {
	padding-top: auto;
	padding-bottom: auto;
}

#lightText {
	color: rgba(0, 0, 0, 0.32);
}

#bodyWrapper {
    grid-column: 2 / -2;
/*    grid-area: b;*/
    
}


.bodyText {
    text-align: justify;
    text-justify: inter-word;
}

.bodyText > p {
    font-size: 1.4em;
}

#bodyOne {
	margin-top: 50px;
	display: flex;
	justify-content: center;
    margin-bottom: 0px;
}

#bodyOne > p {
	
	flex: 0 1 810px;
    margin-bottom: 0px;
}

/*
#imgOne {
	margin: auto;
	width: 80%;
	align-content: center;
	background-color: coral;
	
}
*/

.wideImg {
	width: 100%;
	height: 500px;
	margin-top: 50px;
/*	margin-left: 100px;*/
/*	margin-left: 10%;*/
	object-fit: cover;
}

#blockTwo {
	display: grid;
	grid-gap: 30px;
	grid-template-columns: repeat(12, 1fr);
	max-width: 1400px;
	height: auto;
	margin: auto;
	margin-top: 50px;
	
}

#bodyTwo {
	grid-column: 1 / -6;
		
}

#imgTwo {
	grid-column: -6 /-1;
/*	height: 300px;*/
	background-image: url(../photos/_TAN1730.jpg);
	background-size: cover;
	background-position: center;
	
}

#imgTwo > img {
	object-fit: cover;
	
}

#blockThree {
/*	display: flex;*/
	margin-top: 50px;
	display: grid;
	grid-gap: 50px;
	grid-template-columns: repeat(10, 1fr);
	width: 100%;
	height: auto;
}

#blockThree > img {
 	width: 100%;
	min-height: 100%;
    object-fit: cover;
}

#subImgOne {

	grid-column: 1 / 7;
}

#subImgTwo {

	grid-column: 7 / -1;
}

#rating {
    font-family: Montserrat, sans-serif;
    font-size: 5em;
    text-align: center;
    margin-top: 50px;
    margin-bottom: 0px;
}

.blue {
    color: darkblue;
}

#bodyFour {
	margin-top: 0px;
	display: flex;
	justify-content: center;
    margin-bottom: 300px;
}

#bodyFour > p {
	
	flex: 0 1 810px;
}

#footer {
    grid-column: 1 / -1;
    height: 160px;
    background-color: ghostwhite;
/*    grid-area: d;*/
}

#footer > h5 {
	text-align: center;
}

#footItems {
	display: flex;
	text-decoration: none;
	list-style: none;
	padding-top: 20px;
}

#footItems > * {
	flex: 1 1 200px;
/*	border: 1px solid black;*/
	text-align: center;
}

#footItems > li > a {
	text-decoration: none;
	color: darkslategrey
}

#footItems > li > a:active {
	color: slategrey;
}

#footItems > li > a:hover {
	color: black;
}

@media screen and (max-width: 1000px){
	
    #header > h1 {
        max-width: 500px;
    }
    #blockTwo {
        display: grid;
        grid-template-columns: repeat(1, 1fr);
        grid-template-rows: auto 200px;
        margin-top: 30px;
    }
    #blockThree {
        display: block;
    }
    #subImgTwo {
        display: none;
    }
    
}

/*
@media screen and (max-width: 600px){
    .dropdown {
        display: none;
    }
	
    .dropdown2 {
        display: block;
        position: relative;
    }
    
    #burgerDown {
        display: block;

    }
    .dropContent {
        
    }
	.container {
		grid-template-rows: 100px 200px 400px auto 40px;
	}
	}
	.dropContent2 {
		display: none;

	}
	.dropdown2:hover .dropContent2 {
		display: block;
	}

}*/
