/*
Theme Name: Oxygen – WordPress.com Child
Theme URI: http://theme.wordpress.com/themes/oxygen/
Description: Minimalistic, mobile-optimized magazine theme with responsive layout. The main features include a featured post slider, custom front page template, custom header, custom background, seven widget areas, and three custom menus.
Author: Jessica
Author URI: http://n-e-r-v-o-u-s.com
Template: oxygen-wpcom2
Version: 1.0.0
Text Domain:  oxygen-wpcom2-child
*/

@import url("../oxygen-wpcom2/style.css");

/* =Theme customization starts here
-------------------------------------------------------------- */
div#tertiary {
    display: none;
}
#content {
    margin: 0 0 0 20.21276595%;
}

body {font-family:sans-serif;}
p {
    font-size: 1.3em;
    font-family: 'Abel',sans-serif;
}
.page-template-showcase-php #content {
    margin: 0 37.33333333% 30px 0;
    width: 100%;
}


/* nervous website banner */




.headerCenter {
    display: flex;
    justify-content: center;

    max-width: 1100px;
    margin: 0 auto;
}



/* site header menu */
.nervous_header {
    padding:1.0rem 0 !important;
    width: 100%;
    /* float: left; */
    font-family: Electrolize, sans-serif;
   
}

.nervous_header .menu {display: flex; align-items: center;}

.nervous_header ul.menu {
    font-variant: small-caps;
    font-size: 18px;
    padding: 6px 0 0 20px;
    margin: 0px;
    display: flex;
}
.nervous_header ul.menu li {
    text-align: left;
    list-style-type: none;
    color: #000;
    margin: 1px;
    padding: 2px;
    line-height: 18pt; 
    border: 1px solid #fff;
}
.nervous_header ul.menu li:hover {
    box-shadow: 2px 2px 2px #ccc;
    border: 1px solid #ccc;
    /* margin: 3px 9px 3px 0; */
}
.nervous_header ul.menu li a, ul.menu li a:visited {color:#000;font-weight:normal;text-decoration:none;}
.nervous_header ul.menu li a:hover{text-decoration:none;}

.nervous_header ul.menu li.current {font-size:18pt;text-transform:lowercase;font-variant:normal;}
.nervous_header ul.menu li.current:hover {
    box-shadow: none;
    border: 1px solid #fff;
}
.nervous_header ul.menu li.current a:hover {color:#666;}

.nervous_header .banner img {width:300px;height:37px;}
.nervous_header .banner img:hover {opacity: .8;}



/*mobile*/
@media all and (max-width: 45em) {
	.nervous_header div.menu {width:100%;text-align:center;display:flex;justify-content:center;}
	.nervous_header ul.menu {padding:0px;}
    .nervous_header {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
	.nervous_header .banner {width:100%;text-align:center;margin:0px auto;}
 
    .nervous_header ul.info{margin-top:2px;margin-left:0px;}
	#content {margin:0px;}
}
/*desktop*/
@media all and (min-width: 45em) {
	
	
	
    .nervous_header{display:flex;}
}






#masthead {padding: 20px 0 0 0}
.side-description {font-size:1.4em}
hr {border-top:1px solid #000 !important;margin: 1.75em 0 1.75em 0 !important;}