@media (min-width: 1200px){
 p{font-size: 24px !important;}
}

@media (min-width: 900px){
 p{font-size: 24px !important;}
}

@media (min-width: 992px){
 p{font-size: 20px !important;}
.carousel { padding-top: 100px; }
}

@media (min-width: 768px){
 p{font-size: 24px !important;}
.navbar > .container {
    transition: padding .1s ease;
    padding-top: 10px;
    padding-bottom: 1px;
}
.carousel { padding-top: 50px; }
}

@media (min-width: 480px){
 p{font-size: 20px !important;}
.carousel { padding-top: 20px; }
.about, .hestia-about {
    padding: 0px 0 0px;
    padding-top: 0px;
    padding-right: 0px;
    padding-bottom: 30px;
    padding-left: 0px;
}
.page-header {
    height: 35vh;
}

.container {
    padding-top: 0px;
}
}

@media (min-width: 300px){
 p{font-size: 20px !important;}
.carousel { padding-top: 10px; }
.about, .hestia-about {
    padding: 0px 0 0px;
    padding-top: 0px;
    padding-right: 0px;
    padding-bottom: 30px;
    padding-left: 0px;
}


}

.consultation-schedule-section {
  display: none;
}

.contest-section-body {
  display: none;
}
.button-consultation {
  background-color: #4CAF50; /* Green */
  border: none;
  color: white;
  padding: 15px 32px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 16px;
  margin: 4px 2px;
  cursor: pointer;
}

.button2-c {background-color: #008CBA;} /* Blue */
.button3-c {background-color: #f44336;} /* Red */ 
.button4-c {background-color: #e7e7e7; color: black;} /* Gray */ 
.button5-c {background-color: #555555;} /* Black */

.about, .hestia-about {
    padding: 0px 0 0px;
    padding-top: 0px;
    padding-right: 0px;
    padding-bottom: 30px;
    padding-left: 0px;
   
}

.container {
    padding-top: 0px;
}

.page-header {
    height: 35vh;
}