body {
    font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif; 
    margin: 0;
}

.container {
    text-align: center;
    padding-bottom: 20px;
}

.container2 {
    text-align: center;
    padding-bottom: 180px;
    min-height: 800px;
    overflow-y: auto;
}

.video-wrap {

}

.bg {
    background-image: url('./../img/bg-shore-sunset.jpg');
    background-position: center center;
    background-size: cover;
    width: 100vw;
    height: 100vh;
    overflow: hidden;

}

.bg-2 {
    background-image: url('./../img/bg-sunset.jpg');
    background-position: top center;
}

.bg-blue {
    background: #0e304b;
    width: 100vw;
    height: 100vh;
    overflow: hidden;
}

.six-words-wrap {
    max-width: 600px;
    margin: 60px auto 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    position: relative;
    z-index: 100;

}

.six-words-wrap button {
    outline: 0;
    border: 1px solid #fff;
    border-radius: 30px;
    background: transparent;
    color: #fff;
    border-radius: 30px;
    margin: 10px 4px;
    font-weight: bold;
    padding: 10px 30px;
    cursor: pointer;
}

.six-words-wrap button:hover, .six-words-wrap button:active {
    outline: 0;
    background: #000;
    color: #fff;
    border: 1px solid #000;
}

.embed-player {
    position: relative;
    overflow: hidden;
    padding-top: 56.25%;
    max-width: 900px;
    width: 90%;
    margin: 0 auto;
    margin: 20px auto 8px auto;
}

.embed-player iframe {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    border: 0;
    max-height: 600px;
}

.user-info {
    margin-top: 40px;
}

.user-info img {
    border-radius: 50%;
    width: 60px;
    height: auto;
}

.user-info  h2 {
    margin-top: 4px;
    font-size: 1em;
}

.bg h2, .bg-blue h2 {
    color: #fff;
}

.bubble {
    border: 1px solid #000;
    padding: 16px;
    border-radius: 30px;
    width: auto;
    max-width: 400px;
    margin: 8px auto;
    font-weight: bold;
    position: relative;
}


.sb10:before {
  content: "";
  width: 0px;
  height: 0px;
  position: absolute;
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-top: 4px solid transparent;
  border-bottom: 4px solid #000;
  right: 50%;
  top: -9px;
}

.sb10:after {
  content: "";
  width: 0px;
  height: 0px;
  position: absolute;
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-top: 4px solid transparent;
  border-bottom: 4px solid #fff;
  right: 50%;
  top: -8px;
}

.bg .bubble {
     border: 0;
     background: #fff;
     color: #000;
     max-width: 460px;
}
.bg-2 .bubble {
     border: 0;
     background: #fff;
     color: #000;
     max-width: 520px;
}
.bg-blue .bubble {
     border: 0;
     background: #fff;
     color: #000;
     max-width: 520px;
}

.bg .sb10:before {
  border-bottom: 4px solid #fff;
}

#thanks {
    display: none;
    margin: 80px auto 80px auto;
}

    #getQuestion {
        position: relative;
    }

img.fg {
    position: absolute;
    top: -90%;
    left: 50%;
    transform: translateX(-50%);
    width: 400px;
    height: auto;
    z-index: 1;
    opacity: .4;
}

img.fg-2 {
    top: -10%;
}

.error {
    display: none;
    margin: 40px auto 40px auto;
}

.error-white {
    color: #fff;
}

.thanks-white {
    color: #fff;
}

.input-is-life {
    display: flex;
    justify-content: center;
    margin: 120px auto 80px auto;
}
.input-is-life h1 {
    font-size: 5em;
    margin: 0 0 0 6px;
    text-transform: uppercase;

}

.input-is-life input {
    border: 0;
    outline: 0;
    background: transparent;
    border-bottom: 7px solid black;
    /* max-width: 160px; */
    width: auto;
    text-align: center;
    font-size: 2em;
    text-transform: uppercase;
}

.input-name {
    margin-top: 60px;
    z-index: 2;
    position: relative;
}

.input-name input {
    outline: 0;
    border: 1px solid #000;
    border-radius: 30px;
    background: transparent;
    padding: 14px 16px;
    width: auto;
    text-align: center;
    font-size: 1em;
    font-weight: bold;
}

.white input {
    outline: 0;
    border: 1px solid #fff;
    color: #fff;
}

.white input::placeholder {
    color: #fff;
}

.input-name button {
    outline: 0;
    background: #000;
    color: #fff;
    border: 0;
    border-radius: 30px;
    margin-left: 16px;
    font-weight: bold;
    padding: 16px 40px;
}

.white button {
    background: #fff;
    color: #000;
}

.input-question {
    margin: 120px auto 80px auto;
    z-index: 2;
    position: relative;
}

.input-question input {
    border: 0;
    outline: 0;
    background: transparent;
    max-width: 600px;
    width: auto;
    text-align: center;
    font-size: 2em;
    color: #fff;
}

.input-question input::placeholder { 
  color: #fff;
  opacity: .7;
}

.list {
    text-align: center;
    display: flex;
    justify-content: center;
     margin: 40px auto 40px auto;
}

.list ul {
    list-style-type: none;
    text-align: left;
    margin: 0;
}

.list ul li {
    margin: 20px 0;
    color: #fff;
    font-size: 1.5em;
}
.list ul li input {
    margin-right: 10px;
    width: 20px;
    height: 20px;
    color: #000;
}
.list ul li input:checked:after {
    background-color: #000;
}

@media only screen and (max-width: 500px) {
    body {
        /* overflow-x: hidden; */
    }

    .bg-2 {
        background-position: bottom left;
        background-size: initial;
    }

    .list {
        margin: 20px auto 10px auto;
    }
    

    .content {
        padding: 20px;
        text-align: center;
      
        /* overflow-x: hidden; */
    }
    

    .user-info {
        max-width: 340px;
        margin-left: auto;
        margin-right: auto;
    }

    .input-is-life {
        margin: 60px auto 40px auto;
    }
    .input-is-life h1 {
        font-size: 3em;

    }

    .input-is-life input {
        max-width: 140px;
    }

    #getInput input {
        font-size: 1em;
        width: 300px;
    }


    #getQuestion input {
        font-size: 1em;
        width: 300px;
    }
    
    #getQuestion .input-question {
        font-size: 1.5em;
    }

    #getQuestion ul li input {
        width: 30px;
    }

    #getQuestion .input-question ul li {
        font-size: 1em;
    }

    #submitBtn {
        font-size: 1em;
        margin-top: 20px;
        margin-left: 0;
        width: 300px;
    }

    #thanks {
        /* font-size: 1.75em !important; */
    }

    .error {
        /* font-size: 1.75em !important; */
    }

    .input-question input {
        max-width: 300px;
    }

    .embed-player {
        margin: 40px auto;
    }
}

@media only screen and (max-width: 320px) {
    .input-is-life input {
        max-width: 100px;
    }

    .list {
        margin: 4px auto 4px auto;
    }

    ul {
        margin: 0;
    }

    #getQuestion input {
        width: 240px;
        font-size: .9em;
    }

    #getInput input {
        width: 240px;
    }
    #submitBtn {
        width: 240px;
    }
}