@charset "UTF-8";
body {
  margin: 0;
  padding: 0;
  font-family: 'Libre Baskerville';
  font-size: 16px;
  line-height: 28px;
  color: var(--black);
  background-color: var(--white);
  overflow-x: hidden;
}
/* ------------------------------- GRADIENT ANIMATION */
.gradient-container {
  display: flex;
  min-height: 0;
  position: absolute;
  top: 0;
  width: 100%;
	margin:auto;
}
.gradient {
  padding: 16px 24px;
  position: relative;
  width: 100%;
  height:200px;
  top: 0;
}
.gradient::after {
  position: absolute;
  content: "";
  top: -60px;
  left: -150px;
  right: 0;
  z-index: 2;
  height: 100px;
  width: 120%;
  transform: scale(0.9) translateZ(0);
  filter: blur(30px);
  background: linear-gradient(to left, #b53352, #c85e39, #d2ce1f, #6f7b00, #376bb3, #724aba, #b53352);
  background-size: 200% 200%;
  animation: animateGlow 10s linear infinite;
  mix-blend-mode: color-burn;
}
@keyframes animateGlow {
  0% {
    background-position: 0% 50%;
  }
  100% {
    background-position: 200% 50%;
  }
}
p {
  margin-bottom: 25px;
}
p.firstpara:first-letter {
  display: block;
  float: left;
  margin: 15px 15px 10px 0;
  font-family: Outfit;
  font-size: 100px;
  line-height: 0.5;
  font-weight: 900;
  color: var(--lavender);
}
.highlight {
  background-color:forestgreen;
}
.highlight2 {
  background-color: yellow;
}
a {
  color: var(--black);
  text-decoration: none;
  position: relative;
  z-index: 1;
  text-decoration: underline;
  text-decoration-color: #A8312C;
  text-decoration-style: solid;
  text-underline-offset: 2px;
  text-decoration-thickness: 2px;
}
a:hover {
  color: #A8312C;
  text-decoration: none;
}
.read-more a {
  color: var(--black);
  position: relative;
  z-index: 1;
  text-decoration: underline;
  text-decoration-color: #9177d7;
  text-decoration-style: solid;
  text-underline-offset: 2px;
  text-decoration-thickness: 1.25px;
}
.read-more a:hover {
  color: #9177d7;
  text-decoration: none;
}
.author a:link, .author a:visited, .author a:active {
	color: var(--red);
	text-decoration:none;
}
.author a:hover {
	color: var(--black);
}
/* ------------------------------- HEADINGS */
h1 {
  margin: 20px 0 20px 0;
  font-family: Outfit;
  font-size: 58px;
  line-height: 60px;
  font-weight: 800;
  letter-spacing: -.05em;
  color: var(--red);
}
h2 {
  margin-top: 50px;
  font-family: Outfit;
  font-size: 42px;
  line-height: 42px;
  font-weight: 800;
  letter-spacing: -.5px;
  text-align: left;
  color: var(--red);
}
/* ------------------------------- LOGO */
.logo-container {
  align-items: center;
  display: flex;
  height: 20vh;
  justify-content: center;
  margin: 0;
  max-width: 100%;
  width: 100%;
  padding: 50px 0 50px 0;
  z-index: 2;
}
.logo {
  margin: auto auto 60px auto;
  text-align: center;
  background-color: var(--white);
  border-radius: 50%;
  border: 10px solid var(--white);
  width: 125px;
  height: 125px;
}
/* ------------------------------- HEADER */
.header {
  width: 100%;
  margin: -20px 0 -20px 0;
  background-image: url("https://www.antigender.watch/media/element/lav-bg.png");
}
.header-content {
  width: 650px;
  margin: auto;
  padding-top: 100px;
}
.author, .date {
  color: var(--red);
}
.author {
  font-family: 'Futura';
  font-weight: 900;
  letter-spacing: -0.5px;
}
.subheader {
  margin: auto;
  padding-bottom: 55px;
  width: 600px;
  font-size: 20px;
  color: var(--red);
}
/* ------------------------------- DISCLAIMER */
.disclaimer {
  width: 600px;
  margin: 60px auto 30px auto;
  padding: 8px 20px 8px 20px;
  font-size: 1.25em;
  line-height: 21px;
  background: #E7E4E1;
	color:var(--red);
	text-align:center;
	line-height:1.2em;
	font-family:Outfit;
}
/* ------------------------------- MAIN BODY */
.article {
  width: 640px;
  margin: auto;
  padding-top: 10px;
  overflow: visible;
}
.article-bg {
  width: 100%;
  margin: 0 0 125px 0;
  padding: 0;
  background-color: var(--white);
}
/* ------------------------------- BLOCKQUOTE */
.bq {
  position: relative;
  width: 100%;
  left: -10%;
  margin: auto;
  padding: 1.2em 30px 1.2em 75px;
  font-family: Outfit;
  font-weight:700;
  font-size: 2em;
  line-height: 1.25em;
  letter-spacing: -.5px;
  color: var(--red);
}
.bq span {
  display: block;
  margin-top: 0.5em;
  font-family: Outfit;
  font-size: 0.65em;
  font-weight: normal;
  font-style: normal;
  letter-spacing: -0.5px;
  color: var(--lightgrey);
}
.bq::before {
  position: absolute;
  top: 55px;
  left: 10px;
  font-family: Outfit;
  font-size: 4em;
  color: var(--red);
  content: "\201C";
}
.bq::after {
  content: “;
}
.bq2::before {
  position: absolute;
  bottom: 130px;
  right: 10px;
  font-family: Outfit;
  font-size: 4em;
  color: var(--red);
  content: "\201C";
  transform: rotate(180deg);
}
.bq2::after {
  content: “;
}
/* ------------------------------- READ MORE */
.read-more {
  background-color: #d3d3e4;
  padding: 20px;
  font-size: .85em;
  line-height: 1.5em;
  font-family: Outfit;
}
.read-more ul {
  margin-top: 5px;
}
.read-more li {
  padding-left: 5px;
  margin-left: 0;
}
.rm-indent {
  margin-left: -25px;
  margin-bottom: 0;
}
/* ------------------------------- CAPTION */
.caption {
  width: 100%;
  margin: 10px auto;
  padding: 0 0 10px 0;
  ;
  font-size: 12px;
  line-height: 20px;
  text-align: center;
  color: var(--grey);
}
.note {
  font-style: italic;
  font-size: .9em;
  line-height: 1.75em;
  margin: auto;
  padding-bottom: 20px;
}
/* ------------------------------- IMAGES */
.images {
  width: 100%;
}
.images img {
	width:100%;
  display: block;
  margin-left: auto;
  margin-right: auto;
  border: 1px solid;
  border-color: var(--lightgrey);
}
.sm-images {
  position: relative;
  float: right;
  vertical-align: text-top;
  height: 250px;
  width: 150px;
  margin: 0 0 20px 20px;
  padding: 5px;
  background-color: var(--lavender);
}
/* ------------------------------- VIDEOS */
.videos video {
  display: block;
  margin-left: auto;
  margin-right: auto;
  width:100%;
  height:auto;
}
video::-webkit-media-controls-current-time-display, video::-webkit-media-controls-time-remaining-display {
  font-family: Outfit;
}
video::-webkit-media-controls-timeline {
  padding: 0;
  margin: 0;
}
.end {
  text-align: center;
}
.share-links {
  width: 600px;
  margin: 50px auto 0 auto;
  padding: 0 20px 20px 20px;
  font-size: 2.5em;
  color: #9177d7;
  text-align: center;
  line-height: .5em;
  border-top:2px solid #B5B1D8;
  border-bottom:2px solid #B5B1D8;
}
.share-links h1 {
  font-size: .75em;
  font-family: Outfit;
  font-weight: 700;
  margin: 0;
  padding: 0;
  color:#9177d7;
}
.share-links a {
  color: #9177d7;
}
.share-links a:hover {
  color: #A8312C;
}
:root {
  --red: #852D29;
  --lavender: #B5B1D8;
  --grey: #5A5A5A;
  --lightgrey: #A8A8A8;
  --white: #F4F1ED;
  --black: #222222;
}
.top {
  display: none;
  position: fixed;
  bottom: 20px;
  right: 20px;
  width: 50px;
  height: 50px;
  background-color: var(--lavender);
  color: #fff;
  border: none;
  border-radius: 50%;
  cursor: pointer;
  font-size: 18px;
  text-align: center;
  line-height: 50px;
  text-decoration: none;
  font-family: Outfit;
  font-weight: 800;
  font-size: 1em;
}
.top a {
  border-bottom: 0;
}
/* ------------------------------- CONTACT */
.contact {
  width: 640px;
  margin: auto;
  padding: 0;
  font-family: Outfit;
  font-weight: 800;
}
input[type=text], input[type=email] {
  margin: 0 auto 10px auto;
  width: 620px;
  height: 35px;
  padding: 0 10px 0 10px;
  border: 0;
  font-size: 1em;
}
input[type=text]:focus, input[type=email]:focus {
  border: 0;
}
input[type=submit] {
  width: 640px;
  background-color: var(--lightgrey);
  color: white;
  padding: 14px 20px;
  margin: auto;
  border: 0;
  cursor: pointer;
  font-family: Outfit;
  font-size: 18px;
  transition: all 0.3s ease;
}
input[type=submit]:hover {
  background-color: var(--lavender);
}
textarea {
  width: 640px;
  height: 150px;
  padding: 10px;
  resize: vertical;
  box-sizing: border-box;
  border: 0;
  background-color: #fff;
  font-family: Outfit;
  font-size: 1em;
}
textarea:focus {
  border: 2px;
  border-color: var(--grey);
  border-style: solid;
}
:root {
  scroll-behavior: smooth;
}
@media screen and (max-width: 900px) {
  .bq {
    width: 80%;
    left: -5%;
  }
}
@media screen and (max-width: 720px) {
  .article {
    width: 85%;
    margin: 10px 40px;
  }
}
.float-img {
	float:right;
	width:150px;
	border: 1px solid;
  border-color: var(--lightgrey);
	margin-left:10px;
}