.content {
    max-width: 960px;
    margin: auto;
}

body {
    font-family: 'Lexend Deca', sans-serif;
    font-weight: 900;
    background: #343332;
    padding: 1vw;
    animation: fadeIn 1s forwards;
    text-align: left;
    padding-top: 2vh;
    line-height: 20px;
}

.code {
    font-weight: 400;
    opacity: 0;
    animation: fade-in 0.5s ease forwards;
    font-size: 22px;
    color: #6a6a6a;
    margin-right: 16px;
}

.tag {
    font-weight: 400;
    opacity: 0;
    animation: fade-in 0.5s ease forwards;
    font-size: 16px;
    padding-top: 4px;
    padding-bottom: 4px;
    padding-left: 8px;
    padding-right: 8px;
    color: #ffffff;
    background-color: rgb(209, 94, 0);
    border-radius: 6px;
    margin-left: 4px;
}

.notam_container {
    color: #FFFFFF;
    background-color: rgba(0, 0, 0, 0.479);
    background-color: white;
    color: black;
    padding: 16px;
    padding-top: 12px;
    padding-left: 24px;
    padding-right: 24px;
}

.meta {
    opacity: 0;
    animation: fade-in 0.5s ease forwards;
    font-weight: 300;
    margin-top: 6px;
    margin-left: 8px;
    font-size: 14px;
    color: #AAAAAA;
    margin-right: 16px;
    ;
}

.title_row {
    margin-top: 8px;
    margin-bottom: 12px;
}

.row {
    display: flex;
}

#notam-detail {
    position: fixed;
    left: 50%;
    top: 30%;
    transform: translate(-50%, -50%);
    z-index: 999;
    font-size: 14px;
    line-height: 18px;
}

#notam-detail .notam-item {
    word-wrap: break-word;
}

#map {
    background: #191A1A;
    z-index: 1;
}

h1 {
    font-family: Montserrat;
    font-style: normal;
    font-weight: 300;
    font-size: 32px;
    line-height: 0;
    margin: 4px;
    margin-top: 22px;
    margin-bottom: 18px;
    animation: fadeIn 0.1s forwards;
    color: #292929;
}

.notam-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.notam-item {
    opacity: 0;
    animation: fade-in 0.5s ease forwards;
    margin-bottom: 8px;
    font-weight: 300;
}

.notam-item-coord {
    opacity: 0;
    animation: fade-in 0.5s ease forwards;
    color: gray;
}

.material-icons {
    opacity: 0;
    animation: fade-in 0.5s ease forwards;
    font-size: 19px;
    margin-top: 6px;
}

.coord {
    font-size: 11px;
    color: darkgray;
}

.title {
    font-size: 18px;
}

#stats {
    z-index: 999;
    position: absolute;
    left: 69px;
    bottom: 98px;
    height: 53px;
    width: 120px;
    border-radius: 3px;
}

.moreinfo {
    color: darkgray;
}

#close {
    font-size: 11px;
    font-weight: 500;
    color: darkgray;
    cursor: pointer;
}

#stats_info {
    font-family: Montserrat;
    font-style: normal;
    font-weight: normal;
    font-size: 12px;
    line-height: 15px;
    width: 120px;
    transition: all 0.4s ease-in-out;
    /* identical to box height */
    letter-spacing: 0.09em;
    color: #FFFFFF;
    background-color: rgba(0, 0, 0, 0.479);
    padding: 24px;
}

#madeBy {
    z-index: 999;
    position: absolute;
    right: 88px;
    bottom: 55px;
    height: 53px;
    width: 184px;
    text-align: right;
    border-radius: 3px;
}

#madeBy_info {
    font-family: Montserrat;
    font-style: normal;
    font-weight: normal;
    font-size: 12px;
    line-height: 15px;
    /* identical to box height */
    letter-spacing: 0.09em;
    color: #FFFFFF;
}

#madeBy_by {
    font-family: Montserrat;
    font-style: normal;
    font-weight: normal;
    line-height: 15px;
    padding-top: 2px;
    letter-spacing: 0.09em;
    color: #d3d3d3;
    font-size: 9px;
    /* identical to box height */
    letter-spacing: 0.09em;
    color: #9f9f9f;
}

#madeBy_link {
    font-family: Montserrat;
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 17px;
    /* identical to box height */
    letter-spacing: 0.09em;
    color: #66DAFF;
}

h2 {
    font-family: Montserrat;
    font-style: normal;
    font-weight: 900;
    font-size: 24px;
    line-height: 1;
    text-transform: uppercase;
    /* identical to box height */
    letter-spacing: -0.055em;
    animation: fadeIn 0.2s forwards;
    color: #484848;
}

h3 {
    font-family: Montserrat;
    font-style: normal;
    font-weight: 500;
    font-size: 34px;
    line-height: 32px;
    /* identical to box height */
    animation: fadeIn 0.4s forwards;
    width: 100%;
    letter-spacing: -0.025em;
    margin-top: -16px;
    color: #616161;
}

h4 {
    font-family: Montserrat;
    font-style: normal;
    font-weight: 500;
    font-size: 28px;
    line-height: 32px;
    /* identical to box height */
    animation: fadeIn 1s forwards;
    opacity: 0;
    animation-delay: 1.8s;
    width: 100%;
    letter-spacing: -0.025em;
    margin-top: 32px;
    color: #616161;
}

#map {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

#content-notam {
    animation: fadeIn 1s forwards;
    opacity: 0;
    animation-delay: 1.5s;
}

#content-current {
    animation: fadeIn 1s forwards;
    opacity: 0;
    animation-delay: 1.7s;
}

#content-future {
    animation: fadeIn 1s forwards;
    opacity: 0;
    animation-delay: 2s;
}

a {
    text-decoration: none;
    color: white;
    font-weight: bold;
    -webkit-user-select: none;
    /* Safari */
    -khtml-user-select: none;
    /* Konqueror HTML */
    -moz-user-select: none;
    /* Old versions of Firefox */
    -ms-user-select: none;
    /* Internet Explorer/Edge */
    user-select: none;
    /* Non-prefixed version, currently
                                  supported by Chrome, Edge, Opera and Firefox */
}

.notam a {
    color: black;
    padding-left: 4px;
    font-size: 11px;
    padding-top: 8px;
}

#countdown-title {
    color: #ff4f03;
}

#video {
    margin-top: 16px;
    width: 100%;
}

#video iframe {
    width: 100%;
    height: 30vh;
}

.notam {
    box-sizing: border-box;
    border-radius: 4px;
    padding-left: 8px;
    display: flex;
}

.upcoming-launch {
    background: linear-gradient(0deg, #ffffff, #ffffff), #ffffff;
    margin-bottom: 4px;
    padding: 24px;
    border: 1px solid #dedede;
}

.upcoming-launch h2 {
    font-size: 24px;
}

.upcoming-launch h3 {
    font-size: 26px;
    margin-bottom: 30px;
}

.notam-container {
    color: #FFFFFF;
    background-color: rgba(0, 0, 0, 0.479);
    margin-bottom: 4px;
    padding-left: 8px;
    border: 1px solid #dedede;
}

.notam-content {
    font-size: 11px;
    color: grey;
    padding-left: 8px;
    margin-bottom: 16px;
    animation: fadeIn 1s forwards;
    opacity: 0;
    animation-delay: 1.5s;
}

.call-to-action {
    animation: fadeIn 0.8s forwards;
    width: 133px;
    height: 20px;
    background: #ff4f03;
    color: white;
    padding: 10px;
    cursor: pointer;
    transition: background-color ease-in-out 0.4s;
    font-family: Montserrat;
    font-style: normal;
    font-weight: 800;
    font-size: 15px;
    line-height: 20px;
    letter-spacing: -0.055em;
    margin-top: 8px;
    color: #ffffff;
    margin-right: 4px;
    text-align: center;
}

.call-to-action:hover {
    background-color: rgb(163, 50, 1);
}

p {
    font-family: Montserrat;
    font-style: normal;
    font-weight: 500;
    font-size: 24px;
    line-height: 39px;
    letter-spacing: -0.025em;
    color: #000000;
}

.info-p {
    font-family: Montserrat;
    font-style: normal;
    font-weight: 500;
    font-size: 18px;
    line-height: 22px;
    letter-spacing: -0.025em;
    margin-top: -20px;
    color: #000000;
}

.warning-background {
    background: #ffd8c7;
    width: 100%;
}

.warning {
    padding: 2px;
    padding-left: 16px;
    background: #ff4f03;
}

.warning-title {
    font-family: Montserrat;
    font-style: normal;
    font-weight: bold;
    font-size: 14px;
    line-height: 29px;
    letter-spacing: -0.025em;
    min-width: 10%;
    color: #ffffff;
    padding-right: 8px;
}

.warning-value {
    font-family: Montserrat;
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 29px;
    letter-spacing: -0.025em;
    min-width: 20%;
    color: #000000;
}

.prop-title {
    font-family: Montserrat;
    font-style: normal;
    font-weight: bold;
    font-size: 16px;
    line-height: 29px;
    letter-spacing: -0.025em;
    min-width: 10%;
    color: #000000;
    padding-right: 8px;
}

.prop-title-header {
    font-family: Montserrat;
    font-style: normal;
    font-size: 12px;
    line-height: 29px;
    letter-spacing: -0.025em;
    min-width: 10%;
    color: #000000;
    padding-right: 8px;
}

.prop-tag {
    font-family: Montserrat;
    font-style: normal;
    font-weight: bold;
    font-size: 16px;
    line-height: 29px;
    letter-spacing: -0.025em;
    min-width: 10%;
    color: #009220;
    padding-right: 8px;
}

.prop-tag-header {
    font-family: Montserrat;
    font-style: normal;
    font-size: 12px;
    line-height: 29px;
    letter-spacing: -0.025em;
    min-width: 10%;
    color: #000000;
    padding-right: 8px;
}

.prop-title-current {
    font-family: Montserrat;
    font-style: normal;
    font-weight: bold;
    font-size: 16px;
    line-height: 29px;
    letter-spacing: -0.025em;
    min-width: 10%;
    color: #375db1;
    padding-right: 8px;
}

.prop-value {
    font-family: Montserrat;
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 29px;
    letter-spacing: -0.025em;
    min-width: 20%;
    color: #000000;
}

.prop-tags {
    font-family: Montserrat;
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 29px;
    letter-spacing: -0.025em;
    min-width: 30%;
    color: #3b3b3b;
}

.prop-tags-header {
    font-family: Montserrat;
    font-style: normal;
    font-size: 12px;
    line-height: 29px;
    letter-spacing: -0.025em;
    min-width: 30%;
    color: #000000;
    padding-right: 8px;
}

.prop-value-header {
    font-family: Montserrat;
    font-style: normal;
    font-size: 12px;
    line-height: 29px;
    letter-spacing: -0.025em;
    min-width: 20%;
    color: #000000;
    padding-right: 8px;
}

.prop-link-header {
    font-family: Montserrat;
    font-style: normal;
    font-size: 12px;
    line-height: 29px;
    letter-spacing: -0.025em;
    min-width: 10%;
    color: #000000;
    padding-right: 8px;
}

.status-indicator {
    padding-right: 8px;
    min-width: 10%;
    color: rgb(138, 211, 138);
}

@keyframes fadeIn {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

@keyframes fade-in {
    from {
        opacity: 0;
        transform: translateY(-10px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}