@import url('https://fonts.googleapis.com/css2?family=Open+Sans+Condensed:wght@300&display=swap');

:root {
  --mainWhite: #fff;
  --mainBlack: black;
  --secondaryBlack: rgb(24, 24, 24);
  --thirdBlack: rgb(56, 56, 56);
  --mainGreen: #233124;
  --mainGrey: grey;
  --mainSpacing: 0.5rem;
  --secondarySpacing: 0.25rem;
  --mainTransition: all 0.55s ease-in-out;
  --nextTransition: all linear 0.7s;
  --mainRed: rgb(139, 55, 55);
  --nextRed: rgb(251, 69, 69);
  --mainGold: rgb(208, 198, 57);
  --secondaryGold: rgb(184, 160, 26);
  --thirdGold: rgb(228, 82, 15);
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}


html {
  width: 100%;
  scroll-behavior: smooth;
}

body {
  width: 100%;
  margin: 0;
  background-color: black;
}

.navbar {
  position: sticky;
  top: 0;
  height: 80px;
  width: 100%;
  display: flex;
  align-items: center;
  background: black;
  z-index: 1;
}

.navbar-center {
  width: 100%;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 2.5rem;

}

.nav-icons {
  font-size: 1.5rem;

}

.nav-icon {
  display: none !important;
}

.fas.fa-bars {
  display: none !important;
}

.navbar-nav {
  display: flex;
  list-style: none;

}

.navbar-brand {
  font-family: 'Open Sans Condensed', sans-serif;
  height: 50px;
  padding: 15px 15px;
  line-height: 20px;
  font-size: 34px;
  text-decoration: none;
  color: var(--mainWhite);
  transition: var(--mainTransition);
  cursor: pointer;
}

.navbar-brand:hover {
  color: var(--mainGold);
}

.navigation {
  margin-left: 0;
  text-decoration: none;
  color: var(--mainWhite);
  font-size: 1.25rem;
  padding: .5rem .5rem;
  cursor: pointer;
  font-family: 'Open Sans Condensed', sans-serif;
  transition: var(--mainTransition);

}

.navigation.active {
  border-bottom: var(--nextRed)1px solid;
  color: var(--nextRed)
}


.navigation:hover {
  color: var(--mainGold);
  border-bottom: var(--mainGold)1px solid;
}

.side-nav {
  font-family: 'Open Sans Condensed', sans-serif;
  height: 100%;
  width: 0;
  position: fixed;
  z-index: 3;
  top: 0;
  left: 0;
  background-color: #111;
  opacity: 0.9;
  overflow-x: hidden;
  padding-top: 60px;
  transition: 0.5s;
}

.anchor-container {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  align-content: center;
  height: calc(100vh - 120px);
  /* full viewport height */
}

.side-nav .mobile-navigation {
  padding: 10px 10px 10px 30px;
  text-decoration: none;
  font-size: 22px;
  color: #ccc;
  display: block;
  transition: 0.3s;
  font-family: 'Open Sans Condensed', sans-serif;
}

.side-nav a:hover {
  color: var(--mainWhite) !important;
  ;
}

.side-nav .btn-close {
  position: absolute;
  top: 0;
  right: 22px;
  font-size: 36px;
  margin-left: 50px;
  color: #fff;
}

.img-area {
  width: 400px;
  height: 400px;
}

.img-area img {
  width: 100%;
  height: 100%;
}


.hero-home {
  margin-top: 9px;
  min-height: calc(100vh - 80px);
  background: url("./img/SelfNoShade.png") center/40% no-repeat;
  display: flex;
  align-items: center;
  justify-content: center;

}


.banner {
  margin-top: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 2rem;
  color: var(--mainWhite);
  font-size: 3.4rem;
  font-family: 'Open Sans Condensed', sans-serif;
}

.banner h1 {
  font-size: 3.4rem;
  font-family: 'Open Sans Condensed', sans-serif;
}

.banner-contact {
  margin-top: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 2rem;
  color: var(--mainWhite);
  font-size: 3.4rem;
  font-family: 'Open Sans Condensed', sans-serif;
}

.banner-contact h1 {
  font-size: 3.4rem;
  font-family: 'Open Sans Condensed', sans-serif;
}


.bio {
  border-top: 1px solid var(--mainRed);
  background-color: var(--mainGreen);
}

.bio-about {
  color: var(--mainWhite);
  font-family: 'Open Sans Condensed', sans-serif;
  font-size: 20px;
  line-height: 1.5;
  margin: 8rem;
}

.quote-container {
  text-align: center;
  padding-bottom: 100px;

}

.quote {
  color: var(--mainGold);
  font-family: 'Open Sans Condensed', sans-serif;
  /*background: -webkit-linear-gradient(45deg, rgb(255, 81, 0, 1) 30%, rgba(0,128,0,1) 50%, rgba(255,255,0,1) 100%);*/
  background: -webkit-linear-gradient(45deg, rgb(255, 55, 0) 40%, rgba(0, 128, 0, 1) 50%, rgba(255, 255, 0, 1) 55%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;

}

.sectionid-contact {
  font-family: 'Open Sans Condensed', sans-serif;
  margin: 100px auto 1px;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-column-gap: 1.5rem;
  grid-row-gap: 2rem;
}

article {
  padding: 1rem 0;
}

.contact-info {
  font-size: 1.5rem;
  text-align: center;
  font-family: 'Open Sans Condensed', sans-serif;
  color: var(--mainWhite);
  text-decoration: none;
  transition: var(--mainTransition);
}

h3.contact-info-label {
  font-size: 1.5rem;
  text-align: center;
  font-family: 'Open Sans Condensed', sans-serif;
  color: var(--mainWhite);
  text-decoration: none;
  transition: var(--mainTransition);
}

.contact-info-section {
  font-size: 1.5rem;
  text-align: center;
  font-family: 'Open Sans Condensed', sans-serif;
  color: var(--mainWhite);
  text-decoration: none;
  transition: var(--mainTransition);
}


.contact-info:hover {
  color: var(--nextRed);
  transition: var(--mainTransition);
}

/*image gallery not video gallery*/
.image-gallery-container {
  display: flex;
  margin-bottom: 20px;
}

.image-gallery {
  text-align: center;
  display: grid;
  grid-template-rows: 1fr 1fr;
  grid-template-columns: repeat(4, 1fr);
  grid-gap: 10px;
  margin: auto;

}

.img-container {
  width: 400px;
  height: 400px;
  margin: 10px;
}

.image-gallery img {
  transition: 1s;
  width: 100%;
  height: 100%;
  border: none !important;
  object-fit: contain;
}

.image-gallery img:hover {
  filter: grayscale(100%);
  transform: scale(1.1);
}

h1.image-gallery-headline {
  font-family: 'Open Sans Condensed', sans-serif;
  margin-top: 200px;
  margin-bottom: 50px;
  text-align: center;
  color: var(--mainWhite);
}


footer {
  border-top: 1px solid var(--mainRed);
  margin: 0;
  background-color: var(--mainGreen);
  color: var(--mainWhite);
  height: 300px;
}

.copyright {
  color: var(--mainWhite);
  text-align: center;

}

.copyright p {
  font-family: 'Open Sans Condensed', sans-serif;
}

.year {
  font-family: 'Open Sans Condensed', sans-serif;
}

.social-icons {
  padding: 0;
  text-align: center;
}

li.color {
  margin-top: 100px;
  display: inline-block;
  padding: 20px 80px 40px 80px;
  font-size: 2.5rem;
  align-content: space-between;

}

a.icons {
  color: white;
  transition: all 0.5s ease-in-out;
}

a.icons:hover {
  color: var(--mainGold);
}

.nav-icon {
  font-size: 1.5rem;
}

@media only screen and (max-width: 1400px) and (orientation : landscape) {
  .image-gallery {
    grid-template-columns: repeat(3, 1fr);

  }

  .img-container {
    width: 350px;
    height: 350px;
    margin: 10px;
  }
}

@media only screen and (max-width: 1100px) and (orientation : portrait) {
  .image-gallery {
    grid-template-columns: repeat(2, 1fr);

  }

  .img-container {
    width: 350px;
    height: 350px;
    margin: 25px;
  }
}

@media only screen and (max-width: 1100px) and (orientation : landscape) {
  .image-gallery {
    grid-template-columns: repeat(2, 1fr);

  }

  .img-container {
    width: 350px;
    height: 350px;
    margin: 25px;
  }
}

@media only screen and (max-width: 950px) and (orientation : landscape) {
  .image-gallery {
    grid-template-columns: repeat(2, 1fr);

  }

  .img-container {
    width: 350px;
    height: 350px;
    margin: 5px;
  }
}


@media only screen and (max-width: 800px) and (orientation : portrait) {
  .hero-home {
    background: url("./img/SelfNoShade.png") center/60% no-repeat;
  }

  .image-gallery {
    grid-template-columns: repeat(2, 1fr);

  }

  .img-container {
    width: 325px;
    height: 325px;
    margin: 5px;
  }


  .contact-info {
    font-size: 1.5rem;
  }

  li.color {
    padding: 20px 20px 20px 20px;

  }


  .banner {
    margin-bottom: 0px;
    width: 100%;
    height: 255px;
    text-align: center;
    display: inline-block;
    padding: 1rem;
    font-size: 2.4rem;
  }



  .bio-about {
    text-align: center;
    font-size: 1.25rem;
    margin: 3rem;
  }

  .navbar-center {
    padding: 0 .5rem;
  }


  .nav-icon {
    margin-right: 20px;
    display: block !important;
    font-size: 1.5rem;
    cursor: pointer;
  }

  .fas.fa-bars {
    color: white !important;
    display: block !important;
    cursor: pointer !important;
  }

  .navigation {
    display: none !important;

  }

  img {
    margin-bottom: 10px;

  }

  .sectionid-contact {
    grid-template-columns: 1fr;
    text-align: center;
    align-items: center;
    margin: 50px auto 200px;

  }

  #footer {
    margin-top: 100px;
  }


}



@media only screen and (max-width: 480px) and (orientation : portrait) {
    .banner-contact{
        padding: 1.5rem;
        font-size:2.4rem;
    }
  .img-container {
    width: 350px;
    height: 350px;
    margin: 5px;
  }

  .image-gallery {
    grid-template-columns: 1fr;

  }

  .bio-about {
    font-size: 1.25rem;
    margin: 20px;
  }
  
  .quote{
      font-size: 1.25rem;
  }

  .banner {
    margin-bottom: 60px;
    width: 400px;
  }

  .nav-icon {
    margin-right: 40px;
  }

  .hero-home {
    background: url("./img/SelfNoShade.png") center/90% no-repeat;


  }





}