style

/*
Theme Name: Twenty Sixteen Child
Template: twentysixteen
Author: Child Theme Configurator
Version: 1.0.1458079365
Updated: 2016-03-15 22:02:45
*/

@charset “UTF-8”;
.site {
margin: 5 left;
margin: 5 right;
}
.content-area, .content-sidebar,.site-header,.site-main > article {
padding-top: 0px;
padding-left: 10px;
padding-bottom: 0px;
padding-right: 0px;
}

/*Center Copyright FOOTER */
.site-footer {text-align:center;display: block;}
.widget {
margin-bottom: 10px;
padding-top: 10px;
}

.container, .infinite-footer-container, .page-template-template-builder-php .entry-content > .twitter-share {
padding: 0 10px;
}
.site-content {
padding: 0;
}
#page {
margin-top: 2%;
margin-left: 10%;
margin-right: 10%;
}

/* .page a{color: #0b295e; text-decoration: underline;} */
/* .page a:hover{color: #000033; text-decoration: underline;} */

/* .entry a{color: #0b295e; text-decoration: underline;} */
/*.entry a:hover{color: #000033; text-decoration: underline;} */

.entry-content a, .entry-summary a, .taxonomy-description a, .logged-in-as a, .comment-content a, .pingback .comment-body > a, .textwidget a, .entry-footer a:hover, .site-info a:hover {
box-shadow: 0 0 0 0 currentColor;
}
/* split too long dropdown menu into two columns */
.sub-menu-columns ul {
width: 410px;
}

.sub-menu-columns ul.sub-menu li {
display: inline-block;
float: left;
width: 200px;
}
.sub-menu-columns ul.sub-menu li:nth-child(odd) {
float: left;
margin-right: 10px;
}
.sub-menu-columns ul.sub-menu li:nth-child(even) {
float: right;
}

/* puts header logo to left*/
.header-image {
/*margin-top: 24px;*/
/*margin-top: 2.4rem;*/
display: block;
margin-left: 0;
margin-right: auto;
}

/* hides uneccessary sections of META login widget */
.widget_meta ul li:nth-child(3),
.widget_meta ul li:nth-child(4),
.widget_meta ul li:nth-child(5) {
display: none;
}