@font-face {
    font-family: "Saira";
    src:url("fonts/SairaCondensed-Thin.ttf");
}

body {
    background-color: black;
    font-family: 'Saira', sans-serif;
}

.picture {
    background: linear-gradient( rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5) ), 
    url("https://lh3.googleusercontent.com/pw/AM-JKLX1VzVx-Gye9gu0Vsd3jmvThUJKLneD4uW7feJBXg1PeneqUBZTcUR_YZlNfmI2evPuHtwvJoL2CqA79jUgfZiSkTlCDs0ePP1RJxzhoC1pP-2bUK4V9Rq-Yqj22Re1p_wkxkagRQjbSeknI3TECYM=w2048-h1365-no");
    background-size: cover;
    background-position: top;
    background-repeat: no-repeat;
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0px;
    left: 0px;
}

.picture h1 {
    color: white;
    text-align: center;
    font-size: 10em;
    padding: 0px;
    margin: 0px;
    padding-right: 30px;
    border-right: 5px solid white;
    height: 300px;
    line-height: 280px;
}

.picture a {
    color: white;
    text-decoration: none;
}

.memorial_title {
    display: flex;
    width: 100%;
    height: 100%;
    margin-left: auto;
    margin-right: auto;
    align-items: center;
    justify-content: center;
}

.memorial_menu {
    color: white;
    font-size: 1.5em;
    margin: 0px;
    padding: 0px;
    padding-left: 30px;
}

.mobile_menu {
    display: none;
}

.memorial_menu h2 {
    margin: 0px;
    font-weight: lighter;
}

.no-picture {
    background-color: black;
    position: absolute;
    width: 100%;
    top: 100%;
    left: 0px;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.no-picture h2 {
    color: white;
    font-size: 2.5em;
}

#memorial_slideshow {
    padding: 50px;
}

#memorial_slideshow h2 {
    margin: 0px;
    margin-bottom: 10px;
}

#funeral_service {
    padding: 50px;
    padding-top: 15px;
}

#funeral_service h2 {
    margin: 0px;
    margin-bottom: 10px;
}

#burial_service {
    padding: 50px;
    padding-top: 15px;
    padding-bottom: 65px;
}

#burial_service h2 {
    margin: 0px;
    margin-bottom: 10px;
}

iframe {
    border: none;
}

/* Small devices (landscape phones, 576px and under) */
@media (max-width: 576px) {
    .picture {
        width: 100%;
        height: 100%;
        background-size: cover;
        background-position: center;
    }
    p {
        font-size: 2em;
    }
    button {
        background-color: black;
    }
    .memorial_menu {
        display: none;
    }
    .mobile_menu {
        display: block;
        font-size: 1.3em;
        text-align: center;
    }
    .memorial_title h1 {
        display: none;
    }
    .no-picture {
        display: none;
    }
}