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 .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;
}

/*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;}


/*Sections pages*/
.meeting-list li p, .event-summary-list li p{
  border-bottom:1px solid #ccc;
}

/*Badges*/
.badges-holder a{
  color: #1c1f23;
}

/*Polaroid Photos - Summer Camp*/
.polaroid-container {width: 100%;
    margin: 0;
    padding: 4rem 2rem;
    background-image: url('/img/SummerCamp/Background/woodpile.jpg');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-attachment: scroll;
    position: relative;
    overflow: hidden;
}

.polaroid-container::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(255, 255, 255, 0.3);
    pointer-events: none;
}

.polaroid-container .row {
    position: relative;
    z-index: 1;
    margin-left: -30px;
    margin-right: -30px;
}

.polaroid-container .row > div {
    padding-left: 30px;
    padding-right: 30px;
    margin-bottom: 3rem;
}

@media (min-width: 768px) {
    .polaroid-container .row > div {
        margin-left: -4em;
    }

    .polaroid-container .row > div:first-child {
        margin-left: 0;
    }
}

.polaroid {
    background: #fff;
    padding: 1rem;
    padding-bottom: 3rem;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2), 0 6px 6px rgba(0, 0, 0, 0.15);
    transition: all 0.3s ease;
    cursor: pointer;
    position: relative;
    max-width: 100%;
}

.polaroid img {
    width: 100%;
    height: auto;
    display: block;
}

.polaroid-caption {
    text-align: center;
    font-family: 'Permanent Marker', cursive, 'Nunito Sans', sans-serif;
    font-size: 1.2rem;
    margin-top: 1rem;
    color: #333;
}

.polaroid[data-rotation="-3"] {
    transform: rotate(-3deg);
}

.polaroid[data-rotation="-2"] {
    transform: rotate(-2deg);
}

.polaroid[data-rotation="-1"] {
    transform: rotate(-1deg);
}

.polaroid[data-rotation="2"] {
    transform: rotate(2deg);
}

.polaroid[data-rotation="3"] {
    transform: rotate(3deg);
}

@media (max-width: 767px) {
    .polaroid-container .row > div {
        margin-top: -2rem;
        margin-left: 0;
    }

    .polaroid-container .row:first-child > div:first-child {
        margin-top: 0;
    }

    .polaroid {
        margin: 1rem auto;
    }
}

@media (min-width: 768px) {
    .polaroid {
        margin: 0 auto;
    }
}

.polaroid-modal {
    background: #fff;
    padding: 1rem;
    padding-bottom: 3rem;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
    transform: rotate(-2deg);
}

.modal-content {
    border-radius: 15px;
    border: none;
}

.modal-body {
    background: #f8f9fa;
}