@font-face {
    font-family: arialRounded;
    src: url('../fonts/ARLRDBD.TTF');
}

*{
    margin: 0;
    padding: 0;
    font-family: arialRounded;
}

.btn.btn-secondary.contactButton:hover {
    border: #66d3ff;
    background-color: #66d3ff;
}
.navDescription {
    font-size: 0.812rem;
    color: #666;
}
.reel-img-container{
    max-width: 570px;
    background-size: contain;
    background-repeat: no-repeat;
    cursor: pointer;
}
.reel-img-container.bliss{
    background-image: url("../img/reel/still_bliss_over.jpg");
}
.reel-img-container.omo{
    background-image: url("../img/reel/still_omo_over.jpg");
}
.reel-img-container.balboa{
    background-image: url("../img/reel/still_balboa_over.jpg");
}
.reel-img-container.panaviera{
    background-image: url("../img/reel/still_panaviera_over.jpg");
}
.reel-img-container.copa{
    background-image: url("../img/reel/still_copa_over.jpg");
}
.reel-img-container.fidelitas{
    background-image: url("../img/reel/still_fidelitas_over.jpg");
}
.reel-img-container.bice{
    background-image: url("../img/reel/still_bice_over.jpg");
}
.reel-img-container.sony{
    background-image: url("../img/reel/still_sony_over.jpg");
}
.reel-img-container.daihatsu{
    background-image: url("../img/reel/still_daihatsu_over.jpg");
}
.reel-img-container.digicel{
    background-image: url("../img/reel/still_digicel_over.jpg");
}
.reel-img-container.glade{
    background-image: url("../img/reel/still_glade_over.jpg");
}
.reel-img-container.maxx{
    background-image: url("../img/reel/still_maxx_over.jpg");
}
.reel-img-container.telefonica{
    background-image: url("../img/reel/still_telefonica_over.jpg");
}
.reel-img-container.rockice{
    background-image: url("../img/reel/still_rockice_over.jpg");
}
.reel-img-container.link{
    background-image: url("../img/reel/still_link_over.jpg");
}
.reel-img:hover{
    opacity: 0;
}
h2.reel-title {
    font-size: 3rem;
    font-weight: 600;
}
h3.reel-company{
    font-size: 1.562rem;
    font-weight: 600;
}
div > div > p {
    font-size: 0.9rem;
    font-family: Arial, Helvetica, sans-serif;
    color: #666;
}
