#navbar {
    position: relative;
    display: block;
    height: auto;
    width: 100%;
    min-width: 375px;
}
#navbar .navbar-list{
    position: relative;
    display: inline;
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
    height: fit-content;
}

#navbar .navbar-list .navbar-link {
    display: relative;
    padding: 3px;
    font-size: 100%;
}
.header-background {
    display: flex;
}

.header-background{ 
    height: 100vh;
    align-items: center;
    justify-content: center;
}   

.header-background {
    height: 60vh;
    
    margin: 5px 5px 5px 5px;
    z-index: -1;
    max-width: 100%;
    position: relative;
}
#logo-container {
    overflow: visible;
    margin-top: 20vh;
}
.logo-img {
    
    background-size: 350px 220px;
}
.icons h3 {
    font-size: 1.5em;}
.flex-items {
    display: flex;
    flex-direction: column;
}
.content {
    max-width: 95%;
    text-align: center;
}

.contact_info {
display: flex;
flex-direction: column;
    text-align: center;
    padding-bottom: 1em;
    line-height: 1.6rem;
}

.contact_info a{
    text-decoration: none;
    color: #ffde01;
    font-size: 16px;
    font-style: italic;
    margin: 0px 25px;
    
}
.contact_info a i{
    margin: 0px 25px;
    color: #fff;
}

.form-wrapper .form-text {
    font-size: 14px;
    }
.form-wrapper .form-text h3{
    margin: 15px; 
    
    font-size: 20px;
    
    }

.logo{
    
  background-size: 240px 180px;
  background-position: center;
  display: block;
  z-index: 50;
}

.social_icons {
    font-family: fontawesome;
    text-align: center;
    padding: 1em 0;
}

.social_icons a{
    margin: 0 8px;
    font-size: 20px;
}

.fields form input {    
    float: none;
    display: inline-block;
    width: 45%;
    height: 35px;
}
#message {
    padding: 5px;
    width: 90%;
    
}
.icons i {
    color: #58C0C2; 
    background-color: rgb(185, 129, 44);
    padding: 0.5rem;
    border-radius: 50%;
    margin-bottom: 5px;
}