body, html {
  height: 120%;
}

.column {
        flex: 50%;
        max-width: 50%;
	padding: 0 10px;
}


.logobox {
   display: block;
   margin-left: auto;
   margin-right: auto;
   
}

.logo {
   display: block;
   margin-left: auto;
   margin-right: auto;
   
}

h2 {
   text-align: center;
   padding-top: 5%;
   letter-spacing: 1px; 
}

.hero-image {
  background-image: url("hero-image.jpg");
  height: 50vh;
  background-position: top left;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  z-index: -1;
}


.hero-text {
  display: flex; 
  justify-content: center;
  align-items: center;
  height: 200px;
  position: fixed;
  left: 50%;
  padding: 1%;
  top: 22%;
  transform: translate(-50%, -50%);
  color: black;
}

a {
	text-decoration: none;
	font-style: italic;
}

a:hover {
	color: #ff412d;
}

#mycontent {
  background-color: #262825;
  border-top: 1px solid #ff412d;
  padding-top: 120px;
  z-index: 3;
}

#sticky {
  position: -webkit-sticky;
  position: sticky;
  top: -198px;
  z-index: 6;
}


#hznav {
  height: 250px;
  background-color: #f4f6f3;
  border-bottom: 2px solid #262825;
  padding-right: 5%;
  color: #262825;
}

#hznav img{
  padding: 200px 5%;
}

#hznav a{
  padding-right: 20px;
}


#navbar-right {
  float: right;
  margin-top: 115px;
}

#icon-bar {
  width: 100%;
  text-align: center;
  color: #f4f6f3;
  background-color: #262825;
  padding-bottom: 28px;
}

#icon-bar a {
  display: inline;
  padding-left: 5%;
  padding-right: 5%;
}

.icontainer {
  position: relative;
  width: 100%;
}

.overlay {
  position: absolute; 
  bottom: 0; 
  background: rgb(0, 5, 0);
  background: rgba(0, 5, 0, 0.55); /* Black see-through */ 
  width: 100%;
  transition: .3s ease;
  opacity:0;
  color: #f4f6f3;
  font: 1.2em calibri, sans-serif;
  font-style: italic;
  text-align: center;
  padding: 12px 0;
}

.overlay2 {
  position: absolute; 
  bottom: 0; 
  background: rgb(0, 5, 0);
  background: rgba(0, 5, 0, 0.55); /* Black see-through */ 
  width: 100%;
  transition: .3s ease;
  color: #f4f6f3;
  font: 1.6em "Calibri" , sans-serif;
  font-style: italic;
  text-align: center;
  padding: 12px 0;
}

.w3-button:hover .overlay {
  opacity: 1;
}

.w3-button:hover .thumb{
  transform: scale(1.1); /* (150% zoom - Note: if the zoom is too large, it will go outside of the viewport) */
  transition: .2s ease;
}

.thumb{
  transition: transform .2s ease;
}

.w3-button {
  border-radius: 6px;
}

/* Lightbox */
.modal {
  display: none;
  position: fixed;
  z-index: 7;
  padding-top: 10px;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgba(9, 3, 8, 0.85);
}

.modal-content {
  position: relative;
  margin: auto;
  color: #f4f6f3;
  padding: 50px;
  max-width: 800px;
}


.close {
  color: #f4f6f3;
  position: fixed;
  z-index: 8;
  top: 10px;
  right: 25px;
  font-family: "Arial", Helvetica, sans-serif;  
  font-size: 40px;
  font-weight: bold;
}

.close:hover,
.close:focus {
  color: #ff412d;
  text-decoration: none;
  cursor: pointer;
}

.mySlides {
  display: none;
  padding: 5px;
}


.cursor {
  cursor: pointer;
}

.prev,
.next {
  font-family: Arial, Helvetica, sans-serif;
  font-style: normal;
  cursor: pointer;
  position: fixed;
  top: 150px;
  width: auto;
  padding:  35px 16px;
  margin-top: -50px;
  color: #f4f6f3;
  font-weight: bold;
  font-size: 40px;
  transition: 0.2s ease;
  user-select: none;
  -webkit-user-select: none;
}



.next {
  right: 10px;
  border-radius: 0 5px 5px 0;
}


.prev {
  left: 10px;
  border-radius: 5px 0 0 5px;
}

.prev:hover,
.next:hover {
  background-color: black;
  color: #ff412d;
}
/* end */

#icon-barb {
  width: 100%;
  text-align: center;
  color: #262825;
  background-color: #f4f6f3;
}

#icon-barb a {
  display: inline;
  padding-left: 5%;
  padding-right: 5%;
}


.hero-textb {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100px;
  position: fixed;
  left: 50%;
  padding: 1%;
  bottom: 6%;
  transform: translate(-50%, -50%);
  color: black;
}

.logoboxb {
   display: block;
   margin-left: auto;
   margin-right: auto; 
}

.logob {
   display: block;
   margin-left: auto;
   margin-right: auto;
}