 body {
      
      
       font-family: Montserrat, sans-serif;
       color: #3b3b3b;
       background-color: #dfdfdf;
       /* box-sizing: border-box; */
  }

  
  .person {
      border: 10px solid transparent;
      margin-bottom: 25px;
      width: 80%;
      height: 80%;
      opacity: 0.9;
  }
  .person:hover {
      border-color: #f1f1f1;
  }
  .carousel-inner img {
      width: 100%; /* Set width to 100% */
      margin: auto;
       box-shadow: 0 0 200px rgba(0,0,0,0.9) inset;
  }
      
      .carousel-caption{
          padding:5px;
          margin:5px;
          bottom: 11%;
          background-color: rgba(255,255,255,0.8);
          color:#3b3b3b;
            filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#000000',GradientType=0 ); /* IE6-9 */
      }
      
  .carousel-caption h1 {
      padding:2px;
          margin:2px;
    
      
  }
  /* @media (max-width: 600px) { 
    .carousel-caption {
      display: none; 
    }
  } */
  .bg-1 {
      background: #2d2d30;
      color: #bdbdbd;
  }
  .bg-1 h1 {color: #fff;}
  .bg-1 p {font-style: italic;}
  .list-group-item:first-child {
      border-top-right-radius: 0;
      border-top-left-radius: 0;
  }
  .list-group-item:last-child {
      border-bottom-right-radius: 0;
      border-bottom-left-radius: 0;
  }
  .thumbnail {
      padding: 0 0 15px 0;
      border: none;
      border-radius: 0;
  }
  .thumbnail p {
      margin-top: 15px;
      color: #555;
  }
  .btn {
      padding: 10px 20px;
      background-color: #333;
      color: #f1f1f1;
      border-radius: 0;
      transition: .2s;
  }
  .btn:hover, .btn:focus {
      border: 1px solid #333;
      background-color: #fff;
      color: #000;
  }
  .modal-header, h2, .close {
     
      text-align: center;
      
  }
  .modal-header, .modal-body {
      padding: 40px 50px;
  }
  
  #googleMap {
      width: 100%;
      height: 400px;
      -webkit-filter: grayscale(100%);
      filter: grayscale(100%);
  }  
  .navbar {
      margin-bottom: 0;
      background-color: rgba(255,255,255,0.9);
      color: #3b3b3b;
      border: 0;
     /* font-size: 11px !important; 
      letter-spacing: 4px;
      opacity: 0.9;*/
  }
 
  footer {
      background-color: #3b3b3b;
      color: white;
      padding: 32px;
  }
  footer a {
      color: white
  }
  footer a:hover {
      color: #777;
      text-decoration: none;
  }  
  .form-control {
      border-radius: 0;
  }
  textarea {
      resize: none;
  }

  



 
      #navbar-tablet {
          display:none;
      }
       #navbar-tablet2 {
          display:none;
      }
      #navbar-logo {
          display:none;
      }
      #navbar-logoandword {
          display:none;
      }
      #navbar-logo2 {
          display:none;
      }
       #navbarnorm2 {
          display:none;
      }
      .explorarlogo{
          height:8vw;
          width:auto;       
      }
      .nav {
         margin:0px;
          padding:0px
      }

  
      #navbar-logo2{
        transform: translate(0%, -6.5vw); bottom:0;
      }

      
     

      
      /*
    @media (min-width: 570px) and (max-width: 768px) {
      #navbarnorm2 {
          display:inline-block;
      }
     }
     @media (min-width: 400px) and (max-width: 569px) {
        #navbar-tablet2 {
        display:inline-block;
    } 
      }
    @media  (max-width: 399px) {
        #navbar-logo2 {
        display:inline-block;
    } 
      } */

      .bandbit {
          background-color: rgba(255,255,255,0.9)                 
      }


      h1 {
        font-size: 3em  
      }

      h2 {
        font-size: 2.5em  
      }

      h3 {
        font-size: 1.9em  
      }

      h4 {
        font-size: 1.4em  
      }

      p {
        font-size: 1.2em
    }

.explanationboxestext {
    padding: 50px;
}

#flexcontainer {
    display: flex;
    width:100%;
    
    flex-wrap: wrap;
    justify-content: space-evenly;
    align-items: stretch;
    flex-direction: row
}

.flexchildren {
    flex: 1;
    padding: 10px;
}
/* style="width:100%; height:auto; margin: 0px; text-align:center;" */

a {
    text-decoration: none;
    color: #3b3b3b
}

.piccy{
     width: 90%; left: 5%; object-fit: cover; position: relative; padding: 0px 5px 5px 5px; object-position: 0% 70%;
}

  .examples {
    display: flex;
    flex-wrap: wrap;   
    /* background-color: rgba(252, 244, 132, 0.7); */
    justify-content: space-between;
      align-content: stretch;
  }
  
 .eachexample {
     flex: 1 0 auto;  text-align: center;  margin: 1%; 
     box-sizing: border-box;
    width: 23%; height: 400px; border: 1px solid grey; border-radius:15px;
    background-position: center; background-repeat: no-repeat; background-size: cover; 
  }

  .eachexample > a {
    /* background-color: rgba(59, 59, 59, 0.702); */
    height:100%;
    width:100%; display: flex; flex-direction: column; border-radius:15px;
    align-items: center; justify-content: center; font-weight:bold; text-decoration: none; color:#3b3b3b
  }

  .exampletext {
    background-color: rgba(255, 255, 255, 0.9);
  }

  .exampletext > h3 {
    font-weight: bold;
    padding:0%;
    margin:2%
  }

  .exampletext > h4 {
    font-weight: bold;
    padding:0%;
    margin:2%
  }

  .exampletext > p {
    padding:0%;
    margin:2%;
    font-weight: normal;
    font-size: 1em
  }

  .venuelist {
  flex: 1; min-width: 300px; padding-top: 10px
  }

  


  
  @media (orientation: portrait) {
    a {
        text-decoration: none;
        color: #3b3b3b
    }
    .piccy{
        height: 200px; border-radius: 5px; width: 90%; left: 5%; object-fit: cover; position: relative; object-position: 0% 70%;
   }
   
    #blurred-image-container{
        height: 500px;
    }

    
  }

@media (max-width: 900px) {
 .navbar-fixed-top {
         bottom:0;
            top:auto;
      }

      h1 {
        font-size: 2em  
      }

      h2 {
        font-size: 1.8em  
      }

      h3 {
        font-size: 1.5em  
      }

      h4 {
        font-size: 1.3em  
      }

      p {
        font-size: 1em
    }
}

@media (max-width: 600px) {
         h1 {
           font-size: 1.7em  
         }
   
         h2 {
           font-size: 1.5em  
         }
   
         h3 {
           font-size: 1.3em  
         }
   
         h4 {
           font-size: 1.2em  
         }
   
         p {
           font-size: 1em
       }
   }

  
@media (max-width: 1321px) {
   #navbarnorm {
    display:none;
} 
  }
  
@media (min-width: 1150px) and (max-width: 1320px) {
    #navbar-tablet {
   display:inline-block;
   }
 }

@media (min-width: 900px) and (max-width: 1149px) {
   #navbar-logo {
   display:inline-block;
   } 
}

@media (min-width: 767px) and (max-width: 1300px) {
.eachexample {
    width: 31%;
    height: 300px;
    margin:1%
   }
}

@media (max-width: 500px) {
  .exampletext > p {
        font-size: 0.85em
       }

  .exampletext > h3 {
        font-weight: bold;
        padding:0%;
        margin:1%
      }
    
  .exampletext > h4 {
        font-weight: bold;
        padding:0%;
        margin:1%
      }
    }
 
@media (max-width: 767px) {
   #navbar-logo2 {
   display:inline-block;
   } 
      .explorarlogo{
     height:12vw;
     width:auto;       
 }
   .person {
       width:60%;
   } 

   .eachexample {
    width: 47%;
    height: 200px;
    padding:0px;
    margin:1px;
    line-height:normal
   }
}
 
@media (orientation: landscape) {
    #blurred-image-container{
        height: 900px;
    }
}
  
@media (min-width: 1100px) {
    .piccy {
        height: 300px;
    }
}

@media (max-width: 1099px) {
    .piccy {
        height: 200px;
    }
}

@media (max-width: 600px) { 
    .flexchildren {
      border-bottom: 2px  solid black
    }
}