/* Global Reset */
* {
    overflow-x: hidden !important;
}

/* Body Styles */
@media only screen and (min-width: 768px) {
    body {
        background: url("../Assets/Background/background.png") no-repeat center center fixed;
        background-size: cover;
        background-position: center;
    }
}

@media only screen and (max-width: 767px) {

    .color1 .row :nth-child(2).col-md-6 {
        border-left: 0px dashed #5c5c5c !important;
    }

    body {}
}

h1 {
    padding-top: 10px;
    padding-bottom: 10px;
    min-height: 60px;
    overflow: hidden;
}

div .col-md-4 {
    min-height: 60px;
}

.color1 .row :nth-child(2).col-md-6 {
    border-left: 5px dashed #5c5c5c;
}

.color2 .row :nth-child(2).col-md-6 {
    border-left: 5px dashed white;
}

@media only screen and (max-width: 767px) {
    .color2 .row :nth-child(2).col-md-6 {
        border-left: 0px dashed white !important;
    }
}

h2,
p {
    margin: 2px !important;
    padding-top: 5px !important;
    padding-bottom: 15px !important;
}

p {
    font-size: 20px;
}


li {
    overflow: hidden;
}

div .col-md-6 {
    min-height: 60px;
    padding-top: 10px;
    padding-bottom: 10px;
}

h3 {
    height: max-content !important;
    padding-top: 10px !important;
    padding-bottom: 10px !important;
    overflow-y: hidden;
}

/* Row Styles */
.row {
    height: min-content;
    padding-top: 15px !important;
    padding-bottom: 15px !important;
    margin-bottom: 10px;
    margin-top: 10px !important;
    display: flex !important;
}

.row h3 {
    padding: 10px !important;
}

/* Image and Video Styles */
#gif {
    width: 100%;
    max-width: 800px;
    height: 300px;
    object-fit: cover;
}

@media only screen and (max-width: 575px) {
    #gif {
        border: 0px !important;
        width: 100% !important;
        padding: -10px;
    }
}

/* Media Queries for Responsiveness */
@media only screen and (max-width: 600px) {



    .justify-content-center {
        padding: 0px !important;
    }

    ul h3 {
        height: 40px;
        margin-bottom: 20px !important;
    }



    ol,
    ul {
        margin: 0px !important;
        padding: 5px !important;
    }

}

@media only screen and (max-width: 768px) {
    .col-md-4 {
        min-height: 60px;
        padding-top: 10px;
        padding-bottom: 10px;
    }

    #gif {
        height: 330px !important;
    }
}

@media only screen and (min-width: 990px) {
    .container .row h3 {
        height: 70px;
    }
}

header .container {
    padding: 5px;
}

#spacer {
    height: 90.8px;
}

span {
    background: var(--bs-navbar-toggler-icon-bg) !important;
}


@media only screen and (max-width: 990px) {
    #spacer {
        height: 66px;
    }

    iframe {
        width: 100%;
        min-height: 500px;
        height: auto;
    }

    #gif {
        height: 400px;
    }

    h4 {
        margin-top: 20px !important;
        margin-bottom: 0px !important;
    }

    #video .container {
        padding: 0px;
    }


    p {
        padding: 20px !important;
    }


    .underline {
        padding: 0px !important;
        border-bottom: 0px !important;
    }

    .container-fluid {
        margin: 0px !important;
        padding: 0px !important;
    }


}

@media only screen and (min-width: 1920px) {
    .container-fluid {
        max-width: 1920px;
    }
}

/* Miscellaneous Styles */
div.row,
div.underline {
    padding: 0px !important;
}

header {
    background-color: rgba(0, 0, 0, 1) !important;
}

.align-items-center {
    padding-top: 15px;
    padding-bottom: 15px;
}

h2,
h3,
div,
p {
    text-align: center !important;
    vertical-align: middle !important;
}

.nopadded {
    padding: 0px !important;
    margin: 0px !important;
}

.padded {
    margin: 0px !important;
    padding-bottom: 10px !important;
    padding-top: 10px !important;
}


.inline {
    display: inline-block;
}

.container-fluid {
    padding: 10px;
}

#video {
    display: inline-block;
    width: 100%;
    margin: 0;
    padding: 0;
}



iframe {
    min-height: 500px;
    display: block;
    width: 100%;
    height: 100%;
    border: 0;
}

ol {
    list-style-type: decimal;
}

ol,
ul {
    font-size: larger;
}

li {
    margin-bottom: 10px;
    margin-top: 10px;
    vertical-align: middle;
}

/*------------*/

td {
    background-color: transparent !important;
    border-bottom-width: 0px !important;
    text-align: center;
    vertical-align: middle;
    width: 50%;
}




.noborder {
    border: 0px !important;
}