@charset "utf-8";
/* CSS Document */

a {
  color: white;
  text-decoration: none;
  background-color: transparent;
}

a:hover {
  color:white;
  text-decoration: none;
}

a:not([href]) {
  color: inherit;
  text-decoration: none;
}

a:not([href]):hover {
  color: inherit;
  text-decoration: none;
}




.header-dark {background-color: #4A4A4A;}

.header-dark-2 {background-color: #444444;}

.white-background  {background-color: #FFFFFF;}
    
.title-font {font-size: 26px; color: white;}

.title-font-2 {font-size: 22px; color: white;}

h1 {
  font-size: 26px !important;
}

h2 {
  font-size: 24px !important;
}

h3 {
  font-size: 18px !important;
}

.white-text {color: white;}

.white-text-22 {color: white; font-size: 22px;}

.white-text-20 {color: white; font-size: 20px;}

.white-text-18 {color: white; font-size: 18px;}

.white-text-16 {color: white; font-size: 18px;}

.black-text-20 {font-size: 20px;}
    
.main-dark {background-color: #292929}

.bg-dark {
  background-color:  #444444 !important;}

.nav-item {
    color: #C5945F !important;
    font-family:  'Lato', sans-serif;
    font-size: 18px !important ;}

.navbar-toggler { font-size: 1.25rem;
              border: 1px solid white;
}