@import url('https://fonts.googleapis.com/css2?family=Capriola&display=swap');

/*
 * Globals
 */

/* Links */
a,
a:focus,
a:hover {
    color: #86d3e0;
    fill: #86d3e0;
}

/*
 * Site Sub-header
 */

.site-subheader {
    font-family: 'Capriola', sans-serif;
    font-weight: bolder;
    color: #58595b;
    text-shadow: 0 .05rem .1rem rgba(0, 0, 0, .5);
}

.img-cover-header {
    margin-bottom:-6rem;
}

/*
 * Base structure
 */
html,
body {
    height: 100%;
    background-color: #eefffa;
    background-image: linear-gradient(#ffffff, #d1e4de, #eefffa, #eefffa, #eefffa, #eefffa);
    background-repeat: no-repeat;
    font-family: Arial, Helvetica, sans-serif;
}

body {
    display: -ms-flexbox;
    display: flex;
    color: #58595b;
}

.cover-container {
    max-width: 100%;
}

.hidden-elements {
    display:none;
}

/*
 * Header
 */
.masthead {
    margin-bottom: 2rem;
}

.masthead-right {
    margin-bottom: 0;
    padding: 0.5rem 1rem;
}

.nav-masthead .nav-link {
    padding: .25rem 0em;
    font-weight: 700;
    font-variant: small-caps;
    color: #58595b;
    background-color: transparent;
    border-bottom: .5rem solid transparent;
    font-family: 'Capriola', sans-serif;
    text-shadow: 0 .05rem .1rem rgba(0, 0, 0, .5);
    margin-top:auto;
}

    .nav-masthead .nav-link:hover,
    .nav-masthead .nav-link:focus {
        border-bottom-color: #bcdfb9;
    }

    .nav-masthead .nav-link + .nav-link {
        margin-left: 0.5rem;
    }

.nav-masthead .active {
    border-bottom-color: #54c6d7;
    color: #54c6d7;
}

.navbar-toggler {
    margin-left:auto;
    color: #58595b;
    border: 1px solid #58595b;
}
@media (min-width: 48em) {
    .masthead-right {
        float: right;
    }

    .nav-masthead {
        float: left;
    }
}

/* Button Types */

.btn-navbar {
    text-shadow: none; /* Prevent inheritance from `body` */
    vertical-align: top;
    border-color: #58595b;
    background-color: none;
    color: #58595b;
}

    .btn-navbar:hover, .btn-navbar:focus {
        border-color: #54c6d7;
        color: #54c6d7;
        fill: #58595b;
    }

.btn-email {
    text-shadow: none; /* Prevent inheritance from `body` */
    vertical-align: top;
    border-color: #86d3e0;
    background-color: #58595b;
    color: #86d3e0;
    vertical-align: auto;
    width:100%;
}

    .btn-email:hover, .btn-email:focus {
        border-color: #bcdfb9;
        color: #bcdfb9;
    }


.btn-creds {
    border-color: #645550;
    border-width: 2px;
    background-color: #FFFFFF;
    margin-top: 0.2em;
    margin-bottom: 0.2em;
}

    .btn-creds:hover, .btn-creds:focus {
        background-color: #645550;
    }

/*
 * Cover
 */
.cover {
    padding: 0 1.5rem;
    visibility:hidden;
    display:none;
}
    .cover .btn-lg {
        padding: .75rem 1.25rem;
        font-weight: 700;
    }

    .cover-current {
        visibility:visible;
        display:unset;
    }

.section-img {
    max-width: 1280px;
    margin: 0 auto auto 0;
}
/*
 *   Content
 */

.content {
    max-width: 45em;
    text-align: left;
    padding-right: 0.75em;
    padding-left: 0.75em;
}

.signature {
    text-align:right;
    font-style: italic;
}

.text-note {
    font-style:italic;
    font-size: smaller;
}

/*
 * Subsection Header
 */
.btn-subsection-header {
    font-family: 'Capriola', sans-serif;
    text-shadow: 0 .05rem .1rem rgba(0, 0, 0, .5);
}

    .btn-subsection-header:hover {
        color: #86d3e0;
    }

.card-header {
    background-image: linear-gradient(#bcdfb9, #f0f7f0, #f0f7f0)
}

.subsection-title {
    background-image: url("https://whimsysitecdn.azureedge.net/site/collt/img/header-about.png");
    background-repeat: no-repeat;
    background-position: right bottom;
    background-size: contain;
}
/*
 * Subsection Media
 */

img .float-left {
    float:left;
}

img .float-right {
    float: right;
}

iframe {
    border-radius: 12px 12px;
    -moz-border-radius: 12px 12px;
    width:100%;
}

#aspect {
    padding-top: 100%;
}

.btn-loading {
    font-family: 'Capriola', sans-serif;
    font-weight: bold;
    text-shadow: 0 .05rem .1rem rgba(0, 0, 0, .5);

    color: #58595b;
    border: none;
    background: none;
}

    .btn-loading:hover, .btn-loading:active {
        border: none;
        background: none;
        color: #58595b;
    }

/* List groups */
.list-group {
    font-size:0.8rem;
}

/* Evalution Lists */
.card-eval-group {
    margin-bottom: 0.5rem;
}

.card-eval {
    margin-top: 0.5rem;
    padding: 0 0.2rem 0 0.2rem;
    justify-content: center;
    min-height: 3rem;
    font-weight: bold;
    color: #58595b;    
}

.card-title {
    font-size: 1rem;
    font-style:oblique;
}

.card-text {
    font-size:0.8rem;
    text-align: center;
    display:table-cell;
    vertical-align: middle;
}

.card-body {
    margin-top: 1.5em;
    margin-right: 1em;
    margin-left: 1em;
    margin-bottom: 1em;
}

/*
 * Forms
 */

.form-label {
    margin-bottom: 0px;
    font-style: italic;
}
/*
 * Footer
 */
.mastfoot {
    padding-top: 3em;
    color: #58595b;
}

footer p {
    font-size: x-small;
    font-style:italic;
}
