/* General */

.container {
    text-align: left;
    font-family: 'Open Sans', sans-serif;
    padding: 0 7%;
    margin-bottom: 20px;
}


section {
    margin: 3em 0;  
/*    removes left side indentation */*/
}


p {
    clear: both;
    color: #384047;
    font-size: 1em;
    line-height: 1.6;
    margin-top: 10px;
    margin-bottom: 20px;
}

ol li p {
    color: #384047;
    font-size: 1em;
    line-height: 1.6;
}

ul li {
    color: #384047;
    font-size: 1em;
    line-height: 1.6;
    margin-top: 10px;
}


a:link, a:visited {
    text-decoration: none;
    color: #00c7f5;
    font-weight: Bold;
}

a:hover {
    text-decoration:underline;
}


/* Footer */

footer {
  text-align: center;
  padding-top: 40px;
  padding-bottom: 30px;
  display: block;
/*  position: relative;*/
}

.footerIMG {
    width: 150px;
    margin-bottom: 10px;
}


footer p {
    font-size: 12px;
    line-height: 1.45;
}

.footerLinks {
    max-width: 100%;
    margin: 0 3%;
}

footer p a:link, a:visited {
    text-decoration: none;
    color: #00c7f5;
    font-weight: Bold;
}

footer p a:hover {
    text-decoration:underline;
}

footer ul {
    padding: 0; /* removes left side indentation */
    list-style: none; /* removes bullets from ul */
}

/**/


/* Social */
.social-links {
    max-width: 400px;
    margin:0 auto;
    font-size: 0;
}

.social-links li {
    display: inline-block;
    width: 13%;
    margin: 15px 2%;
}