body {
    background: #222;
    padding: 0;
    margin: 0;
    font-family: 'Sintony', sans-serif;
    font-weight: 300;
    font-size: 13px;
    text-transform: uppercase;
    color: #000;
}

header {
    background-color: #fff;
    padding: 0;
    margin: 0;
}

.t1{
    font-size: 24px;
    }

 .t2 {
    font-size: 14px;
    }
 .t2:hover {
    font-size: 16px;
}
.t3 {
    font-size: 14px;
}
.t4 {
    font-size: 10px;
}

@media screen and (min-width: 1px) {
    .section {
    text-align: center;
    position: absolute;
    width: 100%;
    height: 100vh;
    letter-spacing: 3px;
    overflow: hidden;
    clip: rect(0, auto, auto, 0);
}
.section .fixed {
    overflow: hidden;
    position: fixed;
    top: 50%;
    left: 50%;
    width: 90%;
}
    }

    @media screen and (min-width: 550px) {
.section {
    text-align: center;
    position: absolute;
    width: 100%;
    height: 100vh;
    letter-spacing: 4px;
    overflow: hidden;
    clip: rect(0, auto, auto, 0);
}
.section .fixed {
    overflow: hidden;
    position: fixed;
    top: 50%;
    left: 50%;
    width: 50%;
}
}

.section .white {
    color: #fff;
}

.section:nth-child(1) {
    background-color: #fff;
    color: #000;
    top: 0;
    z-index: 1;
}

.section:nth-child(1) .fixed {
    transform: translate(-50%, -50%);
}

.section:nth-child(2) {
    box-shadow: inset 0 1px 80px rgba(0, 0, 0, 0.14);
    background-color: #696969;
    color: #fff;
    top: 100vh;
    z-index: 2;
}

.section:nth-child(2) .fixed {
    transform: translate(-50%, -50%);
}

.section:nth-child(3) {
    box-shadow: inset 0 1px 80px rgba(0, 0, 0, 0.14);
    background-color: #2e2e2e;
    color: #fff;
    top: 200vh;
    z-index: 3;
}

.section:nth-child(3) .fixed {
    transform: translate(-50%, -50%);
}

.section:nth-child(4) {
    box-shadow: inset 0 1px 80px rgba(0, 0, 0, 0.14);
    background-color: #9c9c9c;
    color: #fff;
    top: 300vh;
    z-index: 4;
}

.section:nth-child(4) .fixed {
    transform: translate(-50%, -50%);
}

.section:nth-child(5) {
    box-shadow: inset 0 1px 80px rgba(0, 0, 0, 0.14);
    background-color: #2e2e2e;
    color: #fff;
    top: 400vh;
    z-index: 5;
}

.section:nth-child(5) .fixed {
    transform: translate(-50%, -50%);
}

.section:nth-child(6) {
    box-shadow: inset 0 1px 80px rgba(0, 0, 0, 0.14);
    background-color: #9c9c9c;
    color: #fff;
    top: 500vh;
    z-index: 6;
}

.section:nth-child(6) .fixed {
    transform: translate(-50%, -50%);
}

.section:nth-child(7) {
    box-shadow: inset 0 1px 80px rgba(0, 0, 0, 0.14);
    background-color: #2e2e2e;
    color: #fff;
    top: 600vh;
    z-index: 7;
}

.section:nth-child(7) .fixed {
    transform: translate(-50%, -50%);
}

.section:nth-child(8) {
    box-shadow: inset 0 1px 80px rgba(0, 0, 0, 0.14);
    background-color: #9c9c9c;
    color: #fff;
    top: 700vh;
    z-index: 8;
}

.section:nth-child(8) .fixed {
    transform: translate(-50%, -50%);
}

.section:nth-child(9) {
    box-shadow: inset 0 1px 80px rgba(0, 0, 0, 0.14);
    background-color: #ffffff;
    color: rgb(0, 0, 0);
    top: 800vh;
    z-index: 9;
}

.section:nth-child(9) .fixed {
    transform: translate(-50%, -50%);
}

.section:nth-child(10) {
    background-color: #000;
    color: #fff;
    top: 900vh;
    z-index: 10;
}

.section:nth-child(10) .fixed {
    transform: translate(-50%, -50%);
}

/*navbar bkcp*/
.topnavdesktop {
  overflow: hidden;
  background-color: rgba(51, 51, 51, 0);
  left: 0;
  position: fixed;
  right: 0;
  z-index: 30;
  font-family: 'Sintony', sans-serif;
}

.topnavdesktop a {
  float: right;
  color: #7a7a7a;
  text-align: center;
  padding: 14px 16px;
  text-decoration: none;
  font-size: 14px;
  font-family: 'Sintony', sans-serif;
}

.topnavdesktop a:hover {
  background-color: #ddd;
  color: black;
}

/* nav cookies */
 @media screen and (min-width: 1px) {
    .navbar2 {
            display: flex;
            position: fixed;
            bottom: 0em;
            margin-bottom: 0;
            width: 100vw;
            background: #000;
            padding-left: 1vw;
            padding-right: 1vw;
            padding-top: 1px;
            padding-bottom: 1px;
            z-index: 999;
            border: 0;
            line-height: 1.3 !important;
            font-family: 'Sintony', sans-serif;
        }
    
        .navleft {
            padding-top: 4px;
            padding-right: 0;
            color: rgb(255, 255, 255);
            font-size: 10px;
            width: 70%;
        }
    
        .navright {
            padding-top: 4px;
            color: rgb(255, 255, 255);
            font-size: 10px;
            width: 30%;
        }
    
        .navrightt {
            padding-top: 2px;
            font-size: 10px;
            position: absolute;
        }
    
        .navright button {
            font-size: 12px;
            margin-top: 3px;
            margin-right: 20px;
        }
 }
@media screen and (min-width: 550px) {
    .navbar2 {
        display: flex;
        position: fixed;
        bottom: 0em;
        margin-bottom: 0;
        width: 100vw;
        background: #000;
        padding-left: 15vw;
        padding-right: 8vw;
        padding-top: 3px;
        padding-bottom: 3px;
        z-index: 999;
        border: 0;
        line-height: 1.42857143 !important;
        font-family: 'Sintony', sans-serif;
    }

    .navleft {
        padding-top: 4px;
        color: rgb(255, 255, 255);
        font-size: 12px;
        width: 70%;
    }

    .navright {
        padding-top: 4px;
        color: rgb(255, 255, 255);
        font-size: 12px;
        width: 30%;
    }

    .navrightt {
        padding-top: 5px;
        font-size: 12px;
        position: absolute;
    }

    .navright button {
        font-size: 12px;
        margin-top: 0px;
        margin-right: 5px;
    }
}
 
