/* CSS built by Omnilert for Kaskaskia */

/* Hide groups from navigation*/
ul.user-navigation li:nth-child(2) {
    display: none;
}

/* Show or hide Omnilert Logo */
.omnilert-logo {
    display:none;

}

/* Generic  site styles*/


@import url('https://fonts.googleapis.com/css?family=Oswald');


h2{
                font-family: "Oswald",arial,serif;
}


body {
    color: #001489;
    font-weight: 400;
    font-size: 12px;

}


/* Header */

header {
    background-color: #001489;
}


/* Navigation */


nav > ul > li a {
    text-decoration: none;
    color: #FFFFFF;
    font-weight: 600;
    background: none!important;
    font-size: 14px;
    margin: 10px 31px;
}

nav > ul > li > a:hover {
    color: #009CBD;
    font-weight: 800;
    border-bottom: solid;
    padding-bottom: 13.7px;
}


.active {
    border-bottom: none;
    font-weight: bold;

}

/* Main Content Area */


.account-name h2 {
    /*display: none; */

}

#custom_title{
    font-size: 200%;
    font-weight: 400;
    color: #58585a;
    margin-bottom: 1%;
}


/* Mobile Style for nav */
@media only screen and (max-width: 1023px) and (min-width: 285px) {
nav>ul>li {
        background: #001489;
    }

}

/* button colors */

.btn-submit {
    width: 100%;
    background-color: #001489;
    color: #fff;
    padding: 10px 16px;
    line-height: 1.3333333;
    }


.btn-submit:hover {
    color: #fff;
    background: #acacac;
    transition: all 500ms ease;
}

/* Footer */

footer {
        background-color: #6F6F6F;
}

From: Mike Stone 
Sent: Tuesday, February 27, 2018 10:19 AM
To: Jacob C Frazier <JFrazier@kaskaskia.edu>
Subject: css

/* CSS built by Omnilert for Kaskaskia */



/* Show or hide Omnilert Logo */
.omnilert-logo {
    /* display:none; */

}

/* Generic  site styles*/

body {
    color: #02419b;
    font-weight: 400;
    font-size: 12px;

}


/* Header */

header {
    background-color: #001489;
}


/* Navigation */


nav > ul > li a {
    text-decoration: none;
    color: #FFFFFF;
    font-weight: 600;
    background: none!important;
    font-size: 14px;
    margin: 10px 31px;
}

nav > ul > li > a:hover {
    color: #009CBD;
    font-weight: 800;
    border-bottom: solid;
    padding-bottom: 13.7px;
}


.active {
    border-bottom: none;
    font-weight: bold;

}

/* Main Content Area */


.account-name h2 {
    /*display: none; */

}

#custom_title{
    font-size: 200%;
    font-weight: 400;
    color: #58585a;
    margin-bottom: 1%;
}


/* Mobile Style for nav */
@media only screen and (max-width: 1023px) and (min-width: 285px) {
nav>ul>li {
        background: #001489;
    }

}

/* button colors */

.btn-submit {
    width: 100%;
    background-color: #001489
    color: #fff;
    padding: 10px 16px;
    line-height: 1.3333333;
    }


.btn-submit:hover {
    color: #fff;
    background: #acacac;
    transition: all 500ms ease;
}

/* Footer */

footer {
        background-color: #6F6F6F;
}