/* Google fonts */
.roboto-condensed {font-family: "Roboto Condensed", sans-serif; font-optical-sizing: auto; font-weight: 700; font-style: normal;}
.roboto-light {font-family: "Roboto", sans-serif; font-weight: 300; font-style: normal;}
.roboto-regular {font-family: "Roboto", sans-serif; font-weight: 400; font-style: normal;}
.roboto-bold {font-family: "Roboto", sans-serif; font-weight: 700; font-style: normal;}
.roboto-light-italic {font-family: "Roboto", sans-serif; font-weight: 300; font-style: italic;}
.roboto-regular-italic {font-family: "Roboto", sans-serif; font-weight: 400; font-style: italic;}
.roboto-bold-italic { font-family: "Roboto", sans-serif; font-weight: 700; font-style: italic;}

h1 {font-size: 2rem}
h2 {font-size: 1.6rem}
h3 {font-size: 1.3rem}

.bg-scuro {background-color: #172D44; color: Silver}
.bg-adminsquare {background-color: Teal; color: DimGray}
.bg-darkgray {background-color:DarkGray; color:white}

body {font-size: 0.9rem; color: Gray}

a {color: Teal; font-weight:bold; text-decoration: none}
a:hover {color: Teal; text-decoration: underline}

header a {background-color: White; color: Gray; font-weight:normal; text-decoration: none}
header a:hover {color: DimGray; text-decoration: underline}
header a.btn-primary {background-color: Crimson; border-color: Crimson}
header a.btn-primary:hover {background-color: Red; border-color: Red; text-decoration: none}
header a.dropdown-item {font-size: 0.85rem}
header a.dropdown-item:hover {text-decoration: none}

.btn:hover {text-decoration: none}

.btn-primary {background-color: CadetBlue; border-color: CadetBlue}
.btn-primary:hover {background-color: SteelBlue; border-color: SteelBlue;}

.btn-info {background-color: DarkTurquoise; border-color: DarkTurquoise; color: White}
.btn-info:hover {background-color: Turquoise; border-color: Turquoise; color: White}

#left_col {background-color: #2A3F54; }
#left_col a {color: GhostWhite; font-weight:normal; text-decoration: none}
#left_col a:hover {color: GhostWhite; font-weight:normal; text-decoration: underline}
#left_col .submenu a {color: Silver; text-decoration: none}
#left_col .submenu a:hover {color: Silver; text-decoration: underline}
#left_col i.fa-solid {color:GhostWhite}
#left_col i.fa-brands {color:GhostWhite}

#copyright {background-color: #172D44; color: Silver}

#right_col {background-color: GhostWhite}