.content {
    position: absolute !important;
    height: 100%;
    display:flex;
    direction: vertical;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    /* padding-left: 100px;
    padding-right: 100px; */

    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);

    
}

h1 {
    color:#5e81f4;
    font-family: 'Lato';
    text-align: center;
}

p   {
    color:#5e81f4;
    font-family: 'Lato';
    text-align: center;
}



body {
    overflow: hidden; /* Hide scrollbars */
            /* scroll-snap-type: mandatory;
    -webkit-scroll-snap-type: mandatory;
            scroll-snap-points-y: repeat(100vh);
    -webkit-scroll-snap-points-y: repeat(100vh);
    -webkit-scroll-behaviour: smooth;
    -webkit-scroll-behaviour: smooth;
    margin: 0; */
}

.section {
    position: relative;
    padding: 0;
    box-sizing: border-box;
    height: 100vh;
}
.header { height: 2em; margin: 0.3em; }



nav ul {
    padding: 0;
    margin: 0;
    list-style: none;
    letter-spacing: -0.04em;
    font-size: 2.3em;
    line-height: 1.1em;
}

.logo {
    /*outline: 1px solid black;*/
    background: transparent no-repeat;
    background-size: contain;
    display: block;
    width: 2.2em;
    height: 2.2em;
    position: absolute;
    z-index: -999;
}

.logo.cyan { background-image: url(logo-1.png); top: 10vh; left: 32vw; }
.logo.pink { background-image: url(logo-2.png); top: 30vh; left: 64vw; }
.logo.green { background-image: url(logo-3.png); top: 50vh; left: 45vw; }
.logo.yellow { background-image: url(logo-4.png); top: 70vh; left: 80vw; }

.circle{
    display: block;
    position:absolute;
    background:red;
    padding:0px;
    margin:0px;
}