.container-fluid {
    text-align: center;
    font-family: 'Open Sans', sans-serif;
    color: #111;
}
#top p {
    font-size: 30px;
    font-weight: 300;
}
#top-top-p {
    padding: 20px 0 15px;
}
#top-bottom-p {
    padding: 24px 0;
}
#left, #right {
    font-size: 16px;
    font-weight: 300;
}
#left p, #right p {
    padding: 30px;
}
#hr {
    display: none;
    width: auto;
    height: 10px;
    border: 0;
    border-top: 1px solid #AAA;
    margin: 40px 30px 30px;
}
.middle-anchor {
    padding: 0 !important;
}
.container-fluid p a {
    color: ##0d3569;
    font-weight: 400;
    text-decoration: underline;
    transition: all 0.5s ease;
}
.container-fluid p a:hover {
    background: #0d3569;
    color: #FFF;
}
#footer {
    clear: both;
}

/* Medium devices (desktops, 768px and up) */
@media screen and (max-width: 768px) {
   #center {
        display: none;
    } 
    #hr {
        display: block;
    }
}