html{

}

body{
  margin: 0;
}

#myTopnav{
  background-color: #f6f3f0;
  border-bottom: 2px solid white;
}

#myTopnav a{
  color: #000000;
  font-family: 'wonderella', sans-serif;
  font-size: 12px;
}

.fa-bars{
  color: #000000;
}

ul{
  margin-bottom: 0px;
}

li{
  display: inline-block;
  font-family: 'Neue Hans Kendrick', sans-serif;
  font-size: 14px;
}


#home-top-image-container{
  width: 100%;
  right:0px;
  left:0px;
}

.active{
  background-color: #f6f3f1;
}

.topnav {
  overflow: hidden;
  background-color: #333;
}

.topnav a {
  float: left;
  display: block;
  color: #000000;
  text-align: center;
  text-decoration: none;
  font-size: 14px;
  padding: 1vh 6.5vw 1vh 0;
}

.topnav a:hover {
  text-decoration: none;
  opacity: 0.5;
  transition: .3s ease;
}

.topnav a.active {

}

.topnav a img{
  height: 2.5vh;
  padding-left: 1vw;
}

.topnav .icon {
  display: none;
}

@media screen and (max-width: 800px) {
  .topnav a{
    margin-left: 1.5vw;
  }
  .topnav a:not(:first-child) {display: none;}
  .topnav a.icon {
    float: right;
    display: block;
  }
}

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

.row-full{
 position: relative;
 width: 100vw;
 margin-left: -50vw;
 left: 50%;
}

#about-rajampat{
  background-color: #f6f3f1;
  margin-left: -3vw;
  padding-bottom: 30vh;
}

#about-rajampat-header{

}

#about-rajampat-header li{
  list-style: none;
  display: block;
  text-align: center;
}

@media screen and (max-width: 800px){
  #about-rajampat-header{
    padding-left: 0;
  }
}

#rajampat-logo-img{
  padding: 80px 0px 20px 0px;
}

#by{
  padding-bottom: 16px;
}

#djalin-logo-img{
  width: 6%;
  padding-bottom: 24px;
}

@media screen and (max-width: 800px){
  #rajampat-logo-img{
    width: 60vw;
    padding: 6vh 0 2vh 0;
  }
  #by{
    
  }
  #djalin-logo-img{
    width: 25vw;
  }
}

#about-rajampat-text{
  margin: 0px;
  padding-top: 20px;
  text-align: center;
}

#rajampat-header-images{
  padding-top: 80px;
}

#rajampat-header-images1{
  width: 40vw;
  float: left;
  margin-top: -6vh;
  padding-left: 10vw;
}

#rajampat-header-images2{
  padding-top: -2vh;
  padding-left: 0.6vw;
}

#rajampat-header-images3{
  width: 30vw;
  float: right;
  margin-top: -8vh;
  margin-right: 1vw;
}

#rajampat-header-text{
  float: right;
  width: 50vw;
  color: #CBD200;
  font-size: 22px;
  text-align: right;
  padding: 4vh 5.5vw 0vh 0vw;
  margin: 3vh 0vw 0vh 0vw;
}

@media screen and (max-width: 800px){
  #about-rajampat{
    padding-bottom: 6vh !important;
  }
  #about-rajampat-text{
    margin: 0 2vw 0 6vw;

  }
  #rajampat-header-images{
    padding-top: 5vh;
  }
  #rajampat-header-images1{
    float: none !important;
    width: 100%;
    padding: 0;
    margin: 0 0 0 11.5vw;
  }
  #rajampat-header-images2{
    width: 100%;
    padding-top: 0;
    margin: 0 0 1vh 11vw;
  }
  .rajampat-header-images2-image{
    padding: 3vh 0 3.25vh 0 !important;
    width: 82.5vw !important;
  }
  #rajampat-header-images3{
    float: none !important;
    width: 100%;
    padding: 0;
    margin: 0 0 0 11.5vw;
  }
  #rajampat-header-text{
    float: none !important;
    text-align: center !important;
    font-size: 20px;
    width: 92vw !important;
    padding: 0 !important;
    margin: 3vh 0 0 7vw !important;

  }
}

#styling-tips{
  background-color: #B1B38C;
  padding: 5vh 0vw 5vh 0vw;
}

#styling-tips-title{
  color: #3F771D;
  font-family: 'Neue Hans Kendrick', sans-serif;
  font-size: 24px;
  width: 30%;
  padding: 0vh 0vw 0vh 10vw;
}

#styling-tips-title-line{
  width: 70vw;
  border-top: 2px solid #3F771D;
  float: right;
  margin:-4vh 10vw 4vh 0vw;
}

@media screen and (max-width: 800px) {
  #styling-tips{
    padding: 4vh 0vw 4vh 0vw;;
  }
  #styling-tips-title{
    font-size: 20px;
    width: 40% !important;
  }
  #styling-tips-title-line{
    width: 50vw;
  }
}

#styling-tips-table-left{
  float: left;
  padding-left: 10vw;
}

#styling-tips-table-left-image-image{
  width: 48vw;
  margin-right: 1.6vw;
}

#styling-tips-table-right-image-image{
  width: 30vw;
  padding: 0 0 3vh 2vw;
}

@media screen and (max-width: 800px) {
  #styling-tips-table-left{
    padding-left: 4.2vw;
  }
  #styling-tips-table-left-image-image{
    width: 55vw;
    padding-bottom: 0.8vh;
  }

}

#styling-tips-table-right{
  float: right;
  padding-right: 10vw;
}

#styling-tips-table-right-image{
  
}

@media screen and (max-width: 800px) {
  #styling-tips-table-right{
    padding-right: 3vw;
  }
  #styling-tips-table-right-image-image{
    width: 34vw;
    padding-bottom: 0.8vh;
  }

}

#projects{
  padding: 5vh 0 5vh 0;
  background-color: #f6f3f1;
}

#projects-title{
  color: #3F771D;
  font-size: 18px;
  font-weight: 700;
  font-family: 'Neue Hans Kendrick', sans-serif;
  text-align: center;
  margin-bottom: 3vh;
}


.gallery-cell {
  width: 25%;
  height: auto;
  margin-right: 5px;
  counter-increment: gallery-cell;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.galerry-cell-text{
  font-weight: 700;
}

#projects-text{
  color: #000000;
  font-size: 14px;
  font-weight: 600;
  text-align: left;
  width: 40%;
  padding-left: 30;
  padding-bottom: 40;

}

#projects-link{
  color: #3f771d;
  font-family: 'Neue Hans Kendrick', sans-serif;
  font-size: 18px;
  text-decoration: none;
  margin-left: 47%;
}

#product-list-item{
  display: inline-block;
  width: 24vw;
  margin-right: 0.4vw;
}

#product-list-item-image{
  width: 96%;
}

@media only screen and (max-width: 800px){
  #projects{
    padding: 3.5vh 0 4vh 0 !important;
  }
  #projects-title{
    margin: 0;
    padding-bottom: 2vh;
  }
  #projects-other{
    height: 28.75vh;
    padding: 3.75vh 0 0 0 !important;
  }
  .gallery-cell {
    width: 30vw;
  }
  #product-list-item{
    width: 30vw;
  }
  #product-list-item-image{
    width: 30vw;
  }
}

#product-list-details{
  list-style: none;
  padding: 12px;
}

#product-list-details li{
  display: block;
}

#product-list-details-item-available{
  display: inline-block;
}

#product-list-details-item-name{
  text-decoration: none;
  color: #212529;
}

#product-list-details-item-name:hover{
  opacity: 50%;
}

#product-list-details-item-dimension{

}

#product-list-details-item-option-text{

}

#product-list-details-item-options{
  float: right;
}

#product-list-details-item-options{
  display: inline-block;
}

.dot1{
  height: 16px;
  width: 16px;
  background-color: red;
  border-radius: 50%;
  display: inline-block;
}

.dot2{
  height: 16px;
  width: 16px;
  background-color: white;
  border-radius: 50%;
  margin-left: 10px;
  display: inline-block;
}

.dot3{
  height: 16px;
  width: 16px;
  background-color: black;
  border-radius: 50%;
  margin-left: 10px;
  display: inline-block;
}

@media only screen and (max-width: 800px){
  #product-list-details{
    padding: 0;
  }
}

#projects-other{
  background-color: #f1e189;
  padding: 5vh 0 5vh 0;
}


#small-banner-text1{
  text-decoration: none;
  text-align: center;
  padding-top: 10px;
  font-size: 18px;
  color: #000000;
}

#small-banner-text2{
  text-decoration: none;
  text-align: center;
  padding-top: 10px;
  font-size: 18px;
  color: #000000;
}

@media only screen and (max-width: 800px) {
  #small-banner{
    height: 4vh;
  }
  #small-banner-text1{
    padding-bottom: 1vh;
    font-size: 10px;
  }
}

#small-banner a{
 text-decoration: none;
}

#footer{
  width: 100vw;
  height: 360px;
  background-color: #dedcd0;
  padding: 0 10vh 0 10vh;
}

.footer-menu-header{
  font-family: 'Neue Hans Kendrick', sans-serif;
  font-size: 14px;
  font-weight: 550;
  text-decoration: underline;
}

@media only screen and (max-width: 800px){
  #footer{
    height: 80vh;
    padding: 0;
  }
  .footer-menu{
    display: inline;
    padding-left: 4vw;
  }
  .footer-menu-header{
    font-size: 10px;
    font-weight: 400;
  }
  .footer-menu-item{
    font-size: 10px;
  }
  .footer-menu-link{
    font-size: 10px;
    font-weight: 400;
  }
}

.footer-menu-item{
  margin-left: 8px;
  margin-bottom: 8px;
}

.footer-menu-item a:hover{
  text-decoration: none;
  color: #a6a6a6;
  transition: .3s ease;
}

.footer-menu li{
  list-style: none;
  color: black;
  display: inline-block;
  width: 18%;
  margin-top: 50px;
}

.footer-menu-item-underlined{
  height: auto;
  padding-bottom: 35px;
}

.footer-menu-link{
  text-decoration: none;
  color: black;
}

.footer-menu-link-underlined{
  font-family: 'Neue Hans Kendrick', sans-serif;
  font-size: 14px;
  font-weight: 550;
  text-decoration: underline;
  color: black;
}

.footer-menu-link-underlined:hover{
  color: #a6a6a6;
  transition: .3s ease;
}

.footer-menu-link-text{
  font-family: 'Neue Hans Kendrick', sans-serif;
  font-size: 12px;
  font-weight: 550;
}

.footer-logo{
  float: right;
  width: 65%;
}

@media only screen and (max-width: 800px){
  .footer-menu-link-text{
    font-size: 10px;
    font-weight: 400;
    margin-bottom: 0px;
  }
  .footer-menu-link-underlined{
    font-size: 10px;
    font-weight: 400;
  }
}
