
.home-welcome-container {
    text-align: center;
    margin-bottom: 15px;
}

.home-background-image {
    position: fixed;
    bottom: 0;
    background-image: url('../img/EAMN_Background-scaled_blue.jpg');
    background-repeat: no-repeat;
    background-position: bottom;
    background-size: 100%;
    margin: 0px;
    width: 100%;
    height: 100vh;
    z-index: -2; 
}

.home-white-button {
    background-color: white;
    padding-left: 60px;
    padding-right: 60px;
    padding-top: 12px;
    padding-bottom: 12px;
    margin-top: 25px;
    border: none;
    color: var(--primary-colour);
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-family: "Roboto Condensed", Sans-serif;
    font-size: 2.5rem;
    font-weight: 700;
    line-height: 1.1em;
    cursor: pointer;
    box-shadow: 1px 1px 3px 5px rgba(0, 0, 0, 0.12);
}

.home-white-button:hover {
    background-color: transparent; /*var(--secondary-colour);*/
    outline:2px solid white;
    color: white;
}

.home-subtext-container {
    align-items: end; 
    z-index: -1;
}

.home-subtext {
    font-size: 1em; 
    margin-bottom: 130px;
}


.springer-logo {
    width: 400px;
    display: block;
    margin: 40px auto;
}

.meet-screenshot {
    max-width: 1200px;
    display: flex;
}

.instructions-container {
    max-width: 1200px;
    display: flex;
    height: 100%;
}

.instructions-screenshot {
    height: 50%;
    margin-top: 95px;
    box-shadow: 1px 1px 8px 3px rgba(0, 0, 0, 0.1);
}

.home-headerLogo {
        height:190px;
        margin-left: 1em;
        background: none;
        margin-top: 8em;
}

@media (max-width: 1000px) {
    /*
    .home-white-button{
        font-size: 5rem;
        padding: 20px 100px;
        margin-top: 50px;
    }*/
    .home-headerLogo {
        height: 21vh;
        max-height: 30vw;
        margin-top: 14vh;
        margin-right: 35px;
    }
    .springer-logo {
        width: 80vw;
    }
    .home-subtext {
        font-size: 3vw;
        text-align: center;
        margin: 35vw 50px;
    }
    .instructions-container {
        flex-direction: column;
        align-items: center;
        margin: 0 2em;
        margin-bottom: 190px;
    }
    .instructions-container .width-50{
        width: 100%;
    }
    .meet-screenshot {
        width: 50%!important;
    } 
}

