/*Modify the home page feature area background*/
#banner-image {
    max-width: 100%; 
    height: auto;
  }

  /* Modify the search box background color*/
  #search-form.callout-region {
    background-color: #373637;
  }

  /*Modify the layout of the search box label*/ 
  .search-form .search-label {
    line-height: 1.5;
    font-size: 26px;
    font-weight: 500;
    color: #327E7E;
  }

body{
font-family: "SuisseIntl",sans-serif;
}

p {
font-size: 1rem;
}

h2 {
font-size: 2rem;
}

li {
font-size: 1rem;
}

.button {
background-color: #327E7E !important;
}

.css-bo4t2m-baseButton__content {
    background-color: #327E7E !important;
    border-color: #327E7E !important;    
}

.btn-info {
    background-color: #327E7E !important;
    border-color: #327E7E !important;  
}

.css-1biq480-baseButton__content{
    background-color: #327E7E !important;
    border-color: #327E7E !important;      
}

.css-1qdanwj-view {
    background-color: #327E7E !important;
    border-color: #327E7E !important; 
}