body, html {
  background: #ff5c05;
  color: black;
  height: 100%;
  margin: 0;
}
.backdeny {
	background-image: url('https://www.donaldtrumpisfucked.org/images/nasa-403-shall-not-pass.webp');
	background-size: 100% 100%;
	background-repeat: no-repeat;
	display: inline-block;
	height: 55em;
	width: auto;
}
.backnotfound {
	background-image: url('https://www.donaldtrumpisfucked.org/images/nasa-404-sublimated.webp');
	background-size: 100% 100%;
	background-repeat: no-repeat;
	display: inline-block;
	height: 55em;
	width: auto;
}
.bodyfont {
	font-family: "Times New Roman", TImes, Serif;
}
#fellatio {
  background-image: url('https://www.donaldtrumpisfucked.org/images/trump-sucks.gif');
  background-position: center;
  background-repeat: no-repeat;
  width: 100vw;
  height: 60%;
}
#header {
  background-attachment: relative;/*fixed allows parallax scrolling | relative disable*/
  background-image: repeating-linear-gradient(to right, red 0%, red 5.55%, white 5.55%, white 11.10%, blue 11.10%, blue 16.65%);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100.6% 100%;
  height: 12vh;
  width: 100vw;
}
#header-text {
  font-weight: bold;
  position: relative;
  text-align: center;
  text-shadow: 0 0 0.25em #fff, 0 0 0.5em #f0f0f0, 0 0 0.75em #f0f0f0, 0 0 1em #f0f0f0, 0 0 1.25em #f0f0f0, 0 0 1.5em #f0f0f0;
  top: 1vh;
}

#love-hate-mail {
  font-size: 0.75em;
  font-weight: bold;
  height: 5vh;
  padding-bottom: 1em;
  position: relative;
  text-align: center;
  top: 0.5vh;
  width: 100vw;
}
#text-and-im-a-what {
  font-size: 0.75em;
}
#text-cagethemall {
  font-weight: bold;
  text-align: center;
}
#text-fafo {
  font-weight: bold;
  text-align: center;
}
#text-my-name-is-what {
  font-size: 1.5em;
}


/* ############MEDIA QUERIES############*/
/* >=400px SCREEN WIDTH TWEAKS */
@media only screen and (min-device-width: 400px) {
  #text-and-im-a-what {
    font-size: 1em;
  }
  #text-my-name-is-what {
    font-size: 1.75em;
  }  
}

/* >=600px SCREEN WIDTH TWEAKS */
@media only screen and (min-device-width: 600px) {
  #love-hate-mail {
    font-size: 1em;
  }  
  #text-and-im-a-what {
    font-size: 1.5em;
  }
  #text-my-name-is-what {
    font-size: 2.5em;
  }  
}
/* >=700px SCREEN WIDTH TWEAKS */
@media only screen and (min-device-width: 700px) {
  #header-text {
    top: 2vh;
  }
  #love-hate-mail {
    font-size: 1.25em;
  }  
  #text-and-im-a-what {
    font-size: 2em;
  }
  #text-my-name-is-what {
    font-size: 3em;
  }

}

/* >=800px SCREEN WIDTH TWEAKS */
@media only screen and (min-device-width: 800px) {
  #header-text {
    top: 3vh;
  }  
  #love-hate-mail {
    font-size: 1.5em;
  }
  #text-my-name-is-what {
    font-size: 3.5em;
  }  

}

/* >=1000px SCREEN WIDTH TWEAKS */
@media only screen and (min-device-width: 1000px) {
  #header {
    height: 23vh;
  }
}
/* >=1400px SCREEN WIDTH TWEAKS */
@media only screen and (min-device-width: 1400px) {
  #text-and-im-a-what {
    font-size: 3em;
  }
  #text-my-name-is-what {
    font-size: 4em;
  }
}
