body {
    margin: 0;
    font-family: "Roboto", sans-serif;
}

#backdrop {
    background-image: url("images/nyx-background.png");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -999;
}

#header {
    background-color: rgba(2, 29, 58, 0.8);
    padding: 20px 0px;
    color: #e29609;
    border-top: 2px solid #e29609;
    border-bottom: 2px solid #e29609;
    text-align: center;
    height: 60px;
    position: fixed;
    top: 0;
    width: 100vw;
}

#header-title-container {
    font-family: "Times New Roman", Times, serif;
    font-size: 50px;
    font-weight: 1000;
    height: 50px;
    text-align: center;
    display: inline;
    width: fit-content;
}

.laurel-image {
    display: inline-block;
    height: 80px;
    margin: -23px -15px;
}

#header-title {
    display: inline-block;
}

#main-content {
    background-image: url("images/grid-background.png");
    background-position: center top;
    text-align: center;
}

#main-column {
    max-width: 1000px;
    margin: auto;
    padding: 0px 20px 1px 20px;
    min-height: calc(100vh - 202px);
}

#header-spacer {
    height: 103px;
}

.header-spacer {
    height: 20px;
}

.content-spacer {
    height: 80px;
}

.main-icon {
    display: block;
    margin: 20px auto;
    width: 200px;
}

.button {
    background-color: #e29609;
    color: rgb(2, 29, 58);
    padding: 15px;
    font-size: 30px;
    width: fit-content;
    margin: 30px auto;
    font-weight: 500;
    border-radius: 1px 15px 1px 15px;
    text-align: center;
    border: 0;
    display: block;
    text-decoration: none;
}

.button:hover{
    cursor: pointer;
    background-color: #a06a06;
}

.header {
    color: #e29609;
    font-weight: 300;
    font-size: 40px;
    text-align: center;
    margin: auto;
    margin-bottom: 30px;
    text-shadow: 0px 0px 10px black;
    letter-spacing: 7px;
    width: fit-content;
}

.header-left {
    margin: 20px;
}

.header-right {
    margin: 20px;
}

.header b {
    font-weight: 600;
    letter-spacing: 5px;
}

.header .laurel-image {
    height: 60px;
    margin: -17px -15px;
}

.header-underline {
    border-bottom: 2px solid #e29609;
    width: 100%;
    margin: 20px auto 0px auto;
}

.paragraph {
    color: #fff;
    text-align: center;
    text-shadow: 0px 0px 10px black,0px 0px 10px black,0px 0px 10px black,0px 0px 10px black;
    margin: 20px auto;
    font-size: 18px;
    font-weight: 300;
    max-width: 700px;
}

.content-block-container {
    text-align: center;
    margin-bottom: 20px;
}

.content-block {
    display: inline-block;
    vertical-align:top;
    width: calc(50% - 20px);
    margin: 0px 5px;
}

.content-image {
    width: calc(100% - 20px);
    border: 2px solid #e29609;
    border-radius: 1px 15px 1px 15px;
    margin: 10px;
}

.content-video {
    margin: auto;
    width: fit-content;
    height: fit-content;
    display: block;
    border: 2px solid #e29609;
    border-radius: 1px 15px 1px 15px;
    overflow: hidden;
}

#legion-container {
    text-align: center;
}

.legion-block {
    display: inline-block;
    width: 150px;
    max-width: calc(50% - 26px);
    text-align: center;
    color: #fff;
    font-weight: 500;
    font-size: 18px;
    text-shadow: 0px 0px 10px black;
    margin: 5px;
    padding: 5px;
    margin-bottom: 10px;
    border: 2px solid #e29609;
    border-radius: 1px 15px 1px 15px;
    background-color: rgba(1, 15, 32, 0.75);
    vertical-align: top;
}

/* 
.legion-block:hover {
    cursor: pointer;
    border: 2px solid #8f5f07;
    background-color: rgba(1, 15, 32, 1);
}
*/

.legion-patch {
    width: 100%;
}

.legion-underline {
    border-bottom: 2px solid #fff;
    width: 100%;
    margin: 5px auto 10px auto;
}

.legion-description {
    font-weight: 200;
    margin-bottom: 10px;
}

.block-container {
    text-align: center;
    margin-bottom: 40px;
}

.floating-block {
    display: inline-block;
    width: 300px;
    text-align: center;
    color: #fff;
    font-weight: 500;
    font-size: 18px;
    text-shadow: 0px 0px 10px black;
    padding: 10px;
    border: 2px solid #e29609;
    border-radius: 1px 15px 1px 15px;
    background-color: rgba(1, 15, 32, 0.75);
    margin: 15px 5px;
}

.floating-block form {
    margin-bottom: 10px;
}

.bio-block {
    display: block;
    width: fit-content;
    color: #fff;
    margin: 0px auto 20px auto;
    border: 2px solid #e5e5e5;
    border-radius: 1px 15px 1px 15px;
    background-color: rgba(1, 15, 32, 0.75);
    padding: 10px;
    font-size: 30px;
}

.risk-block {
    display: block;
    width: fit-content;
    color: #fff;
    margin: 0px auto 40px auto;
    border: 2px solid #e5e5e5;
    border-radius: 1px 15px 1px 15px;
    background-color: rgba(1, 15, 32, 0.75);
    padding: 10px;
    font-size: 30px;
}

.member-block {
    display: inline-block;
    color: #fff;
    margin: 5px;
    width: 200px;
    border: 2px solid #e5e5e5;
    border-radius: 1px 15px 1px 15px;
    background-color: rgba(1, 15, 32, 0.75);
    padding: 10px;
}

.member-block a{
    color: #fff;
}

.member-block a:visited{
    color: #afafaf;
}

.member-underline {
    border-bottom: 1px solid #fff;
    width: 100%;
    margin: 5px auto 5px auto;
}

.red-border {
    border-color: #f00  !important;
}

.yellow-border {
    border-color: rgb(255, 143, 0) !important;
}

.green-border {
    border-color: rgb(0, 255, 0)  !important;
}

.black-border {
    border-color: rgb(0, 0, 0)  !important;
}



#footer {
    width: 100%;
    background-color: rgba(1, 6, 12, 1);
    border-top: 2px solid #e29609;
    padding: 40px 0px;
}

#footer-icon-container {
    text-align: center;
}

.footer-icon-link {
    display: inline-block;
    width: 50px;
    height: 50px;
    margin: 0px 5px;
    margin-bottom: 10px;
}

#footer-disclaimer {
    max-width: 800px;
    color: #e29609;
    font-weight: 200;
    font-size: 15px;
    margin: 20px auto 0px auto;
    text-align: center;
    padding: 0px 20px;
}

@media (max-width: 600px) {
    #header {
        height: 10vw;
    }

    #header-title-container {
        font-size: 8vw;
    }

    .laurel-image {
        height: 15.5vw;
    }

    #footer-icon-container {
        width: 300px;
        margin: auto;
    }
}

@media (max-width: 800px) {
    .content-block {
        min-width: calc(100% - 10px);
    }
}