@import url(trac.css);
body {
  overflow-x: hidden;
  font-family: 'Source Sans Pro', 'Helvetica Neue', Helvetica, Arial, sans-serif; }

p {
  line-height: 1.75; }

a {
  color: #8c9d03; }
  a:hover {
    color: #5f6b02; }

.text-primary {
  color: #8c9d03 !important; }

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 700;
  font-family: 'Alegreya', serif; }

section {
  padding: 25px 0; }
  section h2.section-heading {
    font-size: 40px;
    margin-top: 0;
    margin-bottom: 15px;
    color: #22446a; }
  section h3.section-subheading {
    font-size: 16px;
    font-weight: 400;
    font-style: italic;
    text-transform: none;
    font-family: 'Crimson Text', serif; }
  section h2.section-subsection-heading {
    font-size: 30px;
    margin-top: 50px;
    margin-bottom: 50px; }

@media (min-width: 768px) {
  section {
    padding: 50px 0; } }
.tags {
  margin-top: 10px;
  font-family: 'Crimson Text', serif;
  font-size: 14px;
  font-weight: 400;
  font-style: italic; }

.btn {
  font-family: 'Alegreya', serif;
  font-weight: 700; }

.btn-xl {
  font-size: 18px;
  padding: 20px 40px; }

.btn-primary {
  background-color: #8c9d03;
  border-color: #8c9d03; }
  .btn-primary:active, .btn-primary:focus, .btn-primary:hover {
    background-color: #6b7702 !important;
    border-color: #6b7702 !important;
    color: white; }
  .btn-primary:active, .btn-primary:focus {
    box-shadow: 0 0 0 0.2rem rgba(254, 209, 55, 0.5) !important; }

::-moz-selection {
  background: #8c9d03;
  text-shadow: none; }

::selection {
  background: #8c9d03;
  text-shadow: none; }

img::selection {
  background: transparent; }

img::-moz-selection {
  background: transparent; }

#mainNav {
  background-color: #22446a; }
  #mainNav .navbar-toggler {
    border: 0;
    color: white; }
  #mainNav .navbar-brand {
    color: white;
    text-transform: uppercase;
    font-family: 'Source Sans Pro', 'Helvetica Neue', Helvetica, Arial, sans-serif; }
    #mainNav .navbar-brand.active, #mainNav .navbar-brand:active, #mainNav .navbar-brand:focus, #mainNav .navbar-brand:hover {
      color: #5f6b02; }
  #mainNav .navbar-nav .nav-item .nav-link {
    font-size: 90%;
    font-weight: 400;
    padding: 0.75em 0;
    letter-spacing: 1px;
    color: white;
    font-family: 'Source Sans Pro', 'Helvetica Neue', Helvetica, Arial, sans-serif; }
    #mainNav .navbar-nav .nav-item .nav-link.active, #mainNav .navbar-nav .nav-item .nav-link:hover {
      color: white; }

@media (min-width: 992px) {
  #mainNav {
    padding-top: 25px;
    padding-bottom: 25px;
    -webkit-transition: padding-top 0.3s, padding-bottom 0.3s;
    -moz-transition: padding-top 0.3s, padding-bottom 0.3s;
    transition: padding-top 0.3s, padding-bottom 0.3s;
    border: none;
    background-color: transparent; }
    #mainNav .navbar-brand {
      font-size: 1.3em;
      -webkit-transition: all 0.3s;
      -moz-transition: all 0.3s;
      transition: all 0.3s; }
    #mainNav .navbar-nav .nav-item .nav-link {
      padding: 1.1em 1em !important; }
    #mainNav.navbar-shrink {
      padding-top: 0;
      padding-bottom: 0;
      background-color: #22446a; }
      #mainNav.navbar-shrink .navbar-brand {
        font-size: 1.25em;
        padding: 12px 0; } }
header.masthead {
  text-align: center;
  color: #fff;
  background-image: url("../img/header-bg.jpg");
  background-repeat: no-repeat;
  background-attachment: scroll;
  background-position: center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover; }
  header.masthead .intro-text {
    padding-top: 100px;
    padding-bottom: 25px; }
    header.masthead .intro-text .intro-heading {
      font-size: 2em;
      font-weight: normal;
      font-family: 'Alegreya', serif; }
    header.masthead .intro-text .intro-subheading {
      font-size: 1.2em;
      margin-bottom: 25px;
      font-family: 'Alegreya', serif; }
  header.masthead #testimonials {
    height: 380px; }
  header.masthead .blockquote {
    font-size: 1rem !important; }
  header.masthead .service-content {
    text-align: center; }

@media (min-width: 768px) {
  header.masthead .intro-text {
    padding-bottom: 25px; }
    header.masthead .intro-text .intro-heading {
      font-size: 3em;
      font-weight: normal;
      font-family: 'Alegreya', serif; }
    header.masthead .intro-text .intro-subheading {
      font-size: 1.6em;
      margin-bottom: 25px;
      font-family: 'Alegreya', serif; }
  header.masthead #testimonials {
    height: 230px; }
  header.masthead .service-content {
    text-align: left; } }
@media (min-width: 992px) {
  header.masthead .intro-text {
    padding-top: 150px; }
  header.masthead .blockquote {
    font-size: 1.25rem !important; } }
#profile img {
  width: 200px;
  height: 200px;
  border: 7px solid #fff; }

section#contact {
  background-color: #212529;
  background-image: url("../img/map-image.png");
  background-repeat: no-repeat;
  background-position: center; }
  section#contact .section-heading {
    color: #fff; }
  section#contact .form-group {
    margin-bottom: 25px; }
    section#contact .form-group input,
    section#contact .form-group textarea {
      padding: 20px; }
    section#contact .form-group input.form-control {
      height: auto; }
    section#contact .form-group textarea.form-control {
      height: 248px; }
  section#contact .form-control:focus {
    border-color: #8c9d03;
    box-shadow: none; }
  section#contact ::-webkit-input-placeholder {
    font-weight: 700;
    color: #ced4da;
    font-family: 'Alegreya', serif; }
  section#contact :-moz-placeholder {
    font-weight: 700;
    color: #ced4da;
    /* Firefox 18- */
    font-family: 'Alegreya', serif; }
  section#contact ::-moz-placeholder {
    font-weight: 700;
    color: #ced4da;
    /* Firefox 19+ */
    font-family: 'Alegreya', serif; }
  section#contact :-ms-input-placeholder {
    font-weight: 700;
    color: #ced4da;
    font-family: 'Alegreya', serif; }

footer {
  padding: 25px 0;
  text-align: center; }
  footer span.copyright {
    font-size: 90%;
    line-height: 40px;
    text-transform: none;
    font-family: 'Alegreya', serif; }
  footer ul.quicklinks {
    font-size: 90%;
    line-height: 40px;
    margin-bottom: 0;
    text-transform: none;
    font-family: 'Alegreya', serif; }

ul.social-buttons {
  margin-bottom: 0; }
  ul.social-buttons li a {
    font-size: 20px;
    line-height: 40px;
    display: block;
    width: 40px;
    height: 40px;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
    color: white;
    border-radius: 100%;
    outline: none;
    background-color: #8c9d03; }
    ul.social-buttons li a:active, ul.social-buttons li a:focus, ul.social-buttons li a:hover {
      background-color: #495202; }

pre.highlight {
  background-color: #efefef;
  padding: 10px;
  border-radius: 6px; }
