/* Enter Your Custom CSS Here */

h1 {
  font-size: 1.5em; 
  line-height: 1.75em;
  margin-bottom: 20px; 
}

h2 {
  font-size: 1.25em; 
  line-height: 1.5em;
  margin-bottom: 15px;
}

h3 {
  color: #152770;
  font-size: 1.25em; 
  line-height: 1.5em;
  margin-bottom: 15px;   
}

h4 {
  font-size: 1.1em; 
  line-height: 1.25em;
  margin-bottom: 12px;    
}

h5 {
  color: #152770;
  font-size: 1.1em; 
  line-height: 1.25em;
  margin-bottom: 12px;    
}

h6 {
  color: #cd2324;
  font-size: 1.1em; 
  line-height: 1.25em;
  margin-bottom: 12px;   
}

p, ul, ol, li, dl, address {
  -ms-word-wrap: break-word;
  word-wrap: break-word;
  font-size: 1em;
  text-align: left;
}

a {
  color: #cd2324;
  text-decoration: none;           
}
a:hover {
  color: #152770;
  text-decoration: underline;          
}

/* navigation bar -------------------------------------------------------------- */

.menu-box .navigation-pattern {
  background-color: #152770 !important;
  opacity: 1;
  background: none;
}

.menu-box a:hover, .menu-box :hover > a {
  color: #ffffff;
}

/* header -------------------------------------------------------------- */

.header-content {
  float: left;
  /* padding: 35px 28px; */
  background-image: url(http://koccmcc.org/koccmcc/wp-content/uploads/2017/12/header_bg.jpg);
  background-repeat: no-repeat;
  background-position: right center;
  padding: 15px;
  position: relative;
  width: 982px;
}

.header-content #searchform {
  color: #aaaaaa;
  font-size: 13px;
  height: 19px;
  padding: 5px 0 5px 3%;
  position: absolute;
  left: 0;
  top: 15px;
  width: 96%;
}

/* footer -------------------------------------------------------------- */

#wrapper #wrapper-footer {
  background: #152770;               
}

#footer {
  float: left;
  padding: 0 28px;
  position: relative;
  width: 956px;                
}

#footer p,
#footer ul li,
#footer ol li {
  color: #ffffff;
  font-size: 1em;          
}

#footer .footer-widget-area p,
#footer .footer-widget-area ul,
#footer .footer-widget-area ol {
  margin-bottom: 2px;          
}

#footer table,
#footer td,
#footer th {
  border-color: black;
  color: white;                                      
}

#footer a {
  color: #ffffff;  
  text-decoration: none;
}

#footer a:hover {
  color: #FFC425;          
}

.footer-widget-area {
  float: left;
  height: auto;
  margin-right: 28px;
  padding: 25px 0 5px;
  position: relative; 
  width: 300px; 
  z-index: 50;                
}
#footer .footer-widget-area-3 {
  margin-right: 0;                              
}

.footer-widget {
  margin-bottom: 21px;               
}

#footer .footer-widget .footer-headline {
  /*background: left 50% repeat-x url(images/pattern-footer.png);*/
  color: #ffffff;
  font-family: Oswald, Arial, Helvetica, sans-serif;
  font-size: 1em;
  text-transform: uppercase;
  line-height: 100%;
  margin-bottom: 8px;                                 
}

.footer-headline-text {
  background: none;
  display: inline-block;
  text-decoration: underline;
  max-width: 90%;
  padding-right: 10px;                     
}

.footer-signature { 
  background: #000000;
  padding: 5px 0px;
  float: left;
  position: relative;
  width: 100%; 
  z-index: 50;       
}

.footer-signature .footer-signature-content {
  color: #ffffff;
  font-size: 0.85em;
  text-align: center;                                         
}

.footer-signature .footer-signature-content p {
  color: #ffffff;
  font-size: 0.85em;
  padding: 10px 0;
  text-align: center;                                              
}

.footer-signature .footer-signature-content a {
  color: #ffffff;
  text-decoration: none;
}

.footer-signature .footer-signature-content a:hover {
  color: #FFC425;
  text-decoration: none;                                             
}

.footer-widget .textwidget {
  color: #ffffff; 
}
