.tf-blue {
    background-color: #2A9DDF ;
}

.jumbotron {
    background-color: white;
}

@media (max-width: 480px) {
    #content {
        width: 100%;
    }
}
@media (min-width: 481px) {
    #content {
        width: 75%;
    }
}
