
header{
    font-family: 'Playfair Display', serif;
    font-weight: 900;
    font-size: 60px;
    text-transform: uppercase;
    display: inline-block;
    line-height: 72px;
    margin-bottom: 20px;
}

.head{
    text-align: center;
}
.subhead {
    margin: 20px;
    text-shadow: 0px 0px 20px black;
}
.news {
    /*background-image: url(./img/ghosts/skibidibutler.png);*/
    background-repeat: no-repeat;
    background-size: contain;
    background-position: top;
}
.news img {
/*    width: 65px;
    margin: 0px 15px;*/
}
.accordion-icons {
    position: relative;
    height: 40px;
    width: 40px;
    margin: 0px 20px;
}
.accordion_division {
    position: absolute;
    height: 40px;
    left: 4px;
}
.accordion_tier {
    position: absolute;
    height: 30px;
    top: 20px;
    left: 0px;
}
.accordion-dash {
    position: absolute;
    left: 200px;
}
.news h1 {
    font-family: Orbitron;
    text-align: center;
    margin-top: 50px;
    color: white;
    text-shadow: 0px 0px 20px black;
}

.accordion-body {
    font-family: 'Droid Serif', serif;
    font-size: 14px;
    color: #d9d9d9;
    background-color: #171717;
    padding: 30px;
    background-repeat: no-repeat;
    background-position-x: left;
    background-position-y: 40px;
    background-blend-mode: soft-light;
}
 .headline.hl3{
    font-weight: 400;
    font-size: 36px;
    box-sizing: border-box;
    padding: 10px 0 10px 0;
    font-family: Quicksand;
    font-weight: bold;
}
.accordion_score{
    font-family: Orbitron;
    font-size: 20px !important;
}
 .headline.hl4{
    font-weight: 700;
    font-size: 10px;
    box-sizing: border-box;
    padding: 10px 0 10px 0;
}
 .headline.hl4:before{
    border-top: 1px solid #2f2f2f;
    content: '';
    width: 100px;
    height: 7px;
    display: block;
    margin: 0 auto;
}
 .headline.hl4:after{
    border-bottom: 1px solid #2f2f2f;
    content: '';
    width: 100px;
    height: 10px;
    display: block;
    margin: 0 auto;
}
#weather {
    margin-top: 40px;
    text-align: center;
}
.gpt_hero_mention {
    color: #ee6868;
    font-weight: bolder;
}
.gpt_gamer_mention {
    color: #9b674f;
    font-weight: bolder;
}
.accordion {
--bs-accordion-color: white;
--bs-accordion-bg: black;
--bs-accordion-btn-color: #57bdc9;
--bs-accordion-btn-bg: var(--bs-accordion-bg);
--bs-accordion-btn-focus-border-color: #86b7fe;
--bs-accordion-active-color: white;
--bs-accordion-active-bg: #14545b;
    --bs-accordion-btn-focus-box-shadow: none;
}
.table-dark {
    --bs-table-bg: black;
    margin-top: 25px;
}

/*Comment section stuff*/
.comment {
    background-color: #000;
    border-radius: 15px;
    font-family: Roboto;
    font-weight: 300;
    margin-top: 15px;
}
.comment_portrait {
    padding: 3%;
}
.comment_portrait img {
    width: 100%;
}
.comment_header {
    padding-top: 15px;
    font-weight: 600;
}
.comment_content {
    padding-top: 8px;
    padding-left: 15px;
    padding-right: 15px;
    padding-bottom: 15px;
}
.comment img {
    max-width: 100px;
}
.scandal img {
    max-width: 180px;
}
.scandal {
    background-image: repeating-linear-gradient(45deg, #000000, #000000 25px, #f23742 25px, #f23742 50px);
    padding: 25px;
    margin: 15px;
    border: #ad272f 5px;
    border-style: outset;
    padding-top: 0px;
}
.scandal h1 {
    border: #ad272f 5px;
    border-style: outset;
    background-color: rgba(0, 0, 0, .7);
    padding: 15px;
}
.scandal_portrait {
    text-align: center;
}
@media only screen and (min-width: 1200px) {

.news {
    background-size: 500px;
}
.news h1 {
    margin-top: 50px;
}

}