.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;
}
{
box-sizing: border-box;
}

/* --------- */
/* 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;
	font-size: 30px;
}
h3 {
	font-family: 'Montserrat', sans-serif;
  font-size: 25px;
  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: white;
  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: #ff6600;
  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: #f09f69;
  color: white;
}

.dropdown:hover .dropdown-content {
  display: block;
}
/* --------- */
/* Sticky menu */
.sticky {
  position: fixed;
  top: 0;
  width: 100%;
}
.sticky + .Site-content {
  padding-top: 60px;
}
#navbar {
  background-color: #2c3236;
  z-index: 100;
}

/* --------- */
/* Footer */
.footer {
	background-color: #2c3236;
  padding: 5px;
  height: fit-content;
  line-height: normal;
	text-align: center;
	color: white;
  font-family: 'Montserrat', sans-serif;
  vertical-align: middle;
  margin-top: 2em;
}
.footer a:link, a:visited, a:hover{
  color: white;
  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: white;
  font-family: 'Krungthep', sans-serif;
  font-size: 30px;
}
.centered {
  position: absolute;
  top: 60%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: #ff6600;
  padding: 5px;
  border-radius: 40px;
}
/* --------- */
.orangebox {
  left: 0%;
  color: black;
  background-color: white;
  padding: 20px;
  border: 2px solid #ff6600;
  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;
}
