/* Sticky footer styles
-------------------------------------------------- */
html {
  position: relative;
  min-height: 100%;
  scroll-behavior: smooth;
}
body {
  /* Margin bottom by footer height */
    margin-bottom: 60px;
    font-family: 'Nunito Sans', sans-serif;
}

.container-fluid{
  padding: 0
}

.footer {
  position: absolute;
  bottom: 0;
  width: 100%;
  /* Set the fixed height of the footer here */
  height: 60px;
  line-height: 60px; /* Vertically center the text there */
  background-color: #f5f5f5;
}

.scout-purple{
  background-color: rgb(116, 19, 220);
}

.scout-purple-translucent{
    background-color: rgba(116, 19, 220, 0.7);
}

.image-container{
    justify-items: center;
    align-items: center;
    display: flex;
    height: 100%;
}

.section-logo{
    display: inline-block;
    width: 120px;
    margin: 0 30px 0 30px;
}

.leader-image{
    width: 250px;
}

#header-image{
  object-fit: cover;
  width:100%;
  height:500px;
}

#badge-parade{
    margin: 10px 0 50px 0;
}

#front-image{
    width: 250px;
    margin: 30px 0 30px 0;
}

#headline{
    margin: 100px 0 50px 0;
}

#map-section{
    background-color: #00A794;
    width: 100%;
    color: #FFF;
    padding: 50px 0 50px 0;
}

#leader-section{
    margin: 30px 0 30px 0;
}

#leader-box{
    margin: 30px 0 0 0;
}

/* Custom page CSS
-------------------------------------------------- */
/* Not required for template or sticky footer method. */

body > .container {
  padding: 60px 15px 0;
}

.footer > .container {
  padding-right: 15px;
  padding-left: 15px;
}

code {
  font-size: 80%;
}
