/********** Template CSS **********/
:root {
    --primary: #bc1a0b;
    --secondary: #84bac0;
    --light: #c6e2de;
    --dark: #0d2845;
}

/* aniButton Hamburger Menu */
#aniButton {
position: relative;
top: 0px !important;
right: 1.0rem !important;
width: 36px;
height: 23px;
cursor: pointer;
}
#aniButton b {
position: absolute;
left: 0;
width: 36px;
height: 3px;
background-color: #c6e2de;
}
#aniButton b:nth-child(1) {
top: 0;
}
#aniButton b:nth-child(2) {
top: 50%;
}
#aniButton b:nth-child(3) {
top: 100%;
}
#aniButton.navbar-toggler { border:none; }
/* aniButton */





.navbar-brand:focus, .navbar-brand:hover {
    color: var(--light);
}


