html {
    scroll-behavior: smooth;
}

@font-face {
    font-family: "Impact";
    src: url('/notPublic/Views/fonts/Impact.ttf') format("truetype");
}

.fixed {
    position: fixed;
}

.text-phenix-blue {
    color: #153154;
}

.site-section {
    padding-top: 6em;
}

.symabo-font {
    font-family: "Impact";
}

.center{
    text-align: center;
}

.margin-top-10 {
    margin-top: 10px;
}
.margin-bottom-50 {
    margin-bottom: 50px;
}

.main-text-color {
    color: #f38181;;
}

.image-hibou {
    width: 100%;
    height: 300px;
    background-size: cover;
    background-attachment: fixed;
}

.our-mission-symabo {
    width: 100%;
    padding-top: 20em;
    padding-bottom: 20em;
    background-size: cover;
    background-attachment: fixed;
}

.our-mission-phenix{
    width: 100%;
    padding-top: 10em;
    padding-bottom: 10em;
    background-size: cover;
    background-attachment: fixed;
}

.our-mission-text-container {
    padding: 20px;
    background-color: white;
}

.symabo-image-flex {
    max-height: 150px;
}

.align-left {
    text-align: left;
}

.bigger-text {
    font-size: xx-large;
}

.float-right {
    float: right;
}

.vertical-margin-30px {
    margin-top: 30px;
    margin-bottom: 30px;
}

.margin-left-10px {
    margin-left: 10px;
}

.brand-in-menu {
    font-size: x-large;
}

.site-navbar {
    top: 0px;
    padding-top: 1rem;
    padding-bottom: 1rem;
}

.modal {
    padding-top: 80px;
}


.modal-body {
    max-height: 60%;
    overflow-y: auto;
}

/*
.modal-body-content {
    max-height: 60%;
    overflow: auto;
}
*/

.modal-backdrop {
    z-index: 100000 !important;
}

.modal {
    z-index: 100001 !important;
}

.height-100 {
    height: 100%;
}

.height-75 {
    height: 75%;
}

.phenix-main-logo {
    max-width: 100%;
}

.symabo-main-logo {
    max-width: 100%;
    max-height: 397px;
}

.who-we-are-logo-sm {
    display: none;
}

.margin-right-0 {
    margin-right: 0px;
}

@media (max-width: 768px) {
    body {
        padding-right: 0px;
    }

    .who-we-are-logo {
        display: none;
    }

    .who-we-are-logo-sm {
        display: block;
    }
}

.small-menu {
    display: none;
}

@media (max-width: 1200px) {
    .big-menu {
        display: none;
    }

    .small-menu {
        display: block;
    }
}

.linked-in-sm {
    display: none;
}

.inline-image {
    display: inline;
    height: 0.9rem;
    margin-top: -5px;
}

@media (max-width: 990px) {
    .linked-in-lg {
        display: none;
    }

    .linked-in-sm {
        display: block;
    }
}


