/* navigation bar */
.navbar{
  z-index: 100;
  position: absolute;
  width: 100%;
  height: auto;
  background-color: rgba(0, 0, 0, 0.9);
}
.nav-logo{
  width: 150px;
  height: auto;
  margin-left: 20px;
  margin-top: 0px;
  margin-bottom: 0px;
}
.menu-icon{
  right: 30px;
  top: 10px;
  position: absolute;
  color: white;
  transform: scale(2);
  cursor: pointer;
}
.navigation-menu-list{
  color: white;
  list-style-type: none;
  width: 100%;
  text-align: center;
  font-size: 2rem;
  height: 100vh;
  padding: 0px;
  display: none;
}
.navigation-menu-list li{
  margin-bottom: 3%;
}
.navigation-menu-list a{
  text-decoration: none;
  color: white;
}
/*-----------------------------------------------------------------*/

/* SLIDES NAVIGATION STYLING */

.fp-arrow{
  /* remove slide arrow styling */
  border-width: unset !important;
  border-color: transparent !important;
  width:auto;
  height: auto;
}
.fp-slidesNav {
  /* center the navigation bar*/
  text-align: center;
}
.fp-slidesNav ul li a span{
  /* change the color of the navigation dots */
  background-color: white;
}

/*-----------------------------------------------------------------*/

/* GENERAL STYLING */

.main-container-shadow{
  /* change the opacity and size of the container convering the pages */
  min-height: 100vh;
  height: fit-content;
  padding: 10px;
  background-color: rgba(0,0,0,0.5);
  background-clip: content-box;
}
.discover-more-btn{
  padding-top: 0;
  padding-bottom: 0;
  font-size: 0.7rem;
}
/*-----------------------------------------------------------------*/

/* HOME PAGE STYLING */
.home-container{
  margin-top: 65px;
  padding-bottom: 10px;
}
.home-content{
  margin-left: 70px;
  color: white;
}
.home-title{
  font-size: 3.5rem;
}
.home-text{
  margin-top: 20px;
  font-size: 1.2rem;
}
#home-slide1{
  background-image: url('../images/home-001.jpg');
  background-size: cover;
}
#home-slide2{
  background-image: url('../images/home-002.jpeg');
  background-size: cover;
}
#home-slide3{
  background-image: url('../images/home-003.jpeg');
  background-size: cover;
}
#home-slide4{
  background-image: url('../images/home-004.jpeg');
  background-size: cover;
}
/*-----------------------------------------------------------------*/

/* About PAGE STYLING */

.about-container{
  margin-top: 55px;
  padding-bottom: 10px;
}
.about-content{
  margin-left: 70px;
  color: white;
}
.about-title{
  font-size: 40px;
  font-weight: bold;
}
.about-subtitle{
  margin-top: 5%;
  margin-bottom: 3%;
}
.about-text{
  font-size: 17px;
}
#about-slide1{
  background-image: url('../images/about-001.jpg');
  background-size: cover;
}
#about-slide2{
  background-image: url('../images/about-002.jpg');
  background-size: cover;
}
#about-slide3{
  background-image: url('../images/about-003.jpg');
  background-size: cover;
}
/*-----------------------------------------------------------------*/

/* Services PAGE STYLING */
.services-section{
  background-image: url('../images/services-background.jpg');
  background-size: cover;
}
.services-container{
  margin-top: 55px;
  padding-bottom: 10px;
}
.services-title{
  color: white;
  font-size: 40px;
  font-weight: bold;
}
.slider-row{
  /* The row holding the slider */
  margin-top: 5%;
}
.services-image-box{
  /* box inside the slider holding each image */
  position: relative;
  cursor: pointer;
  overflow: hidden;
}
.services-more-info{
  /* information box that rolls over on hover */
  position: absolute;
  right: 0;
  left: 0;
  bottom: -500px;
  background: #fff;
  padding:10px;
  transition: 0.5s;
  color: white;
}
.SlickSliderItem:hover .services-more-info{
  bottom: 0;
  height: 100%;
}
/*-----------------------------------------------------------------*/

/* PORTFOLIO 1 PAGE STYLING */
.portfolio-section{
  background-image: url('../images/portfolio-001.jpg');
  background-size: cover;
}
.portfolio-title{
  color: white;
  font-size: 40px;
  font-weight: bold;
}
#portfolio1{
  margin-top: 55px;
}
.portfolio-body-content {
  color: white;
  margin-top: 4%;
}
.portfolio-body2-content{
  color: white;
}
.portfolio-text{
  margin-top: 6%;
}
.portfolio-1-img-column {
  width: 450px;
  background: url('../images/portfolio-002.jpeg');
  background-size: contain;
  background-repeat: no-repeat;
  height: 298px;
}
#portfolio-more-btn:hover{
  transform: scale(1.1);
}
#portfolio-back-btn:hover{
  transform: scale(1.1);
}
/* PORTFOLIO 2 Page IMAGE CONTAINERS */
#portfolio2{
  margin-top: 55px;
}
.imageContainer {
  background-position: top !important;
  background-repeat: no-repeat !important;
  background-size: cover !important;
  flex: 1 1 25%;
  box-sizing: border-box;
  height: 200px;
}
.parentImageContainer {
    display: flex; 
    flex-wrap: wrap; 
}
@media(max-width:700px){
  .imageContainer {
    flex: 1 1 100%; 
  }
}
.portfolio-slider{
  display: none;
}

/*-----------------------------------------------------------------*/

/* TEAMS PAGE STYLING */
.teams-section{
  background-image: url('../images/teams-001.jpg');
  background-size: cover;
}
.teams-container{
  margin-top: 55px;
}
.teams-header-content{
  margin-top: 5%;
}
.teams-title{
  color: white;
  font-size: 40px;
  font-weight: bold;
}
.teams-body-content{
  margin-top: 3%;
  color: white;
}
.teams-text{
  margin-top: 6%;
}

/*-----------------------------------------------------------------*/

/* CONTACT US PAGE STYLING */
.contact-us-section{
  background-image: url('../images/contact-us.png');
  background-size: cover;
}
.contact-us-header-content{
  margin-top: 55px;
}
.contact-us-title{
  color: white;
  font-size: 40px;
  font-weight: bold;
  display: inline;
  border-bottom: 2px solid #004074;
}
.contact-us-body-content{
  margin-top: 3%;
  color: white;
}
.contact-us-text{
  margin-top: 6%;
}
.contact-us-body-content input{
  display: block;
  width: 100%;
  margin-bottom: 2%;
  padding: 10px;
  font-size: 12px;
  background-color: rgba(255, 255, 255, 0.85);
  border: 1px solid #03345f;
}
.contact-us-body-content textarea{
  display: block;
  width: 100%;
  margin-bottom: 2%;
  padding: 10px;
  font-size: 12px;
  resize: none;
  background-color: rgba(255, 255, 255, 0.85);
  border: 1px solid #03345f;
}
.contact-us-body-content input:focus {
  border: 3px solid #03345f;
  outline: unset;
}
.contact-us-body-content textarea:focus {
  border: 3px solid #03345f;
  outline: unset;
}
.contact-us-body-content button {
  background-color: #004074;
  color: white;
  font-size: 12px;
  padding: 5px 60px 5px 20px;
  border: 0 solid #004074;
}
.contact-us-body-content img{
  max-width: 250px;
  max-height: 340px;
}
.contact-us-more-info{
  color: #004074;
  background-color: rgba(255, 255, 255, 0.8);
  padding-top: 2%;
  padding-left: 1.8%;
  padding-bottom: 2%;
}
.contact-us-more-info p{
  font-size: 12px;
}
.contact-us-more-info h5{
  margin: 15% 0px 15% 0px;
  text-align: center;
  font-size: 18px;
}
.inline-contact-us-text{
  display: inline;
  margin-left: 2%;
}
.contact-us-more-info img{
  width: 100%;
}
/*-----------------------------------------------------------------*/

@media screen and (max-width: 992px) and (min-width: 768px){
  /* Home */
  .home-title{
    font-size: 2rem;
  }
  .home-text{
    font-size: 2rem;
    font-size: 1.1rem;
  }
}

@media screen and (max-width: 768px){
  /* Navigation Arrows */
  .fp-arrow{
    display: none;
  }
  /* General */
  .main-container-shadow{
    /* change the opacity and size of the container convering the pages */
    min-height: 100vh;
    max-height: fit-content;
    padding: 10px;
    background-color: rgba(0,0,0,0.5);
    background-clip: content-box;
  }
  .discover-more-btn{
    padding-top: 0;
    padding-bottom: 0;
    font-size: 0.5rem;
  }
  /* Home */
  .home-container{
    margin-top: 55px;
    padding-bottom: 25px;
  }
  .home-content{
    margin-left: 0px;
  }
  .home-title{
    font-size: 1.5rem;
  }
  .home-text{
    margin-top: 20px;
    font-size: 1rem;
  }
  /* About */
  .about-container{
    padding-bottom: 25px;
  }
  .about-content{
    margin-left: 0px;
  }
  .about-title{
    margin-top: 20px;
    font-size: 1.5rem;
  }
  .about-text{
    margin-top: 20px;
    font-size: 1rem;
  }
  /* SERVICES */
  .SlickSliderItem{
    margin-bottom: 3%;
  }
  .services-container{
    margin-top: 55px;
    padding-bottom: 100px;
  }
  .slider-row{
    margin-top: 15%;
  }
  .slider-column-container{
    padding-left: 4%;
  }
  .slick-next{
    right: -20px;
  }
  /* PORTFOLIO */
  .portfolio-container{
    padding-bottom: 50px;
  }
  .portfolio-title{
    color: white;
    font-size: 1.5rem;
    font-weight: bold;
  }
  .portfolio-subtitle{
    font-size: 1.2rem;
  }
  .portfolio-text{
    font-size: 1rem;
  }
  .portfolio-1-img-column {
    height: 250px;
    margin-left: 20px;
  }
  /* after opening the extra images*/
  #portfolio2{
    margin-top: 10%;
    padding-left: 30px;
    padding-right: 30px;
    padding-bottom: 100px;
  }
  .portfolio-body-content{
    margin-top: 3%;
    color: white;
  }
  .parentImageContainer{
    display: none;
  }
  .portfolio-slider{
    margin-top: 3%;
    display: block;
  }
  /* INFLUENCERS */
  .teams-container{
    margin-top: 55px !important;
    padding-bottom: 100px;
  }
  .teams-header-content{
    margin-left: 0px;
  }
  .teams-body-content{
    margin-left: 0px;
  }
  .teams-title{
    margin-top: 20px;
    font-size: 1.5rem;
  }
  .teams-text{
    margin-top: 20px;
    font-size: 1rem;
  }
  .contact-us-container{
    padding-bottom: 100px;
  }
}
@media screen and (max-width: 479px){
  /* set the slick slider to display a single full width item on small screens */
  .services-image-box{
    width: 100% !important;
  }
}

/* not working on phones */
@media screen and (max-width: 800px) and (orientation: landscape) {
  /* For landscape phones */
  .home-container{
    padding-bottom: 150px;
  }
  .about-container{
    padding-bottom: 150px;
  }
  .services-container{
    padding-bottom: 150px;
  }
  .portfolio-container{
    padding-bottom: 150px;
  }
  .contact-us-container{
    padding-bottom: 150px;
  }
}