html {
  font-size: 14px;
}

@media (min-width: 768px) {
  html {
    font-size: 16px;
  }
}

/*@media (max-width: 1522px) {*/
/*  .home-banner-text{width: 100%;}*/
/*  */
/*}*/

.vh-50 {
  height: 50vh !important;
}

.btn:focus, .btn:active:focus, .btn-link.nav-link:focus, .form-control:focus, .form-check-input:focus {
  box-shadow: 0 0 0 0.1rem white, 0 0 0 0.25rem #258cfb;
}
:focus {
  -webkit-box-shadow: none;
  box-shadow: none;
  outline: 3px dotted #008A1C !important;
}

html {
  position: relative;
  min-height: 100%;
}

body {
  font-family: "Nunito Sans", sans-serif, Arial, serif;
}
.bg-purple{
  background-color: #7413dc;
}
.site-logo{
  max-width: 200px;
}
body h1{
  font-weight: bolder;
}

body nav a{
  font-weight: bold;
  color: #404040 !important;
}

body nav a:hover{
  color: #006ddf !important;
}

.dropdown-item.active, .dropdown-item:active {
  color: #fff;
  text-decoration: none;
  background-color: #ffffff;
}

/*sections*/

.sections-holder a{
  text-decoration: none;
  color:#fff;
  background-color: #7413dc;
  display: block;
}

.sections-holder .squirrels-box:hover, .squirrels-bg{
  background-color: #ed3f23;
}
.sections-holder .beavers-box:hover, .beavers-bg{
  background-color: #006ddf;
}
.sections-holder .cubs-box:hover, .cubs-bg{
  background-color: #23a950;
}
.sections-holder .scouts-box:hover, .scouts-bg{
  background-color: #003982;
}
.sections-holder .explorers-box:hover, .explorers-bg{
  background-color: #002d5b;
}
.sections-holder .network-box:hover, .network-bg{
  background-color: #000000;
}

/*Meetings*/
#map{height: 300px;}
footer{
  line-height: normal !important;
  position: relative !important;
}
footer h4{font-weight: bold;}
footer a{text-decoration: none;}
footer a:hover{text-decoration: underline;}


/*Beavers*/
.meeting-list li p{
  border-bottom:1px solid #ccc;
}

/*Badges*/
.badge-holder img{
  max-width: 171px;
}
