body { 
    font-family: 'Noto Sans', sans-serif;
}

.navbar .navbar-nav .nav-link {
    font-size: 2rem;
}

.navbar-brand {
    font-size: 2rem;
}

@media (min-width: 768px) and (max-width: 991px) {
    .ml-md-4 {
      margin-left: 4rem !important;
    }
}

@media (max-width: 991px) {
    .d-sm-flex {
        text-align: center;
        display: flex !important;
        justify-content: center;
    }
}

.navbar-contact-button {
    font-size: 1.5rem;
    margin-right: 10rem;
}

.nav-item {
    margin-right: 2rem;
}

.main-contact-button {
    background-color: #E99719;
    color: white;
    border-radius: 0;
    font-size: larger;
    padding: 0.5rem 2rem;
}

.main-contact-button:hover {
    background-color: #E99719;
}

.secondary-contact-button {
    background-color: #0A6499;
    color: white;
    border-radius: 0;
    font-size: larger;
    padding: 0.5rem 2rem;
}

.white-contact-button {
    background-color: white;
    color: black;
    border-radius: 0;
    font-size: larger;
    padding: 0.5rem 2rem;
}



.secondary-contact-button:hover {
    background-color: #0A6499;
}

.navbar-background {
    background-color: #28bcefff;
}

.navbar-nav {
    display: flex;
    justify-content: center;
}

.bg-17 {
    background-image: url('images/Group\ 17-resize.svg');
    height: 966px;
    width: 100%; 
    background-position: top;
    background-repeat: no-repeat;
    background-size: cover;
    display: flex;
    align-items: center;
    position:relative;
}

.bg-diagonal {
    background-image: url('images/BlueRectangle.svg');
    height: 565px; 
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.bg-orange {
    background-image: url('images/OrangeRectangle.svg');
    height: 252px; 
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.bg-blue {
    background-color: #29bdef;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.bg-cyan {
    background-color: #D9F5FF;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}