.debug-dashes {
    border-color: #000000;
    border-style: dashed;
}

@font-face {
    font-family: "Myriad-Pro";
    src: url(../fonts/Myriad-Pro_31655.ttf) format("truetype");
}

@font-face {
    font-family: "Myriad-Pro-bold";
    src: url(../fonts/Myriad-Pro-Semibold_31650.ttf) format("truetype");
}

@font-face {
    font-family: "Calibri-Light";
    src: url(../fonts/Calibril.ttf) format("truetype");
}

@font-face {
    font-family: "Calibri-Bold";
    src: url(../fonts/calibri-bold.ttf) format("truetype");
}

:root {
    --abbey: #4d4d4d;
    --aqua-pearl: #65b4d0;
    --black: #000000;
    --cape-cod: #434343;
    --cape-cod-2: #414142;
    --cerulean: #27a8e0;
    --chelsea-cucumber: #7fab4c;
    --concord: #7b7b7b;
    --eerie-black: #1a1a1a;
    --galliano: #c5b10c;
    --granite-gray: #666666;
    --gray: #808080;
    --green-sheen: #73ac99;
    --midnight-blue: #204569;
    --mine-shaft: #333333;
    --seashell: #f1f1f1;
    --shakespeare: #50afd1;
    --shakespeare-2: #4cafd6;
    --tradewind: #67aeb2;
    --white: #ffffff;

    --font-size: 17px;
    --font-size-l: 19px;
    --font-size-m: 18px;
    --font-size-xl: 20px;
    --font-size-xxl: 21px;
    --font-size-xxxl: 22px;
    --font-size-xxxxl: 24px;
    --font-size-xxxxxl: 25px;
    --font-size-5xl: 26px;

    --font-family-calibri: "Calibri", Helvetica;
    --font-family-calibri-bold: "Calibri-Bold", Helvetica;
    --font-family-calibri-light: "Calibri-Light", Helvetica;
    --font-family-myriadpro-bold: "Myriad-Pro-bold", Helvetica;
    --font-family-myriad-bold: "Myriad-Pro", Helvetica;


}

body {
    font-family: "Myriad-Pro";
    background-color: var(--bs-body-bg);
    padding: 0px;
    margin: 0px;
}

.container-fluid {
    /* --bs-gutter-x: 0; */
}

.navigation-container {
    justify-content: center;
    position: fixed;
    width: 105%;
    background-color: white;
    z-index: 1;
    padding:5px;
}

.nav-menu {
    /* height: 100px; */
}

.navigation-header {
    width: 100%;
    margin-top: 10px;
}

.nav-options {
    flex-direction: column;
    text-align: right;
}

.nav-logo {
    height: 70px;
    width: 70px;
    background-image: url(../images/Galelo-Nav-Logo.png);
    background-repeat: no-repeat;
    display: block;
}

.nav-item {
    padding-left: 20px;
}

.white-text {
    color: var(--white) !important;
}


/* --------------------------- contact us block*/
.contact-footer {
    display: flex;
    justify-content: flex-end;
    background-color: #f1f1f1;
    height: 300px;
    padding-top: 30px;
    height: 100%;
}

.galelo-logo {
    background-image: url(../images/Galelo-Logo.png);
    background-size: cover;
    height: 200px;
    width: 187px;
}

.our-team-header {
    height: 45px;
}

.our-team-header p {
    color: var(--mine-shaft);
    font-family: var(--font-family-myriadpro-semibold);
    font-size: var(--font-size-xxxxxl);
    font-style: normal;
    font-weight: 600;
}

.blue-pill {
    background-image: url(../images/team-big-line.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    height: 8px;
    width: 125px;
}

.justify-left {
    justify-content: left;
}

.box-shadow-bg-white {
    padding-top: 20px;
    background-color: var(--white);
    box-shadow: 0px 0px 20px #00000033;
    opacity: 1;

}