body{ background-image: url('../images/bg.jpg'); background-repeat: repeat; background-color: white; background-attachment: fixed; background-position: top right; } .title.bg{ background-color: #004080; color: white !important; } .title.bg a{ color: white !important; } .menu{ background-color: #004080; background-image: linear-gradient(to bottom, #004080 0px, #014181 100%); } .menu a{ color: white!important; } .slider{ color: #004080 !important; } .slider a{ color: #000000!important; } .slider table tr:nth-child(2) td{ background-color: rgba(0, 0, 0, 0.5)!important; } .agmarketing{ background-image: linear-gradient(to bottom, #004080 0px, #014181 100%); border-bottom-left-radius: 10px; border-bottom-right-radius: 10px; background-color: #004080; } .footer-bar{ background-image: linear-gradient(to bottom, #004080 0px, #014181 100%); color: white; } .footer > div.title{ background-color: #004080; } .slider-container .menu, .menu{ background-color: #004080; background-image: linear-gradient(to bottom, #004080 0px, #014181 100%); } body > .container{ border-radius: 10px; } .records > .record{ border-radius: 10px; } .logo{ border-radius: 10px; } .records > .record .col-xs-9 .title{ border-radius: 0 0 0 10px; } .menu > div > a:first-child{ border-top-left-radius: 5px; border-bottom-left-radius: 5px; } .menu > div > a:last-child{ border-top-right-radius: 5px; border-bottom-right-radius: 5px; }