﻿body {
    padding: 0;
    margin: 0;
    font-family: 'Alata', sans-serif;
    overflow-x: hidden !important;
}

header {
    min-height: 100vh;
}

footer {
    color: #a8a8a8;
    text-align: center;
}

.partition {
    min-height: 100vh;
    background: #fff;
}

h2 {
    text-align: center;
}

video {
    object-fit: cover;
    width: 100%;
    height: 100vh;
    position: absolute;
    z-index: 80;
    top: 0;
    left: 0;
}

.transp-bg {
    position: absolute;
    z-index: 90;
    top: 0;
    left: 0;
    height: 100vh;
    width: 100%;
    background: #fff;
    opacity: 0.9;
}

#trapezoid {
    width: 100%;
    height: 50vh;
    -webkit-clip-path: polygon(0 0, 100% 60%, 100% 100%, 0% 100%);
    clip-path: polygon(0 0, 100% 60%, 100% 100%, 0% 100%);
    background: #fff;
    opacity: 0.15;
    position: absolute;
    z-index: 95;
    bottom: 0;
    left: 0;
}

.item {
    text-align: center;
    flex-grow: 1;
}

.break {
    flex-basis: 100%;
    height: 0;
}

.viewport-header {
    position: relative;
    z-index: 100;
    height: 100vh;
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 50px 0px;
}

@media only screen and (max-width: 900px) {
    .viewport-header {
        display: flex;
        flex-direction: column;
    }

    .break {
        flex-basis: 0%;
    }
}

.product-img {
    width: 371px;
    height: 440px;
    background-image: url("../Files/frpo.png");
    background-repeat: no-repeat;
    background-size: contain;
}

.myButton {
    align-self: center;
    background-color: #fff;
    background-image: none;
    background-position: 0 90%;
    background-repeat: repeat no-repeat;
    background-size: 4px 3px;
    border-radius: 15px 225px 255px 15px 15px 255px 225px 15px;
    border-style: solid;
    border-width: 2px;
    box-shadow: rgba(0, 0, 0, .2) 15px 28px 25px -18px;
    box-sizing: border-box;
    color: #41403e;
    cursor: pointer;
    display: inline-block;
    font-family: Neucha, sans-serif;
    font-size: 1rem;
    line-height: 23px;
    outline: none;
    padding: .75rem;
    text-decoration: none;
    transition: all 235ms ease-in-out;
    border-bottom-left-radius: 15px 255px;
    border-bottom-right-radius: 225px 15px;
    border-top-left-radius: 255px 15px;
    border-top-right-radius: 15px 225px;
    user-select: none;
    -webkit-user-select: none;
    touch-action: manipulation;
}

    .myButton:hover {
        box-shadow: rgba(0, 0, 0, .3) 2px 8px 8px -5px;
        transform: translate3d(0, 2px, 0);
    }

    .myButton:focus {
        box-shadow: rgba(0, 0, 0, .3) 2px 8px 4px -6px;
    }

#images {
    padding-top: 60px;
}

    #images .list-table {
        padding: 20px;
        padding-top: 50px;
        margin: auto;
    }

    #images ol {
        counter-reset: li;
        /* Initiate a counter */
        list-style: none;
        /* Remove default numbering */
        *list-style: decimal;
        /* Keep using default numbering for IE6/7 */
        font-size: 16px;
        padding: 0;
        margin-bottom: 4em;
    }

        #images ol ol {
            margin: 0 0 0 2em;
            /* Add some left margin for inner lists */
        }

    #images .rectangle-list a {
        position: relative;
        display: block;
        padding: .4em .4em .4em .8em;
        *padding: .4em;
        margin: .5em 0 .5em 2.5em;
        color: #494949;
        text-decoration: none;
        transition: all .3s ease-out;
    }

        #images .rectangle-list a:before {
            content: counter(li);
            counter-increment: li;
            position: absolute;
            left: -2.5em;
            top: 50%;
            margin-top: -1em;
            background: #1ca0ff;
            height: 2em;
            width: 2em;
            line-height: 2em;
            text-align: center;
            font-weight: bold;
        }

        #images .rectangle-list a:after {
            position: absolute;
            content: '';
            border: .5em solid transparent;
            left: -1em;
            top: 50%;
            margin-top: -.5em;
            transition: all .3s ease-out;
        }

        #images .rectangle-list a:hover:after {
            left: -.5em;
            border-left-color: #1ca0ff;
        }

#videos {
    background: #f9f9f9;
    padding-top: 60px;
}

    #videos .list-table {
        padding: 20px;
        padding-top: 50px;
        margin: auto;
    }

    #videos ol {
        counter-reset: li;
        /* Initiate a counter */
        list-style: none;
        /* Remove default numbering */
        *list-style: decimal;
        /* Keep using default numbering for IE6/7 */
        font-size: 16px;
        padding: 0;
        margin-bottom: 4em;
    }

        #videos ol ol {
            margin: 0 0 0 2em;
            /* Add some left margin for inner lists */
        }

    #videos .rectangle-list a {
        position: relative;
        display: block;
        padding: .4em .4em .4em .8em;
        *padding: .4em;
        margin: .5em 0 .5em 2.5em;
        color: #494949;
        text-decoration: none;
        transition: all .3s ease-out;
    }

        #videos .rectangle-list a:before {
            content: counter(li);
            counter-increment: li;
            position: absolute;
            left: -2.5em;
            top: 50%;
            margin-top: -1em;
            background: #09e007;
            height: 2em;
            width: 2em;
            line-height: 2em;
            text-align: center;
            font-weight: bold;
        }

        #videos .rectangle-list a:after {
            position: absolute;
            content: '';
            border: .5em solid transparent;
            left: -1em;
            top: 50%;
            margin-top: -.5em;
            transition: all .3s ease-out;
        }

        #videos .rectangle-list a:hover:after {
            left: -.5em;
            border-left-color: #09e007;
        }

#web {
    padding-top: 60px;
}

    #web .list-table {
        padding: 20px;
        padding-top: 50px;
        margin: auto;
    }

    #web ol {
        counter-reset: li;
        /* Initiate a counter */
        list-style: none;
        /* Remove default numbering */
        *list-style: decimal;
        /* Keep using default numbering for IE6/7 */
        font-size: 16px;
        padding: 0;
        margin-bottom: 4em;
    }

        #web ol ol {
            margin: 0 0 0 2em;
            /* Add some left margin for inner lists */
        }

    #web .rectangle-list a {
        position: relative;
        display: block;
        padding: .4em .4em .4em .8em;
        *padding: .4em;
        margin: .5em 0 .5em 2.5em;
        color: #494949;
        text-decoration: none;
        transition: all .3s ease-out;
    }

        #web .rectangle-list a:before {
            content: counter(li);
            counter-increment: li;
            position: absolute;
            left: -2.5em;
            top: 50%;
            margin-top: -1em;
            background: #fef100;
            height: 2em;
            width: 2em;
            line-height: 2em;
            text-align: center;
            font-weight: bold;
        }

        #web .rectangle-list a:after {
            position: absolute;
            content: '';
            border: .5em solid transparent;
            left: -1em;
            top: 50%;
            margin-top: -.5em;
            transition: all .3s ease-out;
        }

        #web .rectangle-list a:hover:after {
            left: -.5em;
            border-left-color: #fef100;
        }
