/* USED BY THE .NET OEC TO SKIN IT */
/* This css style sheet can be customized to override the default styles of the OEC.
    @media queries can be included to target specific viewport sizes
*/
@import url('https://fonts.googleapis.com/css?family=Oswald:400');
@import url('https://fonts.googleapis.com/css?family=Italianno');
/* DEFAULT TEXT ATTRIBUTES */
/* The default text attributes can be customized:
- font-family
- font-size
- line-height
- weight, color, etc.
    */
html {
}

body {
    background-color: #000;
}
.container {
	max-width: 1084px;
}
/* THE HEADER AND NAVIGATION BAR */
/* The elements that can be styled include:
- banner background color, and/or background image; 
- height of the banner
- logo image
- text attributes (color, size, etc) of the navigation links
 */


.navbar-header {
    font-family: Oswald, sans-serif;
}

.navbar-fixed-top {
    background-color: rgba(25, 118, 188, 0.75);
}

.nav > li > a {
    color: #ffffff;
    text-shadow: 2px 2px 2px #333;
    padding-bottom: 1em;
}

.navbar-brand {
    background: url(../images/Solano.png) 5px 0px no-repeat;
    background-size: auto 100%;
    min-height: 90px;
    font-family: Oswald, sans-serif;
    font-size: 2.25em;
    padding-left: 3em !important;
    padding-top: 1.1em;
    color: #ffffff;
    text-shadow: 1px 1px 1px #333;
    position: fixed;
    overflow: visible;
}
    .navbar-brand:link, .navbar-brand:hover, .navbar-brand:active, .navbar-brand:visited {
        color: #ffffff;
    }
    .navbar-brand span { font-family: 'Italianno', cursive; font-size: 95%;}
.ContentWrapper {
    margin: 0;
    background-color: #fff;
}
.body-content { padding-top: 100px;}
.navbar {
    height: 80px;
}
.navbar-toggle {
    background-color: #ccc;
    margin: 0em;
    margin-right: 3em;
    margin-top: 1em;
    padding: 8px;
}
.navbar-toggle .icon-bar {
    width: 16px;
    background-color: #888;
}
.nav-links {
    font-weight: bold;
    margin-right: 1em !important;
}
.navbar-nav > li > a {
    font-size: 100%;
    padding: 4px 10px 14px;
    background-color: transparent !important;
}

.anchor-target { 
    display: block;
    position: relative;
    top: -100px;
    visibility: hidden;
    height: 1px;
}


.photo {
    background: transparent url(../images/photo.jpg) no-repeat center top;
    height: 610px;
    max-width: 1084px;
    margin: -200px 1em 1em;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    -khtml-border-radius: 10px;
    border-radius: 10px;
}
#OECFooter {
    background-color: #000;
}

    #OECFooter .footer-brand {
        font-family: Oswald, sans-serif;
        font-size: 120%;
    }
       #OECFooter .footer-brand span { font-family: 'Italianno', cursive; }

.FooterPoweredBy {
    margin-top: 2em;
}
/* HTML BLOCK LEVEL ELEMENTS THAT CAN BE STYLED */
h1 {
    font-family: Oswald, sans-serif;
}

h2 {
    font-family: Oswald, sans-serif;
}

h3 {
    font-family: Oswald, sans-serif;
}

h4 {
    font-family: Oswald, sans-serif;
}

h5 {
}

h6 {
}

p {
}

pre {
}

blockquote {
}

ul {
}

ol {
}

    .JobListingSpecial .JobTitle.ApOnFile {
        background: transparent url(../images/apptemplate.png) center bottom no-repeat;
        padding-bottom: 70px;
    }
    .JobListingSpecial .JobTitle.FreeNames {
        background: transparent url(../images/transfer.png) center bottom no-repeat;
        padding-bottom: 70px;
    }


.PanelCard h2, .ListingPanel h2,.ListingPanel1 h2,.ListingPanel2 h2, .ListingPanel3 h2, .ListingPanel4 h2,   #ListingPanelSpecial h2 { font-family: 'Open Sans', 'Helvetica Neue',Helvetica,Arial,sans-serif;}
/*
TABLES
Tables can have these attributes applied:
- borders
- column/row TH elements colors
- cell padding
- font attributes
- alternating row color
*/


/* FOOTER */
/* The footer can be customized for:
 background color
- padding
- alignment
- font attributes
*/


@media only screen and (max-width: 760px) {

.navbar-brand {
    background-size: auto 75%;
    font-size: 1.75em;
}
.nav-links {
    background-color: #000 !important;
    margin-top: 1.25em !important;
    position: absolute;
    width: 100%;
    padding-top: 1em;
    padding-bottom: 1em;
}
.nav-links li > a {
    padding: 14px 10px;
}
.nav-links li > a:hover {
    /*color: #000;*/
    text-shadow: none;
}
.navbar {
}

.photo { background-size: 100% auto; height: 200px; background-position: center center; margin-top: -120px; }

}

@media (max-width: 760px) {
    .body-content {
        margin-left: -15px;
        margin-right: -15px;
    }
}


@media (max-width: 400px) {
    .navbar-brand span {
       display: block;
       margin-top: 0.25em;
       margin-left: 3.5em
    }
}
