#hdr img{
display:none;
}
#rh-col,#lh-col{
  margin-bottom:50px;
}

#start #content-wrapper .content{
  background-color:#fff;
  margin-bottom:50px;
  border-radius:10px;
}
#content-wrapper{
background-color:transparent;
}

.navbar-nav{
float:right;
}

#start #content-wrapper .content h2, #start #content-wrapper .content h3{
 font-family: 'Playball', cursive;
	font-size:2.2em;
	color: #000;
	border-bottom: 2px solid #e5eacb;
}

#start #content-wrapper .content .c_2{
  color:#fff;
}

.item h2.headline, .item h1, .functions h5{
	font-family: 'Playball', cursive;
	font-size:2.2em;
	color: #FFFFFF;
	border-bottom: 2px solid #e5eacb;
}
.item h2.headline, .item h1{
     color:#000;
}

.item div.comment {
    color: white;
}

.lineBottom {display: none;}

#ce-col .item{
background-color:#fff;
padding:20px;
-webkit-border-radius: 10px;
-moz-border-radius: 10px;
border-radius: 10px;
}

#rh-col .functions, #lh-col .functions{
background-color:#1D3A15;
padding:20px;
-webkit-border-radius: 10px;
-moz-border-radius: 10px;
border-radius: 10px;
}

.blogtitle {
  font-family: 'Playball', cursive;
  font-size: 2.2em;
  margin: 0px;
  float: left;
  padding-top:10px;
}
.blogtitle a {
  text-decoration: none;
  color: #cee055;
}

footer{
  color:#fff;
}
.item form input[type="text"], .item form textarea {
    border: medium none;
    border-radius: 3px;
    clear: both;
    float: left;
    font-size: 16px !important;
    margin-bottom: 20px;
    padding: 15px 3%;
    width: 100%;
}
.item form label {
    clear: both;
    float: left;
    width: 100%;
}
.item form input[type="submit"] {
    border: 0 none;
    border-radius: 50px;
    outline: medium none;
    padding: 13px 26px;
    text-align: center;
    text-transform: uppercase;
    transition: background-color 0.3s ease 0s, color 0.3s ease 0s;
}

@media (max-width: 768px){
#hdr{ height:100px;}
}
@media (min-width: 769px){
#hdr{ height:150px;}
}
@media (min-width: 1200px){
#hdr{ height:200px;}
}

