.lead {
    font-size: 2em;
    font-family: 'Damion', cursive;
}

p {
    line-height: 1.7em;
    margin-bottom: 20px;
    font-size: 1.1em;
}

a{
    font-size: 1.1em;
}

nav, .navbar-nav {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
}

a{
    color: #87bbe6;
}

.btn-info{
    background-color: #87bbe6;
    border-color: #0080c8;
    color: white;
    border-radius: 0;
}

.btn-info:hover {
    background-color: #0080c8;
    border-color: #0080c8;
}

.bg-light {
    background-color: #87bbe640 !important;
}

a:hover {
    color: #0080c8;
}

a.white{
    color: white;
}

a:hover.white{
    color: #87bbe6;
}

.bg-dark-csu {
    background-color: #0080c8;
    height: 5px;
    /*background-color: #004064;*/
}

.subtext {
    font-size: .8em;
}

.back-to-top{
    position: fixed;
    bottom: 25px;
    right: 25px;
    background-color: #87bbe6;
    display: none;
}