/*

  3a.street photography landing


 */



body {

  background-color: #38151C;
  margin: 0;
  font-family: 'Hind Guntur', sans-serif;
  background-image: url("/../img/gallery/street/streetLandingImage.jpg");
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  height: 100vh;
  background-repeat: no-repeat;
  overflow: hidden;
}

header {
  top: 0;
  width: 100%;
  position: fixed;
  z-index: 10;
}


/* 1. navigation */

.topnav {
  overflow: hidden;
  background-color: #1E0B0F;
  border-color: #665544 #1E0B0F #665544 #1E0B0F;
  border-style: solid;
  border-width: 1px;
}

.topnav a {
  float: left;
  display: block;
  color: #FFF6E1;
  text-align: center;
  padding: 14px 16px;
  text-decoration: none;
  font-size: 17px;
}

.activeDrpDwn {
  background-color: #622431;
  color: white;
}

.active {
  background-color: #622431;
  color: white;
  text-shadow: 1px 2px #000000;
}

.topnav .icon {
  display: none;
}

.dropdown {
  float: left;
  overflow: hidden;
}

.dropdown .dropbtn {
  font-size: 17px;
  border: none;
  outline: none;
  color: #FFF6E1;
  padding: 14px 16px;
  background-color: inherit;
  font-family: inherit;
  margin: 0;
}

.dropdown-content {
  display: none;
  position: absolute;
  background-color: #F3F3D5;
  min-width: 160px;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  z-index: 1;
}

.dropdown-content a {
  float: none;
  color: #311218;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
  text-align: left;
}

.topnav a:hover, .dropdown:hover .dropbtn {
  background-color: #622431;
  color: #D4B48E;
}

.dropdown-content a:hover {
  background-color: #903648;
  color: #D4B48E;
}

.dropdown:hover .dropdown-content {
  display: block;
}

@media screen and (max-width: 600px) {
  .topnav a:not(:first-child), .dropdown .dropbtn {
    display: none;
  }
  .topnav a.icon {
    float: right;
    display: block;
  }
}

@media screen and (max-width: 600px) {
  .topnav.responsive {position: relative;}
  .topnav.responsive .icon {
    position: absolute;
    right: 0;
    top: 0;
  }
  .topnav.responsive a {
    float: none;
    display: block;
    text-align: left;
  }
  .topnav.responsive .dropdown {float: none;}
  .topnav.responsive .dropdown-content {position: relative;}
  .topnav.responsive .dropdown .dropbtn {
    display: block;
    width: 100%;
    text-align: left;
  }
}

/* end navigation */











/* 3a. street photography landing */



.container {
  position: relative;
  text-align: center;
  color: #D4B48E;
}

.top-right {
  position: absolute;
  top: 8px;
  margin-left: 525px;
  margin-right: 40px;
}

.text {
  width: 900px;
  height: 40px;
  position: relative;
  margin: 0 auto;
  text-shadow: 1px 2px #000000;
}



.button {
  position: relative;
  padding: 1em 1.5em;
  border: none;
  background-color: transparent;
  opacity: 1;
  cursor: pointer;
  outline: none;
  font-size: 18px;
  margin: 1em 0.8em;
  color: #D4B48E;
  text-shadow: 1px 2px #000000;

}

.button::after,
.button::before {
  content: "";
  display: block;
  position: absolute;
  width: 20%;
  height: 20%;
  border: 2px solid;
  transition: all 0.6s ease;
  border-radius: 2px;
}

.button::after {
  bottom: 0;
  right: 0;
  border-top-color: transparent;
  border-left-color: transparent;
  border-bottom-color: #D4B48E;
  border-right-color: #D4B48E;
}

.button::before {
  top: 0;
  left: 0;
  border-bottom-color: transparent;
  border-right-color: transparent;
  border-top-color: #D4B48E;
  border-left-color: #D4B48E;
}

.button:hover:after,
.button:hover:before {
  width: 100%;
  height: 100%;
}



#enterSt {
  color: #D4B48E;
  text-decoration: none;
}

#enterSt:hover {
  text-shadow: 2px 1px #602430;
}









/* 3b. portrait photography landing

#enterPort {
  color: #D4B48E;
  text-decoration: none;
}
#enterPort:hover {
  text-shadow: 2px 1px #602430;
}


#portLandingImg {
  background: url("/../img/gallery/portraits/portraitsLandingImage.jpg") no-repeat center center fixed;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  height: 100vh;

}


----------------------
----------------------



/* 3c. italia landing

#enterITA {
  color: #D4B48E;
  text-decoration: none;
}

#enterITA:hover {
  text-shadow: 2px 1px #602430;
}

#italiaLanding {
  background: url("/../img/gallery/italia/italiaLandingImage.jpg") no-repeat center center fixed;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  height: 100vh;

}

#enterITA {

}



*/


/* notes */







/* ----- */
