body{
    color: white;
    margin: 0;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    background-color: white;
}

.container {
	width: 80%;
	margin: auto;
	overflow: hidden;
}


#main-header{
	background-color: teal;
    color: #fff;
    text-align: center;
    font-size: 32px;
    font-family: 'Boogaloo', cursive;
}

#navbar{
  height: 60px;
  width: 100%;
  background-color: #333;
  margin-bottom: 0;
}

#navbar ul{ 
  list-style-type: none;
  margin: 0;
  padding: 0;
  overflow: hidden;
  background-color: #333;
}

#navbar li{
  float: left;
  margin-left: 100px;
}

#navbar li a{
  display: inline-block;
  color: white;
  text-align: center;
  padding: 14px 80px 14px 80px;;
  position: center;
  
  text-decoration: none;
}

#navbar a:hover{
  background-color: white;
  color: teal;
    
}


#navbar a{
    color: teal;
    font-family: 'Luckiest Guy', cursive;
  	text-decoration: none;
	font-size: 32px;
	padding-right: 15px;
}




#map {
    float: left;
    margin:100px 0px 0px 0px;
    margin-left: 200px;
    height: 60%;
    width: 40%;
}

#infowindow-content .title {
  font-weight: bold;
}

#infowindow-content {
  display: none;
}

#map #infowindow-content {
  display: inline;
}

.pac-card {
  
  margin: 10px 10px 0 0;
  border-radius: 2px 0 0 2px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  outline: none;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.3);
  background-color: #fff;
  font-family: Roboto;
}

#pac-container {
  padding-bottom: 12px;
  margin-right: 12px;
}

.pac-controls {
  display: inline-block;
  padding: 5px 11px;
}

.pac-controls label {
  font-family: Roboto;
  font-size: 13px;
  font-weight: 300;
}

#pac-input {
  
  background-color: #fff;
  font-family: Roboto;
  font-size: 15px;
  font-weight: 300;
  margin-left: 12px;
  padding: 0 11px 0 13px;
  text-overflow: ellipsis;
  width: 400px;
}

#pac-input:focus {
  border-color: #4d90fe;
}

#title {
  color: #fff;
  background-color: #4d90fe;
  font-size: 25px;
  font-weight: 500;
  padding: 6px 12px;
}
#target {
  
  width: 345px;
}
     

#sidebar{
    margin-top: 100px;
	  float: right;
    width: 40%;
    height: 60%;
    
	  color: teal;
    padding: 10px;
    margin-right: 40px;
	  box-sizing: border-box;
    
}



#sidebar h1{
    font-family: 'Luckiest Guy', cursive;
    text-align: center;
    font-size: 5vh;
}

#sidebar li{
    list-style: upper-alpha;
    font-size: 30px;
    
}

#sidebar li a{
    font-family: 'Boogaloo', cursive;
    color:teal;
    font-style: none;
    text-decoration: none;
}

#sidebar li a:hover{
    color:black;
}

#sidebar p{
    font-family: 'Saira Extra Condensed', sans-serif;
    font-size: 20px;
}



.menu-body {

  padding-left: 300px;
  max-width: 680px;
  margin-top: 900px;
  /*margin-right: 250px;
  padding-left: 50px;*/
  display: block;
  color: rgb(92, 92, 92);
}
 
.menu-section {
  margin-top: 100px;
  float: left;
 /* margin-left: 20px;*/
  margin-bottom: 80px;
}
 
.menu-section-title {
  font-family: 'Luckiest Guy', cursive;
  color: teal;
  font-size: 50px;
  display: block;
  font-weight:normal;
  margin: 20px 0; 
  text-align: Center;
}
 
.menu-item {
  margin: 35px 0;
  font-size: 18px;
}
 
.menu-item-name{
  font-family: helvetica;
  font-weight: bold;
  border-bottom: 2px dotted rgb(213, 213, 213);
}
 
.menu-item-description {
  font-style: italic;
  font-size: .9em;
  line-height: 1.5em;
}
 
.menu-item-price{
  float: right;
  font-weight: bold;
  font-family: arial;
  margin-top: -22px;
}


/*DRANKS*/




.menu-bodyD {
  float: right;
  max-width: 680px;
  padding-right: 300px; 
  margin-top: 15px;
  
  display: block;
  color: rgb(92, 92, 92);
}
 
.menu-sectionD {
  margin-top: 100px;
  /*margin-left: 20px;*/
  margin-bottom: 80px;
  width: 500px;
}
 
.menu-section-titleD {
  font-family: 'Luckiest Guy', cursive;
  color: teal;
  font-size: 50px;
  display: block;
  font-weight:normal;
  margin: 20px 0; 
  text-align: Center;
}


.menu-itemD {
  margin: 35px 0;
  font-size: 18px;
}
 
.menu-item-nameD{
  font-family: helvetica;
  font-weight: bold;
  border-bottom: 2px dotted rgb(213, 213, 213);
}
 
.menu-item-descriptionD {
  font-style: italic;
  font-size: .9em;
  line-height: 1.5em;
}
 
.menu-item-priceD{
  float: right;
  font-weight: bold;
  font-family: arial;
  margin-top: -22px;
}



input[type=text], textarea {
  width: 100%; /* Full width */
  padding: 12px; /* Some padding */
  padding-top: 8px;   
  border: 1px solid #ccc; /* Gray border */
  border-radius: 4px; /* Rounded borders */
  box-sizing: border-box; /* Make sure that padding and width stays in place */
  margin-top: 6px; /* Add a top margin */
  margin-bottom: 16px; /* Bottom margin */
  resize: vertical /* Allow the user to vertically resize the textarea (not horizontally) */
}

input[type=submit] {
  background-color: teal;
  font-family: 'Luckiest Guy', cursive;
  color: white;
  padding: 15px 25px;
  border: none;
  border-radius: 4px;
  cursor: pointer;
  font-size: 4vh;
}
input[type=submit]:hover{
  font-family: 'Luckiest Guy', cursive;
  color: #01646C;
}

/*footer{
    position: bottom;
    height: 50px;
    background-color: Teal;
    bottom: 0px;
    margin-top: 47%;
    left: 0px;
    right: 0px;
    text-align: center;
    margin-bottom: 0px;
    
}*/



