body {
    margin: 0;
    padding: 0;
    font-family: 'Source Sans Pro', sans-serif;
    overflow-x: hidden;
    gap: 0;
}

section#products-showoff {
    width: 100vw;
    height: auto;
    background-color: #282A35;
    color: rgb(255, 255, 255);
    box-sizing: border-box;
    margin: 0;
    padding: 50px 0 0 0;
    gap: 0;
}

section#products-showoff h1 {
    text-align: center;
    font-size: 4rem;
    margin: 80px 0 30px 0;
}

section#products-showoff h2 {
    text-align: center;
    font-size: 1.3rem;
    margin-bottom: 50px;
    color: rgb(255, 186, 11);
}

path,
svg {
    width: 100%;
    margin: 0;
    border: 0;
    padding: 0;
    box-sizing: inherit;
    border-bottom: 0px solid rgb(255, 186, 11);
    display: block;
    line-height: 0;

}

section#products-showoff .free-presentation {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    background-color: rgb(255, 186, 11);
    color: rgb(255, 255, 255);
    font-size: bolder 1.2rem;
    margin: 0;
}


section#products-showoff .free-presentation h2 {
    font-size: 5rem;
    color: white;
    display: block;
    width: 100%;
    margin-top: 300px;
}

section#products-showoff .free-presentation p {
    font-size: 1.5rem;
    color: white;
    display: block;
    width: 100%;
    text-align: center;
}

section#products-showoff .free-presentation a.button {
    width: 50px;
    height: 50px;
    padding: 10px;
    box-sizing: border-box;
    text-align: center;
    background-color: rgb(50, 50, 50);
    color: white;
    font-size: 1.5rem;
    box-shadow: 0 0 50px rgba(0, 0, 0, 0.5);
    margin-bottom: 150px;
}


section#products-showoff .practical-handbook {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    background-color: rgb(52, 52, 170);
    color: rgb(255, 255, 255);
    font-size: bolder 1.2rem;
    margin: 0;
}

section#products-showoff .practical-handbook h2 {
    font-size: 5rem;
    color: white;
    display: block;
    width: 100%;
    margin-top: 300px;
}

section#products-showoff .practical-handbook p {
    font-size: 1.5rem;
    color: white;
    display: block;
    width: 100%;
    text-align: center;
}

section#products-showoff .practical-handbook .product-info-container {
    margin-top: 100px;
    gap: 20px;
}

section#products-showoff .practical-handbook p.product-price {
    margin-bottom: 50px;
    font-size: 1.2rem;
    font-style: italic;
    text-decoration: underline;
    color: #EEE
}

section#products-showoff .practical-handbook img {
    opacity: 0;
}

section#products-showoff .practical-handbook img.animated {
    animation: slide-in-from-left 1s ease-in-out .5s forwards;

}



section#products-showoff div.free-presentation img {
    width: 50vw;
    height: auto;
    vertical-align: middle;
}

section#products-showoff img {
    margin-bottom: 100px;
}

section#products-showoff div a.link {
    width: 70px;
    height: 70px;
    padding: 23px;
    background-color: rgb(50, 50, 50);
    color: white;
    font-size: 1.5rem;
    box-shadow: 0 0 50px rgba(0, 0, 0, 0.5);
    border-radius: 50%;
    transition: .5s;
    position: inherit;
    margin: 100px 100px;
    box-sizing: border-box;

    text-align: center;
    justify-content: center;
    object-fit: cover;
    object-position: center;
    display: block;
}

section#products-showoff div a.link:hover {
    color: black;
    background-color: white;
}








section#products-showoff .mitigation-strategies {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    background-color: rgb(39, 125, 7);
    color: rgb(255, 255, 255);
    font-size: bolder 1.2rem;
    margin: 0;
}

section#products-showoff .mitigation-strategies h2 {
    font-size: 5rem;
    color: white;
    display: block;
    width: 100%;
    margin-top: 300px;
}

section#products-showoff .mitigation-strategies img {
    opacity: 0;
}

section#products-showoff .mitigation-strategies img.animated {
    animation: slide-in-from-left 1s ease-in-out .5s forwards;
}

section#products-showoff .mitigation-strategies p {
    font-size: 1.5rem;
    color: white;
    display: block;
    width: 100%;
    text-align: center;
}

section#products-showoff .mitigation-strategies .product-info-container {
    margin-top: 100px;
    gap: 20px;
}

section#products-showoff .mitigation-strategies p.product-price {
    margin-bottom: 50px;
    font-size: 1.2rem;
    font-style: italic;
    text-decoration: underline;
    color: #EEE
}



section#products-showoff .exercises {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    background-color: rgb(7, 86, 125);
    color: rgb(255, 255, 255);
    font-size: bolder 1.2rem;
    margin: 0;
}

section#products-showoff .exercises h2 {
    font-size: 5rem;
    color: white;
    display: block;
    width: 100%;
    margin-top: 300px;
}

section#products-showoff .exercises p {
    font-size: 1.5rem;
    color: white;
    display: block;
    width: 100%;
    text-align: center;
}

section#products-showoff .exercises .product-info-container {
    margin-top: 100px;
    gap: 20px;
}

section#products-showoff .exercises p.product-price {
    margin-bottom: 50px;
    font-size: 1.2rem;
    font-style: italic;
    text-decoration: underline;
    color: #EEE
}

section#products-showoff .exercises img {
    opacity: 0;
}

section#products-showoff .exercises img.animated {
    animation: slide-in-from-left 1s ease-in-out .5s forwards;
}


section#products-showoff div span.free {
    width: 200px;
    height: 50px;
    padding: 20px 20px;
    text-align: center;
    background-color: rgb(255, 255, 255);
    color: rgb(0, 0, 0);
    box-sizing: border-box;
    font-size: 1.5rem;
    box-shadow: 0 0 50px rgba(0, 0, 0, 0.5);
    border-radius: 50%;
    margin-bottom: 50px;
    text-decoration: none;
    transition: .5s;
}

@media screen and (max-width: 768px) {
    div.introduction div.titles h1 {
        font-size: 1.8rem !important;
    }

    div.introduction div.titles h2 {
        font-size: .8rem !important;
    }

    section#products-showoff .free-presentation h2 {
        font-size: 2rem;
        color: white;
        display: block;
        width: 100%;
        margin-top: 100px;
    }

    section#products-showoff .free-presentation p {
        font-size: 1rem;
        color: white;
        display: block;
        width: 100%;
        text-align: center;
    }

    section#products-showoff div.free-presentation img {
        width: 300px;
    }

    section#products-showoff .free-presentation a.link {
        margin: 30px;
    }




    section#products-showoff .practical-handbook h2 {
        font-size: 2rem;
        color: white;
        display: block;
        width: 100%;
        margin-top: 100px;
    }

    section#products-showoff .practical-handbook p {
        font-size: 1rem;
        color: white;
        display: block;
        width: 100%;
        text-align: center;
    }

    section#products-showoff .practical-handbook img {
        width: 70vw;
    }


    section#products-showoff .mitigation-strategies h2 {
        font-size: 2rem;
        color: white;
        display: block;
        width: 100%;
        margin-top: 100px;
    }

    section#products-showoff .mitigation-strategies p {
        font-size: 1rem;
        padding: 20px;
        box-sizing: border-box;
        color: white;
        display: block;
        width: 100%;
        text-align: center;
    }

    section#products-showoff .mitigation-strategies img {
        width: 70vw;
    }

    section#products-showoff .mitigation-strategies a.link {
        margin: 30px 50px;
        width: 70px;
        height: 70px;
    }

    #products-showoff>div.exercises>h2 {
        font-size: 2rem;
    }

}


/*
    style code by: https://github.com/IanLunn/Hover/blob/master/css/hover.css#L7
    (royalty free)
    not used at the moment
*/

.hvr-shutter-out-vertical {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    position: relative;
    background: #e1e1e1;
    -webkit-transition-property: color;
    transition-property: color;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
}

.hvr-shutter-out-vertical:before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: #d8d8d8;
    -webkit-transform: scaleY(0);
    transform: scaleY(0);
    -webkit-transform-origin: 50%;
    transform-origin: 50%;
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
}

.hvr-shutter-out-vertical:hover,
.hvr-shutter-out-vertical:focus,
.hvr-shutter-out-vertical:active {
    color: black;
}

.hvr-shutter-out-vertical:hover:before,
.hvr-shutter-out-vertical:focus:before,
.hvr-shutter-out-vertical:active:before {
    -webkit-transform: scaleY(1);
    transform: scaleY(1);
}