header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 30px 10%;
    background-color: #101012;
}

li, a {
    font-weight: 700;
    font-size: 16px;
    color: #edf0f1;
    text-decoration: none;
    font-family: 'Source Sans Pro', sans-serif;
}


.fh {
    text-align: center;
    background-color: #101012;
    color: #edf0f1;
    margin: 0%;
    padding: 1%;
}
.fh_sections {
    margin: 2% 2% 2% 2%;
    float: none;
    text-align: center;
}

.inside_fh_sections {
    float: left;
    margin: 0% 2% 0% 10%;
}

.inside_fh_p {
    margin: 10% 10% 0% 0%;
}

.inside_fh_img {
    border: 2% 2% 2% 2%;
    border-color: white;
}


.sub_header {
    margin: 0px 2% 0% 2%;
    padding: 0%;
}

.sub_header_img {
    margin: 0px 0% 0% 0%;
    padding: 0%;
}

footer {
    text-align: center;
    background-color: #eaf7ff;
    margin: 0px 0px 0px 0px;
}

.foot {
    margin: 0px 0px 0px 0px;
    padding: 1%;
    background-color: #101012;
    color: #edf0f1;
    text-align: center;
}

.flex_seal {
    display: flex;
	flex-direction: row;
	flex-wrap: wrap;
    justify-content: space-around;
}

body {
    box-sizing: border-box;
    margin:  0;
    padding:  0;
    background-color: #24252A;
    font-family: 'Source Sans Pro', sans-serif;
}

.logo {
    cursor: pointer;
}

.nav_links {
    list-style: none;
}

.nav_links li {
    display: inline-block;
    padding: 0px 20px;
}
.nav_links li a {
    transition: all 0.2s ease 0s;
}

.nav_links li a:hover {
    color: #480694;
}

p, h2, h1, h3 {
    color: #edf0f1;
}

.contact_list {
    margin-right: auto;
    margin-left: auto;
    text-align: center;
}

.contact_sections {
    margin-right: auto;
    margin-left: auto;
    margin-bottom: 2%
}

.float_left {
    float: left; 
}

.p_mid {
    margin: 2% 20% 2% 20%
}

.img_mid {
    margin: 1% 4% 1% 4%;
}

.floaty_horses {
    flex: 25%;
    max-width: 25%;
    text-align: center;
}

#page-container {
  position: relative;
  min-height: 100vh;
}

#content-wrap {
  padding-bottom: 2.5rem;    /* Footer height */
}

#footer {
  position: absolute;
  bottom: 0;
  width: 98%;          /* Footer height */
}

.me_img {
    margin: 1% 4% 1% 4%;
    text-align: center;
}

.me_p {
     margin: 1% 10% 1% 10%;
}

.mep {
     margin: 1% auto 4% auto;
    justify-content: space-between;
    align-items: center;    
    text-align: center;
}

.text_color {
    
    color: #edf0f1;
    
}