.h1_a {
    font-family: "Cormorant Garamond", serif;
    font-size: 6vw;
    text-align: center;
}

.h2_b {
    font-family: "Cormorant Garamond", serif;
    font-size: 5vw;
    text-align: center;
    color: #172c39;
}

.h2_c {
    font-family: "Roboto", sans-serif;
    font-size: 5vw;
    text-align: center;
    color: #172c39;
}

.main {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.container-top {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: auto
}

.sticky-div {
    background-color: #949ea4;
    position: sticky;
    top: 0px;
    padding: 10px 0px;
    width: 100%
}

.hero {
    width:100%;
    height:auto;
    background: #172c39;
}

.cta {
    width:100%;
    height:auto;
    background: #ebebeb;
}

.contact {
    width: 100%;
    background-color: #172c39;
}

.container {
    display: flex;
    flex-direction: column;
    background-color: #f4d2bf;
    justify-content: center;
    align-items: center;
}

#boxes {
    min-height: 200px;
    margin-top: 0px;
}

#boxes .box {
    margin-top: 0px;
    float: center;
    text-align: center;
    width: 100%;
    padding: 6px;
    font-family:Arial, Helvetica, sans-serif;
  }

#boxes .fab {
    padding: 0 5px;
}

.button {
    border: none;
    color: white;
    padding: 1vw 2vw;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 3vw;
    margin: 0px 0px;
    cursor: pointer;
  }
  
  .button1 {
    background-color: #9c4d21; 
    color: white; 
    border: 2px solid #dc6d2f;
  }
  
  .button1:hover {
    background-color: #dc6d2f;
    color: white;
    border: 2px solid #dc6d2f;
    }

  
.container-bottom {
        display: flex;
    }     

.item-1 {
    flex-grow: 1; 
    font-family:Arial, Helvetica, sans-serif; 
    font-size: 2.25vw;   
    background-color:#9c4d21;
    color: #ffffff;
    border: none;
    float: center;
    text-align: center;
    padding: 3vw 5vw;
    }

.item-2 {
    background-color: #9c4d21;
    }

