﻿#hero_video {
    opacity: 0;
    transition: opacity 1.2s ease-in-out;
}

    #hero_video.loaded {
        opacity: .5;
    }


h1, h2, h3 {
    font-family: Pirulen;
}

.hero_container h4 {
    color:white;
    font-family:paralucent;
    font-style:italic;
}

.section img {
    width:80%;
    max-width:500px;
}

.section .col-12 {
    margin-bottom:25px;
}
section {
    max-width:1000px;
    margin:auto;
}

.section_1 .row a {
    display: inline-block;
    color: #0fc2f1;
    border: 2px solid;
    padding: 7px 30px;
    margin: .5rem 0;
    border-radius: 5px;
    font-size: 21px;
    transition: .2s;
}

.section_1 .row a:hover {
    background-color: #03aeda;
    border: 2px solid #03aeda;
    color: #f2f2f2;
}

.right {
    text-align:center;
}

.left {
    text-align: center;
}

/*hr {
    margin: 15px auto!important;
}*/

@media (min-width: 3000px) {
    .hero_container .hero_text {
        top: 15% !important;
        transform: translate(-50%, -15%) !important;
        color: #f2f2f2;
    }
}


@media (min-width: 1200px) {
    /* Hero Container */
    .hero_container {
        background-color: #000;
        background-repeat: no-repeat;
        background-attachment: fixed;
        background-size: cover;
        overflow-y: hidden;
        overflow-x: hidden;
        position: relative;
        height: 100vh;
    }

        .hero_container video {
            height: auto;
        }


        .hero_container .hero_text {
            position: absolute;
            top: 50%;
            left: 50%;
            margin-right: -50%;
            transform: translate(-50%, -50%);
            color: #f2f2f2;
        }

            .hero_container .hero_text img {
                width: 100%;
                max-width: 300px;
            }

            .hero_container .hero_text h3 {
                color: #fff;
            }

            .hero_container .hero_text a {
                display: inline-block;
                color: #0fc2f1;
                border: 2px solid;
                padding: .25rem 2rem;
                margin: .5rem 0;
                border-radius: 5px;
                font-size: 20px;
                transition: .2s;
            }

                .hero_container .hero_text a:hover {
                    background-color: #03aeda;
                    border: 2px solid #03aeda;
                    color: #f2f2f2;
                }

            .hero_container .hero_text p.timer {
                font-size: 22px;
                color: #fff;
            }

                .hero_container .hero_text p.timer span {
                    display: inline-block;
                    background: linear-gradient(120deg, transparent, transparent, rgba(15, 194, 241, .6));
                    border: solid 1px #fff;
                    border-radius: 5px;
                    padding: .5rem 2rem;
                }


    /* Mobile Hero */
    .hero_container_mobile {
        display: none;
    }


    /* Dealers Section */
    .section_1 {
        padding: 3rem 2rem 0;
    }

        .section_1 h4 {
            font-family: Pirulen;
            line-height: 2.3rem;
        }

        .section_1 img {
            width: 100%;
            max-width: 900px;
            margin: 50px 0;
        }


    /* Speakers Section */
    .section_2 {
        background: linear-gradient( #03aeda, #47c5e6, #03aeda);
        padding: 3rem 2rem;
    }

        .section_2 img {
            width: 100%;
            max-width: 275px;
            margin-bottom: 1rem;
            border-radius: 15px;
        }

        .section_2 p {
            font-size: 17px;
        }


    /* Schedule Section */
    .section_3 {
        background-color: #2f2f2f;
        padding: 3rem 2rem 5rem;
        color: #fff;
    }

        .section_3 .timeline {
            position: relative;
            max-width: 1200px;
            margin: 0 auto;
        }

        .section_3 .timeline_section .timeline .content p {
            font-size: 18px;
            color: #000;
        }

        .section_3 .timeline_section .timeline .content h3 {
            color: #000;
        }


    /* Vendor Section */
    .section_4 {
        padding: 3rem 2rem;
    }

        .section_4 img {
            width: 100%;
            max-width: 225px;
        }


    /* Sign Up Section */
    .section_5 {
        border-top: solid 5px #03aeda;
        padding: 2rem;
        background-image: url(/images/diamond-day/form-bg.jpg);
        background-size: cover;
        background-repeat: no-repeat;
    }

        .section_5 .form_box {
            background: #bdbec2;
            border: solid 3px #000;
            border-radius: 15px;
            max-width: 700px;
            width: 100%;
            padding: 1rem 2rem;
            margin: 0 auto;
            color: #262626;
        }

        .section_5 .form-group {
            width: 100%;
            max-width: 550px;
            margin: 0 auto 1rem;
        }

        .section_5 button {
            background-color: #fff;
            border: solid 1px #fff;
            border-radius: 5px;
            padding: 3px 25px;
            font-size: 20px;
            color: #000;
            transition: .2s;
        }

            .section_5 button:hover {
                background-color: #03aeda;
                color: #fff;
            }

        .section_5 .form_box .names {
            display: none;
        }
}

@media (min-width: 821px) and (max-width: 1199px) {
    /* Mobile Hero */
    .hero_container {
        background-color: #000;
        background-repeat: no-repeat;
        background-attachment: fixed;
        background-size: cover;
        overflow-y: hidden;
        overflow-x: hidden;
        position: relative;
        height: 100vh;
    }

        .hero_container .hero_text {
            position: absolute;
            top: 50%;
            left: 50%;
            margin-right: -50%;
            transform: translate(-50%, -50%);
            color: #fff;
            width: 95%;
            color: #f2f2f2;
        }

            .hero_container .hero_text img {
                width: 90%;
                max-width: 250px;
            }

            .hero_container .hero_text a {
                display: inline-block;
                color: #0fc2f1;
                border: 2px solid;
                padding: .25rem 2rem;
                margin: .5rem 0;
                border-radius: 5px;
                font-size: 18px;
                transition: .2s;
            }

            .hero_container .hero_text p.timer {
                font-size: 21px;
                color: #fff;
            }

                .hero_container .hero_text p.timer span {
                    display: inline-block;
                    background: linear-gradient(120deg, transparent, transparent, rgba(15, 194, 241, .6));
                    border: solid 1px #fff;
                    border-radius: 5px;
                    padding: .5rem 2rem;
                    margin-bottom: 10px;
                }


    /* Dealers Section */
    .section_1 {
        padding: 2rem 2rem 0;
    }

        .section_1 h4 {
            font-family: Pirulen;
            line-height: 2.3rem;
        }

        .section_1 img {
            width: 100%;
            max-width: 625px;
            margin: 50px 0;
        }


    /* Speakers Section */
    .section_2 {
        background: linear-gradient( #03aeda, #47c5e6, #03aeda);
        padding: 3rem 2rem;
    }

        .section_2 img {
            width: 100%;
            max-width: 250px;
            margin-bottom: 1rem;
            border-radius: 15px;
        }

       
        .section_2 p {
            font-size: 15px;
        }


    /* Recap Section */
    .section_3 {
        position: relative;
        background-color: #2f2f2f;
        color: #fff;
        padding: 3rem 2rem;
    }

        .section_3 .timeline {
            position: relative;
            max-width: 1200px;
            margin: 0 auto;
        }

        .section_3 .timeline_section .timeline .content p {
            font-size: 18px;
            color: #000;
        }

        .section_3 .timeline_section .timeline .content h3 {
            color: #000;
        }


    /* Vendor Section */
    .section_4 {
        padding: 3rem 2rem;
    }

        .section_4 img {
            width: 100%;
            max-width: 200px;
        }


    /* Sign Up Section */
    .section_5 {
        padding: 2rem;
        background-image: url(/images/diamond-day/form-bg.jpg);
        background-size: cover;
        background-repeat: no-repeat;
    }

        .section_5 .form_box {
            background: linear-gradient(120deg, #06a5ce, #027c9b);
            border: solid 3px #000;
            border-radius: 15px;
            max-width: 700px;
            width: 100%;
            padding: 1rem 2rem;
            margin: 0 auto;
            color: #fff;
        }

        .section_5 .form-group {
            width: 100%;
            max-width: 550px;
            margin: 0 auto 1rem;
        }

        .section_5 button {
            background-color: #fff;
            border: solid 1px #fff;
            border-radius: 5px;
            padding: 3px 25px;
            font-size: 20px;
            color: #000;
            transition: .2s;
        }

            .section_5 button:hover {
                background-color: #03aeda;
                color: #fff;
            }

        .section_5 .form_box .names {
            display: none;
        }
}

@media (max-width: 820px) {


    .hero_container {
        background-color: #000;
        background-repeat: no-repeat;
        background-attachment: fixed;
        background-size: cover;
        overflow-y: hidden;
        overflow-x: hidden;
        position: relative;
        height: 100vh;
    }

        .hero_container .hero_text {
            position: absolute;
            top: 50%;
            left: 50%;
            margin-right: -50%;
            transform: translate(-50%, -50%);
            color: #fff;
            width: 95%;
            color: #f2f2f2;
        }

            .hero_container .hero_text img {
                width: 90%;
                max-width: 250px;
            }

            .hero_container .hero_text a {
                display: inline-block;
                color: #0fc2f1;
                border: 2px solid;
                padding: .25rem 2rem;
                margin: .5rem 0;
                border-radius: 5px;
                font-size: 18px;
                transition: .2s;
            }

            .hero_container .hero_text p.timer {
                font-size: 21px;
                color: #fff;
            }

                .hero_container .hero_text p.timer span {
                    display: inline-block;
                    background: linear-gradient(120deg, transparent, transparent, rgba(15, 194, 241, .6));
                    border: solid 1px #fff;
                    border-radius: 5px;
                    padding: .5rem 2rem;
                    margin-bottom: 10px;
                }


    /* Dealers Section */
    .section_1 {
        padding: 2rem 1rem 0;
    }

        .section_1 h4 {
            font-family: Pirulen;
            line-height: 2.3rem;
        }

        .section_1 img {
            width: 90%;
            margin: 50px 0;
        }


    /* Speakers Section */
    .section_2 {
        background: linear-gradient( #03aeda, #47c5e6, #03aeda);
        padding: 3rem 2rem;
        text-align: center;
    }

        .section_2 img {
            width: 100%;
            max-width: 250px;
            margin-bottom: 1rem;
            border-radius: 15px;
        }

                .section_2 p {
            font-size: 18px;
        }


    /* Timeline Section */
    .section_3 {
        background-color: #2f2f2f;
        color: #fff;
        padding: 3rem 1rem;
    }

        .section_3 .timeline {
            position: relative;
            max-width: 1200px;
            margin: 0 auto;
        }

        .section_3 .timeline_section .timeline .content p {
            font-size: 16px;
            color: #000;
            text-align:center;

        }

        .section_3 .timeline_section .timeline .content h3 {
            color: #000;
            font-size:1.2rem;
            text-align: center;
        }


    /* Vendor Section */
    .section_4 {
        padding: 3rem 2rem;
    }

        .section_4 img {
            width: 100%;
            max-width: 200px;
        }


    /* Sign Up Section */
    .section_5 {
        padding: 2rem 0;
        background-image: url(/images/diamond-day/form-bg.jpg);
        background-size: cover;
        background-repeat: no-repeat;
    }

        .section_5 .form_box {
            background: linear-gradient(120deg, #06a5ce, #027c9b);
            border: solid 3px #000;
            border-radius: 15px;
            max-width: 700px;
            width: 90%;
            padding: 1rem 2rem;
            margin: 0 auto;
            color: #fff;
        }

        .section_5 .form-group {
            width: 100%;
            max-width: 550px;
            margin: 0 auto 1rem;
        }

        .section_5 button {
            background-color: #fff;
            border: solid 1px #fff;
            border-radius: 5px;
            padding: 3px 25px;
            font-size: 18px;
            color: #000;
            transition: .2s;
        }

            .section_5 button:hover {
                background-color: #03aeda;
                color: #fff;
            }

        .section_5 .form_box .names {
            display: none;
        }
}


/* Slider buttons */
.section_5 .form_box .switch-field {
    display: flex;
    margin-bottom: 36px;
    overflow: hidden;
    justify-content: center;
}

    .section_5 .form_box .switch-field input {
        position: absolute !important;
        clip: rect(0, 0, 0, 0);
        height: 1px;
        width: 1px;
        border: 0;
        overflow: hidden;
    }

    .section_5 .form_box .switch-field label {
        background-color: #f3f3f3;
        color: rgba(0, 0, 0, 0.6);
        font-size: 14px;
        line-height: 1;
        text-align: center;
        padding: 8px 16px;
        margin-right: -1px;
        border: 1px solid rgba(0, 0, 0, 0.2);
        box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.3), 0 1px rgba(255, 255, 255, 0.1);
        transition: all 0.1s ease-in-out;
    }

        .section_5 .form_box .switch-field label:hover {
            cursor: pointer;
        }

    .section_5 .form_box .switch-field input:checked + label {
        background-color: #000;
        color: #fff;
        box-shadow: none;
    }

    .section_5 .form_box .switch-field label:first-of-type {
        border-radius: 4px 0 0 4px;
    }

    .section_5 .form_box .switch-field label:last-of-type {
        border-radius: 0 4px 4px 0;
    }