* {
    outline: 0px dotted red;;
}

html,
body {
    width: 100%;
    height: 100%;
}

body {
    margin: 0;
    padding: 0;
    font-family: "Outfit", sans-serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
    color: #ffffff;
    background-color: #000000;
}

.baskervville-300 {
    font-family: "Baskervville", serif;
    font-optical-sizing: auto;
    font-weight: 300;
    font-style: normal;
}

.pinyon-script-regular {
    font-family: "Pinyon Script", cursive;
    font-weight: 400;
    font-style: normal;
}

a {
    color: #ffffff;
    text-decoration: underline;
}

.langswitch {
    position: absolute;
    top: 1rem;
    right: 1rem;
    z-index: 1000;

    a {
        color: #ffffff;
        text-decoration: none;
    }    
}

.container {
    position: absolute;
    width: 100%;
    left: 0;
    padding-top: 100px;    
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 100vh;
}

.main-content {
    text-align: left;
}

.lifeOf {
    margin-bottom: 1.5rem;
    margin-top: 2.5rem;
    font-size: 1.5rem;
    font-weight: 400;   
}

.bornDeath {
    font-size: 1.15rem;
    margin-bottom: 0rem;
    margin-top: 0rem;
    font-family: "Outfit", sans-serif;
    font-optical-sizing: auto;
    font-weight: 500;
    font-style: normal;
    text-transform: uppercase;    
}

.rememberedText {
    font-family: "Outfit", sans-serif;
    font-optical-sizing: auto;
    font-weight: 500;
    font-style: normal;
    text-transform: uppercase;    
    font-size: 1.15rem;
    margin: 0rem auto;
    text-transform: uppercase;
    margin-bottom: 2rem;
}

.serviceInfoHeader {
    font-family: "Baskervville", serif;
    font-optical-sizing: auto;   
    font-size: 1.95rem;
    font-weight: 300;
    font-style: normal;
    display: none;
}

.main-content-inner {
    font-family: "Outfit", sans-serif;
    font-size: 1.20rem;
    line-height: 1.750rem;
    font-weight: 200;
    max-width: 1600px;
    text-align: left;
    padding-left: 5%;
    padding-right: 5%;
    text-align: center;
    position: relative;
    top: 65px;
}

.dtp {
    width: 65%;
    height: auto;
    border-radius: 8px;
    margin: 2rem;
}

.hero-video {
    width: 100vw;
    height: 100vh;
    object-fit: cover;
    position: fixed;
    opacity: 0.45;
}

.headline {
    font-size: 1.5rem;
    margin-top: 1rem;
    margin-bottom: 1rem;
}

.subheadline {
    font-size: 1.25rem;
    margin-bottom: 0rem;
    margin-top: 0rem;
}

.subheadline.pinyon-script-regular {
    font-size: 4.0rem;
}

.headline-4.baskervville-300 {
    font-size: 1.75rem;
    margin: 4rem auto;
}

.headline-3 {
    font-size: 2rem;
    font-weight: 400;
}

.survived-by-content {
    font-size: 1.20rem;
    font-style: italic;
    opacity: 1.0;
    text-align: center;
    margin-top: 5rem;
    margin-bottom: 2rem;
}

.survived-by-family {
    font-size: 1.5rem;
    font-style: italic;
    opacity: 1.0;
    margin-top: 3rem;
    margin-bottom: 5em;
}

.survived-by {
    font-size: 1.20rem;
    font-style: italic;
    opacity: 1.0;
    text-align: center;
}

.offerings {
    font-size: 1.0rem;
    font-style: italic;
    opacity: 1.0;
    text-align: center;
    margin-top: 4rem;
    margin-bottom: 0rem;
}

h2 {
    text-align: center;
    font-weight: 400;
    font-size: 1.75rem;
    margin-top: 3rem;
}

.location {
    font-size: 1.25rem;
    margin-bottom: 1rem;
    margin-bottom: 3rem;
    text-align: center;
    font-weight: 300;
    display: none;

    .location-name {
        font-weight: 400;
        font-size: 1.65rem;
        margin-bottom: 0.5rem;
    }

    .map-icon {
        width: 26px;
        height: auto;
        vertical-align: middle;
        margin-left: 10px;
        margin-bottom: 10px;
    }
}

.service-info {
    display: none; /* block; */

    & > div {
        margin-bottom: 1rem;
        background-color: #ffffff;
        color: #000000;
        padding: 2px;
        padding-bottom: 25px;       
        font-size: 1.150rem;
        text-align: left;
        border-radius: 0px;
            
        .schedule-item {
            padding-left: 1rem;
            padding-right: 1rem;
        }

        .bar {
            width: 100%;
            height: 4px;
            background-color: #cc0000;
            margin-bottom: 1rem;
        }

        .header {
            font-weight: 500;
            margin-top: 1.5rem;
            margin-bottom: 0.5rem;
            text-transform: uppercase;
            text-align: center;
        }
    }
}

.flex-container {
  display: flex;
  flex-wrap: wrap;
  margin-top: 5rem;
  margin-bottom: 5rem;

  .flex-column {
    flex-basis: 100%;
    
    .content-inner {
      padding: 0rem;
      text-align: center;
      margin-bottom: 1rem;
    }   

    img {
        width: 100%;        
        height: auto;
        border-radius: 0px;
        margin: 0rem;
    }
  }
}

.footer {
    opacity: 0.75;
    color: #ffffff;
    text-align: center;
    padding: 0rem;
    font-size: 1.0rem;
    font-weight: 100;
    margin-top: 0rem;
    margin-bottom: 2rem;

    span {
        display: block;
    }
}   

@media screen and (min-width: 992px) {
    .headline {
        font-size: 4rem;
        line-height: 4rem;
        margin-top: 2rem;
        margin-bottom: 2rem;
    }  

    .main-content-inner {
        font-family: "Outfit", sans-serif;
        font-size: 1.5rem;
        line-height: 2.50rem;
        font-weight: 200;
        max-width: 1600px;
        text-align: center;
        padding-left: 5%;
        padding-right: 5%;
    }

    .subheadline.pinyon-script-regular {
        font-size: 8.0rem;
    }

    .subheadline.parisienne-regular {
        font-size: 6.5rem;
    }

    .headline-4.baskervville-300 {
        font-size: 3rem;
        margin: 4rem auto;
    }

    .dtp {
        width: 600px;
        height: auto;
        margin: 4rem;
        border-radius: 15px;
    }

    .subheadline {
        font-size: 1.50rem;
        margin-bottom: 1rem;
        margin-top: 1rem
    }
    
    .survived-by-content {
        font-size: 1.5rem;
        font-style: italic;
        opacity: 1.0;
        margin-top: 3rem;
        margin-bottom: 4rem;
    }

    .survived-by-family {
        font-size: 1.5rem;
        font-style: italic;
        opacity: 1.0;
        margin-top: 3rem;
        margin-bottom: 8em;
    }
    
    .offerings {
        font-size: 1.3rem;
        font-style: italic;
        opacity: 1.0;
        text-align: center;        
        margin: 3rem auto 0rem auto;
        width: 60%;
    }

    .serviceInfoHeader {
        text-align: center;
        font-weight: 400;
        font-size: 3.25rem;
        margin-top: 5rem;
        display: none;
    }

    .lifeOf {
        margin-bottom: 3rem;
        margin-top: 3rem;
        font-size: 1.5rem;
        font-weight: 400;   
    }

    .bornDeath { 
        font-size: 1.5rem;
    }

    .rememberedText { 
        font-size: 1.5rem;
        font-weight: 400;
        margin: 0rem auto;
        text-transform: uppercase;
        margin-bottom: 3rem;
    }

    .location {
        font-size: 1.5rem;
        margin-bottom: 1rem;
        margin-bottom: 3rem;
        text-align: center;
        font-weight: 300;

        .location-name {
            font-weight: 400;
            font-size: 2.25rem;
            margin-bottom: 0.5rem;
        }

        .map-icon {
            width: 30px;
            height: auto;            
            margin-left: 10px;
            margin-bottom: 10px;
        }
    }

    .service-info {
        display: none; /* flex */

        & > div {

            .bar {
                width: 100%;
                height: 6px;
                background-color: #cc0000;
                margin-bottom: 1rem;
            }
          
            margin-bottom: 1rem;
            background-color: rgba(255, 255, 255, 1);
            color: black;
            padding: 3px;
            padding-bottom: 25px;
            margin: 1.25rem;
            flex-basis: 50%;
            font-size: 1.25rem;

            .schedule-item {
                padding-left: 2rem;
                padding-right: 2rem;
            }
        }
    }

    .footer {
        font-size: 1.2rem;

        span {
            display: inline;
        }
    }
}

@media screen and (min-width: 768px) {
  .flex-container {

    .flex-column {

        .content-inner {
            padding: 0.5rem;
            margin-bottom: 0rem;
        }
    }

    .flex-column {
      flex-basis: 50.0%;
    }
  }
}


.video-container {
    position: relative;
    width: 100%;
    max-width: 1920px;
    height: auto;
    margin: 0 auto;
    overflow: hidden;
}

#dtp-video {
    border: 0px solid red;
    width: 100%;
    max-width: 1920px;
    height: auto;
    margin: 0 auto;
}


/*
@media screen and (min-width: 768px) {
  .flex-container {
    .flex-column {
      flex-basis: 33.33%;
    }
  }
}

@media screen and (min-width: 992px) {
  .flex-container {
    .flex-column {
      flex-basis: 25%;
    }
  }
}

@media screen and (min-width: 1400px) {
  .flex-container {
    .flex-column {
      flex-basis: 50%;
    }
  }
}
  */