@font-face{
    font-family:"URWGroteskMed W03 Regular";
    src:url("../fonts/medium.eot?#iefix");
    src:url("../fonts/medium.eot?#iefix") format("eot"), url("../fonts/medium.woff2") format("woff2"), url("../fonts/medium.woff") format("woff"), url("../fonts/medium.ttf") format("truetype");
}

@font-face{
    font-family:"URW Grotesk Pro Light W03 Rg";
    src:url("../fonts/light.eot?#iefix");
    src:url("../fonts/light.eot?#iefix") format("eot"),url("../fonts/light.woff2") format("woff2"),url("../fonts/light.woff") format("woff"),url("../fonts/light.ttf") format("truetype");
}

body {
    font-family: "URW Grotesk Pro Light W03 Rg";
}

tbody tr:nth-child(odd) {
    background: rgb(0, 150, 175,0.25);
}
tbody tr:hover {
    background: rgba(136, 135, 135, 0.15);
}


h1, h2, h3, h4, h5, h6 {
    font-family: "URWGroteskMed W03 Regular";
}

h1, h2 {
    color: #0096AF;
}

.container a {
    color: #0096AF;
}
.container a:hover {
    background: #0096AF;
    color: white;
}
.new-release {
    background-color: #0096AF;
}
.back-to-top a {
    color: #0096AF;
}

.navbar {
    background-color: #0096AF;
}

footer {
    background-color: #0096AF;
}

footer a {
    color: white !important;
}
