@font-face {
    font-family: 'ProximaBlack';
    src: url('https://www.careersourcecentralflorida.com/wp-content/themes/auxilia/lib/fonts/ProximaNova/ProximaNova-Black.otf');
    font-weight: 900;
    font-style: normal;
}

@font-face {
    font-family: 'ProximaExtraBold';
    src: url('https://www.careersourcecentralflorida.com/wp-content/themes/auxilia/lib/fonts/ProximaNova/ProximaNova-Extrabold.otf');
    font-weight: 800;
    font-style: normal;
}

@font-face {
    font-family: 'ProximaBold';
    src: url('https://www.careersourcecentralflorida.com/wp-content/themes/auxilia/lib/fonts/ProximaNova/ProximaNova-Bold.otf');
    font-weight: 700;
    font-style: normal;
}

@font-face {
    font-family: 'ProximaRegular';
    src: url('https://www.careersourcecentralflorida.com/wp-content/themes/auxilia/lib/fonts/ProximaNova/ProximaNova-Regular.otf');
    font-weight: 800;
    font-style: normal;
}

* {
    font-family: 'ProximaRegular', sans-serif;
}
header {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
}
.welcome-logo {
    max-width: 100%;
    width: 200px;
}

.hide {
    display:none!important;
}