body {
  background-color: white;
  overflow: hidden;
}

audio {
   display:none;
}

#slideshow {
  position: absolute;
  top: 50%;
  margin-top: -300px;
  margin-left: 100%;
  height: 600px;
  width: 12400px;
  -webkit-animation: slideshow 140s linear infinite;
  -moz-animation: slideshow 140s linear infinite;
}

@-webkit-keyframes slideshow {
  0%    { left: 0; }
  100%  { left: -12400px; }
}

@moz-keyframes slideshow {
  0%    { left: 0; }
  100%  { left: -12400px; }
}

.megaSun {
  height: 600px;
  width: 1100px;
  padding-top: 190px;
  position: relative;
  float: left;
  font-size: 80px;
  letter-spacing: -0.03em;
  font-family: 'Px Grotesk';
  font-weight: lighter;
}

img.megaSun_1 {
  float: left;
  margin: 0 0 0 400px;
}

img.megaSun_2 {
  float: left;
  margin: 0 0 0 600px;
}

img.megaSun_3 {
  float: left;
  height: 500px;
  padding-top: 100px;
  margin: 0 0 0 200px;
}

img.megaSun_4 {
  float: left;
  margin: 0 0 0 800px;
}

img.megaSun_5 {
  float: left;
  height: 500px;
  padding-top: 00px;
  margin: 0 0 0 200px;
}

img.megaSun_6 {
  float: left;
  margin: 0 0 0 600px;
}

img.megaSun_7 {
  float: left;
  margin: 0 0 0 800px;
}

img.megaSun_8 {
  float: left;
  margin: 0 0 0 600px;
}

img.megaSun_9 {
  float: left;
  height: 500px;
  padding-top: 0px;
  margin: 0 0 0 200px;
}

/*
.megaSun_essay {
  height: 600px;
  width: 900px;
  padding-top: 150px;
  position: relative;
  float: left;
  left: 600px;
  font-size: 80px;
  letter-spacing: -0.03em;
  font-family:  'Abel', Tahoma, sans-serif;
}

.circle {
  position: relative;
  float: left;
  top: 125px;
  left: 550px;
  width: 300px;
  height: 300px;
  border-radius:150px;
  background: black;
}

.circle:hover{
  background-color: #ff53ff;
  cursor: context-menu;
  transition: all 200ms;
}
*/





.button {
  position: relative;
  float: left;
  top: 15px;
  left: 96%;
  color: black;
  font-size: 40px;
  font-family: 'Px Grotesk';
/*  width: 40px;
  height: 40px;
  border-radius: 20px;
  background: black;*/
  cursor: pointer;
  text-decoration: none;
  transition: all 0.3s ease-out;
}
.button:hover {
  color: #ff53ff;
  text-decoration: none;
}

.overlay {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(255, 255, 255, 0.98);
  transition: opacity 500ms;
  visibility: hidden;
  opacity: 0;
}
.overlay:target {
  visibility: visible;
  opacity: 1;
}

.popup {
  margin: 70px auto;
  padding: 20px;
  border-radius: 5px;
  top: -87px;
  width: 800px;
  height: 100%;
  position: relative;
  transition: all 5s ease-in-out;
  font-family: serif;
  letter-spacing: -0.02em;
  font-weight: lighter;
  font-size: 40px;
  overflow: auto;
}

.popup h2 {
  margin-top: 0;
  color: #333;
}

.popup .close {
  position: absolute;
  top: 18px;
  right: 40px;
  transition: all 200ms;
  font-size: 85px;
  font-weight: lighter;
  font-family: serif;
  text-decoration: none;
  color: black;
}
.popup .close:hover {
  color: #ff53ff;
}
.popup .content {
  max-height: 95%;
  margin-top: 0px;
  padding-top: 40px;
  overflow: auto;
  font-size: 30px;
  font-family: 'Px Grotesk';
  letter-spacing: -0.02em;
  font-weight: lighter;
  text-indent: 10px;
  line-height: 34px;
}

::-webkit-scrollbar {
    display: none;
}

h2{
  font-size: 45px;
  font-weight: lighter;
  margin-bottom: 5%;
}

p {
  margin: 0;
  padding: 0;
  text-indent: 50px;
}

sup {
  font-size: 0.83em;
  vertical-align: super;
  line-height: 0;
}

.tanningBeds {
  text-indent: 0px;
  line-height: 60px;
  padding: 50px;
}
