body {
    background: #000;
    color: rgba(255,255,255,.85);
    font-family: "noto serif",serif;
}

.page-section {
    height: 100vh;
    padding: 5rem;
}

.page-section-vid {
    height: 100vh;
    padding: 3rem;
    text-align: center;
}

.full {
    position: fixed;
    top: 50px;
    width: 100%;
    height: calc(100% - 50px);
    opacity: 0;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    /* background-color: #000; */
    -webkit-transition: opacity 0.5 ease-in-out;
    -moz-transition: opacity 0.5 ease-in-out;
    -o-transition: opacity 0.5 ease-in-out;
    transition: opacity 0.5s ease-in-out;
    z-index: -1;
    background-color:rgba(0,0,0);
}

.image0 {
    opacity: 1;
}


.go_tw {
    bottom: 140px;
    width: 30px;
}

.go_fb {
    bottom: 100px;
    width: 25px;
}

.go_tw a {
    color: #fff;
}

.go_tw, .go_fb {
    font-size: 30px;
    height: 30px;
}

.go_fb a {
    color: #fff;
}

.go_fb a:hover, .go_tw a:hover{
    color: #007bff;
}

.go_up {
    bottom: 50px;
    font-size: 48px;
}

.go_down {
    bottom: 20px;
    font-size: 48px;
}

.go {
    position: fixed;
    right: 20px;
    z-index: 1;
    opacity: .8;
    cursor: pointer;
}

ol, ul {
    list-style: none;
}

.section.with-text:hover {
    background-color: rgba(0, 0, 0, 0.6);
    transition: background-color 100ms ease;
    -webkit-transition: background-color 100ms linear;
}

.section iframe {
    width: 90%;
    height: 90%;
}

.ge-pie-foto {
    padding-top: 70vh;
}

@media (max-width: 700px) {
    .section.with-text {
        background-color: rgba(0, 0, 0, 0.6);
        transition: background-color 100ms ease;
        -webkit-transition: background-color 100ms linear;
    }

    .section iframe {
        width: 100%;
        height: auto;
    }

    .ge-pie-foto {
        padding-top: 50vh;
    }
}
