html{
    scroll-padding-top: 90px; /* height of sticky header */
}

.lightseagreen-bg{
    background-color: #336666;
}

.banner-image{
    background-image: url("images/bg_1.jpg");
    background-size: cover;
    background-repeat: no-repeat;
    background-color: rgba(0, 0, 0, 0.8);
    background-blend-mode: multiply;
    position: relative;
    z-index: 5;
}

.padding_map{

}

.with-underline::after {
    content: "";
    display: block;
    border: 1px solid;
    margin-top: 0.2em;
    opacity: 0.75;
}

.title-mobile{
    font-size: 54px;
    word-break: break-word;
    font-weight: 600;
    line-height: 4.5rem;
    letter-spacing: 0.08em;
    text-shadow: 4px 5px 3px rgb(0 0 0 / 12%);
}

.title{
    font-size: 72px;
    word-break: break-word;
    font-weight: 600;
    line-height: 4.5rem;
    letter-spacing: 0.08em;
    text-shadow: 4px 5px 3px rgb(0 0 0 / 12%);
}

.font{
    font-family: "Times New Roman", serif;
}

.white {
    color: #f8f9fa !important;
}

.title-container{
    width: 34rem;
    align-content: center;
}

.lightgrey-bg{
    background-color: #cccccc;
}

a:-webkit-any-link {
    color: -webkit-link;
    cursor: pointer;
}

.navbar-nav{
    font-size: 16px;
    line-height: 32px;
    letter-spacing: 0.08em;
    height: 75px;
}

.nav-item{
    width: 25%;
}

.about-height{
    height: 250px;
}

.wide-text{
    letter-spacing: 20px;
}

.jobs{
    background: linear-gradient(#F5F7FA 0%, #c8d6e9 100%);
    z-index:3;
    padding-top: 45px;
    padding-bottom: 25px;
    margin-top: 35px;
    position: relative;
}

.pics{
    background: linear-gradient(180deg, #336666 0%, #337966 100%);
    z-index: 2;
    position: relative;
}

.about{
    background: linear-gradient(180deg, #336666 0%, #337966 100%);
    z-index: 4;
    position: relative;
    overflow: auto;
}

.contact-bg{
    background-image: linear-gradient(#F5F7FA 0%, #c8d6e9 100%);
    background-repeat: no-repeat;
    background-position: top center;
    box-shadow: 0px 8px 16px rgba(0, 0, 0, 0.16);
    background-color: wheat;
    position: relative;
    z-index: 1;
    margin-top: -35px;
}

.at{
    max-width: 100%;
    height: auto;
}

.border-grey{
    margin-top: -35px;
    border-radius: 0px 0px 32px 32px;
    border-color: #c8d6e9!important;
}

.border-green{
    margin-top: -35px;
    border-radius: 0px 0px 32px 32px;
    border-color: #336666!important;
}

.map-contact{
    top: 30%;
    background: linear-gradient(180deg, #336666 0%, #337966 100%);
    box-shadow: 4px 8px 16px rgba(0, 0, 0, 0.16);
    border-radius: 32px;
}
