* {
    box-sizing: border-box
}

html {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-family: Arial, Helvetica, sans-serif !important;
    background: #F6F6F6;
}

hr {
    display: block;
    margin: 0px;
    border-style: solid;
    border-width: 0.1px;
    color: #292929;
    width: -webkit-fill-available;
}

#root {
    max-width: 1200px;
    margin: 0 auto;
}
#web-title {
    font-family: Arial, Helvetica, sans-serif !important;
    text-align: center;
    font-size: xx-large;
    font-style: italic;
    font-weight: bold;
    color: #ffa500;
}
#audioOverlay {
    position:fixed;
    display: none;
    width: 100%;
    height: fit-content;
    padding: 0 0 20px 0;
    text-align:center;
    top: 0 ;
    left: 0;
    right: 0;
    bottom:0;
    background-color: rgba(0,0,0,0.65);
    z-index: 2;
    cursor: pointer;


}
#audioElement{
    width: 80%;
    border: 3px solid #0073AD21;
    padding: 2px;

}

#audioOverlayText{
    position:relative;
    font-size: 35px;
    padding:0;
    color: white;
    line-height:2.5rem;
}

.card h1 {
    text-align: center;
    padding: 0.5rem 0.5rem;
    background-image: #ffa500;
    margin: 0 0 0 0;
    font-size: 1.4rem;
    color: #F6F6F6;
    line-height:1.5rem
}

img {
    display: block;
    max-width: 600px;
    max-height: 480px;
    overflow: hidden;
    object-position:center;
    align-content: center;
    border-radius: 0.5rem;
}

.card img {
    display: block;
    max-height: 48px auto;
    overflow: hidden;
    align-content: center;
    border-radius: 0.5rem;
    max-width: 60px auto;
}

.homeDataCard .dataCardImg {
    display: block;
    overflow: hidden;
    align-content: center;
    border-radius: 0.5rem;
    max-width: 60px auto;
    max-height: 48px auto;
    padding: 1px;
    background-color: #292929;
}

.homeDataCard .text {
    text-align: center;
    padding: 0.5rem 0.5rem;
    background-image: #ffa500;
    margin: 0 0 0 0;
    font-size: 1.4rem;
    font-style: italic;
    /*     color: #ffffff; */
    line-height:1.5rem;
    -webkit-text-stroke-width: medium;
}
p {
    padding: 0 2.5rem 2.5rem;
    margin: 0;
}

.container {
    display:flex;
    flex-wrap:wrap;
    text-align:center;

}
.homeDataCard {
    margin: 1.2rem;
    background: orange;
    align-items: center;
    overflow: hidden;
    display:inline-block;
    padding:0.5rem;
}

.homePageTitle{
    font-family: Arial, Helvetica, sans-serif !important;
    text-align: center;
    padding: 0.5rem 0.5rem;
    color: #ff6500;
     margin: 0 0 0 0;
    font-size: 2.4rem;
    /*     color: #ffffff; */
    line-height:1.5rem;
    font-style: italic;
    -webkit-text-stroke-width: medium;
}

.card {
    margin: 1.1rem;
    background: orange;
    box-shadow: 2px 4px 25px rgba(0, 0, 0, .1);
    border-radius: 12px;
    overflow: hidden;
    transition: all .2s linear;
}


/* Smartphones (portrait and landscape) ----------- */
@media only screen
and (min-device-width : 320px)
and (max-device-width : 599px) {
    .card {
        flex: 1 1 calc(50% - 2rem);
        min-width: -webkit-fill-available;
    }
    .homeDataCard {
        flex: 1 1 calc(50% - 2rem);
        min-width: -webkit-fill-available;
        background: #F6F6F6;
        margin: 0rem;
        padding: 0.0rem 0.0rem 0.0rem 0.5rem;
    }
    .homeDataCard .text {
        text-align: left;
        padding: 1.0rem 0.5rem;
        font-size: 0.9rem;
        color: #292929;
        line-height: 1.0rem;
        width: 100%;
        font-style: italic;
        -webkit-text-stroke-width: thin;
    }
    .homeDataCard .dataCardImg {
        display: block;
        overflow: hidden;
        align-content: center;
        border-radius: 3rem;
        width: 20%;
        margin: 4px;
    }
}

@media screen
and (min-width: 600px)
and (max-width: 899px) {
    .card {
        flex: 1 1 calc(50% - 2rem);
    }
    .homeDataCard {
        flex: 1 1 calc(50% - 2rem);
        background: #F6F6F6;
        margin: 0rem;
        padding: 0.0rem 0.0rem 0.0rem 0.5rem;
    }
    .homeDataCard .text {
        text-align: left;
        padding: 1.0rem 0.5rem;
        font-size: 0.9rem;
        color: #292929;
        line-height: 1.0rem;
        width: 100%;
        font-style: italic;
        -webkit-text-stroke-width: thin;
    }
    .homeDataCard .dataCardImg {
        display: block;
        overflow: hidden;
        align-content: center;
        border-radius: 3rem;
        width: 20%;
        margin: 4px;
    }
    .homePageTitle{
        text-align: center;
        padding: 0.5rem 0.5rem;
        color: #ff6500;
        margin: 0 0 0 0;
        font-size: 2.0rem;
        /*     color: #ffffff; */
        line-height:1.5rem;
        -webkit-text-stroke-width: thick;
    }
}

@media screen
and (min-width: 900px)
and (max-width: 1023px) {
    .card {
        flex: 1 1 calc(33% - 2rem);
        min-width: 40% auto;
        transition: all .2s ease-in-out;
        box-shadow: 2px 4px 25px rgba(23, 15, 2, 0.1);
        border-radius: 12px;

    }
    .homeDataCard {
        flex: 1 1 calc(33% - 2rem);
        box-shadow: 2px 4px 25px rgba(0, 0, 0, .1);
        background: #F6F6F6;
        margin: 0rem;
        padding: 0.0rem 0.0rem 0.0rem 0.5rem;
    }
    .homeDataCard .dataCardImg {
        display: block;
        overflow: hidden;
        align-content: center;
        border-radius: 3rem;
        width: 20%;
        margin: 4px;
    }
    .homePageTitle{
        text-align: center;
        padding: 0.5rem 0.5rem;
        color: #ff6500;
        margin: 0 0 0 0;
        font-size: 2.4rem;
        /*     color: #ffffff; */
        line-height:1.5rem;
        -webkit-text-stroke-width: thick;
    }
}

@media screen and (min-width: 1024px) {
    .card {
        flex: 1 1 calc(33% - 2rem);
        min-width: 40% auto;
    }
    .homeDataCard {
        flex: 1 1 calc(33% - 2rem);
        transition: all .2s ease-in-out;
        box-shadow: 2px 4px 25px rgba(23, 15, 2, 0.1);
        border-radius: 12px;

    }
    .homeDataCard .dataCardImg {
        display: block;
        overflow: hidden;
        align-content: center;
        border-radius: 3rem;
        max-width: 60px auto;
        max-height: 48px auto;
    }

    .homePageTitle{
        text-align: center;
        padding: 0.5rem 0.5rem;
        color: #ff6500;
        margin: 0 0 0 0;
        font-size: 4.4rem;
        /*     color: #ffffff; */
        line-height:1.5rem;
        -webkit-text-stroke-width: medium;
    }
}


.animate-fading{animation:fading 6s infinite}@keyframes fading{0%{opacity:0}50%{opacity:1}100%{opacity:0}}
.section,.code{margin-top:16px!important;margin-bottom:16px!important}
.content,.auto{margin-left:auto;margin-right:auto}.content{max-width:980px}.auto{max-width:1140px}