@import url(https://fonts.googleapis.com/css?family=Roboto:400,700);
body {
    font-family: 'Roboto', sans-serif;
    color: #272727; }
body p {
    font-size: 18px;
    line-height: 24px;
    font-weight: 400; }

h1, h2, h3, h4 {
    font-family: 'Roboto', sans-serif;
    font-weight: 700; }

.footer-text {
    margin: 10px;
    font-size: 12px;
    line-height: 12px;
}

#wrapper {
    margin: 15% auto 0 auto;
    height: 100vh; }
@media (max-width: 500px) {
    #wrapper {
        margin: 20% auto 0 auto; } }

#logo-container {
    text-align: center; }
#logo-container img {
    width: 374; }
@media (max-width: 500px) {
    #logo-container img {
        width: 150px; } }
@media (max-width: 500px) {
    #logo-container h1 {
        font-size: 1.2em; } }
#logo-container h3{
    color: #a5161c;
    font-style: italic;
}
#footer {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    min-height: 150px;
    width: 100vw;
    position: fixed;
    bottom: 0;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    transition: all 0.3s;
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around; 
    border-top: solid 3px #a5161c;
    background-color: lightgrey;
    color: #a5161c;
}
#footer .footer-div {

    text-align: left; }



