html {
    scroll-padding-top: 90px;
}

.dark-stickyNav {
    height: 55px !important;
}

.dark-stickyheader a {
    font-size: 1.1em !important;
}
h1, h2, h3, h4, h5 {
    font-family: 'Roboto', sans-serif !important;
}
h1 {
    font-size: 30px;
}
h2 {
    font-size: large !important;
    text-transform: uppercase !important;
    letter-spacing: .3em;
    margin-bottom: 10px;
}
.card-title{
    font-family: 'Roboto', sans-serif !important;
}
.pills-custom .nav-link.active,
.pills-custom .show>.nav-link {
    color: #003087;
    border-bottom: #0085CA 2pt solid;
    background-color: transparent !important;
    font-weight: 600;
}

.pills-custom .nav-link {
    color: #000;
    border-radius: 0 !important;
}
/* DELETE below after Connor converts over to updated template */
.heading-area {
    position: relative;
    transform: translate(5%, 10%);
    z-index: 11;
    width: 135%;
    background-color: #f3f3f3;
}

/* keeping css below if we ever want to bring back the overlapping text box on image */
.background-area-small {
    position: relative;
    transform: translate(5%, 10%);
    z-index: 11;
    width: 135%;
    background-color: #f3f3f3;
}
.background-area {
    background-color: #f3f3f3;
}

.construkted-iframe {
    position: relative;
    overflow: hidden;
    width: 100%;
    padding-top: 56.25%;
    /* 16:9 Aspect Ratio (divide 9 by 16 = 0.5625) */
}

.construkted-responsive-iframe {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100%;
    border: none;
}

/* bootstrap carousel image slider customization */
.carousel-caption {
    position: relative;
    right: 0;
    bottom: 0;
    left: 0;
    padding-top: 0;

}

.carousel-indicators {
    margin-bottom: 4rem;
}

/* BEGIN collapsible model instructions */
#expand-container {
    overflow: hidden;
    background-color: #eee;
}

#expand-contract {
    margin-top: -138%;
    transition: all 0.7s;
    padding:20px;
}

#expand-contract.expanded {
    margin-top: 0;
}

/* Style the button that is used to open and close the collapsible content */
.collapsibleConstruktedBtn {
    background-color: #eee;
    color: #444;
    cursor: pointer;
    padding: 18px;
    width: 100%;
    border: none;
    text-align: left;
    outline: none;
    font-size: 15px;
}

/* Add a background color to the button if it is clicked on (add the .active class with JS), and when you move the mouse over it (hover) */
.activeConstruktedCollapse,
.collapsibleConstruktedBtn:hover {
    background-color: #ccc;
}

.photogrammetry-cards-row a {
    text-decoration: none !important;
} 
.photogrammetry-cards-row .card-title {
    color: #0085CA;
    font-size: .9rem;
}
.photogrammetry-cards-row a .card-title:hover{
    text-decoration: underline;
} 

.photogrammetry-cards-row p {
    color: #000;
    font-size: .85rem;
    line-height: 1.1rem;
}

@media (max-width: 1178px) {
    .heading-area {
        transform: translate(0);
        width: 100%;
    }

}