/*
 Theme Name:   Ewe1
 Description:  child theme, based on Twenty Sixteen
 Author:       nobody
 Template:     twentysixteen
 Version:      1.0.0
*/


.site-header {
        padding: 2.625em 7.6923%;
	background-color: #0101d1;
}

.site-header-main {
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
}

.site-branding {
        margin: 0.875em auto 0.875em 0;
        /* Avoid overflowing wide custom logo in small screens in Firefox and IEs */
        max-width: 100%;
        min-width: 0;
        overflow: hidden;
}


.custom-logo {
	max-width: 770px;
        width: 770px;
	height: 110px;
}

.main-navigation a {
	color: #e0e0e0;
}

.entry-format {
	visibility: hidden;
}

.entry-header {
	text-align: center;
}

.widget {
	border-top: hidden;
}