* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  -webkit-text-size-adjust: none;
}
@font-face {
  font-family: cast;
  src: url(https://www.nauzer.com/VETERANTYPEWRITER.TTF);
}

@font-face {
  font-family: readcast;
  src: url(https://www.nauzer.com/VETERANTYPEWRITER.TTF);
}
@font-face {
  font-family: sessionheads;
  src: url(https://www.nauzer.com/VETERANTYPEWRITER.TTF);
}
body {
  /* background-color: rgb(197, 185, 161); */
  background-color: #000000;
  margin-top: 0px;
}
/* width */
::-webkit-scrollbar {
  width: 0.45em;
}
/* border-radius */
::-webkit-scrollbar-thumb {
  border-radius: 50px;
}
/* Track */
::-webkit-scrollbar-track {
  background: #000000;
}

/* Handle */
::-webkit-scrollbar-thumb {
  background: #5f5f5f;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: #4e4e4e;
}
.btn:focus {
  outline-width: 1px;
  outline-style: solid;
  outline-color: rgb(0, 0, 0);
  box-shadow: none;
}
.btn:active:focus {
  outline-width: 1px;
  outline-style: solid;
  outline-color: rgb(0, 0, 0);
  box-shadow: none;
}

.cast {
  font-family: cast;
  font-size: 24px;
  line-height: 20px;
  color: rgb(63, 63, 63);
}
.castsmall {
  font-family: cast;
  font-size: 9px;
  /* line-height: 20px; */
  color: rgb(197, 197, 197);
}

.headrow {
  display: block;
  width: 100%;
  position: fixed;
  background-color: black;
  margin-top: -130px;
  text-align: center;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 14px;
  color: #d4bfa5;
  text-decoration: none;
}
.toprow {
  display: block;
  width: 100%;
  justify-content: center;
  background-color: rgb(0, 0, 0);
  color: rgb(185, 185, 185);
  font-family: Arial, Helvetica, sans-serif;
  font-size: 0.75em;
  line-height: 14px;
  margin-top: -75px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 0px;
  padding-bottom: 10px;
  position: fixed;
  text-align: center;
}

.thelinks {
  display: block;
  position: fixed;
  justify-content: center;
  background-color: #000000;
  width: 100%;
  float: none;
  z-index: 100;
  margin-left: 0px;
  margin-top: -20px;
  text-align: center;
  padding-bottom: 5px;
}

.earthrise {
  margin-right: auto;
  margin-left: auto;
  margin-top: 0px;
  width: 100px;
  height: auto;
  min-width: 100px;
  max-width: 100px;
  z-index: 1;
  align-items: center;
}
.menutalk {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 14px;
  color: #d4bfa5;
  /* color: #ff7b00; */

  text-decoration: none;
}
.menutalk a:hover {
  color: #ffffff;
}

.logosign {
  margin-right: auto;
  margin-left: auto;
  margin-top: 0px;
  width: 253px;
  height: auto;
  min-width: 253px;
  max-width: 253px;
  z-index: 5;
}

.dropletter::first-letter {
  float: left;
  line-height: 50px;
  font-size: 60px;
  font-family: "Times New Roman", Times, serif;
  color: darkgrey;
  margin-right: 5px;
  margin-bottom: -5px;
}
.dropletter {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 0.8em;
  line-height: 1.1em;
  color: darkgrey;
}

.box1 {
  display: block;
  line-height: 95%;
  columns: 4 250px;
  column-gap: 20px;
  width: 85vw;
  margin-top: 130px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 20px;
  padding-left: 10px;
  padding-right: 10px;
  padding-bottom: 10px;
  z-index: 2;
}
.gaypic1 {
  display: block;
  justify-content: center;
  margin-left: auto;
  margin-right: auto;
}
.gaypic2 {
  display: block;
  justify-content: center;
  margin-left: auto;
  margin-right: auto;
}
.gaypicwrap {
  float: left;
  word-wrap: wrap;
  padding: 10px;
}

.intuitive {
  font-family: Georgia, "Times New Roman", Times, serif;
  font-size: 14px;
  line-height: 80%;
  color: rgb(197, 197, 197);
  /* color: rgb(196, 177, 155); */
}
.intuitiveslant {
  display: block;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  line-height: 100%;
  color: rgb(197, 197, 197);
}
.gayslant {
  display: block;
  justify-content: center;
  margin-left: auto;
  margin-right: auto;
  width: 250px;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  line-height: 100%;
  color: rgb(197, 197, 197);
}

/* MEDIA QUERIES */
@media (max-width: 1024px) {
}
@media (max-width: 768px) {
}
@media (max-width: 600px) {
  .logosign {
    width: 50%;
    height: auto;
  }
}
