/*
 * Theme Name:     OMCBA - Virtue 
 * Theme URI:      https://omcba.net
 * Author:         Jamie Valentin
 * Author URI:     https://jmevalentin.com
 * Description:    OMCBA theme 
 * Template:       virtue
 * Version:        1.0.1
 * License: GNU    General Public License v2 or later
 * License URI:    https://www.gnu.org/licenses/gpl-2.0.html
 * Tags:           one-column, two-columns, three-columns, right-sidebar, left-sidebar, custom-header, custom-menu, full-width-template, theme-options, threaded-comments, editor-style, featured-images, featured-image-header, post-formats, sticky-post, translation-ready, flexible-header, custom-background, grid-layout, footer-widgets, blog, e-commerce, portfolio, rtl-language-support
 * Text Domain:    omcba-virtue
 * */

/* General */

/* Pre Header Style */

.instructions {
  font-size: larger;
}

.banner.headerclass .row.header {
    border-radius: 15px;
    border: 2px solid burlywood;
    margin: .25em 0 .75em;
    box-shadow: 2px 2px 3px #000;
    /*position: fixed;*/
    top:0;
    width: 100%;
    z-index: 1000;
    margin: 5px auto;

}

.sf-menu a {
    /* visited pseudo selector so IE6 applies text colour*/
    color: #fff;
    background-color: burlywood;
    text-align: center;
    font-weight: 600;
    display: block;
    position: relative;
    text-decoration: none;
    padding: 10px 20px;
    transition: all 0.3s ease-out;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    /*borders*/
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;

    box-shadow: -2px -2px 3px #555;
}