@charset "UTF-8";
/* CSS Document */

body{
    background-color: rgb(35,20,95);
    margin:0 auto;
  }
  
.header_stripe{
   position: absolute;
   left: 0;
   top: 0;
   Width: 100%;
   height: 40px;
   z-index: 3;
}

.link_stripe{
   position: absolute;
   left: 0;
   top: 40px;
   width: 100%;
   height: 70px;
   z-index: 3;
}

  .header{
      position: absolute;
      left: 0;
      top: 100px;
      width: 100%;
      z-index: 5;
  }

#wrapper_bg {
   position: fixed;
left: 15%;
top: 0%;
background-color: white;
  background-color: rgba(255,255,255,.9);
   width: 70%;
   height: 100%;
}

#wrapper {
   position: absolute;
left: 15%;
top: 0%;
   z-index: 1;
   width: 70%;
   z-index: 2;
}

#content {
   position: relative;
   margin-left: 5%;
   Margin-top: 70%;
   width: 90%;
}


.links {
   position: relative;
   margin-top: 50px;
   z-index: 6;
}

.links li {
   margin-left: 5%;
   list-style-type: none;
   display: inline;
   float: left;
   font-family: 'Barlow Condensed', sans-serif;
   font-size: 2rem;

}

.links li a:link {
   color: rgb(1,1,1);
   text-decoration: none;
}

.links li a:visited{
   color: rgb(35,20,95);
}
  
.links li a:hover {
   color: rgb(205,151,0);
}


.menu-wrap {
    position: fixed;
    top: 0;
    right: 10px;
    z-index: 6;
    display: none;
}

.menu-wrap .toggler {
    position: absolute;
    top: 0;
    right: 10px;
    z-index: 15;
    cursor: pointer;
    width: 30px;
    height: 30px;
    opacity: 0;
}

.menu-wrap .hamburger {
    position: absolute;
    top: 5px;
    right: 2px;
    z-index: 14;
    width: 15px;
    height: 8px;
    padding: 1rem;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: rgb(205,151,0);
    padding: 1px;
}

/* Hamburger line */
.menu-wrap .hamburger > div {
    position: relative;
    width: 90%;
    height: 3px;
    background-color: rgb(1,1,1);
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.4s ease;
}

/* Top and bottom lines */
.menu-wrap .hamburger > div:before,
.menu-wrap .hamburger > div:after {
    content: '';
    position: absolute;
    z-index: 5;
    top: -5px;
    width: 80%;
    height: 2px;
    background: inherit;

}

/* Moves line down */
.menu-wrap .hamburger > div:after {
    top: 5px;
}

/* Toggler animate */
.menu-wrap .toggler:checked + .hamburger > div {
    transform: rotate(135deg);
}

/* Turn lines into X */
.menu-wrap .toggler:checked + .hamburger > div:before,
.menu-wrap .toggler:checked + .hamburger > div:after {
    top: 0;
    transform: rotate(90deg);
}

/* Rotate on hover when checked */
.menu-wrap .toggler:checked:hover + .hamburger > div {
    transform: rotate(225deg);
}

/* Show menu */
.menu-wrap .toggler:checked ~ .menu {
    visibility: visible;
}

.menu-wrap .toggler:checked ~ .menu > div {
    transform: scale(1);
    transition-duration: var(--menu-speed);
}

.menu-wrap .toggler:checked ~ .menu > div > div {
    opacity: 1;
    transition: opacity 0.4s ease;
}
.menu-wrap .menu {
    position: fixed;
   margin: 0 -480px;
    width: 500px;
    height: 900px;
    visibility: hidden;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
}
.menu-wrap .menu > div {
    position: relative;
    top: -300px;
    right: -150px;
    background: black;
    opacity:.75;
    width: 400px;
    height: 400px;
    border-radius: 200px;
    display: inline;
    flex: none;
    transform: scale(0);
    transition: all 0.4s ease;
    z-index: 10;
    text-align: center;

}

.menu-wrap .menu > div > div {
    text-align: center;
    max-width: 90vw;
    max-height: 100vh;
    opacity: 1;
    transition: opacity 0.4s ease;
    z-index: 10;
}

.menu-wrap .menu > div > div > ul > li {
    position:relative;
margin-left: 2.5%;
margin-top: 80px;
 list-style: none;
color:  white;
font-size: 1.5rem;
padding-top: 5px;
z-index: 11;
opacity: 1;
width: 75%;
}

.menu-wrap .menu > div > div > ul > li > a {
    position: relative;
    line-height: 15px;
    font-family: Arial, Helvetica, sans-serif;
    color:white;
    text-decoration: none;
    transition: color 0.4s ease;
    opacity: 1;
    z-index: 12;
}

.menu-wrap .menu > div > div > ul > li > a:hover,
.menu-wrap .menu > div > div > ul > li > a:active {
    color: rgb(207,10,44);
}

.left_numbers {
   position: absolute;
   left: 2.5%;
   top: 47%;
   width: 10%;
   text-align: center;
}

.fifty_two {
   position: relative;
   width: 80%;
}

.fifty_eight {
   position: relative;
   width: 80%;
   margin-top: 100px;
}

.twenty {
   position: relative;
   width: 80%;
   margin-top: 100px;
}

.fifty_fiive {
   position: relative;
   width: 80%;
   margin-top: 100px;
}

.ninety_two {
   position: relative;
   width: 80%;
   margin-top: 100px;
}

.right_numbers {
   position: absolute;
   right: 2.5%;
   top: 47%;
   width: 10%;
   text-align: center;
}
.seventy_five {
   position: relative;
   width: 80%;
}

.three {
   position: relative;
   width: 40%;
   margin-top: 100px;
}

.thirty_one {
   position: relative;
   width: 67%;
   margin-top: 100px;
}

.eighty_six {
   position: relative;
   width: 80%;
   margin-top: 100px;
}

.seventy_three {
   position: relative;
   width: 80%;
   margin-top: 100px;
}



h1 {
   font-family: 'Barlow Condensed', sans-serif;
   font-size: 3.5rem;
   color: rgb(35,20,95);
}

h2 {
   font-family: 'Barlow Condensed', sans-serif;
   font-size: 2.5rem;
   color: rgb(1,1,1);
}

.post_title {
    position: relative;
}

.author {
    font-size: 1.25rem;
    position: relative;
    margin-top: -25px;
}

.date {
    display: block;
    font-size: 2rem;
    position: relative;
    margin-top: -10px;
    margin-right: -10px;
}

p {
   font-family: Arial, Helvetica, sans-serif;
   font-size: 1.5rem;
   color: black;
}

.comments {
    width: 100%;
        vertical-align: top;
}

.comments td {
    width: 50%;
}

.leftcol {
    text-align: left;
}

.rightcol {
    text-align: right;
}

.comment_section {
    position: relative;
    left: -5.55%;
    background-color: rgb(229,186,93);
    width: 111.11%;
}

.comment_wrapper {
    position: relative;
    left: 5%;
    width: 90%;
}

textarea {
    width: 30rem;
    height: 30rem;
}

input {
    width: 20rem;
}