/* *****************************************************

    ** Custom Stylesheet **

    Any custom styling you want to apply should be
    defined here.

***************************************************** */
.btn {
  font-size: 16px;
  text-transform: uppercase;
}
.btn-green,
.btn-primary {
  background: #92d400;
  border-color: #92d400;
  color: #ffffff;
  transition: 0.3s ease all;
}
.btn-green:hover,
.btn-primary:hover {
  background: #8996a0;
  border-color: #8996a0;
  color: #394a58;
}
.btn-dark-grey {
  background: #394a58;
  border-color: #394a58;
  color: #ffffff;
  transition: 0.3s ease all;
}
.btn-dark-grey:hover {
  background: #8996a0;
  border-color: #8996a0;
  color: #394a58;
}
section#header {
  background: #92d400;
}
section#header .csc-logo {
  max-width: 300px;
  padding-top: 10px;
  width: 100%;
}
#top-nav a.quick-nav {
  color: #ffffff;
}
section#main-menu {
  background: #394a58;
}
section#main-menu .navbar-main {
  background-color: #394a58;
}
section#home-banner {
  background-image: url(../img/maze.jpg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
.home-shortcuts {
  background: #92d400;
}
.home-shortcuts li {
  background: #92d400;
  transition: 0.3s ease all;
}
.home-shortcuts li:hover {
  background: #394a58;
}
section#footer p {
  border-top-color: #92d400;
}
/*# sourceMappingURL=custom.css.map */