@media only screen and (min-width: 750px) {
header h3 {font-size:20px;
color:#8b5c4e;}
header h4 {font-size:20px;
color:#8b5c4e;}
header {background-color:#efeacc;}
header p {
   color: #8b5c4e;
   font-weight: bold;
   text-align: left;
   padding-left: 30%;
}
.cmh-right {
    border-style: solid;
    border-left: thick double #8b5c4e;
    margin-top: 70px;
}
.cmh-left {
    margin-top: 70px;
}
}
@media only screen and (max-width: 750px) {
   header p {
     text-align: center;
}
}