:root {
    --antiflash-white: rgba(239, 239, 239, 1);
    --byzantine-blue: rgba(52, 84, 209, 1);
    --turquoise: rgba(52, 209, 191, 1);
    --black: rgba(7, 7, 7, 1);
    --cerise: rgba(209, 52, 91, 1);
}

html {
    scroll-behavior: smooth;
    scroll-padding-top: 78px;
} 
body{
    font-size: 1.1rem;
    margin: 0;
    padding: 0;
    /*background-color: rgba(24,26,27,1) !important;*/
} 
html, body {
  max-width: 100vw;
  overflow-x: hidden;
}
h1, h2, h3, h4, h5, h6 {
  font-weight: bold;
  text-transform: uppercase;
  color: #484848;
  font-family: 'futura_ltbold', sans-serif;
}
.text-white{
    color: var(--antiflash-white);
}

.text-green {
    color: #ABC428;
}
.bg-green {
    background-color: #ABC428 !important;
}

.bg-blue {
    background-color: rgba(30, 50, 130, 1) !important;
}
.bg-blue-trans {
    background-color: rgba(35, 72, 177, .7) !important;
}
.text-yellow{
    color: #C3BFBA !important;
}
.bg-yellow {
    background-color: #BD9D13 !important;
}
.bg-yellow-trans {
    background-color: rgba(222, 206, 137, 1) !important;
}
.bg-dark {
    background-color: rgba(0,37,57, 1) !important;
}

.text-red {
    color: #AC5465;
}
.bg-red {
    background-color: var(--cerise) !important;
}

.bg-white {
    background-color: rgba(48, 56, 65, .3) !important;
}

.text-orange{
    color: #993107;
}
.bg-orange{
    background-color: #993107 !important;
}

.orange2{
    color: #775117;
}