header .col-md-3 {
 width: 50%;
}

header .col-md-9 {
  width: 80%;
min-height: 150px;
}

#main #content {
display: block;
clear: both;
margin-top: 50px;
}

@media screen and (max-width: 991px) {
header .col-md-9 {
  width: 30%;
}
}

#menu-nav-mobile li a {
padding: 15px 25px;
}

header {
height: 300px;
}

@media screen and (min-width: 1400px) {
header {
height: 350px;
}
}

@media screen and (min-width: 991px) and (max-width: 1200px) {
header .col-md-9 {
width: 100%;
}
header .col-md-9 #menu {
text-align: center;
width: 100%;
}
}


@media screen and (max-width: 991px) {
header.normal-header {
height: 150px;
}
}

ol, ul {
margin-left: 3em;
}
ol li, ul li {
text-indent: -1em;
}
#logo .retina {
height: auto;
max-width: 140%;
width: 140%;
}

#main {
clear:both;
}
