@import url('https://fonts.googleapis.com/css2?family=Libre+Baskerville:ital,wght@0,400;0,700;1,400&display=swap');

body {
   font-family: "Libre Baskerville", serif!important;
}



button {
    background: #7F907E!important;
    border: 1px solid #7F907E!important;
}

.sitewide-banner__icons{
    padding-left:15px;
    font-size:20px;
}

.hero_img {
  /* Set a specific height */
  height: 450px;

  /* Position and center the image to scale nicely on all screens */
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  

}

.sj-footer {
    background: #7F907E;
    color: #fff;
    padding:25px;
}

.hero-text {
  text-align: center;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.dropbtn {
  background-color: #4CAF50;
  color: white;
  padding: 16px;
  font-size: 16px;
  border: none;
}

.dropdown {
  position: relative;
  display: inline-block;
}

.dropdown-content {
  display: none;
  position: absolute;
  background-color: #f1f1f1;
  min-width: 160px;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  z-index: 1;
}

.dropdown-content a {
  color: black;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
}

.dropdown-content a:hover {background-color: #ddd;}

.dropdown:hover .dropdown-content {display: block;}

.dropdown:hover .dropbtn {background-color: #3e8e41;}

.form-50 {
    max-width:100%;
}

@media only screen and (max-width:768px){
    
    
}

@media only screen and (min-width:769px){
    .form-50 {
        max-width:50%!important;
    }
}