/*
  1. navigation
  2. home
  3. portfolio
  3a.street photography landing
  3b.portrait photography landing
  3c.italia photography landing
  4. about
  5. web development
  6. contact

 */

body {
  background-color: #38151C;
  margin: 0;
  font-family: 'Hind Guntur', sans-serif;
}

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 */



/* 2. home */

.mainText {
  color: #D4B48E;
}

.logo {
  max-width: 600px;
  margin: 0 auto;
  margin-top: 55px;
  padding-top: 45px;
}

.logo img{
  width: 100%;
  height: auto;
}

.theBiz {
  color: #D4B48E;
  margin-left: 45px;
  text-align: center;
}

#reBorder {
  background-color: #1E0B0F;
  display: flex;
  justify-content: space-around;
  border-color: #665544 #1E0B0F #665544 #1E0B0F;
  border-style: solid;
  border-width: 1px;
  position: fixed;
  bottom: 0;
  width: 100%;
}

#reBorder img{
  display: flex;
  margin:15px;
  width: 400%;
  max-width: 12vh;
  }


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

#homeStreet:hover {
  text-shadow: 2px 1px #481B24;
}

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

#homeStreetIMG:hover {
  box-shadow: 0 0 2px 1px #D4B48E;
}

#homePort {
  color: #D4B48E;
  text-decoration: none;
  margin-left: 30px;
}

#homePort:hover {
  text-shadow: 2px 1px #481B24;
}

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

#homePortIMG:hover {
  box-shadow: 0 0 2px 1px #D4B48E;
}

#homeITA {
  color: #D4B48E;
  text-decoration: none;
  margin-left: 45px;
}
#homeITA:hover {
  text-shadow: 2px 1px #481B24;
}

#homeITAimg {
  color: #D4B48E;
  text-decoration: none;
  margin-left: 70px;
}

#homeITAimg:hover {
   box-shadow: 0 0 2px 1px #D4B48E;
}





/* resume: see styleWars*/


/* 3a. street photography landing */

.streetLanding {
  background-image: url("/../img/gallery/street/streetLandingImage.jpg");
 background-attachment: fixed;
  background-size: cover;
  background-position: center;
  height: 100vh;
  background-repeat: no-repeat;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
z-index: 1;

}

#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;

}

/*  background-size: cover;

  background-position: center;
  height: 100vh;
  background-repeat: no-repeat;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
z-index: 1;




/* 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 {

}



/*   height: 100vh;

  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: left;
  padding: 0 20px; */






  /* 3. portfolio */


.galNav {
    color: #D4B48E;
    text-align: center;
    text-shadow: 1px 2px #000000;
  }

#portraits {
  color: #D4B48E;
  text-align: center;
  text-shadow: 1px 2px #000000;
}

#italia {
  color: #D4B48E;
  text-align: center;
  text-shadow: 1px 2px #000000;
}

.gallery {
  color: #F3F3D5;
  display: block;
  /* margin-left: auto;
  margin-right: auto; */
}

.gallery img {
  display: block;
  margin: 0px auto;
  width: 90%;
  max-width: 100vh;
  height: auto;
}

/* vertical protfolio gallery */

.galleryVert {
  display: block;
  /* margin-left: auto;
  margin-right: auto; */
}

.galleryVert img {
  display: block;
  margin: 0px auto;
  height: 80%;
  max-height: 80vh;
  width: auto;
  max-width: 90%;
}

/* odd sizes protfolio gallery */

.galleryOdd {
  display: block;
  /* margin-left: auto;
  margin-right: auto; */
}

.galleryOdd img {
  display: block;
  margin: 0px auto;
  height: 90%;
  max-height: 70vh;
  width: auto;
}

.galleryOdd2 {
  display: block;
  /* margin-left: auto;
  margin-right: auto; */
}

.galleryOdd2 img {
  display: block;
  margin: 0px auto;
  width: 90%;
  max-width: 90vh;
  height: auto;
}




/* 4. About  */


.aboutText {
  color: #D4B48E;
  margin: auto;
  text-align: justify;
  width: 50%;
  height: 100%;
  padding-top: 75px;
 }

.aboutTitle {
  text-align: center;
  text-shadow: 1px 2px #000000;
  color: #D4B48E;
  margin-left: 0 auto;
 }




/* 5. web development */



/* 6. contact */

.contactText {
  color: #D4B48E;
  margin: auto;
  text-align: center;
  width: 50%;
  height: 100%;
  padding-top: 75px;
 }

.contactTitle {
  text-align: center;
  text-shadow: 1px 2px #000000;
  color: #D4B48E;
  margin-left: 0 auto;
 }




/* notes */







/* ----- */
