body {
    font-family: "Source Sans Pro", sans-serif;
    font-size: 16px;
    line-height: 1.7;
    color: #47425d;
    margin: 0;
}


/*** BASE Styles ***/

h1, h2, h3, h4 {
    font-family: 'Raleway', sans-serif;
    font-weight: 600;
    line-height: 1.1;
    margin: 10px 0 24px;
    text-transform: uppercase;
    text-align: center;
}

h1 {
    font-size: 3.25em;
}

h2 {
    font-size: 2em;
}

h3 {
    font-size: 1.562em;
}

h4 {
    font-size: 1.25em;
}

a {
    color: #d65050;
    text-decoration: none;
}

a:hover, a:focus {
    color: #443f3f;
    outline: 0;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

p {
    margin: 0 0 10px;
}

.paragraph-lg {
    font-size: 1.125em;
}

.paragraph-sm {
    font-size: 0.642em;
}

.img-fluid {
    width: 100%;
}


/*** HEADER Area ***/

.header {
    border-bottom: 10px solid #007f04;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    text-align: center;
    padding-bottom: 20px;
}

.header h1, .header h2 {
    color: #007f04;
    text-shadow: 1px 3px 5px rgba(0, 0, 0, .5);
}

.header a {
    font-weight: 600;
}

.header-left {
    flex: 1 1 180px;
}

.header-center {
    flex: 1 1 750px;
    padding: 0 10px;
}

.header-center h2 {
    font-size: 1.562em;
}

.header-center a {
    font-size: 2.625em;
    font-family: 'Raleway', sans-serif;
    line-height: 1.1;
    display: inline-block;
    margin: 10px 0 24px;
}

.header-right {
    flex: 1 1 150px;
}


/*** CONTENT Area ***/

.content {
    margin: 20px 0;
}

.content .row {
    margin-top: 40px;
}

.content-text {
    flex: 1 1 800px;
    font-style: italic;
}

.content-text > div {
    width: 700px;
}

.content .black-container {
    flex: 1 1 200px;
    font-weight: 600;
}

.county-info-container {
    flex: 1 1 300px;
    padding: 0 40px;
    text-align: center;
}

.map-container {
    flex: 1 1 600px;
}



/*** GENERAL Styles ***/

.row {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
}

.black-container {
    border: 5px solid #47425D;
    margin: 0;
    padding: 1em;
    text-align: center;
}

.black-container p {
    max-width: 300px;
    margin: 0 auto;
}

.mt-50 {
    margin-top: 50px;
}

.text-center {
    text-align: center;
}
  
.container {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
  }
  @media (min-width: 576px) {
    .container {
      max-width: 540px;
    }
  }
  @media (min-width: 768px) {
    .container {
      max-width: 720px;
    }
  }
  @media (min-width: 992px) {
    .container {
      max-width: 960px;
    }
  }
  @media (min-width: 1200px) {
    .container {
      max-width: 1140px;
    }
  }