/*
Theme Name:  Twenty Seventeen Geneseo
Theme URI:   https://git.geneseo.edu/projects/WP/repos/twentyseventeen-geneseo/browse
Author:      SUNY Geneseo
Author URI:  https://geneseo.edu/
Description: Geneseo modified child theme of Twenty Seventeen.
Template:    twentyseventeen
Version:     1.4
License:     GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: twentyseventeen-geneseo
Tags:        one-column, two-columns, right-sidebar, flexible-header, accessibility-ready, custom-colors, custom-header, custom-menu, custom-logo, editor-style, featured-images, footer-widgets, post-formats, rtl-language-support, sticky-post, theme-options, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.
*/
@import url('https://fonts.googleapis.com/css?family=Open+Sans');

.navigation-top {
    background-color:#345290;
    border-bottom: 1px solid #2d467b;
    border-top: 1px solid #2d467b;
}

.main-navigation a {
    font-family: 'Open Sans', sans-serif;
    color:#FFF;
    text-transform: uppercase;
    font-size: 1rem;
}

.navigation-top .current-menu-item > a,
.navigation-top .current_page_item > a {
    color:#a1dbf7;
}

.sub-menu {
    background-color: #345290 !important;
}

.icon-arrow-right {
    color:#FFF;
}

p,
.navigation-top a,
.site-title a {
    font-family: 'Open Sans', sans-serif;
}

.navigation-top a:hover {
    color:#a1dbf7;
}

.panel-content {
    background-color:#FFF;
    color:#FFF;
}

h2.entry-title {
    color: black !important;
    font-family: 'Open Sans', sans-serif;
}

.site-description {
	color: white !important
}

p {
	color: black !important
}

.menu-toggle, 
.dropdown-toggle {
	color: #FFF; 
}
