#landing_container{
    width: 115%;
    background-image: url("../images/landing_back.png");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 900px;
    padding: 50px 15% 0 0;
    margin-top: -50px;
}
#logo_container{
    display: flex;
    justify-content: center;
    align-content: center;
}

#landing_logo{
    width: 10%;
    height: auto;
    margin-top: 2%;
}

#name{
    text-align: center;
    padding-top: 0;
    font-size: 400%;
    font-family: Georgia, 'Times New Roman', Times, serif;
    font-weight: 900;
    color: #DA8928;
    margin-top: 20px;
}

#slogan{
    font-family: fantasy;
    letter-spacing: 1px;
    text-align: center;
    color: #259B99;
    font-size: 35px;
    margin: 0%;
    padding-top: 10px;
    font-weight: 500;
}
#landing_buttons{
    display: flex;
    justify-content: center;
    align-content: center;
    width: 25%;
    margin-top: 20px;
    margin-left: 37.5%;
    margin-right: 37.5%;
}

#landing_intro{
    justify-content: center;
    align-content: center;
    padding: 0 10% 0 10%;
    color: rgb(81, 78, 78);
    text-align: center;
    font-weight: 600;
    margin-bottom: 0%;
    margin-top: 5%;
}

#landing_intro p{
    padding: 0 8% 0 8%;
}

.button_landing{
    text-decoration: none;
    background-color: #259B99;
    height: 40%;
    color: #FEFEFE;
    font-size: 110%; 
    font-weight: 800;
    text-align: center;
    line-height: 40px; 
    display: inline-block; 
    width: 80%;
    border-radius: 8px;
    margin: 0 15px 0 15px;
    padding: 2% 5% 2% 5%;
}