body {
    margin: 0;
    padding: 0;
    font-family: "Georgia", serif;
    font-weight: 500;
    background-color: #000000;
    overflow-x: hidden;
}
.display-play {
    font-family: "Playfair Display", serif;
    color: #ffffff;
}

strong {
    font-weight: 800;
}

section {
    margin: 0;
    padding: 0;
}

#header > h2 {
    width: 80%;
    margin: 0 auto !important;
}

.openstep {
    margin: 0;
    padding: 0;
}

.kenburns {
    overflow: hidden;
}

.kenburns-top {
    -webkit-animation: kenburns-top 10s linear infinite alternate both;
    animation: kenburns-top 10s linear infinite alternate both;
}

@-webkit-keyframes kenburns-top {
    0% {
        -webkit-transform: scale(1) translateY(0);
        transform: scale(1) translateY(0);
        -webkit-transform-origin: 50% 16%;
        transform-origin: 50% 16%;
    }

    5% {
        -webkit-transform: scale(1) translateY(0);
        transform: scale(1) translateY(0);
        -webkit-transform-origin: 50% 16%;
        transform-origin: 50% 16%;
    }

    95% {
        -webkit-transform: scale(1.1) translateY(-15px);
        transform: scale(1.1) translateY(-15px);
        -webkit-transform-origin: top;
        transform-origin: top;
    }

    100% {
        -webkit-transform: scale(1.1) translateY(-15px);
        transform: scale(1.1) translateY(-15px);
        -webkit-transform-origin: top;
        transform-origin: top;
    }
}

@keyframes kenburns-top {
    0% {
        -webkit-transform: scale(1) translateY(0);
        transform: scale(1) translateY(0);
        -webkit-transform-origin: 50% 16%;
        transform-origin: 50% 16%;
    }

    5% {
        -webkit-transform: scale(1) translateY(0);
        transform: scale(1) translateY(0);
        -webkit-transform-origin: 50% 16%;
        transform-origin: 50% 16%;
    }

    95% {
        -webkit-transform: scale(1.1) translateY(-15px);
        transform: scale(1.1) translateY(-15px);
        -webkit-transform-origin: top;
        transform-origin: top;
    }

    100% {
        -webkit-transform: scale(1.1) translateY(-15px);
        transform: scale(1.1) translateY(-15px);
        -webkit-transform-origin: top;
        transform-origin: top;
    }
}

/* .mobileshow{
      display:block;
  }

  .videoshow{
    display:none !important;
} */

.black {
    color: #000000;
}
#bean {
    position: fixed;
}
#bean2,
#bean3,
#bean4,
#bean5,
#bean6 {
    opacity: 0;
}
h3 {
    line-height: 1.2em;
    font-size: 2em;
}
.sticky {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    overflow: hidden;
}

.fade-out {
    animation: fadeOut ease 2s;
    animation-fill-mode: forwards;
}

@keyframes fadeOut {
    0% {
        opacity: 1;
    }
    100% {
        opacity: 0;
    }
}

.fade-in {
    animation: fadeIn ease 1s;
    animation-fill-mode: forwards;
}

@keyframes fadeIn {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}
.dropbtn {
    background-color: #000000;
    color: white;
    padding: 5px;
    font-size: 14px;
    border: none;
    cursor: pointer;
}

.dropdown {
    position: relative;
    display: inline-block;
}

.dropdown-content {
    display: none;
    position: absolute;
    background-color: #f9f9f9;
    box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
    z-index: 1;
}

.dropdown-content article {
    color: black;
    padding: 5px;
    text-decoration: none;
    display: block;
}

.dropdown-content a:hover {
    background-color: #f1f1f1;
}

.dropdown:hover .dropdown-content {
    display: block;
}

.dropdown:hover .dropbtn {
    background-color: #e74730;
}

.disclaimer {
    position: fixed;
    background: #001e3c;
    font-size: 12px;
    text-align: right;
    padding: 3px 10px;
    right: 0;
    bottom: 45px;
    font-weight: 300;
    line-height: 16px;
}

a,
a:hover,
a:visited {
    color: #ddbb8a;
    text-decoration: none;
    font-weight: 500;
}

em {
    display: block;
    padding: 5px;
    padding-bottom: 0px;
    text-align: right;
    font-family: "Playfair Display", serif;
    font-size: 14px;
    opacity: 0.8;
    line-height: 18px;
}

.bgimg-1,
.bgimg-2,
.bgimg-3,
.bgimg-4,
.bgimg-5,
.bgimg-6,
.bgimg-7,
.bgimg-8,
.bgimg-9,
.bgimg-10,
.bgimg-11,
.bgimg-12,
.bgimg-13,
.bgimg-14,
.bgimg-15,
.bgimg-16,
.bgimg-17,
.bgimg-18,
.bgimg-19,
.bgimg-20,
.bgimg-open0,
.bgimg-open1,
.bgimg-open2 {
    position: relative;
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100vh;
}
/* .bgimg-open1, .bgimg-open2{
      background-color:#001E3C;
  } */

.bgimg-1 {
    background-image:
        linear-gradient(to bottom, rgba(0, 30, 60, 1) 0%, rgba(0, 30, 60, 0.1) 40%),
        url("./gfx/hormuzposterimage.jpg");
    min-height: 600px;
}

.bgimg-2 {
    background-image:
        linear-gradient(to bottom, rgba(8, 4, 44, 0.5), rgba(8, 4, 44, 0.5)),
        url("./gfx/hormuzposterimage.jpg");
    min-height: 600px;
}

/* Turn off parallax scrolling for tablets and phones */
@media only screen and (max-device-width: 1024px) {
    .bgimg-1,
    .bgimg-2,
    .bgimg-3,
    .bgimg-4,
    .bgimg-5,
    .bgimg-6,
    .bgimg-7,
    .bgimg-8,
    .bgimg-9,
    .bgimg-10,
    .bgimg-11,
    .bgimg-12,
    .bgimg-13,
    .bgimg-14,
    .bgimg-15,
    .bgimg-16,
    .bgimg-17,
    .bgimg-18,
    .bgimg-19,
    .bgimg-20,
    .bgimg-open0,
    .bgimg-open1,
    .bgimg-open2 {
        background-attachment: scroll;
    }
}

#map {
    top: 0;
    height: 100vh;
    width: 100vw;
    position: fixed;
}

#mapInset {
    bottom: 50px;
    right: 30px;
    height: 180px;
    width: 250px;
    max-width: 100%;
    position: fixed;
    z-index: 1;
    opacity: 1;
    transition: opacity 0.5s ease-in-out;
    pointer-events: none;
}

#header {
    margin: auto;
    width: 100%;
    height: 50vh;
    min-height: 100%;
    position: relative;
    z-index: 5;
    background:
        linear-gradient(0deg, rgba(25, 26, 25, 0.7) 0%, rgba(25, 26, 25, 0.1) 100%),
        url("./gfx/hormuzposterimage.jpg");
    background-color: #040218;
    background-size: cover;
    background-position: 50% 90%;
    /* padding-top: 70px; */
}

#header h1,
#header h2,
#header p {
    margin: 0;
    padding: 5px;
    text-align: center;
    font-family: "Playfair Display", serif;
}

#header h1 {
    margin-top: 20px;
    padding: 20px;
    line-height: 100%;
    /* background-color: #191A1A; */
}
h1 {
    margin-top: 2px;
}

#footer {
    width: 100%;
    min-height: 5vh;
    padding-top: 2vh;
    padding-bottom: 2vh;
    text-align: center;
    line-height: 25px;
    font-size: 16px;
    position: relative;
    z-index: 5;
}
#footer p {
    padding: 20px;
}

#features {
    padding-top: 0;
    padding-bottom: 0;
}

.hidden {
    visibility: hidden;
}

.centered {
    width: 100vw;
    margin: 0 auto;
    /* padding-top: 0 !important; */
    /* padding-bottom: 0 !important; */
}

.lefty {
    width: 37vw;
    margin-left: 2vw;
}

.righty {
    width: 33vw;
    margin-left: 62vw;
}

.fully {
    width: 100%;
    margin: auto;
}

.light {
    color: #444;
    background-color: #460b23;
}

.dark {
    color: #fafafa;
    background: linear-gradient(180deg, rgb(8, 4, 44), rgb(40, 2, 21));
    background: #191a1a;
}

.dark img {
    text-align: center;
    display: block;
    margin-left: auto;
    margin-right: auto;
    padding: 1%;
}

.step {
    padding-top: 42vh;
    padding-bottom: 42vh;
    opacity: 0.999;
}

.step.active {
    opacity: 0.999;
}

.step div {
    padding: 0px 0px;
    line-height: 22px;
    font-size: 14px;
}

.step img {
    width: 98%;
}

.step p {
    padding: 20px 30px 30px 30px;
    font-size: 1.3em;
    font-weight: 300;
    line-height: 1.5em;
}

.menuitem p {
    padding: 10px 15px 10px 15px;
    display: inline-block;
}

@media (min-width: 750px) {
    .centered div em,
    .centered div p,
    .centered div img,
    .centered div div .centered article {
        width: 70vw;
        margin: 0 auto;
    }
    .centered div img {
        padding: 1px;
    }

    .step {
        padding-top: 35vh;
        padding-bottom: 35vh;
        opacity: 0.999;
    }

    .disclaimer {
        font-size: 15px;
        bottom: 20px;
    }
}

@media (max-width: 750px) {
    .centered,
    .lefty,
    .righty,
    .fully {
        width: 100vw;
        margin: 0 auto;
    }

    /* .mobileshow{
        display:none;
    }

    .videoshow{
        display:block;
    } */
}

/* Fix issue on mobile browser where scroll breaks  */
.mapboxgl-canvas-container.mapboxgl-touch-zoom-rotate.mapboxgl-touch-drag-pan,
.mapboxgl-canvas-container.mapboxgl-touch-zoom-rotate.mapboxgl-touch-drag-pan .mapboxgl-canvas {
    touch-action: unset;
}

/* Custom style **********************************************************************/
h1 {
    color: #ffffff;
    font-weight: 550;
    font-size: 1.8em;
    line-height: 125%;
    text-align: center;
    font-family: "Playfair Display", serif;
}

h2 {
    font-size: 1.3em;
    font-weight: 600;
    font-family: "Playfair Display", serif;
    text-align: left;
    margin-block-start: 0.5em;
    margin-block-end: 0.82em;
    line-height: 120%;
}

h3 {
    color: rgb(255, 255, 255);
    text-align: left;
    font-family: "Playfair Display", serif;
    font-weight: 800;
    padding: 10px;
}

p {
    color: rgb(255, 255, 255);
    margin-block-end: 0;
    margin-block-start: 0;
}

#identifier-0 p {
    text-align: center;
}

#header > h2 {
    color: rgb(255, 255, 255);
    font-weight: 300;
}

#header > p {
    color: #ddbb8a;
    /* color: #d29b62; */
    font-weight: 200;
    font-size: 1.2em;
}

.bgimg-0,
#float-0,
#float-0x,
#float-0y,
#float-0z,
#float-1,
#float-2,
#float-3,
#float-4,
#float-5,
#float-6,
#float-7,
#float-8,
#float-9,
#float-10,
#float-11,
#float-12,
#float-13,
#float-14,
#float-15,
#float-16,
#float-17,
#float-18,
#float-19,
#float-20 {
    text-align: center;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    background-color: #ffffff00;
    padding-top: 40vh;
    padding-bottom: 40vh;
    opacity: 0.999;
}

#bean2,
#bean3,
#bean4,
#bean5 {
    text-align: center;
    width: 100%;
    height: 100vh;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

#float-4 {
    padding-bottom: 80vh;
}

#float-0 .dark,
#float-0x .dark,
#float-0y .dark,
#float-0z .dark,
#float-1 .dark,
#float-2 .dark,
#float-3 .dark,
#float-4 .dark,
#float-5 .dark,
#float-6 .dark,
#float-7 .dark,
#float-8 .dark,
#float-9 .dark,
#float-10 .dark,
#float-11 .dark,
#float-12 .dark,
#float-13 .dark,
#float-14 .dark,
#float-15 .dark,
#float-16 .dark,
#float-17 .dark,
#float-18 .dark,
#float-19 .dark {
    background: none;
}

.menuitem {
    text-align: center;
}

h4 {
    margin-block-end: 12px;
    margin-block-start: 12px;
}

h5 {
    font-size: 1.2em;
    font-weight: 400;
    margin-block-start: 15px;
    margin-block-end: 15px;
}

.display-days {
    font-size: 46px;
    line-height: 100%;
}

@media all and (min-width: 500px) {
    .openshot {
        margin-top: 15%;
    }

    .display-small {
        font-size: 18px;
        line-height: 100%;
    }

    .display-head {
        font-size: 34px;
        line-height: 100%;
    }

    .display-days {
        font-size: 54px;
        line-height: 100%;
    }

    h1 {
        font-size: 2.1em;
    }

    h2 {
        font-size: 1.3em;
    }
}

@media all and (min-width: 768px) {
    .openshot {
        margin-top: 18%;
    }

    .display-small {
        font-size: 22px;
        line-height: 100%;
    }

    .display-head {
        font-size: 42px;
        line-height: 100%;
    }

    .display-days {
        font-size: 62px;
        line-height: 100%;
    }

    h1 {
        font-size: 2.3em;
    }

    h2 {
        font-size: 1.4em;
    }

    .step p {
        font-size: 1.4em;
        line-height: 1.6em;
    }

    h3 {
        line-height: 1.2em;
        font-size: 2.1em;
        width: 75%;
    }
}

@media all and (min-width: 992px) {
    .openshot {
        margin-top: 20%;
    }

    .display-small {
        font-size: 22px;
        line-height: 100%;
    }

    .display-head {
        font-size: 50px;
        line-height: 100%;
    }

    .display-days {
        font-size: 70px;
        line-height: 100%;
    }

    h1 {
        font-size: 2.4em;
    }

    h2 {
        font-size: 1.5em;
    }

    .step p {
        font-size: 1.4em;
        line-height: 1.7em;
    }

    #sep-1 h3,
    #sep-2 h3,
    #sep-3 h3,
    #sep-4 h3,
    #sep-5 h3,
    #sep-6 h3,
    #sep-7 h3 {
        line-height: 1.2em;
    }

    h3 {
        line-height: 1.2em;
        font-size: 2.2em;
        width: 75%;
    }

    .centered div em,
    .centered div p,
    .centered div img,
    .centered div div,
    .centered article {
        width: 70vw;
        margin: 0 auto;
    }
}

@media all and (min-width: 1200px) {
    .openshot {
        margin-top: 22%;
    }

    .centered div em,
    .centered div p,
    .centered div img,
    .centered div div,
    .centered article {
        width: 45vw;
        margin: 0 auto;
    }
    .centered div img {
        padding: 1px;
    }

    .display-small {
        font-size: 22px;
        line-height: 100%;
    }

    .display-head {
        font-size: 60px;
        line-height: 100%;
    }

    .display-days {
        font-size: 80px;
        line-height: 100%;
    }

    h1 {
        font-size: 2.6em;
    }

    h2 {
        font-size: 1.6em;
    }

    .step p {
        font-size: 1.4em;
        line-height: 1.7em;
    }

    #sep-1 h3,
    #sep-2 h3,
    #sep-3 h3,
    #sep-4 h3,
    #sep-5 h3,
    #sep-6 h3 #sep-7 h3 {
        line-height: 1.2em;
    }

    h3 {
        line-height: 1.2em;
        font-size: 2.4em;
        width: 70%;
    }
}

@media all and (min-width: 1600px) {
    .openshot {
        margin-top: 25%;
    }

    .display-small {
        font-size: 22px;
        line-height: 100%;
    }

    .display-head {
        font-size: 90px;
        line-height: 100%;
    }

    .display-days {
        font-size: 110px;
        line-height: 100%;
    }

    h1 {
        font-size: 2.8em;
    }

    h2 {
        font-size: 1.8em;
    }

    .step p {
        font-size: 1.4em;
        line-height: 1.7em;
    }

    #sep-1 h3,
    #sep-2 h3,
    #sep-3 h3,
    #sep-4 h3,
    #sep-5 h3,
    #sep-6 h3 #sep-7 h3 {
        line-height: 1.2em;
    }

    h3 {
        line-height: 1.2em;
        font-size: 2.6em;
        width: 65%;
    }

    #header > h2 {
        width: 60%;
        margin: 0 auto !important;
    }
}

@media all and (min-width: 2000px) {
    .centered div em,
    .centered div p,
    .centered div img,
    .centered div div,
    .centered article {
        width: 40vw;
        margin: 0 auto;
    }
    #header > h2 {
        width: 50%;
        margin: 0 auto !important;
    }
}

@media all and (min-width: 2400px) {
    .centered div em,
    .centered div p,
    .centered div img,
    .centered div div,
    .centered article {
        width: 35vw;
        margin: 0 auto;
    }

    #header > h2 {
        width: 50%;
        margin: 0 auto !important;
    }
}

#blank0,
#blank1,
#blank2,
#blank3,
#blank4,
#blank5,
#blank6,
#blank7 {
    padding-top: 15vh;
    padding-bottom: 15vh;
}

#identifier-0 {
    padding-bottom: 20vh !important;
    padding-top: 0 !important;
}

#identifier-0_10
{
        padding-bottom: 0 !important;
}
/* .identifier-1_0xz, .bgimg-0, #float-0, #float-0x, #float-14, #identifier-3_more, #identifier-3_inx, #identifier-3_in, #float-0y, #float-0z, #identifier-0_4xxx, #identifier-3_10x, #float-9,  #float-16, #identifier-00,  #identifier-1, #identifier-1_0, #identifier-0_3, #identifier-1_1, #identifier-1_3, #identifier-1_5, #identifier-1_6, #identifier-2_0, #identifier-2_1, #identifier-2_3, #identifier-2_4, #identifier-2_5, #identifier-3, #identifier-3_0, #identifier-3_4, #identifier-3_5, #identifier-3_6, #identifier-3_65, #identifier-3_7, #identifier-3_8, #identifier-3_9, #identifier-3_10, #identifier-3_11, #identifier-3_13, #identifier-3_14, #identifier-4_0,#identifier-4_002,#identifier-4_1, #identifier-4_2, #identifier-4_3, #identifier-4_4, #identifier-4_5, #identifier-4_6, #identifier-4_7, #identifier-4_8, #identifier-4_9, #identifier-4_10, #identifier-4_11, #identifier-4_12, #identifier-4_13, #identifier-4_14, #identifier-4_15, #identifier-4_16   {

} */

#float-1,
#float-7,
#float-10,
#float-17 {
    padding-top: 0 !important;
    margin-top: -200px;
}

.pullred {
    background-color: #e74737;
    padding: 2px 4px;
}
.pulltargets {
    background-color: #eb7433;
    padding: 2px 4px;
}
.pullblue {
    background-color: #4a96ff;
    padding: 2px 4px;
    /* color:#001E3C; */
}
.pullorange {
    background-color: #cf233b;
    padding: 2px 4px;
    color: #ffffff;
}

.pullohouthi {
    background-color: #855d5e;
    padding: 2px 4px;
}
.pullcape {
    background-color: #0fe7dc;
    padding: 2px 4px;
    color: #000000;
}

.pullorangey {
    background-color: #e74737;
    padding: 2px 4px;
}

.pullblackx {
    background-color: #000000;
    padding: 5px;
}
.pullgalaxyleader {
    background-color: #ffbb04;
    padding: 2px 4px;
    color: #000000;
}

video {
    width: 100%;
    height: auto;
}

.videoContainerFULLSCREEN {
    top: 0;
    height: 100vh;
    width: 100%;
}
.videoContainerFULLSCREENx {
    top: 0;
    height: 100vh;
    width: 100%;
}

.videoContainerFULLSCREENx video {
    position: fixed;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    margin: 0;
    min-width: 100%;
    min-height: 100%;
    width: 100%;
    height: 100vh;
    object-fit: cover;
}

.videoContainerFULLSCREEN video {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    margin: 0;
    min-width: 100%;
    min-height: 100%;
    width: 100%;
    height: 100vh;
    object-fit: cover;
}

.videoContainerFULLSCREENy video {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    margin: 0;
    min-width: 100%;
    min-height: 100%;
    width: 100%;
    height: 100vh;
    object-fit: cover;
}

.videoContainerFULLSCREEN:after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    opacity: 1;
    background-image: linear-gradient(to bottom, rgba(8, 4, 44, 0.4), rgba(8, 4, 44, 0.4));
}

.videoContainerFULLSCREENx:after {
    content: "";
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    opacity: 1;
    background-image: linear-gradient(to bottom, rgba(8, 4, 44, 0.5), rgba(8, 4, 44, 0.5));
}

.videoContainerFULLSCREENy:after {
    content: "";
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    opacity: 1;
    background-image: linear-gradient(to bottom, rgba(8, 4, 44, 0.5), rgba(8, 4, 44, 0.5));
}
.overlay {
    height: 100vh;
    top: 0px;
    position: absolute;
    width: 100%;
    z-index: 99;
    opacity: 1;
    display: flex;
    align-items: center;
    justify-content: center;
}

.overclear {
    height: 100vh;
    top: 0px;
    position: absolute;
    width: 100%;
    z-index: 99;
    opacity: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100vw !important;
}

.footertext {
    font-style: italic;
    text-align: left;
    font-size: 0.85rem; /* smaller text */
}

.caption {
    display: block; /* puts it on its own line */
    text-align: left;
    font-size: 0.7rem;
    color: #8e8e8e;
    line-height: 1.5;
    margin-top: 2px;
}

.openingheadline {
    display: flex;
    justify-content: center;
    align-items: center;
    /* position: absolute; */
    z-index: 991;
    flex-wrap: wrap;
    width: 100vw !important;
}
