body {
    margin: 0;
    padding: 0;
    font-family: Helvetica, sans-serif;
    background-color: #FAFAFA;
}

a {
    text-decoration: none;
    color: white;
}

button {
    cursor: pointer;
}

.title {
    z-index: 1;
    position: relative;
    top: 0;
    width: 100%;
    height: auto;
    background-color: #8B87C2;
    color: white;
    font-size: 60px;
    padding-top: 20px;
    padding-bottom: 80px;
    border-bottom: 10px solid #5E2A4A;
}

.titletext {
    margin-left: 25px;
    float: left;
}

.menu {
    float: right;
    position: relative;
    font-size: 25px;
    margin-right: 80px;
    margin-top: 30px;
}

.menu a {
    margin-left: 30px;
}

.menu a:hover {
    text-decoration: underline;
}

@media (max-width: 900px) {
    .titletext {
        float: none;
    }

    .menu {
        float: left;
        margin-left: 0px;
        margin-right: 0px;
    }
}


@media (max-width: 520px) {
    .title {
        padding-bottom: 170px;
    }

    .menu {
        display: grid;
        grid-template-columns: auto;
    }
}


.container {
    width: 100%;
}


.general {
    display: grid;
    grid-gap: 50px;
    grid-template-columns: auto auto;
    margin-left: 15%;
    margin-right: 15%;
}

@media (max-width: 1200px) {
    .general {
        margin-left: 5%;
        margin-right: 5%;
    }
}

@media (max-width: 800px) {
    .general {
        grid-template-columns: auto;
    }
}

.general table {
    border-radius: 20px;
    background-color: white;
    border: 1px solid #5E2A4A;
    color: #5E2A4A;
    padding: 20px;
    position: relative;
    top: 50px;
    width: 100%;
    min-width: 300px;
    max-width: 700px;
}

.general td {
    width: 30%;
    height: 20px;
}

.general td+td {
    width: 50%;
    height: 20px;
}


.topimage {
    position: relative;
    top: 50px;
    width: 100%;
    max-width: 500px;
}


.centerfamily {
    background-color: #8B87C2;

    position: relative;
    width: 100%;
    padding-top: 150px;
    padding-bottom: 150px;
    margin-top: -120px;
    text-align: center;
}

.centerfamily2 {
    display: inline-block;
}

.familytitle {
    z-index: 10;
    width: 100%;
    text-align: center;
    font-size: 50px;
    color: white;
    position: relative;
}


.spotify {
    width: 100%;
    text-align: center;
    background-color: #5E2A4A;
    font-size: 50px;
    color: white;
    padding-top: 80px;
    padding-bottom: 80px;
    margin-bottom: -190px;
}

.spotify iframe {
    width: 90%;
    max-width: 800px;
    height: 850px;
    border-radius: 10px;
}


.footertitle {
    z-index: 10;
    width: 100%;
    text-align: center;
    font-size: 50px;
    color: #5E2A4A;
    position: relative;
    top: 120px;
    margin-top: 100px;
}

.footer {
    background-color: #CCEAFD;
    color: #5E2A4A;

    position: relative;
    left: 0;
    width: 100%;
    padding-top: 150px;
    padding-bottom: 100px;
    bottom: 0px;
}

.footergrid {
    position: relative;
    width: 850px;
    margin-left: -425px;
    left: 50%;
    grid-template-columns: 250px 250px 250px;
    display: grid;
    grid-gap: 20px;
}

@media (max-width: 900px) {
    .footergrid {
        width: 350px;
        margin-left: -150px;
        grid-template-columns: 250px;
        grid-gap: 20px;
    }
}

@media (max-width: 550px) {
    .footergrid {
        left: -20px;
        margin: 0 auto;
        width: 80%;
        max-width: 300px;
        grid-template-columns: auto;
        grid-gap: 20px;
    }
}

.footer button {
    margin-left: 20px;
    width: 100%;
    height: 40px;
    border-radius: 0;
    border: 1px solid #5E2A4A;
    font-size: 30px;
    background-color: white;
    color: #5E2A4A;
    cursor: pointer;

    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}

.footer button:hover {
    background-color: #5E2A4A;
    color: white;
}


.quote {
    width: 100%;
    text-align: center;
    background-color: #5E2A4A;
    color: white;
    font-size: 40px;
    padding-top: 250px;
    padding-bottom: 250px;
}


.quote span {
    position: absolute;
    right: 10%;
}

#black {
    background-color: black;
    position: fixed;
    top: -1px;
    bottom: 100%;
    left: 0;
    right: 0;
    z-index: 1000;
    pointer-events: none;
    text-align: center;
    font-size: 0;
    font-weight: 900;
    color: black;
}

#black span {
    position: relative;
    top: 50%;
    margin: -5px;
}
