﻿
/** Parallax - begin **/
body, h1, h2, h3, h4, h5, h6, form {
    font-family: "Lato", sans-serif;
}

body, html, form {
    height: 100%;
    color: #000;
    line-height: 1.8;
}

/* Create a Parallax Effect */
.bgimg-1, .bgimg-2, .bgimg-3 {
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.w3-wide {
    letter-spacing: 10px;
}

.w3-hover-opacity {
    cursor: pointer;
}

/* Turn off parallax scrolling for tablets and phones */

@media only screen and (max-device-width: 1024px) {
    .bgimg-1, .bgimg-2, .bgimg-3 {
        background-attachment: scroll;
    }
}

/** Parallax - end **/


/* Extending W3 style */
.w3-navbar {
    background-color: #fff;
}

.w3-rdvred, .w3-hover-rdvred:hover {
    color: #fff !important;
    background-color: #cc0000 !important
}

.w3-text-rdvred, .w3-hover-text-rdvred:hover {
    color: #cc0000 !important
}

.w3-rdv-cart-green {
    color: #fff !important;
    background-color: #006600 !important
}



#divEventHeader, #divParticipantHeader {
    position: relative;
}


#imgEventHeaderLogo {
    position: absolute;
    top: 0px;
}

#divProductTypeDropdown {
    position: absolute;
    top: 6px;
    right: 16px;
}

@media (max-width:600px) {
    #divEventHeader {
        font-size: 15px !important;
        padding: 8px 16px !important;
    }

    #imgEventHeaderLogo {
        right: 16px;
        height: 43px;
    }

    #divParticipantHeader {
        font-size: 15px !important;
        padding: 8px 16px !important;
    }

    #divProductTypeDropdown {
    }
}

@media (max-width:992px) and (min-width:601px) {
    #divEventHeader {
        font-size: 18px !important;
        padding: 12px 24px !important;
    }

    #imgEventHeaderLogo {
        right: 24px;
        height: 56px;
    }

    #divParticipantHeader {
        font-size: 15px !important;
        padding: 8px 24px !important;
    }

    #divProductTypeDropdown {
    }

}

@media (min-width:993px) {
    #divEventHeader {
        font-size: 24px !important;
        padding: 16px 32px !important;
    }

    #imgEventHeaderLogo {
        right: 32px;
        height: 75px;
    }

    #divParticipantHeader {
        font-size: 18px !important;
        padding: 8px 32px !important;
    }

    #divProductTypeDropdown {
    }

}


