@font-face{
    font-family: Mon;
    src: url(../font/Montserrat-VariableFont_wght.ttf);
}


html, body{
    margin: 0;
    padding: 0;
    
}

body{
    display: flex;
    flex-direction: column;
    min-height: 100vh;
    background: #0d0d0f;
}

main{
    display: block;
    flex: 1 0 auto;
}

.box-border{
    height: auto;
    margin-bottom: 3rem;
}

.nav-logo{
    display: block;
    text-align: center;
    padding: 0;
    margin-bottom: -5rem;
}


nav{
    text-align: center;
    margin-left: -3rem;
}


nav li{
    display: inline;
}


nav a{
    text-decoration: none;
    font-family: Mon, sans-serif;
    color: white;
    font-size: 0.8rem;
    margin: 5rem;
}


nav a:hover{
    color: #47b1fc;
    border-top: 2px solid;
    padding-top: 5px;
    transition: border-width 0.05s linear;
    -webkit-animation: highlight2 1s ease-in-out infinite alternate;
    -moz-animation: highlight2 1s ease-in-out infinite alternate;
    animation: highlight2 1s ease-in-out infinite alternate;
}

nav a:active-link{
    color: #1194F0;
    border-top: 0px solid;
    padding-top: 5px;
    transition: border-width 0.05s linear;
    -webkit-animation: highlight2 1s ease-in-out infinite alternate;
    -moz-animation: highlight2 1s ease-in-out infinite alternate;
    animation: highlight2 1s ease-in-out infinite alternate;
}


nav a:active{
    color: #1194F0;
    border-top: 0px solid;
    padding-top: 5px;
    transition: border-width 0.05s linear;
    -webkit-animation: highlight2 1s ease-in-out infinite alternate;
    -moz-animation: highlight2 1s ease-in-out infinite alternate;
    animation: highlight2 1s ease-in-out infinite alternate;
}


p{
    font-family: Mon, sans-serif;
    font-size: 0.8rem;
    color: #fce100;
}



.title h1{
    font-size: 1.6rem;
    margin: 0;
    text-align: center;
    color: white;
}

.title h2{
    font-size: 1rem;
    margin: 0;
    text-align: center;
    color: white;
}

.title h3{
    font-size: 1rem;
    margin: 1rem;
    display flex;
    color: white;
}


.title h5{
    margin: 0.5rem;
}


.warning{
    -webkit-animation: highlight 1s ease-in-out infinite alternate;
    -moz-animation: highlight 1s ease-in-out infinite alternate;
    animation: highlight 1s ease-in-out infinite alternate;
}



.title{
    text-align: center;

}

.content-box{
    margin: 1rem;
    width: 60%;
    margin-right: 10rem;
    text-align: center;
    display: inline-block;

    padding-top: 5px;
    margin-bottom: 0rem;
}

.changelog-box{
    margin: 1rem;
    width: 100%;
    margin-left: -20rem;
    background: #131317;
    text-align: center;
    display: inline-block;
    border-top: 3px solid #1194F0;
    padding-top: 5px;
}

.changelog-box2{
    margin: 1rem;
    width: 50%;
    background: #131317;
    text-align: center;
    display: inline-block;
    border-top: 3px solid #1194F0;
    padding-top: 5px;
}

.changelog-bar{
    display: flex;
}

.changelog-img{
    display: block;
    margin-left: 10px;
    position: static;
    width: 20px;
    height: 20px;
    margin-top: 0.5rem;
} 

.changelog-title{
    display: inline-block;
    font-family: Mon, sans-serif;
    color: #3d3d4d;
    font-size: 1.2rem;
    margin: 0;
    margin-top: 0.4rem;
    margin-left: 0.5rem;
}

.changelog-content{
    display: block;
    margin-left: 0.5rem;
}

#plus-symbol{
    display: block;
    font-family: Mon, sans-serif;
    font-size: 2rem;
    margin: 0;
    margin-top: -0.8rem;
    margin-left: 0.5rem;
    color: #49ff5a;
    position: absolute;
}

#subtract-symbol{
    display: flex;
    float: left;
    font-size: 2rem;
    padding: 0;
    margin: 0 1rem 0 0rem;
    margin-top: 0.2rem;
    margin-left: 0.6rem;
    color: #ff4949;
    position: absolute;
}

date{
    color: white;
    font-family: Mon, sans-serif;
    font-size: 0.8rem;
    text-align: left;
    display: block;
    margin: 1rem;
    margin-bottom: 0.5rem;
}


li{
    text-decoration: none;
    color: white;
    text-align: left;
    padding-left: 0.7rem;
    margin-bottom: 0.5rem;
    font-family: Mon, sans-serif;
}

ul{
    list-style: "➤";
    margin-left: 0.8rem;
    margin-bottom: 1rem;

}

#additions{
    margin-right: 0.5rem;
    border-bottom: 3px solid #1a1a1f;
}









*:before,
*:after {
box-sizing: border-box;
}
.accordion {
    width: 100%;
    box-shadow: 0 1px 8px rgba(0, 0, 0, 0.25);
}

.accordion input[name=panel] {
    display: none;
}

.accordion label {
    position: relative;
    display: block;
    padding: 1em;
    text-align: left;
    font-family: Mon, sans-serif;
    border-bottom: 5px solid rgba(0, 0, 0, 0.15);
    font-size: 1.5em;
    color: #fff;
    cursor: pointer;
    transition: all 0.4s cubic-bezier(0.865, 0.14, 0.095, 0.87);
}

.label-1{
    box-shadow: inset 0 3px 0 #15803D;
}
.label-2{
    box-shadow: inset 0 3px 0 #FF8000;
}
.label-3{
    box-shadow: inset 0 3px 0 #FF0000;
}
.label-4{
    box-shadow: inset 0 3px 0 #0080FF;
}

#content-1{
    box-shadow: inset 4px 0 0 0 #15803D, inset 0 3px 6px rgba(0, 0, 0, 0.75);
}

#content-2{
    box-shadow: inset 4px 0 0 0 #FF8000, inset 0 3px 6px rgba(0, 0, 0, 0.75);
}

#content-3{
    box-shadow: inset 4px 0 0 0 #FF0000, inset 0 3px 6px rgba(0, 0, 0, 0.75);
}

#content-4{
    box-shadow: inset 4px 0 0 0 #0080FF, inset 0 3px 6px rgba(0, 0, 0, 0.75);
}


.accordion label:after {
    content: "+";
    color: #fff;
    float: right;
}

.accordion .label-1:hover {
    color: #15803D;
}

.accordion .label-2:hover {
    color: #FF8000;
}

.accordion .label-3:hover {
    color: #FF0000;
}

.accordion .label-4:hover {
    color: #0080FF;
}


.accordion input:checked + label:after {
    content: "-";
}

.accordion .accordion__content {
    overflow: hidden;
    font-family: Mon, sans-serif;
    max-height: 0;
    position: relative;
    text-align: left;
    padding: 0 1.5em;
    background: #131317;
    transition: max-height 0.3s cubic-bezier(0.865, 0.14, 0.095, 0.87);
}

.accordion .accordion__content:not(:last-of-type) {
     box-shadow: inset 0 -2px 2px rgba(0, 0, 0, 0.25), inset 4px 0 0 0 #1194F0, inset 0 3px 6px rgba(0, 0, 0, 0.75);
}

.accordion__body_ul{
    margin-left: -1rem;
    font-size: 1.1rem;
    list-style: decimal;
}

.accordion__body{
    border-top: 2px solid #1a1a1f;
    padding-top: 0.5rem;
}

.accordion .accordion__content .accordion__header {
    padding: 1em 0;
    text-align: left;
}

.accordion .accordion__content .accordion__body {
    font-size: 0.825em;
    line-height: 1.4em;
}

input[name=panel]:checked ~ .accordion__content.accordion__content--small {
    max-height: 2000px;
}

input[name=panel]:checked ~ .accordion__content.accordion__content--med {
    max-height: 2000px;
}

input[name=panel]:checked ~ .accordion__content.accordion__content--large {
    max-height: 2000px;
}

.bullet-point{
    color: #5f5f75;
    font-size: 0.8rem;
    margin-left: -2rem;;
    margin-top: 0.5rem;
}

table{
    width: 100%;
}

th{
    padding: 0.5rem;
    color: white;
    font-family: sans-serif;
    margin: 0;
    height: 100%;
}

.left-th{
    font-size: 0.9rem;
    border-top: 3px solid #1a1a1f;
    padding-top: 0.5rem;
}

.right-th{
    border: 2px solid #1194F0;
    font-size: 0.7rem;
    color: #1194F0;
}

.copy-right{
    padding: 1.5rem;
    margin-top: 5rem;
    background: #090a0a;
    color: #fff;
    text-align: center;
    font-family: Mon, sans-serif;
}
.copy-right a{
    color: #1194F0;
    text-decoration: none;
}

.col{
    width: 100%;
}

.right-col{
    margin-top: 5.5rem;
    width: 40%;
    float: right;
}

.left-col{
    width: 60%;
    float: left;
}



@keyframes highlight {
  from {
    text-shadow:
    0 0 1px rgba(255, 222, 56,0.5),
  }
  to {
    text-shadow:
    0 0 10px rgba(255, 222, 56,0.5);
  }
}

@keyframes highlight2 {
  from {
    text-shadow:
    0 0 1px rgba(17, 148, 240,0.5),
  }
  to {
    text-shadow:
    0 0 20px rgba(17, 148, 240,0.5);
  }
}

@media screen and (max-width: 800px) {
  .left-col{
    width: 100%;
    margin-left: 5rem;
  }
}

@media screen and (max-width: 800px) {
  .right-col{
    width: 50%;
  }
}

@media screen and (max-width: 800px) {
  .warning{
    font-size: 0.7rem;
  }
}

@media screen and (max-width: 800px) {
  .bullet-point{
    font-size: 0.5rem;
  }
}

@media screen and (max-width: 800px) {
  .accordion__body_ul{
    font-size: 0.7rem;
  }
}
