/*
 * user.css
 *
 * Use this file for adding custom CSS style. These styles will override
 * default theme styles. You can enable/disable this CSS file inside
 * WordPress Appearance > Theme Options > General
 */

/* ---------------------------------------------------------------
 * 1. GENERAL
 * Place your general theme styles in this section.
 * ------------------------------------------------------------ */

.brand {

    max-width: 50%;

}
.primary-nav {
    background-color: #0054a0;
}


.secondary-nav li a {
font-weight:bold;
    color: #0054A0;
}
.secondary-nav li:hover > a {
color: #f26722;
}

.wp-caption-text {
text-align: center;
font-weight: bold;
}

.entry-content a {
text-decoration: underline;
}
/* ---------------------------------------------------------------
 * 2. TABLET
 * CSS fallback for device width 768px or below
 * ------------------------------------------------------------ */

@media only screen and (max-width: 768px) {


}


/* ---------------------------------------------------------------
 * 3. MOBILE
 * CSS fallback for device width 480px or below
 * ------------------------------------------------------------ */

@media only screen and (max-width: 480px) {
.brand {
max-width: 100%;
}

}