
body {
    background-color: black;
    color: lightgray;
    height: 100vh;
    width: 100vw;
    overflow: hidden;
}

#links {
    width: 50%;
    position: absolute;
    height: 100%;
    padding: 3%;
    text-align: center;
}

#wrap-right {
    left: 50%;
    width: 50%;
    position: absolute;
    height: 100%;
}

#julia {
    overflow: hidden;
    background-size: cover;
    background-position: 50% 60%;
    background-image: url('../img/julia_ph.jpg');
    height: 100%;
    transform: scaleX(-1);
}



#buttons {
    margin: auto;  
}


button {
    background-color: rgba(0, 0, 0, 0);
    border: 3px solid lightgray;;
    color: lightgray;
    padding: 1rem 4rem;
    margin-top: 8%;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 1.2em;
    font-weight: 600;
    cursor: pointer;

    transition: all 0.2s ease;
}

button:hover {
    color: black;
    background-color: lightgray;
}

#galerie {
    margin-right: 5%;
}

#kontakt {
    margin-left: 5%;
}

/* Links */


#linkList {             /* Block der SM-Links, Position etc */
    position: absolute;
    text-align: center;
    bottom: 2%;
    left: 50%;
    transform: translateX(-50%);
    z-index: 100;
}

@media only screen and (max-width: 1240px) {
    

    button, button:hover {
        border: 2px solid lightgray;;
        color: lightgray;
        padding: 1.1rem 2.2rem;
        margin-top: 15%;
        text-align: center;
        text-decoration: none;
        display: inline-block;
        font-size: 1.2rem;
        font-weight: 600;
        cursor: pointer;
    }
}

@media only screen and (max-width: 734px) {
    #links {
        width: 100%;
    }

    #wrap-right {
        display: none;
    }

    body::after {
        content: "";
        background: url('../img/julia_ph.jpg');
        background-size: cover;
        background-position: center;
        opacity: 0.35;
        top: 0;
        left: 0;
        bottom: 0;
        right: 0;
        position: absolute;
        z-index: -1;   
    }

    button, button:hover {
        border: 2px solid lightgray;;
        color: lightgray;
        padding: 0.9rem 1.8rem;
        margin-top: 5%;
        text-align: center;
        text-decoration: none;
        display: inline-block;
        font-size: 1.2rem;
        font-weight: 600;
        cursor: pointer;
    }
    
}


/*
font-family: 'Baskervville', serif;
font-family: 'Poppins', sans-serif;
font-family: 'Roboto Slab', serif;
font-family: 'Sulphur Point', sans-serif;
font-family: 'Inconsolata', monospace;
font-family: 'Source Code Pro', monospace;
font-family: 'Cinzel', serif;
font-family: 'Zilla Slab', serif;
font-family: 'Alegreya', serif;
*/