@font-face {
  font-family: Montserrat;
  src: url(/Montserrat-Regular.ttf);
}

.Site {
    display: flex;
    min-height: 100vh;
    flex-direction: column;
  }
  
  .Site-content {
    flex: 1;
    padding-top: 16px;
  }
  .header {
    background-color: #2c3236;
    padding-bottom: 10px;
  }
  body {
      background-color: white;
      margin: 0;
  }
  
  /* --------- */
  /* Text defn */
  p {
    font-family: 'Montserrat', sans-serif;
    font-size: 20px;
    text-align: left;
  }
  a{
    color: black;
    text-decoration: none;
    text-align: left;
    font-family: 'Montserrat', sans-serif;
  }
  a:hover, a:active{
    color: #ff6600 !important;
    text-decoration: none;
  }
  
  h1 {
      color: black;
    text-align: center;
    font-family: 'Montserrat', sans-serif;
    font-size: 30px;
  }
  h2 {
      font-family: 'Montserrat', sans-serif;
      color:black; 
      padding: 5px;
      font-size: 30px;
      text-align: center;
  }
  h3 {
    font-family: 'Montserrat', sans-serif;
    color:black; 
    padding: 5px;
    font-size: 25px;
    text-align: center;
  }
  h4 {
    font-family: 'Montserrat', sans-serif;
    color:black; 
    padding: 5px;
    font-size: 20px;
    text-align: left;
  }
  
  
  /* --------- */
  /* Image def */
  img {
    padding: 0px;
  }
  
  
  /* --------- */
  /* Three columns */
  .column {
    float: left;
    padding: 2px;
  }
  
  /* Left and right column */
  .column.side {
    width: 10%;
  }
  
  /* Middle column */
  .column.middle {
    width: 80%;
    display: table;
  }
  
  /* Equal thirds column */
  .column.thirds {
    width: 30%;
    padding: 0px 10px;
  }
  
  /* Clear floats after the columns */
  .row:after {
    content: "";
    display: table;
    clear: both;
  }
  
  /* Responsive layout - makes the three columns stack on top of each other instead of next to each other */
  @media screen and (max-width: 600px) {
    .column.side, .column.middle{
      width: 100%;
    }
  }
  
  /* --------- */
  /* Gallery layout with img and description */
  .gallery {
    margin: 5px;
    border: 1px solid #2c3236;
    background-color: #2c3236;
    max-width: 600px;
  }
  
  .gallery:hover {
    border: 2px solid #ff6600;
  }
  
  .gallery img {
    width: 100%;
    height: auto;
  }
  .desc {
    padding: 15px;
    text-align: center;
    font-family: 'Montserrat', sans-serif;
    color: white;
    font-size: 25px;
  }
  * {
    box-sizing: border-box;
  }
  
  /* --------- */
  /* Responsive thirds layout */
  .responsive_three_col {
    padding: 0 6px;
    float: left;
    width: 33%;
  }
  @media only screen and (max-width: 790px) {
    .responsive_three_col {
      width: 100%;
    }
  }
  
  /* --------- */
  /* Misc */
  .clearfix:after {
    content: "";
    display: table;
    clear: both;
  }
  
  /* --------- */
  /* Menu using lists */
  ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
    overflow: hidden;
  }
  
  li {
    float: left;
    padding: 0px 10px;
  }
  
  li a, .dropbtn {
    display: inline-block;
    color: black;
    padding: 10px 10px;
    text-align: center;
    text-decoration: none;
    font-family: 'Montserrat', sans-serif;
    font-size: 20px;
  }
  
  li a:hover, .dropdown:hover .dropbtn {
    background-color: black;
    color: white !important;
  }
  
  li.dropdown {
    display: inline-block;
  }
  
  .dropdown-content {
    display: none;
    position: absolute;
    background-color: #f9f9f9;
    color: black;
    min-width: 160px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 1;
  }
  
  .dropdown-content a{
    padding: 12px 16px;
    text-decoration: none;
    display: block;
    text-align: left;
    color: black !important;
  }
  
  .dropdown-content a:hover {
    background-color: black;
    color: white;
  }
  
  .dropdown:hover .dropdown-content {
    display: block;
  }

  #navbar {
    position: sticky;
    top: 0;
    background-color: white;
  }
  
  /* --------- */
  /* Footer */
  .footer {
      background-color: white;
    padding: 5px;
    height: fit-content;
    line-height: normal;
      text-align: center;
      color: black;
    font-family: 'Montserrat', sans-serif;
    vertical-align: middle;
    margin-top: 2em;
  }
  .footer a:link, a:visited, a:hover{
    color: black;
    text-decoration: none;
  }
  .footer a:hover, a:active{
    color: ff6600;
    text-decoration: none;
  }
  /* --------- */
  /* Title for each page */
  .logo_head {
    position: relative;
    text-align: center;
    color: black;
    font-family: 'Krungthep', sans-serif;
    font-size: 30px;
  }
  .centered {
    position: absolute;
    top: 60%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: white;
    padding: 5px;
    border-radius: 40px;
  }
  /* --------- */
  .orangebox {
    left: 0%;
    color: black;
    background-color: white;
    padding: 20px;
    border: 2px solid #ffffff;
    margin-top: 1em;
  }
  @media screen and (min-width: 600px) {
    .defaulthide {
      display: none
    }
    #contentzoneopt {
      width: 66%;
      float: right;
    }
  }
  @media screen and (max-width: 600px) {
    .narrowhide {
      display: none
    }
  }
  .fullwidth {
    width: 100%;
  }
  
  .tree_gall {
    margin: 0.5%;
    border: 1px solid #ff6600;
    background-color: #2c3236;
    max-width: 600px;
    width: 32.3333333333%;
    float: left;
    position: relative;
  }
  
  .tree_gall_vert {
    margin-bottom: 1em;
    border: 1px solid #ff6600;
    background-color: #2c3236;
    max-width: 600px;
    position: relative;
    display: block;
  }
  .tree_vert {
    display: inline-block;
    float: left;  
    vertical-align: top;
    width: 32.333333%;
  }
  
  .tree_gall:hover .overlay{
    opacity: 0.9;
  }
  
  .tree_gall_image {
    display: block;
    width: 100%;
    height: auto;
  }
  
  .polaroid {
    display: table-cell;
  }
  
  #wrapper {
    display: table;
  }
  
  .column {
    float: left;
    width: 33.33%;
    padding: 5px;
  }
  /* --collapsible sections--- */
  .collapsible {
    background-color: #000000;
    color: white;
    cursor: pointer;
    padding: 18px;
    width: 100%;
    border: none;
    text-align: left;
    outline: none;
    font-family: 'Montserrat', sans-serif;
    font-size: 30px;
    text-align: left;
  }
  
  .active, .collapsible:hover {
    background-color: #2c3236;
  }
  
  .content_coll {
    padding: 0 18px;
    display: none;
    overflow: hidden;
    background-color: #ffffff;
    outline: #ff6600 solid 2px;
    font-family: 'Montserrat', sans-serif;
    font-size: 20px;
    text-align: left;
    line-height: 1.5;
  }
  /* --non-collapsible sections--- */
  .non_collapsible {
    background-color: #000000;
    color: white;
    cursor: pointer;
    padding: 18px;
    width: 100%;
    border: none;
    text-align: left;
    outline: none;
    font-family: 'Montserrat', sans-serif;
    font-size: 30px;
    text-align: left;
  }
  .content_non_coll {
    padding: 0 18px;
    overflow: hidden;
    background-color: #ffffff;
    outline: #ff6600 solid 2px;
    font-family: 'Montserrat', sans-serif;
    font-size: 20px;
    text-align: left;
    line-height: 1.5;
  }