@charset "utf-8";
/* CSS Document */
body {background-color: #333333!important;
}

a:hover.orangetext  {
  color:  #F15526!important;
  text-decoration: underline;
}
a:hover.blacktext {
  color: #000000!important;
  text-decoration: underline;
}

a {color: #000000; 
    
     font-weight: 500 !important;
}

a:hover
{
  color: #FFFFFF!important;
  text-decoration: underline ;   
}

.bluebackground {background-color: #2F3690 !important;
}
.bluebackground2 {background-color: #2C56A8 !important;
    
}
.creambackground {background-color: #FFFEF1 !important;

}
 
.blacktext {color: #000000 !important;    
}
.whitetext {color: white;    
}
.orangetext{color:#FA8857;       
}

.bluetext {color: #2F3690;
    
}
.redtext {color: #8E0C00;
    
}
.titlefont {
  color: #FFFFFF;
  font-family: Brush Script MT !important;
  font-size: 70px;
    text-shadow: 1px 2px #000000;
}
.titlefont2 {
  color: #FFFFFF;
  font-family:  Georgia, serif !important;
  font-size: 25px;
    
}

.greentext {color: #2E9623;
   font-weight: 500;  
    font-size: 20px;
    
}
.whitebackground {background-color: #FFFFFF;
}

.bg-light {
  background-color:  #2F3690 !important;
}

.navbar-light .navbar-brand {
  color: #FFFFFF !important;
}


.nav-item {
    color: #FFFFFF !important;
    font-family:  'Lato', sans-serif;
    font-size: 18px !important ;
 
}
.navbar-brand
{
  font-family: 'Lato', sans-serif;
  color: #FFFFFF!important;
  font-size: 18px !important ;
 
}
.navbar-toggler {
  color: #FFFFFF !important;
  border-color:#FFFFFF !important ;
}

h2 {font-size: 16px !important ;
    display:inline;
    font-weight: 500 !important;
   
}
h1 {font-size: 20px !important ;    
}
h3 {font-size: 18px !important ;    
}

