@font-face {
    font-family: "ArnoPro";
    src        : local("ArnoPro"), url("../resources/fonts/ArnoPro-Regular.otf") format("opentype");
}

@font-face {
    font-family: "ArnoPro";
    src        : url("../resources/fonts/ArnoPro-Bold.otf") format("opentype");
    font-weight: bold;
}

@font-face {
    font-family: "ArnoPro";
    src        : url("../resources/fonts/ArnoPro-BoldItalic.otf") format("opentype");
    font-weight: bold;
    font-style : italic;
}

@font-face {
    font-family: "ArnoPro";
    src        : url("../resources/fonts/ArnoPro-Smbd.otf") format("opentype");
    font-weight: 600;
}

@font-face {
    font-family: "ArnoPro";
    src        : url("../resources/fonts/ArnoPro-SmbdItalicSmText.otf") format("opentype");
    font-weight: 600;
    font-style : italic;
}

@font-face {
    font-family: "ArnoPro";
    src        : url("../resources/fonts/ArnoPro-LightDisplay.otf") format("opentype");
    font-weight: 300;
}

@font-face {
    font-family: "ArnoPro";
    src        : url("../resources/fonts/ArnoPro-LightItalicDisplay.otf") format("opentype");
    font-weight: 300;
    font-style : italic;
}

@font-face {
    font-family: "ArnoPro";
    src        : url("../resources/fonts/ArnoPro-Italic.otf") format("opentype");
    font-style : italic;
}

.fc-main {
    color: rgb(27, 27, 110) !important;
}

.fc-alt {
    color: #d38a56 !important;
}

.fc-title {
    color: #f4b081 !important;
}

.fc-black {
    color: black !important;
}

.fc-white {
    color: white !important;
}

.fch-main:hover {
    color: rgb(27, 27, 110) !important;
}

.fch-alt:hover {
    color: #d38a56 !important;
}

.fch-title:hover {
    color: #f4b081 !important;
}

.fch-black:hover {
    color: black !important;
}

.fch-white:hover {
    color: white !important;
}

.bg-main {
    background-color: #1b1b6e !important;
}

.bg-alt {
    background-color: #d38a56 !important;
}

.bg-nav {
    background-color: rgb(120, 192, 240) !important;
}

.bg-peach {
    background-color: #f2c19f !important;
}

.bg-black {
    background-color: black !important;
}

.bg-white {
    background-color: white !important;
}

.bgh-main:hover {
    background-color: #1b1b6e !important;
}

.bgh-alt:hover {
    background-color: #d38a56 !important;
}

.bgh-nav:hover {
    background-color: rgb(120, 192, 240) !important;
}

.bgh-peach:hover {
    background-color: #f2c19f !important;
}

.bgh-black:hover {
    background-color: black !important;
}

.bgh-white:hover {
    background-color: white !important;
}

.border-main {
    border-color: #1b1b6e !important;
}

body {
    overflow-x: hidden;
    margin    : 0;
    padding   : 0;
}