﻿.logocond {
    width: 3.625em;
}
.logoPON {
    height: 3rem;
    margin-top: .5rem;
}
@media screen and (max-width: 1024px){
    .logoPON {
        height: 1.5rem;
    }   
}

a.text-light-red {
    color: #1A1A1A;
    font-family: GothamMedium;
    font-size: 0.99em;
    letter-spacing: 0.19em;
}
    a.text-light-red:hover, a.text-light-red:focus {
        color: #FE1C10 !important;
        text-decoration: none;
    }

a.text-light-green {
    color: #1A1A1A;
    font-family: GothamMedium;
    font-size: 0.99em;
    letter-spacing: 0.19em;
}

    a.text-light-green:hover, a.text-light-green:focus {
        color: #67C192 !important;
        text-decoration: none;
    }

a.text-light-blue {
    color: #1A1A1A;
    font-family: GothamMedium;
    font-size: 1.03em;
}

    a.text-light-blue:hover, a.text-light-blue:focus, a.text-light-blue:active {
        color: #188FAA !important;
        text-decoration: none;
    }

a.text-second-green {
    color: #1A1A1A;
    font-family: GothamMedium;
    font-size: 1.03em;
}

    a.text-second-green:hover, a.text-second-green:focus, a.text-second-green:active {
        color: #67C192 !important;
        text-decoration: none;
    }

a.text-second-blue {
    color: #1A1A1A;
    font-family: GothamMedium;
    font-size: 1.03em;
}

    a.text-second-blue:hover, a.text-second-blue:focus, a.text-second-blue:active {
        color: #188FAA !important;
        text-decoration: none;
    }

.btn-contact {
    font-family: GothamMedium;
    font-size: 0.99em;
    letter-spacing: 0.19em;
}


