html {
	font-size: 16px;
}

@media screen and (min-width: 523px){
  html{
    font-size: 9px;
  }
}
  @media screen and (min-width: 575px){
  html{
    font-size: 9px;
  }
}
  @media screen and (min-width: 630px){
    html{
      font-size: 9px;
    }
}
  @media screen and (min-width: 682px){
    html{
      font-size: 10px;
    }
}
  @media screen and (min-width: 735px){
    html{
      font-size: 11px;
    }
}
  @media screen and (min-width: 788px){
    html{
      font-size: 12px;
    }
}
  @media screen and (min-width: 860px){
    html{
      font-size: 13px;
    }
}
  @media screen and (min-width: 950px){
    html{
      font-size: 14px;
    }
 }
  @media screen and (min-width: 1024px){
    html{
      font-size: 15px;
    }
}
  @media screen and (min-width: 1200px){
    html{
      font-size: 16px;
    }
}



h6, p, h5, h4, h3, h2, h1, li {
    font-family: 'Oswald', sans-serif;
}

h6 { 
  font-size: 0.75rem;
  font-weight: 200;
  margin-block-start: 0;
  margin-block-end: 1rem;
}

p {
  font-size: 1rem;
  font-weight: 200;
}

li {
  font-size: 1rem;
  font-weight: 200;
  color: cornsilk;
}

h5 {
  font-size: 1.333rem;
  font-weight: 300;
}

h4 {
  font-size: 1.777rem;
  font-weight: 500;
}

h3 {
  font-size: 2.369rem;
  font-weight: 500;
}

h2 {
  font-size: 3.157rem;
  font-weight: 300;
}

h1 {
  font-size: 7.478rem;
  font-weight: 700;
}

a {
    color: rgb(225,96,96);
}


body {
    background-color: rgb(225,96,96);
  }


#grid {
    display: grid;
    grid-template-columns: repeat(11, 1fr);
    column-gap: 1.5rem;
    row-gap: 1rem;
}

/*header*/

header {
    grid-column: 1 / 5;
    grid-row: 1 / 2;
    margin-bottom: 2rem;
}

header a h5 {
    color: black;
}

header a h5:hover {
    color: cornsilk;
}

header h5 {
    color: black;
    margin-block-start: 0;
    margin-block-end: 0;
    margin-left: 1rem;
    margin-bottom: 0rem;
}

/*
.fa {
  display: inline-block;
}

#arrow {
  font-size: 1.5rem;
}*/


/*side-text*/

#side-text {
  grid-column: 1 / 4;
  grid-row: 2;
  margin-left: 2rem;
  margin-top: -1rem;
}

#side-text h4 {
  margin-top: 2rem;
  margin-bottom: 1rem;
}


/*
#spray-6 {
  grid-column: 10 / 11;
  grid-row: 2;
  margin-block-start: 1rem;
  margin-left: 1rem;
}*/

/*paper*/

#paper {
    grid-column: 4 / 8;
    grid-row: 2 / 4;
    margin-top: -1rem;
    margin-bottom: 3rem;
}

.poster-paper {
    border: 1px solid black;
    box-shadow: 6px 6px 6px 2px rgba(0, 0, 0, 0.25);
}


/*selectors*/

#selectors {
  grid-column: 8 / 11;
  grid-row: 2 / 3;
  margin-left: 1rem;
  margin-bottom: 0rem;
}

#intro-line p {
  margin-top: 0;
  margin-bottom: 2rem;
  font-weight: 300;
}

.category p {
  margin-top: 0;
  margin-bottom: 0;
}

/*selectors*/


.category ul{
  list-style: none;
  display: inline-flex;
  margin: 0;
  padding: 0;
  overflow: auto;
  height: 5rem;
}

ul li{
  color: #AAAAAA;
  display: inline-flex;
  position: relative;
  float: left;
  width: 100%;
  height: 3rem;
}

ul li input[type=radio]{
  position: absolute;
  visibility: hidden;
}

ul li label{
  display: inline-flex;
  position: relative;
  font-weight: 200;
  font-size: 1rem;
  padding: 1.5rem;
  padding-top: 0rem;
  margin: 0;
  height: 1rem;
  z-index: 9;
  cursor: pointer;
  transition: all 0.25s linear;
}

ul li:hover label{
	color: cornsilk;
}

ul li .check{
  display: block;
  position: absolute;
  border: 0.3rem solid rgba(255, 248, 220, 0.5);
  border-radius: 0%;
  height: 1rem;
  width: 1rem;
  top: 1.2rem;
  left: 1rem;
	z-index: 5;
	transition: border .25s linear;
	-webkit-transition: border .25s linear;
}

ul li:hover .check {
  border: 5px solid cornsilk;
}

ul li .check::before {
  display: block;
  position: absolute;
	content: '';
  border-radius: 0%;
  height: 0.6rem;
  width: 0.6rem;
  top: 0.22rem;
	left: 0.22rem;
  margin: auto;
	transition: background 0.25s linear;
	-webkit-transition: background 0.25s linear;
}

input[type=radio]:checked ~ .check {
  border: 5px solid black;
}

input[type=radio]:checked ~ .check::before{
  background: black;
}

input[type=radio]:checked ~ label{
  color: black;
}


/*hashtag box

#hashtag-box {
  grid-column: 6 / 8;
  margin-left: 2rem;
  grid-row: 3 / 4;
  align-content: center;
}

#hashtag-box p {
  color:rgba(0, 0, 0, 0.5);
  padding: 1rem;
  background-color: rgba(255, 248, 220, 0.5);
  border: 1px solid black;
  border-radius: 0;
  text-align: left;
  margin-left: 0rem;
  margin-right: 0;
  margin-top: 0;

}*/



/*dowload button*/

#download-button {
  grid-column: 8 / 10;
  margin-left: 1rem;
  grid-row: 2 / 3;
  align-content: center;
  margin-top: 24rem;
  margin-right: 1rem;
}


#download-button p {
  color: black;
  padding: 1rem;
  background-color: rgba(255, 248, 220, 0);
  border: 1px solid black;
  text-align: center;
  margin-left: 0rem;
  margin-right: 0;
  margin-top: 0;
}

#download-button a {
  color: black;
  text-decoration: none;
}

#download-button p:hover {
  color:rgb(225,96,96);
  background-color:black;
  font-weight: 500;
}



/*aside*/


aside {
    position: fixed;
    transform-origin: right bottom;
    transform: rotate(-90deg);
    right: 0;
    top: 0%;
}
  
aside p {
    color:  rgb(225,96,96);
    font-weight: 400;
    letter-spacing: 0.05rem;
}
  
aside p a {
    text-decoration: none;
}
  
aside #mirror:hover {
    color: cornsilk;
}
  
aside #print {
    color: cornsilk;
}
  
#mirror {
    border: 1px solid black;
    background-color: black;
    padding-left: 2rem;
    padding-right: 2rem;
    padding-top: 1rem;
    padding-bottom: 1rem;
    margin-block-start: 0;
    margin-block-end: 0;
    margin-right: 1rem;
}
  
#print {
    border: 1px solid black;
    background-color: black;
    padding-left: 2rem;
    padding-right: 2rem;
    padding-top: 1rem;
    padding-bottom: 1rem;
    margin-block-start: 0;
    margin-block-end: 0;
}

#paper img {
  width: 100%;
  border: 1px solid black;
  box-shadow: 6px 6px 6px 2px rgba(0, 0, 0, 0.25);
}


footer {
  color:rgba(0,0,0, .3);   
  text-align: left;
  margin-left: 2rem;
  bottom: 0;
  letter-spacing: 0.05rem;
  width: 100%;
}
