body {
  font-family: "Lato", sans-serif;
  font-display: swap;
  font-size: 16px;
  line-height: 1.5;
  color: #000;
  background-color: #f3f0eb
}

a
{
  color: teal;
}

.footer-content a {
  color: teal;
  text-decoration: none
}

.footer-content a:hover,
.footer-content a:focus {
  color: teal;
  text-decoration: none
}

.footer-content a:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px
}


.footer-content{
  padding-top:20px;
}

.page-foot
{
  color:#b6afa8;
  padding-bottom:0px;
  background-color: #343434;
  padding-top:10px;
}

.copyright
{
  color: #b6afa8;
  background-color: #242424;
}

/*
.rd-mailform input, .rd-mailform textarea, .rd-mailform .rd-mailform-select {
  display: block;
  width: 100%;
  font-size: 16px;
  font-weight: 300;
  padding: 8px 15px 8px 18px;
  border: none;
  line-height: 2.5;
  border-radius: 6px;
  color: #000;
  background: #fff;
}

.rd-mailform input, .rd-mailform select, .rd-mailform .rd-mailform-select {
  font-weight: 300;
  text-align: left;
  line-height: 2.5;
  border: none;
  border-radius: 6px;
}
*/
.well {
  min-height: 20px;
  padding: 19px;
  margin-bottom: 20px;
  background-color: #f5f5f5;
  border: 1px solid #e3e3e3;
  border-radius: 0px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.05);
  box-shadow: inset 0 1px 1px rgba(0,0,0,0.05);
}

h1,h2,h3,h4,h5,h6 {font-family: 'Patua One', cursive;font-display: auto; font-display: swap;}


.navbar-nav ul li {
  background: #606363;
  color: #ffffff;
  text-decoration: none;
}

.navbarcustom
{
  background-color: #606363;
  font-family: 'Cabin', sans-serif;
  font-display: swap;
  /*font-display: auto;*/
  font-weight: 600;
  line-height: 1.2;
  font-size:18px;
  color: #ffffff;
}

.nav-item {
  padding-left:20px;
  padding-right:20px;
}

.nav-item a{
  line-height: 40px;
  background: #606363;
  color: #ffffff;
  text-decoration: none;
}
.nav-item a:hover{

  text-decoration: none;
  background: #262626;
  color: #ffffff;
}
.nav-item a:focus{
  text-decoration: none;
  background: #262626;
  color: #ffffff;
}


.navlink {
  color:#FFFFFF;
}


.dropdown-menu
{
  background-color: #606363;
  color: #ffffff;
  border:1px solid white;
  text-decoration: none;
  border-radius:0;
}

.custom-toggler .navbar-toggler-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(255,255,255, 0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E");
  float:right;
}

.custom-toggler.navbar-toggler {
  border-color: rgb(255,255,255);
}
