/*Custom CSS*/ body { background-image: url("../img/background.jpg"); background-size: cover; } .navbar { height: 60px; border-radius: 0!important; background-color: #D9DADB; } .navb {max-width: 1170px;} .navbar-header img { width: 150px; } .weather { max-width: 1170px; width: 100%; } h1 { margin-bottom: 30px; color: #fff; } table { font-size: 1em; font-family: "Roboto", sans-serif; } td { background-color: rgba(255,255,255, 0.6); }