/* Enter Your Custom CSS Here */
#top-banner {
 min-height: 30px;
color: #ffffff;
   padding: 5px;
}

.top-wrapper {
margin-right: auto;
margin-left: auto;
  width: 1200px;
}

.top-left {
float: left;
 width: 30%
}

.top-right {
float: right;
  width: 70%;
      text-align: right;

}

@media screen and (max-width:1200px) {
 .top-wrapper {
 
  width: 100%;
}
}

h1, h2 {
text-transform: uppercase;
}

#content {
background-color: #ffffff;
padding: 20px 20px 40px!important;
}

#logo {
width: 50%;
margin-right: auto;
margin-left: auto;
float: none!important;
}

.page .title {
display: none;
}

#navigation {
text-transform: uppercase;

}

.entry img, img.thumbnail, #portfolio .group.portfolio-img img {
 
    border: none!important;
 
}