body {
    background-image: linear-gradient(45deg, #008248,#231B30);
    color : #fff;
    font : 1.2em 'Lato', sans-serif;
    height: 100%;
    margin: 0;
    width: 100%;
}

h1{
    font-size: 2.3em;
}
@media(min-width: 1000px) {
    h1{
        font-size: 4em;
    }
}

p{
    color: #e8e0dc;
    font-size: 1.2em;
}
@media(min-width: 768px) {
    p{
        margin-right: 20%;
    }
}

.container{
    align-items: center;
    display: flex;
    justify-content: center;
    max-width: 100%;
}

.container div{
    display: flex;
    width: 40%;
    height: 100vh;
}

.container div:first-child{
    flex-direction: column;
    justify-content: center;
    text-align: left;
}

div.picture_bg{
    /*background-image: url('oceanbranch.jpg');*/
    background-image: url('lionmia.jpg');
    background-position: center top;
    justify-content: flex-end;
}
@media(min-width: 768px) {
    div.picture_bg{
        background-position: center center;
    }
}

div.picture_bg p{
    align-self: flex-end;
    opacity: 0.4;
    margin: 0;
    padding: 0 4% 2% 0;
}

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

.container{
    align-items: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    max-width: 100%;
}

.container div{
    display: flex;
    width: 80%;
    height: 50vh;
}
    
}
