#navbar h1 {
   padding-left: 10px;
   font-size: 30px;
}

#navbar ul li a {
   padding: 20px 10px;
   font-size: 14px;
}
.info .image-info h1 {
   padding-bottom: 10px;
   font-size: 50px;
}
.info .image-info p {
   font-size: 15px;
   margin: 0 25px 0 25px;
}
.image-info {
   max-height: 93vh;
}
#history-info {
   height: 450px;
}

#history-info .img-info {
   display: none;
}
#history-info .content-info {
   text-align: center;
   margin: 0px;
   padding-top: 50px;
}
#history-info .content-info h1 {
   font-size: 30px;
}
#history-info .content-info p {
   font-size: 14px;
   margin: 0 25px 0 25px;
}

.box-1,
.box-2,
.box-3 {
   width: 100%;
   display: block;
   height: 230px;
}

.box-1,
.box-2,
.box-3 p {
   padding: 0 25px 0 25px;
}

#main-footer {
   text-align: center;
   padding: 1px 0;
   background: #333;
   color: #f5f5dc;
}

/* ABOUT SECTION */
#about-info img {
   display: none;
}
#about-info .ceo {
   text-align: center justify;
   float: none;
   padding: 15px 20px;
   max-width: 100%;
}

#guests h1 {
   font-size: 35px;
}
#guests .all-color {
   margin: 5px auto 0 auto;
   height: 300px;
}

#guests .all-color img {
   float: none;
   margin: 5px auto;
   margin-left: 120px;
   max-width: 40%;
   border-radius: 25%;
}
#guests .all-color p {
   padding: 2px 1px;
   margin-top: 0px;
}

/* Contact */
#contact h1 {
   font-size: 35px;
}
#contact form {
   line-height: 2rem;
}
#contact form label {
   font-size: 16px;
   margin-top: 10px;
}
#contact form input,
#contact form textarea {
   width: 80%;
   /* text-align: center; */
}

.box {
   float: none;
   width: 100%;
   height: 210px;
   /* margin-top: 5px; */
}
