/*Color Variables*/
 :root {
  /*primary colors*/
   --cherry: #BA0C2F;
   --silver: #A7A8AA;
   --turquoise: #007A86;
   --lobo-gray: #63666A;
  /*secondary colors*/
   --high-noon: #FFC600;
   --sandia-sunset: #ED8B00;
   --terra: #C05131;
   --mesa: #D6A461;
   --green-chile: #A8AA19;
   --deep-dusk: #8A387C;
   --white: #FFFFFF;
   --secondary-white: #F5F5F5;
   --black: #000000;
}
h1{
    font-size: 3em !important;
}

h2{
    font-size: 2em !important;
}

p > a, ul > li > a > strong{
    color: var(--turquoise);
    text-decoration: underline;
}

.btn-primary{
	font-size: 2em;
font-family: "Vitesse A","Vitesse B",Cambria,Rockwell,"Times New Roman",serif;
    font-weight: 900;
	border: none;
    padding: 1% 3%;
    margin: 1% 0;
}
.btn-primary:hover{
    text-decoration: none;
}
.centered{
    width: 100%;
    display: flex;
    justify-content: center;
}

.bannerTitle{
    color: var(--white);
    margin-top: -60px !important;
}
#breadcrumbs{
    display: none;
}

#header{
    padding: 0;
}

#header > .container {
    width: 100%;
    padding: 0;
}

@media only screen and (max-width: 576px) {
    h1{
        font-size: 2em !important;
    }
    h2{
        font-size: 1.5em !important;
    }
}