
body {
    font-family: 'Poppins', sans-serif;
  height: auto;
}
.container {
  height: 100%;
  width: 80%;
}
.text {
  font-weight: 400;
  font-size: 28px;
  color: #212121;
  margin-bottom: 80px;
}
.dud {
  color: #757575;
}
img {
  border-radius: 0%;
}
.spacer {
  width: 100%;
  height: 60px;
}
.vertical {
  position: relative;
  top: 23%;
}

.row {
  margin: 10px auto;
}
h1 {
  font-size: 30px;
  font-weight: 800;
  margin: 5px;
  color:#f27f0c; 
}
h2 {
  font-size: medium;
  font-weight: 800;
  margin-bottom: 5px;
  line-height: normal;

}
h3{
  font-size: 25px;
  font-weight: 800;
  margin: 5px;
  line-height: normal;

}
p {
  font-size: small;
  margin: 5px;
  line-height: normal;
}
.button {
  background-color: none;
  border: #f27f0c;
  
  padding: 5px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 16px;
  margin: 4px 2px;
  cursor: pointer;
  border-radius: 5px;
}
.button:hover {
  background-color: #f27f0c;
  color: #fff;
  border-radius: 25px;
  transition: 0.5s;
}
.card {
  transition: 0.5s;
  box-shadow: 5px 8px 12px 2px rgba(251, 118, 77, 0.2);
  border-radius: 0%;
  border-color: none;
  transform: scale(0.9);
}

.card:hover {
  box-shadow: 0px 15px 15px 0 #dcdcdc; 
  transform: scale(1.001);
  transition: 0.5s;
  cursor: pointer;
  
}


.modal-content {
  background-color: #fff;
  padding: 0;
  border-radius: 2%;

}
.modal p {
  bottom: 0;
}

.modal .row img {
  border-radius: 2%;
  width:100%;
}



#collapsibleNavbar {
	    flex-direction: row-reverse;
	}
#section1 {
  height: 60vw;
  width: 100vw;
  text-align: center;


}
#section1 .container{
  bottom: 0;
}
/*  
padding:200px 0px 50px 0px;
 bottom: 0;
  background: rgb(255,250,248);

background: linear-gradient(0deg, rgba(255,250,250,100) 40%, rgba(255,101,74,0.718232044198895) 100%);
border: solid 5px;
border-color: #302725;
} */
#section2, #section3, #section4, #section6, #section5, #section7, #section8, #section9 {
  padding:50px 50px 50px 0px;
  text-align: justify;

}


.middle {
  transition: .5s ease;
  opacity: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  text-align: center;
}

.card:hover .image {
  opacity: 0.3;
  filter: brightness(40%);
  
}

.card:hover .middle {
  opacity: 1;
}




/* Small devices (portrait tablets and large phones, 600px and up) */
@media only screen and (max-width: 600px) {
	h1 {
		font-size: 18px;
	  }
   .hide {
    display: none;
   } 
   #section1 {
    display: none;
   }
}

/* Medium devices (landscape tablets, 768px and up) */
@media only screen and (min-width: 768px) {
    /* Header Content */
    #hinhthe {
      scale: 0.8;
    }
}