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: #f6f3ef;
}

.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;
  }
}

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

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

#projects-container{
  width: 100%;
  height: 100vh;
  padding: 10vh 2vw 10vh;
  background-color: #f6f3ef;
}

#projects-header-container{
  margin-left: 32.5%;
  padding-bottom: 50px;
}

#projects-header-text{
  width: 50%;

  /*border-bottom: 2px solid;
  border-color: #3f771d;*/

  text-align: center;
  font-family: 'Neue Hans Kendrick', sans-serif;
  font-size: 16px;
  font-weight: 700;
}

#projects{
  padding: 0px 0px 80px;
}

#projects-title{
  color: #000000;
  font-size: 16px;
  font-weight: 400;
  text-align: left;
}

#project-description{
  color: #000000;
  font-size: 16px;
  font-weight: 400;
  text-align: left;
  padding-top: 1.5vh;
}

@media only screen and (max-width: 800px){
  #projects{
    padding-bottom: 6vh;
  }
  #projects-container{
    padding-top: 3vh;
    padding-bottom: 2vh;
  }
  #projects-header-container{
    padding-bottom: 1vh;
  }
  #projects-header-text{
    font-size: 14px;
    font-weight: 100;
  }
  #projects-title{
    font-size: 14px;
    font-weight: 100;
  }
  .flickity-page-dots{
    display: none;
  }
}

#joali{
  float: left;
  width: 47vw;
}

#joali-img{
  width: 100%;
}

#damai-indah-img{
  width: 100%;
}

#damai-indah{
  float: right;
  width: 47vw;
}

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

.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-top: 2vh;
  }
  .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;
  }
}




