/* CSS Document */

body,
html {
    height: auto;
    margin: 0;
    font-size: 16px;
    font-weight: 500;
    line-height: 1.8em;
}


.container-landing-media {
    background-position: center;
    background-size: cover;
    height: 00vh;
    padding: 0;
    margin: 0;
    z-index: -1;
    position: relative;
    transition: all 0.5s;
}

.pimg1,
.pimg2,
.pimg3 {
    position: relative;
    opacity: 0.95;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;

}

.pimg1 {
    background-image: url('../images/_MG_0964-Bearbeitet.jpg');
    min-height: 100%;

}

.pimg2 {
    background-image: url('../images/LittleGirl_COVER.jpg');
    min-height: 25%;
}

.pimg3 {

    background-image: url('../images/larisa03.jpg');
    min-height: 100%;
}

.logo-heading {
    background-image: url("../images/logo-black.png");
    background-repeat: no-repeat;
    background-position: center;
    margin: auto;
    margin-bottom: 2em;
    background-size: contain;
    width: 300px;
    height: 200px;
    opacity: 0.6;
}

.section,
.section-dark {
    text-align: center;
    font-size: 1.5em;
    min-height: auto;
    vertical-align: middle;
    padding: 10em 0;
}

.section h2,
.section-dark h2 {

    font-family: "Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, "sans-serif";
    font-size: 3em;
    text-transform: uppercase;
    line-height: 1em;
}

.section p {
    max-width: 1050px;
    margin-top: 2em;
    text-align: justify;
    margin: auto;
}


.section-light {
    background-color: #f4f4f4;
    color: #666;
}

.section-dark {
    background-color: #666;
    color: #ddd;
}

.video-container {
    padding-top: 2em;
    margin: auto;
    display: flex;
    justify-content: center;
    flex-shrink: 1;
    flex-grow: 1;
    flex-wrap: wrap;
    max-width: 80%;
}

.video-container iframe {
    flex-shrink: 1;
    flex-grow: 1;
    min-height: 100%;
    z-index: 1;
    margin: 5px;
}

.section-dark .about-conainer {
    margin: auto;
    padding: 1em;
}

main-header .section-dark h2 {
    width: auto;
    margin-bottom: 1em;
}

.section-dark p {
    column-count: 1;
    text-align: justify;
    padding-bottom: 1em;
    margin: 0;
}



#photo {
    position: static;
    height: auto;
    width: auto;
    margin: auto;
    background-color: #000;
}


.ptext {
    box-sizing: border-box;
    position: absolute;
    top: 50%;
    width: 100%;
    text-align: center;
    color: #000;
    font-family: brandon-grotesque, sans-serif;
    font-weight: bold;
    font-size: 20px;
    letter-spacing: 2px;
    text-transform: uppercase;
    line-height: 2em;
}

.ptext p {
    background: rgba(255, 255, 255, 0.3);
    padding: 30px 10px;
    width: auto;
    max-width: 1100px;
    margin: auto;
    line-height: 2em;
}

.image-container {
    display: flex;
    justify-content: center;
}

.image-container img {
    flex-shrink: 1;
    flex-grow: 1;
}


.section-dark .audios {
    display: flex;
    flex-flow: column;
    height: auto;
    max-width: 500px;
    width: auto;
    margin: 2em auto;
}

.audios #audio {
    width: auto;
}

#list {
    list-style: none;
    font-size: 1em;
    margin-bottom: 0;
    font-family: "Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, "sans-serif";
    text-transform: uppercase;
    letter-spacing: 0.2em;
    line-height: 1em;
    padding: 20px 0;
    text-align: justify;
}

#list a {
    text-decoration: none;
    color: #ddd;
    margin-left: 1em;
}

#list li {
    padding: 10px;
}

#list li:hover {
    background-color: #333;
}



#photos {
    /* Prevent vertical gaps */
    line-height: 0;

    -webkit-column-count: 5;
    -webkit-column-gap: 0px;
    -moz-column-count: 5;
    -moz-column-gap: 0px;
    column-count: 5;
    column-gap: 0px;
    margin-top: 3em;
}

#photos img {
    /* Just in case there are inline attributes */
    width: 100% !important;
    height: auto !important;
}

#photos img:hover,
img:active,
img:focus {
    background-color: #000;
    transform: scale(0.95);
    opacity: 0.5;
    transition: 0.5s;
    position: relative;
}

@media (max-width: 1200px) {
    #photos {
        -moz-column-count: 4;
        -webkit-column-count: 4;
        column-count: 4;
    }
}

@media (max-width: 1000px) {
    #photos {
        -moz-column-count: 3;
        -webkit-column-count: 3;
        column-count: 3;
    }
}

@media (max-width: 800px) {
    #photos {
        -moz-column-count: 2;
        -webkit-column-count: 2;
        column-count: 2;
    }
}

@media (max-width: 400px) {
    #photos {
        -moz-column-count: 1;
        -webkit-column-count: 1;
        column-count: 1;
    }
}


@media(max-width: 600px) {
    .pimg1,
    .pimg2,
    .pimg3 {
        background-attachment: scroll;
    }
    .ptext {
        letter-spacing: 2px;
        font-size: 16px;
    }
    .section p {
        font-size: 11px;
        line-height: 1.5em;
    }
    .logo-larias {
        transform: scale(0.5);
    }
    .section {
        padding: 2em 0;
    }
    .section h2 {
        margin-top: 1em;
        font-size: 1.5em;
    }
    .logo-heading {
        transform: scale(0.5);
        margin: 0;
    }

    .video-container {
        max-width: none;
    }

    .video-container iframe {
        min-height: none;
        height: 100%;
    }

}


.container-landing-slidemenu {
    transition: margin-left 0.5s;
    margin-left: 250px;
}

@media(max-width: 1050px) {


    p {
        padding: 0 2em;
    }
    .logo-larias {
        transform: scale(0.5);
    }

}

@media(max-width: 600px) {
    .container-landing-slidemenu {
        margin-left: 150px;
    }
    .logo-txt {
        transform: scale(0.6);
        margin: -1em -2.5em 0 0;
    }
}
