/* Enter Your Custom CSS Here */
.col-lg-8 {
width: 100%;
}


::selection {
  background-color: #c5960c;
  color: #fff;
}

h3 {
  color: #c5960c;
}

h1 {
  color: #002d62;
}


a {
  color: #002d62;
  text-decoration: none;
  font-weight: bold;
}

a:hover,
a:focus,
a:active {
  color: #c5960c;
  text-decoration: none;
}

.sf-menu a, .sf-menu a:visited {
  color: #c5960c;
border-right: 1px solid #fff;
padding: 0 1em;
text-decoration: none;
zoom: 1.3;
}


.copyright {
  background: rgba(197,150,11,0.10);
  padding: 10px 0 10px;
}