* {
  box-sizing: border-box;
  padding: 0;
  margin: 0;
}
/*html, body { height: 100%; }
body {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
  margin: 0;
  padding: 0;
}
/*.container {
  flex: 1;
}
.nav-nav {
  background-color: #00175A;
  color: #ffffff;
  display: flex;
  justify-content: space-around;
  align-items: center;
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 550;
  font-size: 14px;
  
}
.nav-nav a {
  color: #ffffff;
  text-decoration: none;
}
.nav-nav a:hover {
  color: gray;
}
.logo {
  width:65%; 
  height:auto;
  max-width: 150px;
  padding-top: 4px;
}

.info-container {
  display: inline-flex;
      flex-direction: row;
      align-items: flex-start;
      margin-bottom: 100px;
      margin-left: 47%;
      position: absolute;
      padding-top: 2%;
}

.nav-list {
  list-style-type: none;
  margin-top: 55px;
  
}

.nav-list .nav-item {
  display: inline-block;
  padding: 20px 10px;
}
.button1 {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 700;
  font-size: 14px;
  background: #FFFFFF;
  box-shadow: 0px 4px 4px rgba(114, 109, 109, 0.25);
  border-radius: 10px;
  cursor: pointer;
  transform: all 200ms ease-in;
  padding: 0.5rem 1rem;
}
.button1 a:hover {
  color:#FFFFFF;
}
.button1:hover {
  background: #00175A;
}
.button1 a {
  color:#00175A;
}

.menu {
  display: none;
}
.menu-line {
  width: 20px;
  height: 3px;
  background-color:#ffffff;
  margin-bottom: 4px;
}*/

/*main {
  display: flex;
    flex-direction: column;
    align-content: space-between ;
    flex: 1;
    margin: 0 auto;
    padding: 3%;
    width: 95%;
    
    background: linear-gradient(rgba(255,255,255,0.5), rgba(255,255,255,0.5));
    box-shadow: rgb(0, 0, 0,.5) 0px 5px 15px;
    background-repeat: no-repeat;
    background-position: center;
}*/
main {
  width: 100%;
  max-width: 1200px;   /* keeps gallery centered nicely */
  margin: 0 auto;

  background: linear-gradient(rgba(255,255,255,0.5), rgba(255,255,255,0.5));
    box-shadow: rgb(0, 0, 0,.5) 0px 5px 15px;
    background-repeat: no-repeat;
    background-position: center;
}
.main-container {
  margin: 0 auto;
  
}
.gallery-container {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 5%;
    width: 100%;
    margin: 0 auto;
}
#image-container {
    display: flex;
}
img {
    width: 70%;
    height:auto;
    max-height: 50vh;
    filter: drop-shadow(0px 8px 4px rgba(0, 0, 0, 0.45));
}
a {
    color: inherit;
  }
  
  a:hover {
    color: #bbb;
  }
.img-container {
  position: relative; 
}
.img-container img { 
  display: block; 
}
.container .fa-search-plus {
   position: absolute; 
   margin: 0 auto;
}
.fa-search-plus {
  position: absolute;
  bottom: 50%;
  left: 32%;
  color: white;
  cursor: pointer;
}
.overlay {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  height: 10%;
  width: 10%;
  opacity: 0;
  transition: .3s ease;
  background-color: transparent;
}
.gallery-title {
  font-family: 'Ovo', serif;
  font-weight: 400;
  font-size: 36px;          /* smaller, more controlled */
  text-align: center;
  color: #00175A;
  text-shadow: 1px 1px 3px rgba(0,0,0,0.3);
  margin: 20px 0 40px 0;    /* spacing above/below */
}
.img-container:hover .overlay {
  opacity: 1;
}
  
  /** LIGHTBOX MARKUP **/
  
  .lightbox {
    /* Default to hidden */
    display: none;
  
    /* Overlay entire screen */
    position: fixed;
    z-index: 999;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    
    /* A bit of padding around image */
    padding: 1em;
  
    /* Translucent background */
    background: rgba(0, 0, 0, 0.8);
  }
  
  /* Unhide the lightbox when it's the target */
  .lightbox:target {
    display: block;
  }
  
  .lightbox span {
    /* Full width and height */
    display: block;
    width: 100%;
    height: 100%;
  
    /* Size and position background image */
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
  }

   hr {
    border:none;
    height: 20px;
    width: 90%;
    padding: 10px;
    
    border-bottom: 1px solid #1f1209;
    box-shadow: 0 20px 20px -20px #333;
    position: relative;
    z-index: 10;
    margin: 0 auto;
    
  }
  
/*footer {
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    align-items: center;
    height: 100px;
    padding-top: 10px;
    padding-bottom: 10px;
    flex-shrink: 0;
    background-color: #00175A;
    color: #ffffff;
  }
 
  .copyright {
    padding: 10px;
  font-family: 'Arial';
  font-style: normal;
  font-weight: 700;
  font-size: 14px;
  line-height: 29px;
  text-align: left;
  color: #FFFFFF;
  }
  .phone {
    text-align: right;
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 36px;
    color: #FFFFFF;
  }
  .address-container {
    text-align: right;
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 36px;
    color: #FFFFFF;
  }*/
   /* MEDIA QUERIES */
 @media all and (max-width: 480px) {
.gallery-title {
  font-size: 24px;
}
  img {
    width: 95%;
  }
  .active-list {
    display:block;
  }
  .info-container {
    display: none;
  }
  hr {
    border: none;
    border-bottom-color: currentcolor;
    border-bottom-style: none;
    border-bottom-width: medium;
    width: 90%;
    padding: 10px;
    margin-top: 0;
    border-bottom: 1px solid #1f1209;
    box-shadow: 0 20px 20px -20px #333;
    margin: 0 auto;
}

.gallery-container {
  padding: 8%;
  margin: 0 auto;
  width: 100%;
}

footer {
    padding: 5%;
  }
  .copyright {
    font-size: 11.5px;
    line-height: 20px;
  }
  .phone {
    font-size: 11.5px;
    margin-right: 3%;
    line-height: 25px;
  }*/
  .material-icons {
    font-size: 10px;
   
  }
 .address-container {
    font-size: 11.5px;
    line-height: 25px;
  }
}
