body {
    position: relative;
}

h1 {
    font-size: 1.25rem !important;
}

h2 {
    font-size: 1.3rem !important;
}

h3 {
    font-size: 1.1rem !important;
    padding: 10px 0 10px 0;
}

ul.nav-pills {
    top: 75px !important;
}

.anchor {
    margin-top: -63px;
    /* height of nav, in this case 56px */
    display: block;
    height: 63px;
    /* height of nav, in this case 56px */
    visibility: hidden;
    position: relative;
}

:root {
    /* --main-color: #3BA4DA; */
    --main-color: #983b96;
}

.orau-subJumbotron {
    min-height: 65px;
    background-color: var(--main-color);
    margin: 0 0 20px 0;
}

.orau-jumbotron-image {
    /* background-image: url('../img/JBgraphic.png'); */
    height: 350px;
    /* You must set a specified height */
    background-position: center;
    /* Center the image */
    background-repeat: no-repeat;
    /* Do not repeat the image */
    background-size: cover;
    /* Resize the background image to cover the entire container */
}

.orau-vertical-center {
  margin: 0;
}

.footer {
    background-color: #343a40;
    height: 75px;    
}

.footer p {
    color: #ffffff;
}

.jumbotron {
    border-radius: 0 !important;
}

.btn-primary {
    /* color: #fff; */
    background-color: transparent !important;
    border-color: transparent !important;
  }
  
  .btn-primary:hover {
    color: #fff !important;
    background-color: #f3f5f7 !important;
    border-color: #f3f5f7 !important;
  }

.boilerplate {
    font-size: .85rem;
}

/* Extra small devices (portrait phones, less than 576px) */
/* No media query for `xs` since this is the default in Bootstrap */

/* Small devices (landscape phones, 576px and up) */
@media (max-width: 575.98px) { 
    h1 {
        font-weight: 400 !important;
    }
    .navbar-brand {
        font-size: 1.05rem !important;
    }
    h2 {
        font-size: 1.1rem !important;
    }
    h3 {
        font-size: 1.1rem !important;
    }
    
    .mobile-view {
        display: none !important;
    }
    .intro {
        padding: 10px;
    }
    .orau-subJumbotron {
        min-height: 45px;
        background-color: var(--main-color);
        margin: 0 0 20px 0;
    }
    .orau-resource-teacher-btn {
        padding-top: 0px !important;
    }
    .orau-p2-btn {
        padding-top: 0px !important;
    }
    .orau-resource-parent-btn {
        padding-top: 0px !important;
    }
    .orau-p4-btn {
        padding-top: 0px !important;
    }
    .footer {
        height: 100px;
    }
    .footer p {
        font-size: .85rem;
        padding-top: 20px !important;
    }
 }

/* Medium devices (tablets, 768px and up) */
@media (min-width: 576px) and (max-width: 767.98px) { 
    h2 {
        font-size: 1.25rem !important;
    }
    .anchor {
        margin-top: -63px;
        display: block;
        height: 63px;
        visibility: hidden;
        position: relative;
    }
    .mobile-view {
        display: none !important;
    }
    .orau-resource-teacher-btn {
        padding-top: 0px;
    }
    .orau-p2-btn {
        padding-top: 0px;
    }
    .orau-resource-parent-btn {
        padding-top: 0px;
    }
    .orau-p4-btn {
        padding-top: 0px;
    }
}    

/* Large devices (desktops, 992px and up) */
@media (min-width: 768px) and (max-width: 991.98px) { 
    .orau-p1-btn {
        padding-top: 25px;
    }
    .orau-p2-btn {
        padding-top: 25px;
    }
    .orau-resource-parent-btn {
        padding-top: 40px;
    }
    .orau-p4-btn {
        padding-top: 75px;
    }
 }

 @media (min-width: 992px) and (max-width: 1199.98px) {
    .orau-p1-btn {
        padding-top: 25px;
    }
    .orau-p2-btn {
        padding-top: 0px;
    }
    .orau-resource-parent-btn {
        padding-top: 40px;
    }
    .orau-p4-btn {
        padding-top: 25px;
    }
 }

/* Extra large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) { 
    .orau-resource-teacher-btn {
        padding-top: 40px;
    }
    .orau-p1-btn {
        padding-top: 25px;
    }
    .orau-p2-btn {
        padding-top: 25px;
    }
    .orau-resource-parent-btn {
        padding-top: 40px;
    }
    .orau-p4-btn {
        padding-top: 50px;
    }
 }
