* {
  box-sizing: border-box;
}

body {
  font-family: 'Trebuchet MS', Arial, sans-serif ;
  margin: 0;
  
}
h1,h2,h3,h4,h5,h6{
    color:#56450a;
}
h1{
    text-shadow: 5px 3px grey;
}
/* Style the header */
.header {
  padding: 1em;
  text-align: center;
  background: #0f1715;
  color: white;
}
#logo{
    
    mix-blend-mode:screen;
    
}
/* Increase the font size of the h1 element */
.header h1 {
  font-size: 40px;
}

/* Style the top navigation bar */
.navbar {
  overflow: hidden;
  background-color: #333;
 
}

/* Style the navigation bar links */
.navbar a {
  float: left;
  display:block ;
  color: white;
  text-align: center;
  padding: 14px 20px;
  text-decoration: none;
}
#toggle img{
    width:12%;
   margin:0.5em 1em;;
  }
#toggle{
  display:none;
}

/* Right-aligned link */
.right{
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: end;
    justify-content: flex-end;
    margin:0 1em;
   
}

 input{
    border: 2px solid rgba(76, 74, 12, 0.8);
    border-radius:1em;
    margin: 4px 2px;
    padding: 14px 20px;
    width:400px;
 
    
}
.right .search{
    border-radius:1em;
    padding: 15px  32px;
    margin: 4px 7px;
    text-align: center;
    text-decoration: none;
    color:#fff;
    background: #56450a;
}

::-webkit-input-placeholder { /* WebKit, Blink, Edge */
    color:#56450a;
    text-align: center;
    font-size: 1em;
    font-weight: 400;
}
:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
    color:#56450a;
   opacity:  1;
   text-align: center;
   font-size: 1em;
    font-weight: 400;
   
}
::-moz-placeholder { /* Mozilla Firefox 19+ */
    color:#56450a;
   opacity:  1;
   text-align: center;
   font-size: 1em;
    font-weight: 400;
}
:-ms-input-placeholder { /* Internet Explorer 10-11 */
    color:#56450a;
    text-align: center;
    font-size: 1em;
    font-weight: 400;
}
::-ms-input-placeholder { /* Microsoft Edge */
    color:#56450a;
    text-align: center;
    font-size: 1em;
    font-weight: 400;
}

/* Change color on hover */
.navbar a:hover {
  background-color: #ddd;
  color: #000;
  font-size: 1em;
    font-weight: 400;
}
.navbar a.active {
    background-color: #000;
    color:#ddd; 
}
/* Column container */
.row {  
  display: -webkit-box;  
  display: flex;
  flex-wrap: wrap;
}

/* Create two unequal columns that sits next to each other */
/* Sidebar/left column */
.side {
  -webkit-box-flex: 30%;
  flex: 30%;
  background-color: #f1f1f1;
  padding: 20px;
}
.card {
   
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    text-align: center;
  }
  .guide{
      display: none;
  }
 
  .dateHeader {
    background: #ddd;
    color: white;
    padding: 10px;
    font-size: 40px;
  }
  
  .dateContainer {
    padding: 10px;
  }

/* Main column */
.main {   
  -webkit-box-flex: 70%;   
  flex: 70%;
  background-color: white;
  padding: 20px;
  
}

/*pageloader: Center the loader */
#loader {
  position: relative;
  left: 50%;
  top: 50%;
  z-index: 1;
  width: 150px;
  height: 150px;
  margin: 5px 0 0 -75px;
  border: 6px solid #f1f1f1;
  border-radius: 50%;
  border-top: 6px solid #56450a;
  border-left: 6px solid #000;
  width: 120px;
  height: 120px;
  -webkit-animation: spin 2s linear infinite;
  animation: spin 2s linear infinite;
}

@-webkit-keyframes spin {
  0% { -webkit-transform: rotate(0deg); }
  100% { -webkit-transform: rotate(360deg); }
}

@keyframes spin {
  0% { -webkit-transform: rotate(0deg); transform: rotate(0deg); }
  100% { -webkit-transform: rotate(360deg); transform: rotate(360deg); }
}

/* Add animation to "page content" */
.animate-bottom {
  position: relative;
  -webkit-animation-name: animatebottom;
  -webkit-animation-duration: 1s;
  animation-name: animatebottom;
  animation-duration: 1s
}

@-webkit-keyframes animatebottom {
  from { bottom:-100px; opacity:0 } 
  to { bottom:0px; opacity:1 }
}

@keyframes animatebottom { 
  from{ bottom:-100px; opacity:0 } 
  to{ bottom:0; opacity:1 }
}


.control{

  background-color:  #0f1715;
  width: 100%;
  padding: 20px;
}
.map{
    width: 100%;
    padding: 20px;

  }

.button {
    background-color: white; 
    color: black; 
    border: 2px solid rgba(76, 74, 12, 0.8);
    border-radius:1em;
    padding: 15px 32px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 1em;
    margin: 4px 2px;
    cursor: pointer;
    width:100%;
  
  }
  .button a{
    text-decoration: none;
    color: inherit;
  }
 
  #map {

   height:600px;
  display:none; 
  }
  /* Makes the map fill the window. */
  
  #description {
    font-family: Roboto;
    font-size: 15px;
    font-weight: 300;
  }

  #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 {
   
    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;
  }
/* Footer */
.footer {
  
  text-align: center;
  background-color: #ddd;
    margin-bottom: 0;
  }
  .footer .container { 
    background: #000;
    border: 1px solid #ddd;
    opacity: 0.6;
    filter: alpha(opacity=60); /* For IE8 and earlier */
  }
  .footer-copyright {
    color: #666;
  
  }
  .footer img{
    
    border-radius: 5em;
    mix-blend-mode:screen;
    width:12%;
   margin:0.5em 1em;;
  }
  .footer .row{
      display:grid;
      grid-template-columns: 60% 40%;
     
  }
  .footer p{
    color:#3c484a;
  }
/* Responsive layout - when the screen is less than 700px wide, make the two columns stack on top of each other instead of next to each other */
@media screen and (max-width: 700px) {
  * {
    box-sizing: border-box;
    width:100%;
    
  }

  
  .row {   
    -webkit-box-orient: vertical;   
    -webkit-box-direction: normal;   
    flex-direction: column;
   
  }
  #toggle{
    display:block;
  }
  .side{
    display:none;
  }
  .right{
    display: inline;
}
.right .search{
  padding: 2px;
}  
#city-form {
  width: 100%;
    display: -webkit-box;
    display: flex;
}
.city input {
   
  width: 70%;

}
 .search{
  width: 30%;
}
.footer .row{
  display:-webkit-box;
  display:flex;
  
 
}
}

/* Responsive layout - when the screen is less than 400px wide, make the navigation links stack on top of each other instead of next to each other */
@media screen and (max-width: 400px) {
  
* {
  box-sizing: border-box;
  width:100%;
 
}
  .navbar a {
    float: none;
    
  }
  #toggle{
    display:block;
  }
  .side{
    display:none;
  }
  .right{
    display: inline;
}
   
#city-form {
  width: 100%;
    display: -webkit-box;
    display: flex;
}

.city input{
   
    width: 70%;
  
}
 .search{
  width: 30%;
}
.footer .row{
  display:-webkit-box;
  display:flex;
  
 
}
}