/*! normalize.css v2.1.1 | MIT License | git.io/normalize */

body {
  font-family: 'Arvo', Times, serif;

}

.footer {
    background-color: #212121;
    position: absolute;
    left: 0;
    right: 0;
    width: 100%;
    padding-top: 25px;
    padding-right: 50px;
    padding-bottom: 25px;
    padding-left: 50px;
    color: #777;
    
}

.title-divider{
	border-bottom: 2px solid #5bb46d;
	display: block;
	width: 100px;
	margin: auto;
	margin-bottom: 40px;
}

.text-center{
    text-align: center;
    
}

.text-intro{
    font-size: 16px;
    line-height: 175%;
    
}