article, aside, details, figcaption, figure, footer, header, hgroup, nav, section {
    display: block;
}

body {
    font-family: "Open Sans", Helvetica, Arial, sans-serif;
}

h1 {
    font-size: 180%;
}

a {
    text-decoration: underline;
}
a:hover {
    color: #4682B4;
  }

article {
    width: 95%;
}

.menu-toggle {
    display: none;
}

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

.header-image {
    height: auto;
    max-width: 100%;
}

.main-content {
    margin-top: 10px;
    padding-bottom: 10px;
}

.main-navigation ul {
    margin: 0;
    padding-left: 20px;
    text-indent: 0;
    list-style: none;
}
.main-navigation ul.nav-menu {
    border-bottom: 1px solid #ededed;
    border-top: 1px solid #ededed;
    display: inline-block !important;
    width: 95%;
}
.main-navigation li {
    border-bottom: 0;
    color: #6a6a6a;
    line-height: 3.692307692;
    text-transform: uppercase;
    white-space: nowrap;
    display: inline-block !important;
    text-decoration: none;
    margin-right:10px;
}

.aside-text {
    width: 90%;
    margin-top: 10px;
}

ul.tags-list {
    margin: 0;
    padding: 0;
    text-indent: 0;
    list-style: none;
    display: inline-block !important;
    width: 100%;
}
ul.tags-list li {
    display:inline;
}

.tags-list li {  
    text-decoration: none;
    margin-right:10px;
}

footer {
    clear: both;
    height: 40px;
    background-color: #FF8C00;
    color: lightyellow;
    padding: 10px;
    padding-left: 60px;
}
