body {
    padding-top: 5rem;
    background-image: url('/images/background.jpeg') !important;
    background-repeat: no-repeat !important;
    background-attachment: fixed;
    background-position: left 0px top 0px !important;
    background-color: #171717;
    background-size: cover;
}

.starter-template {
    padding: 3rem 1.5rem;
    text-align: center;
}

.header-logo-text {
    width: 30%;
    font-family: 'Francois One', sans-serif;
    font-display: auto;
    line-height: 22px;
    font-size: 20px;
    text-align: left;
}

.container {
    background-color: white;
}

.nav-link {
    font-family: 'Francois One', sans-serif;
    font-display: auto;
    text-transform: uppercase;
    padding-bottom: 0px;
}

.nav-item.active {
    border-bottom: 5px solid;
}

.navbar {
    background: white !important;

}

.navbar-adjustments {
    margin: auto;
    border-top: 10px solid light-blue;
    -webkit-box-shadow: 0px 1px 1px silver;
    -moz-box-shadow: 0px 1px 1px silver;
    box-shadow: 0px 1px 1px silver;
}

.family-photo {
    background-image: url('/images/top-sm.png') !important;
    background-repeat: no-repeat !important;
    background-position: left 300px top 10px !important;
    background-clip: border-box !important;
    background-attachment: fixed;
}

.red-border {
    border-bottom-color: red !important;
}

.orange-border {
    border-bottom-color: orange !important;
}

.yellow-border {
    border-bottom-color: yellow !important;
    border-width: 100px;
}

.green-border {
    border-bottom-color: green !important;
}

.blue-border {
    border-bottom-color: blue !important;
}

.indigo-border {
    border-bottom-color: indigo !important;
}

.violet-border {
    border-bottom-color: violet !important;
}


.graphic {
    background-image: none;
    background-repeat: no-repeat;
    width: 100%;
    min-height: 300px;
}


@media only screen and (max-width: 813px) {
    .dropdown-item {
        text-align: right;
    }

    .dropdown-menu {
        border: none;
    }

    .nav-item.active {
        border: none;
    }

    .header-logo-text {
        font-size: 18px;
    }
}

@media only screen and (min-width: 375px) {
    .graphic {
        background-image: url('/images/pinwheel.png');
    }

    .graphic h1 {
        font-family: 'Francois One', sans-serif;
        font-size: 24px;
        font-weight: bold;
    }


}

.graphic h1 {
    font-family: 'Francois One', sans-serif;
    font-display: auto;
    font-size: 44px;
    font-weight: bold;
}

.intro {
    padding: 20px;
    min-height: 555px;
}

.context-dark,
.bg-gray-dark,
.bg-primary {
    color: rgba(255, 255, 255, 0.8);
}



.footer-classic a,
.footer-classic a:focus,
.footer-classic a:active {
    color: #ffffff;
}

.nav-list li {
    padding-top: 5px;
    padding-bottom: 5px;
}

.nav-list li a:hover:before {
    margin-left: 0;
    opacity: 1;
    visibility: visible;
}

ul,
ol {
    list-style: none;
    padding: 0;
    margin: 0;
}

.social-inner {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
    padding: 23px;
    font: 900 13px/1 "Lato", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
    text-transform: uppercase;
    color: rgba(255, 255, 255, 0.5);
}

.social-container .col {
    border: 1px solid rgba(255, 255, 255, 0.1);
}

.nav-list li a:before {
    content: "\f14f";
    font: 400 21px/1 "Material Design Icons";
    color: #4d6de6;
    display: inline-block;
    vertical-align: baseline;
    margin-left: -28px;
    margin-right: 7px;
    opacity: 0;
    visibility: hidden;
    transition: .22s ease;
}

.custom-bullet {
    list-style-type: disc;
    list-style-position: inside !important;
    padding-left:10px;
}

.footer {
    position: absolute !important;
    bottom: 0 !important;
    width: 100% !important;
}

.center {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.list-group-item {
    display: list-item;
}

.debug {
    border:1px solid black;
    padding-bottom:0px;
    margin-bottom: 0px;
}

.outline-alpha {
    list-style-type: upper-alpha; 
    padding-bottom: 0;
    list-style-position: inside !important;
    margin-left:30px;
}

.outline-number {
    list-style-type: none; 
    padding-bottom: 0;
    list-style-position: inside !important;
    margin-left:30px;
    counter-increment:list;
    counter-reset: list -1; 
}

.outline-number li:before {
    content: "(" counter(list, decimal) ") ";
    counter-increment: list;
}

.outline-alpha2 {
    list-style-type: none; 
    padding-bottom: 0;
    list-style-position: inside !important;
    margin-left:30px;
    counter-increment:list2;
    counter-reset: list2 -1; 
}

.outline-alpha2 li:before {
    content: "(" counter(list2, lower-alpha) ") ";
    counter-increment: list2;
}

.picture-container .polaroid
{
    position: relative;
    border: 1px solid darkgrey;
    background-color: white;
    padding: 15px 15px 60px 15px;
    box-shadow: 5px 10px 10px darkgrey;
    -ms-transform: rotate(20deg);
    -webkit-transform: rotate(20deg);
    transform: rotate(20deg);
    filter: grayscale(100%)
}

.alt-rotate {
    -ms-transform: rotate(320) !important;
    -webkit-transform: rotate(320) !important;
    transform: rotate(320deg) !important;
    padding-bottom:10px;
    display:block;
    margin-right:180px;
}

.picture-container .polaroid:hover { 
    filter: none;
    transition: all 1s ease;
}

.staff-container {
    display: grid;
    grid-template-columns: 750px 450px;
    grid-template-rows: 1fr;
    gap: 25px 70px;
    grid-auto-flow: row;
    grid-template-areas:
      "bio picture";
}

.bio { 
    grid-area: bio;
    padding-left:15px 
}
  
.picture { 
    grid-area: picture;
    padding-bottom:20px;
    padding-top:15px;
    width:280px;
}

.control-label { font-weight: bold;}

/* large tablets */
@media screen and (max-width: 1200px) {
    .staff-container {
        grid-template-columns: 1fr;
        grid-template-rows: 1fr;
        justify-items: center;
     }
    
    .bio, .picture {
      grid-column: auto;
      grid-row: auto;
    }

    .picture { 
        justify-items: left;
        padding-right:20px;
        margin-top:-40px;
        margin-bottom:30px;
    }

    .alt-rotate {
        -ms-transform: rotate(320) !important;
        -webkit-transform: rotate(320) !important;
        transform: rotate(320deg) !important;
        padding-bottom:10px;
        display:block;
        margin-right:0px;
    }

  }

  /* phones */
  @media screen and (max-width: 390px) {
    .staff-container {
        grid-template-columns: 1fr;
        grid-template-rows: 1fr;
        justify-items: center;
        padding-bottom:10px;
     }
    
    .bio, .picture {
      grid-column: auto;
      grid-row: auto;
    }

    .picture { 
        justify-items: left;
        padding-bottom:50px;
        padding-left:50px;
        padding-top:-20px;
    }

    .alt-rotate {
        -ms-transform: rotate(320) !important;
        -webkit-transform: rotate(320) !important;
        transform: rotate(320deg) !important;
        padding-bottom:10px;
        display:block;
        margin-right:0px;
    }

    .footer-mobile {
        margin-left:50px
    }

  }


.form-control { box-shadow: 1px 1px lightblue }

dt {
    font-weight: bold;
    text-decoration: underline;
    padding-bottom:5px;
  }
  dd {
    margin: 0;
    padding: 0 0 1em 0;
  }

.links-list>li {
    margin-bottom:15px;
}