﻿* {
    box-sizing: border-box;
    margin: 0px;
    padding: 0px;
    border: 0px;
}

html {
    height: auto;
    overflow-x: hidden;
    overscroll-behavior-x: none;
    overscroll-behavior-y: none;
        
    scroll-behavior: smooth;
}

body {
    height: inherit;
    overflow-x: hidden;
}

main {
    display: flex;
    min-height: 100%;    
}

epresto-page {
    min-height: 100vh;
    min-width: 100%;
    -webkit-transform: translate3d(0,0,0); /* prevent iOS flicker */
    background-color: #dc9e00;
    background-image: url("Pix/Background.png?v=1.1");
    background-size: 400%;
}

epresto-page:nth-child(4n + 1) {
    background-position-x: 0%;
}

epresto-page:nth-child(4n + 2) {
    background-position-x: -100%;
}

epresto-page:nth-child(4n + 3) {
    background-position-x: -200%;
}

epresto-page:nth-child(4n + 4) {
    background-position-x: -300%;
}

epresto-page div.panel {
    width: 90%;
    min-height: 600px;
    background-color: #ffffff;
    border-radius: 20px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 20px;
    padding: 20px;
}

epresto-page div.panel * {
    -webkit-tap-highlight-color: rgba(0,0,0,0);
}
