body { 
    color: white;
    margin: 0;
    overflow: hidden;
}
#title-subtitle {
    text-align: center;
    position: absolute;
    display: flex;
    flex-direction: column;
    width: 40vw;
    height: 25vh;
    border-style: outset;
    border-color: white;
    border-radius: 10%;
    right: 30vw;
    top: 35vh;
    opacity: 100%;
}
#main-title {
    padding-top: 5%;
    font-size: 50pt;
}
#main-subtitle {
    padding-top: 1%;
    font-size: 25pt;
}
#diplomacy-box{
    padding-top: 1%;
    display: flex;
    flex-direction: column;
    width: 30vw;
    height: 20vh;
    margin: 0;
    bottom: 5vh;
    right: 35vw;
    background-color: black;
    opacity: 95%;
    text-align: left;
    position: absolute;
    border-style: outset;
    border-color: white;
    border-radius: 10%;
}
#diplomacy-buttons {
    padding-top: 2%;
    display: flex;
    flex-direction: row;
    align-items: center;
    align-self: center;
    justify-content:space-evenly;
    width: 20vw;
    align-content: center;
}
#date-1{
    padding-top: 5%;
    align-self: center;
    text-align: center;
    width: 85%;
    margin-top: 1%;
    padding-top: 1%;
    padding-bottom: 1%;
    border-style: solid;
    border-radius: 10%;
    border-width: 5%;
    border-color: burlywood;
}
#event{
    align-self: center;
    text-align: center;
    width: 85%;
    margin-top: 1%;
    padding-top: 1%;
    padding-bottom: 1%;
    border-style: solid;
    border-radius: 10%;
    border-width: 5%;
    border-color: burlywood;
}
#source-1{
    height: 3vh;
    width: 5vw;
    margin-top: 2%;
    padding-top: 1%;
    padding-bottom: 1%;
    align-content: center;
    text-align: center;
    align-self: center;
    border-style: solid;
    border-radius: 10%;
    border-width: 5%;
    border-color: burlywood;
}
#source-2{
    height: 3vh;
    width: 5vw;
    margin-top: 2%;
    padding-top: 1%;
    padding-bottom: 1%;
    align-content: center;
    text-align: center;
    border-style: solid;
    border-radius: 10%;
    border-width: 5%;
    border-color: burlywood;
}

#change-display {
    display: flex;
    flex-direction: column;
    width: 25vh;
    height: 25vh;
    margin: 0;
    bottom: 7vh;
    right: 6vh;
    background-color: black;
    opacity: 95%;
    text-align: left;
    position: absolute;
    border-style: outset;
    border-color: white;
    border-radius: 10%;
}

#embassy {
    background-color: white;
    align-self: center;
    text-align: center;
    width: 85%;
    margin-top: 5%;
    padding-top: 1%;
    padding-bottom: 1%;
    border-style: solid;
    border-radius: 10%;
    border-width: 5%;
    border-color: burlywood;
}
#timeline {
    background-color: white;
    align-self: center;
    text-align: center;
    width: 85%;
    margin-top: 5%;
    padding-top: 1%;
    padding-bottom: 1%;
    border-style: solid;
    border-radius: 10%;
    border-width: 5%;
    border-color: burlywood;
}
#history {
    background-color: white;
    align-self: center;
    text-align: center;
    width: 85%;
    margin-top: 5%;
    padding-top: 1%;
    padding-bottom: 1%;
    border-style: solid;
    border-radius: 10%;
    border-width: 5%;
    border-color: burlywood;
}
#instructions {
    background-color: white;
    align-self: center;
    text-align: center;
    width: 85%;
    margin-top: 5%;
    padding-top: 1%;
    padding-bottom: 1%;
    border-style: solid;
    border-radius: 10%;
    border-width: 5%;
    border-color: burlywood;
}

#info-box {
    display: flex;
    flex-direction: column;
    width: 30vh;
    height: 50vh;
    margin: 0;
    top: 22vh;
    left: 8vh;
    background-color: black;
    opacity: 95%;
    text-align: left;
    position: absolute;
    border-style: outset;
    border-color: white;
    border-radius: 10%;
}
#title {
    font-size: 11pt;
    align-self: center;
    text-align: center;
    width: 85%;
    margin-top: 5%;
    padding-top: 1%;
    padding-bottom: 1%;
    border-style: solid;
    border-radius: 10%;
    border-width: 5%;
    border-color: burlywood;
}
#slider {
    align-self: center;
    text-align: center;
    width: 85%;
    margin-top: 5%;
    padding-top: 1%;
    padding-bottom: 1%;
    border-style: solid;
    border-radius: 10%;
    border-width: 5%;
    border-color: burlywood;
}
#country{
    text-indent: 2%;
    align-self: center;
    width: 85%;
    margin-top: 5%;
    padding-top: 1%;
    padding-bottom: 1%;
    border-style: solid;
    border-radius: 10%;
    border-width: 5%;
    border-color: burlywood;
}
#establish-legation{
    color: white;
    text-indent: 2%;
    align-self: center;
    width: 85%;
    margin-top: 5%;
    padding-top: 1%;
    padding-bottom: 1%;
    border-style: solid;
    border-radius: 10%;
    border-width: 1%;
    border-color: burlywood;
}
#elevate-to-embassy{
    color: #fecf6a;
    text-indent: 2%;
    align-self: center;
    width: 85%;
    margin-top: 5%;
    padding-top: 1%;
    padding-bottom: 1%;
    border-style: solid;
    border-radius: 10%;
    border-width: 5%;
    border-color: burlywood;
}
#establish-embassy{
    color: #fecf6a;
    text-indent: 2%;
    align-self: center;
    width: 85%;
    margin-top: 5%;
    padding-top: 1%;
    padding-bottom: 1%;
    border-style: solid;
    border-radius: 10%;
    border-width: 5%;
    border-color: burlywood;
}
#closure{
    color: #df1c1c;
    text-indent: 2%;
    align-self: center;
    width: 85%;
    margin-top: 5%;
    padding-top: 1%;
    padding-bottom: 1%;
    border-style: solid;
    border-radius: 10%;
    border-width: 5%;
    border-color: burlywood;
}
#reopen-legation{
    color: #0066FF;
    text-indent: 2%;
    align-self: center;
    width: 85%;
    margin-top: 5%;
    padding-top: 1%;
    padding-bottom: 1%;
    border-style: solid;
    border-radius: 10%;
    border-width: 5%;
    border-color: burlywood;
}
#reopen-embassy{
    color: #fecf6a;
    text-indent: 2%;
    align-self: center;
    width: 85%;
    margin-top: 5%;
    padding-top: 1%;
    padding-bottom: 1%;
    border-style: solid;
    border-radius: 10%;
    border-width: 5%;
    border-color: burlywood;
}
#info-box-two {
    display: flex;
    flex-direction: column;
    width: 30vh;
    height: 55vh;
    margin: 0;
    top: 22vh;
    left: 8vh;
    background-color: black;
    opacity: 95%;
    text-align: left;
    position: absolute;
    border-style: outset;
    border-color: white;
    border-radius: 10%;
}
#title-two {
    font-size: 11pt;
    align-self: center;
    text-align: center;
    width: 85%;
    margin-top: 5%;
    padding-top: 1%;
    padding-bottom: 1%;
    border-style: solid;
    border-radius: 10%;
    border-width: 5%;
    border-color: burlywood;
}
#bureau{
    text-indent: 2%;
    align-self: center;
    width: 85%;
    margin-top: 5%;
    padding-top: 1%;
    padding-bottom: 1%;
    border-style: solid;
    border-radius: 10%;
    border-width: 5%;
    border-color: burlywood;
}
#country-two{
    text-indent: 2%;
    align-self: center;
    width: 85%;
    margin-top: 5%;
    padding-top: 1%;
    padding-bottom: 1%;
    border-style: solid;
    border-radius: 10%;
    border-width: 5%;
    border-color: burlywood;
}
#post{
    text-indent: 2%;
    align-self: center;
    width: 85%;
    margin-top: 5%;
    padding-top: 1%;
    padding-bottom: 1%;
    border-style: solid;
    border-radius: 10%;
    border-width: 5%;
    border-color: burlywood;
}
#status{
    text-indent: 2%;
    align-self: center;
    width: 85%;
    margin-top: 5%;
    padding-top: 1%;
    padding-bottom: 1%;
    border-style: solid;
    border-radius: 10%;
    border-width: 5%;
    border-color: burlywood;
}
#language{
    text-indent: 2%;
    align-self: center;
    width: 85%;
    margin-top: 5%;
    padding-top: 1%;
    padding-bottom: 1%;
    border-style: solid;
    border-radius: 10%;
    border-width: 5%;
    border-color: burlywood;
}
#more-info-box {
    display: flex;
    flex-direction: column;
    width: 80%;
    height: 15vh;
    align-self: center;
    margin-top: 5%;
    padding-top: 1%;
    padding-bottom: 1%;
    border-style: solid;
    border-radius: 10%;
    border-width: 5%;
    border-color: blue;
    justify-content: center;
    justify-items: center;
}
#more-info-title {
    align-self: center;
    text-align: center;
    width: 85%;
    border-style: solid;
    border-radius: 10%;
    border-width: 5%;
    border-color: burlywood;
}
#social-url {
    text-indent: 2%;
    align-self: center;
    width: 85%;
    height: 25%;
    margin-top: 5%;
    padding-top: 1%;
    padding-bottom: 1%;
    border-style: solid;
    border-radius: 10%;
    border-width: 5%;
    border-color: burlywood;
}
#embassy-url {
    text-indent: 2%;
    align-self: center;
    width: 85%;
    height: 25%;
    margin-top: 5%;
    padding-top: 1%;
    padding-bottom: 1%;
    border-style: solid;
    border-radius: 10%;
    border-width: 5%;
    border-color: burlywood;
}
#help-box {
    text-align: left;
    position: absolute;
    display: flex;
    flex-direction: column;
    width: 25vw;
    height: 17vh;
    border-style: outset;
    border-color: white;
    border-radius: 10%;
    bottom: 3vh;
    left: 3vh;
    opacity: 100%;
    background-color: black;
    color: burlywood;
}
#help-title {
    margin:0;
    align-self: center;
    font-size: 25pt;
    font-style: oblique;
    text-align: center;
    padding: 0%;
    width: 50%;
    margin-bottom: 0;
    padding-bottom: 0;
}
#help-subtitle {
    font-size: 10pt;
    align-self: center;
    text-align: center;
    width: 100%;
    height: 50%;
}

@media screen and (max-width: 1024px) {
    #change-display {
        font-size: 8pt;
        display: flex;
        flex-direction: column;
        width: 15vh;
        height: 20vh;
        margin: 0;
        top: 5vh;
        right: 2vh;
        background-color: black;
        opacity: 95%;
        text-align: left;
        position: absolute;
        border-style: outset;
        border-color: white;
        border-radius: 10%;
    }

    #info-box {
        font-size: 8pt;
        display: flex;
        flex-direction: column;
        width: 25vh;
        height: 40vh;
        margin: 0;
        top: 5vh;
        left: 2vh;
        background-color: black;
        opacity: 95%;
        text-align: left;
        position: absolute;
        border-style: outset;
        border-color: white;
        border-radius: 10%;
    }
    #title {
        font-size: 8pt;
        align-self: center;
        text-align: center;
        width: 85%;
        margin-top: 5%;
        padding-top: 1%;
        padding-bottom: 1%;
        border-style: solid;
        border-radius: 10%;
        border-width: 5%;
        border-color: burlywood;
    }

    #title-two {
        font-size: 8pt;
        align-self: center;
        text-align: center;
        width: 85%;
        margin-top: 5%;
        padding-top: 1%;
        padding-bottom: 1%;
        border-style: solid;
        border-radius: 10%;
        border-width: 5%;
        border-color: burlywood;
    }

    #info-box-two {
        font-size: 8pt;
        display: flex;
        flex-direction: column;
        width: 30vh;
        height: 50vh;
        margin: 0;
        top: 20vh;
        left: 0vh;
        background-color: black;
        opacity: 95%;
        text-align: left;
        position: absolute;
        border-style: outset;
        border-color: white;
        border-radius: 10%;
    }
}

@media screen and (min-width: 320px) and (max-width: 991px) and (orientation: portrait) {
    html {
        transform: rotate(-90deg);
        transform-origin: left top;
        width: 100vh;
        height: 100vw;
        overflow: hidden;
        position: absolute;
        top: 100%;
        left: 0;
    }
}

@media screen and (max-width: 991px) {
    #change-display {
        font-size: 8pt;
        display: flex;
        flex-direction: column;
        width: 25vh;
        height: 42vh;
        margin: 0;
        top: 20vh;
        right: 8vh;
        background-color: black;
        opacity: 95%;
        text-align: left;
        position: absolute;
        border-style: outset;
        border-color: white;
        border-radius: 10%;
    }

    #info-box {
        font-size: 8pt;
        display: flex;
        flex-direction: column;
        width: 30vh;
        height: 85vh;
        margin: 0;
        top: 5vh;
        left: 8vh;
        background-color: black;
        opacity: 95%;
        text-align: left;
        position: absolute;
        border-style: outset;
        border-color: white;
        border-radius: 10%;
    }
    #title {
        font-size: 8pt;
        align-self: center;
        text-align: center;
        width: 85%;
        margin-top: 5%;
        padding-top: 1%;
        padding-bottom: 1%;
        border-style: solid;
        border-radius: 10%;
        border-width: 5%;
        border-color: burlywood;
    }

    #title-two {
        font-size: 8pt;
        align-self: center;
        text-align: center;
        width: 85%;
        margin-top: 5%;
        padding-top: 1%;
        padding-bottom: 1%;
        border-style: solid;
        border-radius: 10%;
        border-width: 5%;
        border-color: burlywood;
    }

    #info-box-two {
        font-size: 8pt;
        display: flex;
        flex-direction: column;
        width: 30vh;
        height: 50vh;
        margin: 0;
        top: 20vh;
        left: 8vh;
        background-color: black;
        opacity: 95%;
        text-align: left;
        position: absolute;
        border-style: outset;
        border-color: white;
        border-radius: 10%;
    }
}

@media screen and (max-width: 767px) and (orientation: portrait) {
    #change-display {
        display: flex;
        flex-direction: column;
        width: 25vh;
        height: 100vh;
        margin: 0;
        top: 20vh;
        right: 8vh;
        background-color: black;
        opacity: 95%;
        text-align: left;
        position: absolute;
        border-style: outset;
        border-color: white;
        border-radius: 10%;
    }
}

@media screen and (max-width: 479px) and (orientation: portrait) {
    #change-display {
        display: flex;
        flex-direction: column;
        width: 25vh;
        height: 100vh;
        margin: 0;
        top: 20vh;
        right: 8vh;
        background-color: black;
        opacity: 95%;
        text-align: left;
        position: absolute;
        border-style: outset;
        border-color: white;
        border-radius: 10%;
    }
}