/* Subsection Title */
.SubsectionTitleShell {
    padding: 0.5rem;
    position: relative;
    background: linear-gradient(to right, #2193b0, #6dd5ed);
    padding: 3px;
    text-align: left;
}

.SubsectionTitle {
    background: #222;
    color: white;
    padding: 0.75rem;
    font-family: 'Reggae One', cursive;
    font-size: 30px;
}

/* Buttons */
.buttons {
    text-align: center;
}

.button {
    display: block;
    border: none;
    color: white;
    padding: 16px 32px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-family: 'Reggae One', cursive;
    font-size: 15px;
    opacity: 1;
    margin: 4px 2px;
    border-radius: 3px;
    transition-duration: 0.25s;
    cursor: pointer;
}

.button1 {
    background-color: white;
    color: #58668b;
    border: 1.5px solid #58668b;
    display: none;
}

.button1:hover {
    background-color: #58668b;
    color: white;
}

.button2 {
    background-color: white;
    color: #eb6841;
    border: 1.5px solid #eb6841;
}

.button2:hover {
    background-color: #eb6841;
    color: white;
}

.button3 {
    background-color: white;
    color: #566357;
    border: 1.5px solid #566357;
    font-size: 20px;
    width: 100%;
}

.button4 {
    background-color: white;
    color: #426cf5;
    border: 1.5px solid #426cf5;
    font-size: 15px;
    width: 100%;
    height: fit-content;
}

.button5 {
    background-color: white;
    color: #851e3e;
    border: 1.5px solid #851e3e;
    cursor: default;
    width: 100%;
}

.button6 {
    background-color: white;
    color: #5e343e;
    border: 1.5px solid #5e343e;
    width: 100%;
    font-size: 15px;
    padding: 8px 16px;
    cursor: pointer;
}

.button7 {
    background-color: white;
    color: #53345e;
    border: 1.5px solid #53345e;
    width: 100%;
    font-size: 15px;
    padding: 8px 16px;
    border-radius: 15px;
    cursor: default;
}

.button7 li {
    font-size: 15px;
    text-decoration: underline #53345e;
}

.button8 {
    background-color: white;
    color: #5e343e;
    border: 1.5px solid #5e343e;
    width: 100%;
    font-size: 15px;
    padding: 8px 16px;
    cursor: default;
}

.button9 {
    background-color: white;
    color: #426cf5;
    border: 1.5px solid #426cf5;
    font-size: 15px;
    width: 100%;
    cursor: default;
}

.button3:hover {
    background-color: #566357;
    color: white;
}

.button4:hover {
    background-color: #426cf5;
    color: white;
}

.button5:hover {
    box-shadow: 5px 5px 5px #851e3e;
}

.button6:hover {
    background-color: #5e343e;
    color: white;
}

.button7:hover {
    box-shadow: 5px 5px 5px #53345e;
}

.button8:hover {
    box-shadow: 5px 5px 5px #5e343e;
}

.button9:hover {
    background-color: #426cf5;
    color: white;
}

.fbutton1 {
    background-color: #58668b;
    color: white;
    display: inline-block;
}

.fbutton2 {
    background-color: #eb6841;
    color: white;
    display: none;
}

.fbutton3 {
    background-color: #566357;
    color: white;
    display: none;
    font-size: 20px;
    width: 100%;
}

.fbutton4 {
    background-color: #426cf5;
    color: white;
    display: none;
    cursor: default;
}

.fbutton6 {
    background-color: #5e343e;
    color: white;
    display: none;
    text-align: left;
    width: 100%;
}

.next {
    background-color: white;
    color: #426cf5;
    border: 1.5px solid #426cf5;
    width: fit-content;
    float: right;
}

.next:hover {
    background-color: #426cf5;
    color: white;
}

/* Main Page Organisation */

.Content{
    position: static;
    width: 75%;
    margin-top: 7%;
    margin-bottom: 7%;
    background-color: #eeeeee;
    opacity: 0.85;
    font-family: 'Reggae One', cursive;
}

.Content1, .Content2, .Content3, .Content4, .Content5 {
    margin: 5% 5% 5% 5%;
    font-size: 20px;
}

li {
    font-size: 18px;
}

hr {
    border: 1px solid #566357;
}

.division {
    display: flex;
}

.division1 .left_para {
    float: left;
    width: 40%;
}

.division1 .right_plot {
    float: right;
    box-align: right;
    width: 55%;
    border: 4px solid grey;
    border-radius: 15px;
    box-shadow: 5px 5px 5px grey;
    height: 360px;
    margin: 10px;
}

.division2 .left_para {
    float: left;
    width: 55%;
}

.division2 .right_plot {
    float: right;
    width: fit-content;
    border: 4px solid grey;
    border-radius: 15px;
    box-shadow: 5px 5px 5px grey;
    height: fit-content;
    margin: 10px;
}

#rigorous1, #rigorous2, #rigorous3, #rigorous31, #rigorous32, #rigorous33, #rigorous34, #rigorous35, #rigorous4 {
    display: none;
    color: #566357;
}

#question1 {
    text-decoration: underline #ff4200;
    color: #ff4200;
}


.answer1, .answer2, .answer3, .answer5, .answer6, .answer7, .answer9, .answer11 {
    border-top: 2px solid #566357;
    border-bottom: 2px solid #566357;
    width: 100%;
    display: none;
}

.answer1 p, .answer2 p, .answer3 p, .answer5 p, .answer6 p, .answer7 p, .answer9 p, .answer11 p {
    margin: 1%;
}

#popbox {
    text-align: left;
}

#popboxtitle {
    text-decoration: underline #566357;
}

.GameBox {
    display: block;
    background-color: #34495E;
    color: white;
    padding: 16px 32px;
    font-family: 'Reggae One', cursive;
    font-size: 17px;
    opacity: 1;
    margin: 4px 2px;
    border-radius: 15px;
    height: fit-content;
}

.GameBox h3 {
    color: #ffde4b;
    text-decoration: underline #ffde4b;
}

#GameResult {
    display: none;
}

#GameResult li {
    font-size: 17px;
}

input {
    font-family: 'Reggae One', cursive;
}

.CournotDuopolyTable {
    width: 75%;
    background-color: #34495E;
    border-radius: 15px;
    color: white;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
}

.strategy {
    color: #ffde4b;
    font-size: 15px;
}

.firm {
    color: #4bcfff;
    font-size: 12px;
}

.NE {
    border: 2px solid #ffde4b;
    border-radius: 15px;
}

#TToAGW {
    text-decoration: underline #851e3e;
    color: #851e3e;
}

#underline {
    text-decoration: underline #426cf5;
}

.mark_red {
    color: #851e3e;
}

.red {
    color: #ee0435;
}

.green {
    color: #00a0b0;
}

.mark_blue {
    color: #426cf5;
}

/* Side Navbar */

.sidenavwrapper {
    width: 170px;
    position: fixed;
    z-index: 1;
    top: 35%;
    left: 5px;
    overflow-x: hidden;
    padding: 8px 0;
    font-family: 'Reggae One', cursive;
}

.sidenavwrapper a {
    padding: 6px 8px 6px 16px;
    text-decoration: none;
    font-size: 12px;
    color: white;
    display: block;
    transition: 0.3s;
}

.sidenavwrapper a:hover {
    color: #426cf5;
    text-decoration: underline #426cf5;
}

.r {
    color:darkred;
}

#LARGE {
    font-size: 25px;
}