#site-navigation {
    float: right;
}

#top-search {
  display:none;
}

.headerimagetop img {
    max-width: 50px;
  display: inline;
}

.header-social-menu {
  padding-bottom: 1%;
}

#text-2 p {
    font-size: 80%;
}

@media (min-width: 1400px) {
.container {
    width: 1370px;
}}

@media (min-width: 1600px) {
.container {
    width: 1570px;
}}

@media (min-width: 1800px) {
.container {
    width: 1770px;
}}

@media (min-width: 1400px) {
.post-image img {
  max-width:80%;
}}