.wrapper {
    display: flex;
    align-items: stretch;
    min-height: 100vh;
    background-color: rgba(29, 89, 135, 0.1);
}

body {
    font-family: Roboto;
    font-size: 14px;
}

.header-main {
    font-family: Poppins;
    font-size: 44px;
    font-weight: 900;
    text-shadow: 2px 0 black;
    letter-spacing: 2px;
    color: black;
}

.header {
    font-family: Roboto;
    font-weight: 900;
    text-shadow: 1px 0 black;
    letter-spacing: 1px;
    color: black;
}

.header-light {
    font-family: Roboto;
    font-weight: 900;
    text-shadow: 1px 0 white;
    letter-spacing: 1px;
    color: white;
}

.navbar {
    width: 700px;
    font-weight: bold;
}

#main {
    overflow: hidden;
}

.page-content {
    max-width: 1500px;
}

.navbar {
    margin: 50px;
}

#tablet {
    max-height: 700px;
}

.laptop {
    max-width: fit-content;
}

.bubble {
    width: 100%;
    height: 100%;
    background: var(--Gradient-Blue, linear-gradient(180deg, #288DB5 -114.8%, #083344 100%));
}

.bg-quotes {
    background: transparent url('../images/quotations.svg') right top no-repeat;
}

.ref-portrait {
    height: 200px;
    width: 200px;
    object-fit: none;
    object-position: 0 0;
}

.jumbotron,
#counters,
#contact-us {
    max-width: 1000px;
}

.btn-primary {
    --bs-btn-bg: #083344;
    --bs-btn-hover-bg: #083344;
    --bs-btn-border-color: transparent;
    --bs-btn-hover-border-color: #083344;
}

.btn-outline-primary {
    --bs-btn-color: #083344;
    --bs-btn-hover-color: #083344;
    --bs-btn-border-color: #083344;
    --bs-btn-hover-border-color: #083344;
    --bs-btn-hover-bg: transparent;
}

.btn-primary:hover,
.btn-outline-primary:hover {
    box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
}

.form-control:focus {
    color: black;
}

.form-control {
    background-color: transparent;
    color: white;
}

.form-control::placeholder {
    color: lightgray;
}


#contact-us a {
    text-decoration: none;
    color: white;
}

#contact-us a:hover {
    text-decoration: underline;
}

#contact-us .form-control {
    min-height: 50px;
}

#contact-us #message {
    min-height: 200px;
}


.director {
    background-image: url('data:image/svg+xml, <svg viewBox="0 0 2 2" xmlns="http://www.w3.org/2000/svg"><circle r="1" cx="1" cy="1" fill="white" /></svg> ');
    background-position: bottom;
    background-repeat: no-repeat;
}

.director,
.director-wrapper {
    max-width: 250px;
    object-fit: scale-down;
    object-position: 0 0;
}

@media (max-width: 768px) {
    .gap {
        margin-top: 4rem !important;
    }
}