body{
	margin: 0px
	}

@font-face {
    font-family: "gt_america";
    src: url("gtamericatrial-cmblit-webfont.woff2") format("woff2"),
         url("gtamericatrial-cmblit-webfont.woff") format("woff");
    font-weight: normal;
    font-style: normal;

}

p{
	font-family: "gt_america";
	    margin-bottom: 0px;
    margin-top: 0px;
}

@media only screen and (max-width: 700px) {
	
.social{
    flex-direction: column;
    justify-content: space-evenly;
    height: 70vh;
}
}

.social{
	display: flex;
    justify-content: space-evenly;
	margin-left: 180px;
    margin-right: 180px;
}

	
 .right-top {
     position: absolute;
     top:0;
     right:0;
 }
  .left-top {
     position: absolute;
     top:0;
     left:0;
}
 .right-bot {
     position: absolute;
     bottom:0;
     right:0;
 }
  .left-bot {
     position: absolute;
     bottom:0;
     left:0;
}

.container{
  position: ;
      z-index: 10;
  }

.button{
	border: 0px;
	padding: 0px;
}

.center {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 50vw;
  max-width: 500px;
  /* bring your own prefixes */
  transform: translate(-50%, -50%);
}

.penis{
	transform: rotate(45deg);
	width: 70%;
}

.gif{
	width: 1100px;
    max-width: 80%;
    max-height: 80%;
}

.buttonmain {
  background-color: #FF10F0;
  border: none;
  color: white;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 24px;
  cursor: pointer;
  width: 90px;
  height: 90px;
}

.bg{
	z-index: -1;
	}

#myVideo {
    width: 100%;
    height: 100%;
    position: absolute;
    inset: 0px;
    object-fit: cover;
    margin: auto !important;
}

.buttontext{
    -webkit-transform: translate(-50%, -50%)rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    font-size: var(--square-button-font-size);
    color: white;
    position: absolute;
    transform: translate(-50%, -50%)rotate(-45deg);
    top: 50%;
    left: 50%;
    height: 22px;
}

h1{
	font-family: 'gt_america', sans-serif;
	color: white
}

h2{
	font-family: 'gt_america', sans-serif;
}

h3{
	font-family: 'gt_america', sans-serif;
}

#main{
	display: flex;
	justify-content: center;
}

.item{
	font-family: 'GTAmerica';
	text-align: center;
	margin: 20px;
}

.fa-solid:hover{
	color: #FF10F0;
    transition: 0.5s;
}

.follow{
	font-size: 24px;
}



.fa-brands{
	color: white;
    font-size: 8vmin;
    margin: 2vmin;
}

.fa-brands:hover{
	color: #FF10F0;
	transition: 0.5s;
}

.fa-solid{
	color: white;
	font-size: 80px;
	margin: 25px;
}

.seated-title{
	font-family: 'gt_america', sans-serif;
	font-size: 5vw;
	font-weight: 100;
}

a.seated-event-link1{
	color: black !important;
}

a.seated-event-link1:hover{
	background-color: #FF10F0;
	transition: 0.5s;
}

a.seated-follow-link{
	color: black !important;
}

.seated{
	color: white;
	max-width: 90%;
	margin: auto;
	margin-top: 20px;
	border-radius: 25px;
    background: #ffffff24;
    padding: 20px;
}

.social-img{
	width: 3vw;
	top: 50%;
}

body {
  font-family: sans-serif; 
}

.overlay {
  height: 100%;
  width: 0;
  position: fixed;
  z-index: 1;
  top: 0;
  left: 0;
  background-color: rgb(32 32 32 / 95%);
  overflow-x: hidden;
  transition: 0.5s;
}

.overlay-content {
  position: relative;
  top: 15%;
  width: 100%;
  text-align: center;
}

.overlay-content2 {
  position: relative;
  top: 15%;
  width: 100%;
  text-align: center;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}

.overlay a {
  text-decoration: none;
  color: #ffffff;
  transition: 0.3s;
}

.overlay a:hover, .overlay a:focus {
  color: #f1f1f1;
  text-decoration: none;
}

.overlay .closebtn {
  position: absolute;
  top: 20px;
  right: 45px;
  font-size: 60px;
}

@media screen and (max-height: 450px) {
  .overlay a {font-size: 20px}
  .overlay .closebtn {
  font-size: 40px;
  top: 15px;
  right: 35px;
  }
}

button{
	font-family: 'gt_america';
}


p#video-title {
  font-family: 'gt_america', sans-serif;
  color: white;
  padding: 5px 4px;
  text-align: center;
  display: block;
  width: 50%;
  margin: 0 auto;
  margin-bottom: 20px;
  margin-top: 20px;
}

.alisten{
  text-decoration: underline;
  color: white;
}

.alisten:hover{
  text-decoration: underline;
  color: #FF10F0;
}

.Listen{
  background: #FF10F0;
  padding-top: 7px;
  padding-bottom: 7px;
  padding-left: 15px;
  padding-right: 15px;
  height: auto;
  border-radius: 5px;
}

.Listen:hover{
  background: white;
  padding-top: 7px;
  padding-bottom: 7px;
  padding-left: 15px;
  padding-right: 15px;
  height: auto;
  border-radius: 5px;
}

.youtube {
    width: 600px;
    height: 400px;
    max-width: 90%;
    max-height: 90%;
}

