/*
Theme Name: Twenty Sixteen Child
Theme URI: https://wordpress.org/themes/twentysixteen/
Template: twentysixteen
Author: the WordPress team
Author URI: https://wordpress.org/
Description: Twenty Sixteen is a modernized take on an ever-popular WordPress layout — the horizontal masthead with an optional right sidebar that works perfectly for blogs and websites. It has custom color options with beautiful default color schemes, a harmonious fluid grid using a mobile-first approach, and impeccable polish in every detail. Twenty Sixteen will make your WordPress look beautiful everywhere.
Tags: one-column,two-columns,right-sidebar,accessibility-ready,custom-background,custom-colors,custom-header,custom-menu,editor-style,featured-images,flexible-header,microformats,post-formats,rtl-language-support,sticky-post,threaded-comments,translation-ready,blog
Version: 1.3.1473869966
Updated: 2016-09-14 12:19:26

*/

.nodisplay{
display: none;
}

.entry-content a{
text-decoration: none !important;
}

h1, h2, h3, h4, h5, h6{
color: black !important;
}

.site-branding{
visibility: hidden;
display: none;
}
.site-info{
display: none;
}
.entry-footer{
display: none;
}
body:not(.custom-background-image):before, body:not(.custom-background-image):after{
display: none;

}

.entry-content{
float: left !important;
width: 90% !important;
}

body{
font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
background: url(images/SoftBackgroundPattern8928.png) repeat;
}

.site{
background: url(images/SoftBackgroundPattern8928.png) repeat;
margin: 0px !important;
}

.site-header{
padding: 0px !important;
}
.header-image{
        background-color: rgba(0, 0, 0, 0.8);

    height: 114px;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    padding: 10px;
    width: 100%;
    margin-top: -5px !important;

}

.site-header-menu{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    margin-right: 10px;
}

.main-navigation a{
color: white;
}
.main-navigation a:hover{
    background-color: rgba(255, 255, 255, 0.8);
    color: darkslategray !important;
    transition: all 0.3s ease-in;
}
.main-navigation .primary-menu > li{
   
    height: auto;
    min-height: 42px;
    line-height: 26px;
    margin-right: 10px;
    margin-left: 10px;
    margin-bottom: 6px;
    display: table-cell;
    text-align: center;
    vertical-align: middle;
    border-radius: 3px;
    background-color: rgba(255, 255, 255, 0.30);
    cursor: pointer;
    color: white;
}

