body {
    font-family: 'Lato', sans-serif;
}

h5 {
    margin-bottom: 0rem;
}

.class_info {
    font-size: 1.2rem;
    margin-bottom: .5rem;
}

/* a:link, a:visited {
    color: #3258c2;
} */

a:link.stealth-link, a:visited.stealth-link{
    color: black;
    /* border: thin solid; */
    /* padding: 4px; */
}

/* navbar */
#mainNav {
    background-color: #212529;
}
#mainNav .navbar-toggler {
    font-size: 12px;
    right: 0;
    padding: 13px;
    text-transform: uppercase;
    color: white;
    border: 0;
    background-color: #C0B283;
    font-family: 'Lato', sans-serif;
}
#mainNav .navbar-brand {
    color: #C0B283;
    font-family: 'Cinzel', serif;
}
#mainNav .navbar-brand.active, #mainNav .navbar-brand:active, #mainNav .navbar-brand:focus, #mainNav .navbar-brand:hover {
    color: #C0B283;
}
#mainNav .nav-item {
    white-space: nowrap;
}
#mainNav .navbar-nav .nav-item .nav-link {
    font-size: 90%;
    font-weight: 400;
    padding: 0.75em 0;
    letter-spacing: 1px;
    color: white;
    font-family: 'Lato', sans-serif;
}
#mainNav .navbar-nav .nav-item .nav-link.active, #mainNav .navbar-nav .nav-item .nav-link:hover {
    color: golduuu;
}

@media (min-width: 992px) {
    #mainNav {
      padding-top: 25px;
      padding-bottom: 25px;
      -webkit-transition: padding-top 0.3s, padding-bottom 0.3s;
      -moz-transition: padding-top 0.3s, padding-bottom 0.3s;
      transition: padding-top 0.3s, padding-bottom 0.3s;
      border: none;
      background-color: transparent;
    }
    #mainNav .navbar-brand {
        font-size: 1.75em;
        -webkit-transition: all 0.3s;
        -moz-transition: all 0.3s;
        transition: all 0.3s;
    }
    #mainNav .navbar-nav .nav-item .nav-link {
        padding: 1.1em 1em !important;
    }
    #mainNav.navbar-shrink {
        padding-top: 0;
        padding-bottom: 0;
        background-color: #212529;
    }
    #mainNav.navbar-shrink .navbar-brand {
        font-size: 1.25em;
        padding: 12px 0;
    }
}
/* END navbar */

/* masthead */
header.masthead {
    text-align: center;
    color: black;
    background-image: url("../img/vellum-small.jpg");
    background-repeat: no-repeat;
    background-attachment: scroll;
    background-position: center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover; 
}
header.masthead .intro-text {
    padding-top: 100px;
    padding-bottom: 100px; 
}
header.masthead .intro-text .intro-heading {
    font-size: 50px;
    font-weight: normal;
    line-height: 50px;
    font-family: 'Cinzel', serif; 
}
  
@media (min-width: 1000px) {
    header.masthead {
        background-image: url("../img/vellum.jpg");
    }
}
@media (max-width: 500px) {
    header.masthead {
        background-image: url("../img/vellum-tiny.jpg");
    }
}

@media (min-width: 768px) {
    header.masthead .intro-text {
        padding-top: 175px;
        padding-bottom: 175px; 
    }
    header.masthead .intro-text .intro-heading {
        font-size: 75px;
        font-weight: normal;
        line-height: 75px;
    }
}

header.masthead.subpage-header .intro-text {
    padding-top: 110px;
    padding-bottom: 60px; 
}
  
@media (min-width: 768px) {
    header.masthead.subpage-header .intro-text {
        padding-top: 180px;
        padding-bottom: 120px; 
    }
}
/* END masthead */

section {
    padding: 70px 0;
}
section.short {
    padding: 50px 0;
}
section h2.section-heading {
    font-size: 35px;
    font-weight: 400;
    margin-top: 0;
    margin-bottom: 75px;
    font-family: 'Lato', sans-serif;
}

.pages-heading {
    margin: 15px 0;
    text-transform: none;
}



#pages .page-link {
    color: black;
    margin-bottom: 20px;
    border: none;
}
#pages .page-link:hover {
    color: black;
}
#pages .page-link a span {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 1;
    background-image: url()
}



/* clickable div */
html {
    position: relative;
    min-height: 100%;
}
body {
    margin-bottom: 70px;
}
footer {
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 70px;
    line-height: 70px;
    background-color: #2d2d30;
    color: #f5f5f5;
}
footer span.copyright {
    font-size: 90%;
}
/* END clickable div */

/* Classes page */
/* END Classes page */

span.bigger {
    font-size: 120%;
    margin-right: .4em;
}