body{
    background-color: #1b1b1b;
    height: 100%;
    font-family: 'Montserrat', sans-serif;
    text-transform: uppercase;
    color: #faf9f6;
}

#mainlogo{
    max-width: 100vw; 
    max-height: 100vh;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.center{
  display: block;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  width: 50%;
}

#smalllogo{
  display: block; 
  max-width: 10vw; 
  max-height: 10vh;
  margin-top: -50px;
  margin: auto; 
}

#title_underdot{
  display:block;
  max-width: 0.5%; 
  max-height: 0.5%;
  margin: auto;
  margin-bottom: 5%; 
}

#social_icon_mail{
  display:block;
  max-width: 5%; 
  max-height: 5%;
  margin: auto;
  margin-bottom: 1%; 
}
#social_icon_fb{
  display:block;
  max-width: 5%; 
  max-height: 5%;
  margin: auto;
  margin-bottom: 1%; 
}
#social_icon_insta{
  display:block;
  max-width: 5%; 
  max-height: 5%;
  margin: auto;
  margin-bottom: 1%; 
}
#social_icon_li{
  display:block;
  max-width: 5%; 
  max-height: 5%;
  margin: auto;
  margin-bottom: 3%; 
}

#mail_to_label{
  text-align: center;
  text-transform: lowercase;
}

h1{
  text-align: center;
  margin-top: 80px;
  font-size: 26pt;
}

.nav_arrow_img{
  max-width: 5vw; 
  max-height: 5vw;
  display: block; 
  margin: auto;  
}

.gallery_display{
  max-width: 100%;
  max-height: 100%;
  display: block; 
  margin: auto;
}

img {
  display: block;
  margin: auto;
}

#title_name{
  position: fixed;
  bottom: 0;
  right: 0;
  padding-bottom: 10%;
  padding-right: 10%;
}

#name_home{
  max-width: 50vw; 
  max-height: 50vh;
}

#title_bottom_text{
  float: right;
  font-size: 2vw;
  padding-top: 2%;
}

.navClass > ul > li{
  list-style-type: none;
  display: inline-block;
  margin: 35px 20px;
  padding: 3px 15px 3px 3px;
  position: relative;
  width: 100;
}

.form-control{
  border-width: 1%;
  border-radius: 0%;
  border-color: #fefefe;
  background-color: transparent;
}

.form-group {
  margin-bottom: 15px;
}

#submitButton {
  display: block;
  float: right;
  width: 20%;
  padding: 10px;
  background-color: black;
  border: none;
  border-radius: 0;
  cursor: pointer;
}

#submitButton:hover {
  color:#b2b2e8;
  background-color: #faf9f6;
}

.navClass > ul > li:hover{
  color:#b2b2e8;
  background-color: #000;
}

ul.sub-menu{
  position:absolute;
  list-style-type: none;
  width: 115px;
  padding-left: 0;
  margin-left: -3px;
  margin-top: 3px;
  font-size: 12px;
  opacity: 0;
  color: #faf9f6;
}

ul.sub-menu li{
  padding-left: 3px;
  padding-top: 5px;
  padding-bottom: 5px;
  margin-top: 3px;
  margin-bottom: 3px;
  background-color: #000;
}

.navClass li:hover .sub-menu{
  opacity: 1;
}

ul.sub-menu li:hover{
  color:#b2b2e8;
}

.navClass a{
  text-decoration: none;
  color: inherit;
}

.row{
  margin-top: 40px;
}

#galleryImage{
  padding: 10px;
  background-color: #000;
  width: 100%;
  height: 100%;
  margin: auto;  
}

* {
  box-sizing: border-box;
}

.row > .column {
  padding: 0 8px;
}

.row:after {
  content: "";
  display: table;
  clear: both;
}

.column {
  float: left;
  width: 25%;
}

/* The Modal (background) */
.modal {
  display: none;
  position: fixed;
  z-index: 1;
  padding-top: 100px;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: none;
}

/* Modal Content */
.modal-content {
  position: relative;
  background-color: black;
  margin: auto;
  padding: 0;
  width: 88vw;
  height: 88vh;
  max-width: 1200px;
}

/* The Close Button */
.close {
  color: white;
  position: absolute;
  top: 10px;
  right: 25px;
  font-size: 35px;
  font-weight: bold;
}

.close:hover,
.close:focus {
  color: #999;
  text-decoration: none;
  cursor: pointer;
}

.mySlides {
  display: none;
  max-width: 80vh;
  max-height: 80vh;
  margin: auto;
}

.cursor {
  cursor: pointer;
}

/* Next & previous buttons */
.prev,
.next {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: auto;
  padding: 16px;
  margin-top: -50px;
  color: white;
  font-weight: bold;
  font-size: 20px;
  transition: 0.6s ease;
  border-radius: 0 3px 3px 0;
  user-select: none;
  -webkit-user-select: none;
}

/* Position the "next button" to the right */
.next {
  right: 0;
  margin-right: -7vw;
  border-radius: 3px 0 0 3px;
}

.prev {
  margin-left: -7vw;
}

/* On hover, add a black background color with a little bit see-through */
.prev:hover,
.next:hover {
  background-color: rgba(0, 0, 0, 0.8);
}


img {
  margin-bottom: -4px;
}

.caption-container {
  text-align: center;
  background-color: black;
  padding: 2px 16px;
  color: white;
}

.demo {
  opacity: 0.6;
}

.active,
.demo:hover {
  opacity: 1;
}

img.hover-shadow {
  transition: 0.3s;
}

.hover-shadow:hover {
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

footer {
  display: flex;
  justify-content: space-around;
  margin-top: 8%;
  width: 100%;
  text-align: center;
  align-items: center;
  font-size: 10px;
}

footer p{
  padding-top: 1%;
}
footer a {
  color: white;
  text-decoration: none;
}
footer a:hover {
  text-decoration: underline;
}