@font-face {
    font-family: 'avantgarde_md_btmedium';
    src: url('../fonts/avgardm-webfont.woff2') format('woff2'),
    url('../fonts/avgardm-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'avantgarde_md_btMdOb';
    src: url('../fonts/avgardmi-webfont.woff2') format('woff2'),
    url('../fonts/avgardmi-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

body {
    font-family: "Arial";
    font-size: 1em;
    line-height: 1.2;
}

nav {
    position: absolute;
    top:0;
    right:-15px;
    border-left:#80b9d6 1px solid;
    border-bottom:#80b9d6 1px solid;
    background-color:#0073ad;
    font-size:150%;
    font-family: 'avantgarde_md_btmedium';
    text-transform: uppercase;
}

aside iframe {
    width:96%;
    height: auto;
    margin-left:2%;
    margin-right:2%;
}

nav ul {
    list-style: none;
}

nav li {
    cursor: pointer;
}

nav li:hover {
    background-color: #80b9d6;
}

nav a, nav a:hover {
    color: rgb(206, 222, 233);
}


h2 {
    font-size: 150%;
    font-weight: bold;
    font-style:italic;;
}


a {
    color: rgb(129,24,29);
    text-decoration: none;
}

a:hover {
    color: rgb(49, 147, 14);
}

a.tel-link {
    color: rgb(206, 222, 233);
    text-decoration: underline;
}

a.tel-link:hover {
    color: rgb(129,24,29);
    text-decoration: none;
}

.homepage-container {
    background-image: url("../assets/img/background-home.png");
    background-position: center;
    background-repeat: no-repeat;
    margin-top: 0;
    padding-top: 0;
}

.hamburger-menu {
    height: 92px;
    width: 92px;
    cursor: pointer;
    margin-left: auto;
    margin-right: 2rem;
    display: block;
}

.background-color-green {
    background-color: #31930E;
}

.background-color-blue {
    background-color: #0073AD;
}

.background-blue-gray {
    background-color: #E2EBF4;
}

.background-color-slate {
    background-color: #455660;
}

.title {
    font-size: 600%;
    font-family: "avantgarde_md_btmedium";
    text-transform: uppercase;
    color: rgb(206, 222, 233);
    letter-spacing: 6px;
}

.mobile-title {
    font-size: 450%;
    font-family: "avantgarde_md_btmedium";
    color: rgb(206, 222, 233);
    line-height: 1.2;
    text-transform: uppercase;
}

.font-size-125 {
    font-size: 125%;
}

.font-size-115 {
    font-size: 115%;
}

.font-size-105 {
    font-size: 105%;
}

.font-size-95 {
    font-size: 95%;
}

.font-avant-garde {
    font-family: 'avantgarde_md_btmedium';
}

.font-italic {
    font-style: italic;
}

.cursor-pointer {
   cursor: pointer;
}

.half-width {
    width: 50%;
}

.quarter-width {
    width: 25%;
}

.list-style-none {
    list-style: none;
}

.btn-custom {
    --bs-btn-color: #d9d8d1;
    --bs-btn-bg: #0073ad;
    --bs-btn-border-color: #0073ad;
    --bs-btn-hover-color:#d9d8d1;
    --bs-btn-hover-bg: #31930e;
    --bs-btn-hover-border-color: #0073ad;
    --bs-btn-focus-shadow-rgb: 11, 172, 204;
    --bs-btn-active-color: #000;
    --bs-btn-active-bg: #3dd5f3;
    --bs-btn-active-border-color: #25cff2;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #000;
    --bs-btn-disabled-bg: #0dcaf0;
    --bs-btn-disabled-border-color: #0dcaf0;
}

.btn-custom-light-blue {
    --bs-btn-color: #0073ad;
    --bs-btn-bg: #5bc0de;
    --bs-btn-border-color: #5bc0de;
    --bs-btn-hover-color:#d9d8d1;
    --bs-btn-hover-bg: #31930e;
    --bs-btn-hover-border-color: #0073ad;
    --bs-btn-focus-shadow-rgb: 11, 172, 204;
    --bs-btn-active-color: #000;
    --bs-btn-active-bg: #3dd5f3;
    --bs-btn-active-border-color: #25cff2;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #000;
    --bs-btn-disabled-bg: #0dcaf0;
    --bs-btn-disabled-border-color: #0dcaf0;
}

.custom-blue {
    color: rgb(66, 89, 146);
}

.custom-light-blue {
    color: rgb(173, 220, 248);
}

.custom-blue-grey {
    color: rgb(206, 222, 233);
}

.custom-dark-blue {
    color: rgb(69, 86, 96);
}

.custom-deep-blue {
    color: rgb(25,23,70);
}

.custom-royal-blue {
    color: rgb(0,115,173);
}

.custom-gold {
    color: rgb(145, 110, 34);
}

.custom-gold-grey {
    color: rgb(217, 216, 209);
}

.custom-dark-red {
    color: rgb(129, 24, 29);
}

.custom-green {
    color: rgb(49, 147, 14);
}

.custom-slate {
    color: rgb(69, 86, 96);
}

.display-block {
    display: block !important;
}

.display-none {
    display: none;
}

.message p {
    border-radius: 5px;
    margin: 5px 10px 20px 10px;
    background: rgba(255, 255, 255, 0.2); 
    animation: animatedBackground 2s;
}

@media (min-width: 992px) {
    .homepage-container {
        margin-top: -4rem !important;
        padding-top: 5rem !important;
    }
    .rmt-lg {
        margin-top: -7rem !important;
    }

    .rmt {
        margin-top: -1rem !important;
    }
.small-subtitle {
    font-size: 0.4em;   /* smaller than main title */
    color: #2f3b46;     /* darker blue-gray */
    font-weight: normal;
}

