body {
    color: #757575;
    font-family: Arial, Helvetica, sans-serif;
    margin:auto 0;
  }

  #aboutBody {
    padding-top: 3rem;
    color: #5a5a5a;
  }

  header {
    display:inherit;
    background-color: black;
    background-image: url(EMFHeader.png), url(GB_Logo_Full_Black\ Icon_Black\ Text-01.png);
    background-repeat: no-repeat;
    background-position: right;
    background-size:50%, 50%, 300px, 300px;
    height: 175px;
    padding-top: 0.5em;
    padding-bottom: 0.5em;
    padding-left: 0;
}



header a {
    display: inline-block;
    width: 300px;
    height:300px;
    }
      
      img {
        display: block;
        width: 300px;
        height: 300px;
        float: left;
      }

      

/* Navbar container */
.navbar {
    padding-right:30px;
    overflow: hidden;
    background-color: #393636;
    font-family: Arial;
    border-style: double;
    border-width: thick;
  }
  
  /* Links inside the navbar */
  .navbar a {
    float: left;
    font-size: 16px;
    color: rgb(246, 240, 240);
    text-align: center;
    padding: 14px 16px;
    text-decoration: none;
    z-index: 99999;
  }
  
  /* The dropdown container */
  .dropdown {
    float: right;
    overflow: hidden;
  }
  
  /* Dropdown button */
  .dropdown .dropbtn {
    font-size: 30px;
    border: none;
    outline: none;
    color:#f9f9f9;
    background-color: inherit;
    font-family: 'Poppins', sans-serif;
    margin-right: 175px;
  }
  
  /* Add a dark background color to navbar links on hover */
  .navbar a:hover, .dropdown:hover .dropbtn {
    background-color: #07ca0d9f;
  }
  
  /* Dropdown content (hidden by default) */
  .dropdown-content {
    display: none;
    position: absolute;
    background-color: rgb(213, 213, 213);
    min-width: 300px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 1;
  }
  
  /* Links inside the dropdown */
  .dropdown-content a {
    float: none;
    color: black;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
    text-align: left;
  }
  
  /* Add a grey background color to dropdown links on hover */
  .dropdown-content a:hover {
    background-color: #33ff005c;
  }
  
  /* Show the dropdown menu on hover */
  .dropdown:hover .dropdown-content {
    display: block;
  }


h1 {
    font-size: 250%;
    letter-spacing: 0.25em;
    font-family: 'Poppins', sans-serif;
}
#contactH1 {
    margin-right: 450px;
    text-align: center;
    text-shadow: 1px 1px #4CC035;
    color: #000000;
    font-family: 'Poppins', sans-serif;
}

h2 {
    text-align: center;
    text-shadow: 1px 1px #000000;
    color: #00660f;
    font-family: 'Poppins', sans-serif;
}

#contactH2 {
    color: #000000;
    margin-bottom: 30px;
    margin-right: 450px;
}
#homeHtml {
  background-color: #5f5d5d25;
}

h4 {
        text-align: center;
        text-shadow: 1px 1px #000000;
        color: #00660f;
        font-family: 'Poppins', sans-serif;
    }


h3 {
    font-size: 80%;
    text-align: center;
    color: #000000;
    font-family: 'Poppins', sans-serif;
    padding-top:15px;
    transform: translateX(15px);
}

footer {
   
    margin-left: 90px;
    text-align: center;
}

.social a{ 
    font-size: 30px;
    color: #18d60bac;
    border-style:groove;
    border-color:#4cc0354f;
    padding: 5px;
    margin:10px;
    border-radius:6px;
  }
  .social {
    transform: translateX(450px);

  }
  .social a:hover {
    background-color:#000000b1;
    color: white;
    -webkit-transition: background-color 0.6s ease-out, color 0.6s ease-out;
    -moz-transition: background-color 0.6s ease-out, color 0.6s ease-out;
    -o-transition: background-color 0.6s ease-out, color 0.6s ease-out;
    transition: background-color 0.6s ease-out, color 0.6s ease-out;
  }

  #USemail {
    color:#0c0c0c;
    text-decoration:none;
    font-size: 60%;
    margin-left:30px;
  } 

  .CONsocial a{ 
    font-size: 30px;
    color: #18d60bac;
    border-style:groove;
    border-color:#4cc0354f;
    padding: 5px;
    margin:10px;
    border-radius:6px;
  }
  .CONsocial {
    transform: translateX(130px);
    
  }
  .CONsocial a:hover {
    background-color:#000000b1;
    color: white;
    -webkit-transition: background-color 0.6s ease-out, color 0.6s ease-out;
    -moz-transition: background-color 0.6s ease-out, color 0.6s ease-out;
    -o-transition: background-color 0.6s ease-out, color 0.6s ease-out;
    transition: background-color 0.6s ease-out, color 0.6s ease-out;
  } 

  
.USsocial a{ 
  font-size: 30px;
  color: #18d60bac;
  border-style:groove;
  border-color:#4cc0354f;
  padding: 5px;
  margin:10px;
  border-radius:6px;
}
.USsocial {
  transform: translate(455px);
  padding-top: 11px;

}
#VIDvid {
overflow:auto;
height: 650px;
}

iframe {
 padding: 1px;
 border-top:#4CC035;
 border-bottom: #4cc035;
 border-style: groove;


}
.USsocial a:hover {
  background-color:#000000b1;
  color: white;
  -webkit-transition: background-color 0.6s ease-out, color 0.6s ease-out;
  -moz-transition: background-color 0.6s ease-out, color 0.6s ease-out;
  -o-transition: background-color 0.6s ease-out, color 0.6s ease-out;
  transition: background-color 0.6s ease-out, color 0.6s ease-out;
}

#VIDh1 {
  text-shadow: 1px 1px #4CC035;
  color: #000000;
  font-family: 'Poppins', sans-serif;
  margin-left: 90px;
  padding-bottom: 15px;
  padding-top: 0px;
  transform: translateX(30px);
}

#VIDH3 {
  font-size: 150%;
  color: #000000;
  font-family: 'Poppins', sans-serif;
  transform: translateX(-20px);
  padding-top:10px;
  padding-bottom: 15px;
}

#VID {
  margin-left: 55px;
  margin-bottom: 5px;
  margin-right: 50px;
  border-radius: 20px;
  border-color: #4cc0358f;
  box-shadow: #000000;
  border-style: double;
  border-width: 10px;
  background-color: #000000;
  box-shadow: inset 0px 0px 300px 300px rgba(0,0,0,0.75);
  position:relative;
}



#homeText {
    text-shadow: 1px 1px #4CC035;
    color: #000000;
    font-family: 'Poppins', sans-serif;
    margin-left: 90px;
    padding-bottom: 15px;
    padding-top: 0px;
    transform: translateX(55px);
}

#homeH3 {
    font-size: 150%;
    text-align: center;
    color: #000000;
    font-family: 'Poppins', sans-serif;
    margin-right: 100px;
    padding-top:10px;
    padding-bottom: 15px;
}

div.rowContact {
    opacity: 0.5;
    margin-left: 390px;
}

.row {
    opacity: 0.5;
    margin-left: 390px;
}

#trailer {
    margin-left: 55px;
    margin-bottom: 5px;
    margin-right: 50px;
    border-radius: 20px;
    border-color: #4cc0358f;
    box-shadow: #000000;
    border-style: double;
    border-width: 10px;
    background-color: #000000;
    box-shadow: inset 0px 0px 300px 300px rgba(0,0,0,0.75);
    position:relative;
}

html {
  margin:0;
}

main {
    float: right;
    /* background-color: #ffffff; */
    /* padding-top: 3px; */
    /* padding-right: 10px; */
    /* padding-bottom: 20px; */
    /* background-repeat: no-repeat; */
    /* background-position: 14px; */
    /* background-size: 800px 800px; */
}

div.form {
    margin-right: 240px;
}

#formLogo {
    opacity: 0.23;
    z-index: -1;
    background-image: url(BlackLogo.png);
    background-size:50%;
    background-repeat:no-repeat;

}

div.h1 {
  
    margin-left: 90px;
    text-align: center;
}



form {
background-color:#4cc03524;
background-image: url(form\ logo.png);
background-size: 28%;
background-position: bottom;
background-repeat: no-repeat;
background-blend-mode: screen;
float:right;
padding-right: 275px;
border-style: groove;
border-width: 15px;
border-top-color: #000000;
border-bottom-color: #000000;
border-right-color:#000000;
border-left-color:#000000;
padding: 65px;
margin-right:185px
}

#contactBody  {
    background-color:#0a030310
}
#contactMain {
    background-color:#00000000
}

#formAST {
    
    margin-right: 490px;
    padding-top: 15px;
    text-align: right;
    margin-bottom: 40px;
}

section h1 {
    margin-right: 190px;
}

.header {
    padding: 1px;
}

aside {
    z-index: 9999;
    background-image: url(green\ smoke2.jpg);
    background-position:inherit;
    background-repeat:inherit;
    border-top: inherit;
    border-style: double;
    border-width: thick;
    border-right-color:inherit;
    border-right-width: thick;
    border-right-style: double;
    border-bottom: #000000;
    border-bottom-style:double;
    border-bottom-width:thick ;
    display: block;
    flex-basis: 40%;
   padding-top: 50px;
   padding-bottom: 50px;
    padding-left: 45px;
    max-width: 200px;
    min-height: 180px;
    filter: none;
}

#imgTrev {
    color: #4cc035;
    padding-right: 50px;
    text-align: center;
    margin-bottom: 15px;
    font-size:larger;
    font-family:'Poppins', sans-serif;
    filter: none;

}

#imgArm {
    color: #4CC035;
    padding-right: 50px;
    text-align: center;
    margin-bottom: 15px;
    font-size:larger;
    font-family:'Poppins', sans-serif;
    filter:none;
}

#imgSabo {
    color: #4CC035;
    padding-right: 50px;
    text-align: center;
    margin-bottom: 15px;
    font-size:larger;
    font-family:'Poppins', sans-serif;
    filter:none
}

#imgKaleb {
    color: #4CC035;
    padding-right: 50px;
    text-align: center;
    margin-bottom: 15px;
    font-size:larger;
    font-family:'Poppins', sans-serif;
    filter:none;
}

aside h2 {
    text-align:center;
    font-family:'Poppins', sans-serif;
    /* margin-bottom: 25px; */
    color: #4cc035;
    text-shadow: -1px 1px 0 rgb(0, 0, 0), 1px 1px 0 rgb(0, 0, 0);
    padding-right: 55px;
}


label {
    margin-bottom: 10px;
    text-align:center;
    width: 125px;
    padding-top: 10px;
    padding-right: 9em;
}
input, textarea {
    
    margin-bottom: 15px;
}

#submit {
display: block;
}

#Armand {
  margin-left: 100px;
  padding: 0;
  height: 600px;
  width: 900px;
  background-repeat: no-repeat;
  border-color: rgb(240, 244, 245);
  border-width: 12px;
  border-style: groove;
  box-shadow: rgba(10, 219, 48, 0.4) 5px 5px, rgba(67, 224, 15, 0.3) 10px 10px, rgba(23, 225, 16, 0.2) 15px 15px, rgba(16, 236, 16, 0.1) 20px 20px, rgba(20, 199, 32, 0.269) 25px 25px;
  border-radius:10px; 
    position: relative; 
}


#Arm1 {
  background: url(AboutArmand.jpg);
  opacity:1;
  background-size: 100%;
  height:600px;
  width: 900px;
  background-repeat: no-repeat;
  transform: translatey(-30px);
}



#Armh3 {
  padding-top: 5px;
  transform: translatey(485px);
  font-weight: 900;
  font-size: 100px;
  color:#4CC035;
  text-shadow: -5px -3px  #000000;
}

.pArm {
  text-align: center;
  opacity:0;
  top: 10%;
  left: 40%;
  transform: translate(210px, -610px);
  width: 690px;
  margin-top: 51px;
  padding:0;
  font-size: 20px;
  color: #FFFFFF;
  text-shadow: 2px 2px #000000;
  font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
  text-transform: uppercase;
  transition: 1s;
  
}

.pArm:hover {
  letter-spacing: 10px;
  opacity:99;
  border-style: double;
  border-color: #4CC035;
  padding: 15px;
  border-width: 3px; 
  line-height: 50px;
  overflow-y: hidden;
}


#Trevor {
  margin-left: 100px;
  transform: translateY(-50px);
  padding: 0;
  height: 600px;
  width: 900px;
  background-repeat: no-repeat;
  border-color: rgb(240, 244, 245);
  border-width: 12px;
  border-style: groove;
  box-shadow: rgba(10, 219, 48, 0.4) 5px 5px, rgba(67, 224, 15, 0.3) 10px 10px, rgba(23, 225, 16, 0.2) 15px 15px, rgba(16, 236, 16, 0.1) 20px 20px, rgba(20, 199, 32, 0.269) 25px 25px;
  border-radius:10px; 
    position: relative; 
}
#Sabo {
  margin-left: 100px;
  transform: translateY(-250px);
  padding: 0;
  height: 600px;
  width: 900px;
  background-repeat: no-repeat;
  border-color: rgb(240, 244, 245);
  border-width: 12px;
  border-style: groove;
  box-shadow: rgba(10, 219, 48, 0.4) 5px 5px, rgba(67, 224, 15, 0.3) 10px 10px, rgba(23, 225, 16, 0.2) 15px 15px, rgba(16, 236, 16, 0.1) 20px 20px, rgba(20, 199, 32, 0.269) 25px 25px;
  border-radius:10px; 
    position: relative; 
}
#Kaleb {
  margin-left: 100px;
  transform: translateY(-550px);
  padding: 0;
  height: 600px;
  width: 900px;
  background-repeat: no-repeat;
  border-color: rgb(240, 244, 245);
  border-width: 12px;
  border-style: groove;
  box-shadow: rgba(10, 219, 48, 0.4) 5px 5px, rgba(67, 224, 15, 0.3) 10px 10px, rgba(23, 225, 16, 0.2) 15px 15px, rgba(16, 236, 16, 0.1) 20px 20px, rgba(20, 199, 32, 0.269) 25px 25px;
  border-radius:10px; 
    position: relative; 
}
#Arm2 {
  background: url(AboutTrevor.jpg);
  opacity:1;
  background-size: 100%;
  height:600px;
  width: 900px;
  background-repeat: no-repeat;
  transform: translatey(-30px);
  
}

.pTrev {
  text-align: center;
  opacity:0;
  top: 10%;
  left: 40%;
  transform: translate(210px, -610px);
  width: 690px;
  margin-top: 51px;
  padding:0;
  font-size: 20px;
  color: #FFFFFF;
  text-shadow: 2px 2px #000000;
  font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
  text-transform: uppercase;
  transition: 1s;
}

.pTrev:hover {
  letter-spacing: 10px;
  opacity:99;
  border-style: double;
  border-color: #4CC035;
  padding: 15px;
  border-width: 3px; 
  line-height: 50px;
  height: 400px;
  overflow: scroll;
}


#Arm3 {
  background: url(AboutSabo.jpg);
  opacity:1;
  background-size: 100%;
  height:600px;
  width: 900px;
  background-repeat: no-repeat;
  transform: translatey(-30px);
  
}

.pSabo {
  text-align: center;
  opacity:0;
  top: 10%;
  left: 40%;
  transform: translate(210px, -880px);
  width: 690px;
  margin-top: 51px;
  padding:0;
  font-size: 20px;
  color: #FFFFFF;
  text-shadow: 2px 2px #000000;
  font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
  text-transform: uppercase;
  transition: 1s;
}

.pSabo:hover {
  letter-spacing: 10px;
  opacity:99;
  border-style: double;
  border-color: #4CC035;
  padding: 15px;
  border-width: 3px; 
  line-height: 50px;
  height: 400px;
  overflow: scroll;
}


#Arm4 {
  background: url(AboutKaleb.jpg);
  opacity:1;
  background-size: 100%;
  height:600px;
  width: 900px;
  background-repeat: no-repeat;
  transform: translatey(-30px);
  
}

.pKaleb {
  text-align: center;
  opacity:0;
  transform: translate(210px, -1190px);
  width: 690px;
  margin-top: 51px;
  padding:0;
  font-size: 20px;
  color: #FFFFFF;
  text-shadow: 2px 2px #000000;
  font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
  text-transform: uppercase;
  transition: 1s;
}

.pKaleb:hover {
  letter-spacing: 10px;
  opacity:99;
  border-style: double;
  border-color: #4CC035;
  padding: 15px;
  border-width: 3px; 
  line-height: 50px;
  height: 400px;
  overflow: scroll;

}

#Madison, #billiecreekvillage, #Village, #Prospect, #Bell, #Randolph, #RoadTrip  {
  color: #4CC035;
  text-decoration: none;
  font-size: 30px;
  font-weight: 700;
} 


h5 {
  text-align: center;
  font-size: 15px;
  color: #ffffff;
  text-shadow: 1px 1px #4cc035;
  transform:translateY(500px)

}

#aboutP {
    color: #ffffff;
    text-align: center;
    font-size: 100%;
    margin-right:15px;
    font-family:'Poppins', sans-serif;
    padding-bottom: 10px;
}

#aboutSpan {
  color: #ffffff;
  text-shadow: -1px 1px 0 rgb(0, 0, 0), 1px 1px 0 rgb(0, 255, 4);
  font-size: 100%;
  padding-top: 5px;
  padding-bottom: 50px;
  letter-spacing: 5px;
  font-family:'Poppins', sans-serif;
}

#aboutAside {
padding-bottom: 2950px;
overflow: visible;
}

#AsideContact {
padding-bottom:140px;
}

  
  #aboutHtml {
    background-color: #000000e0;
    background-repeat: no-repeat;
    background-position-x: 500px;
    background-position-y: 230px;
    background-size: 40%;
    
  }
 

  #AboutH2txt {
    margin-inline: 395px;
    font-size: 3em;
    font-weight:500;
    color: #71717167;
    letter-spacing: 5px;
    cursor: pointer;
  }



  #aboutH2txt.span {
    transition: 0.5s;
  }

  #AboutH2txt:hover span:nth-child(1) {
    margin-right: 10px;
  }
  #AboutH2txt:hover span:nth-child(2) {
    margin-left: 40px;
  }

  #AboutH2txt:hover span {
    color:#4CC035;
    text-shadow: 0 0 10px #4CC035,
    0 0 20px #4CC035,
    0 0 40px #4CC035,
    0 0 80px #4CC035,
    0 0 120px #4CC035,
    0 0 160px #4CC035;
  }

#NXTh3 {
  transform: translateX(-280px);
  text-align: center;
  text-shadow: 1px 1px #000000;
  color: #000000;
  font-family: 'Poppins', sans-serif;
}



.USsocial {
  
 margin-top: -799px;

}

.USsocial a:hover {
  background-color:#000000b1;
  color: white;
  -webkit-transition: background-color 0.6s ease-out, color 0.6s ease-out;
  -moz-transition: background-color 0.6s ease-out, color 0.6s ease-out;
  -o-transition: background-color 0.6s ease-out, color 0.6s ease-out;
  transition: background-color 0.6s ease-out, color 0.6s ease-out;
}


#eventH1 {
  color: #166107;
}

.g-ytsubscribe {
    position: sticky;
}

#eventP2 {
  width: 400px;
  margin-left: 20px;
  font-weight: 900;
  text-align: center;
  color: #000000;
  line-height: 25px;
  padding-bottom: 80px;
}

#eventH22 {
 font-weight: 900;
 transform: translateX(-px);
 color: #0c0c0c;
}

#eventH2 {
  color: #4CC035;
  font-weight: 700;
}

.w3-container {
  border-style: double;
  border-width: 1em;
  border-color: #050b04;
  border-radius: 10%;
  width:450px;
  padding-right:5px;
  margin-left: 130px;
  transform: translateY(23px);
  background-color: #00000033;
}

#eventBody {
  height:500px;
}

#eventAside {
  font-weight: 500;
  width: 450px;
  height: 700px;
  border: 1px solid black;
  overflow: auto;
  transform: translateY(-735px);

}

#social {
  margin-left: 0;

}
 
#eventA {
  text-decoration: none;
}
 
#Cal {
  font-size: 2em;
  line-height: 1.69em;
  margin: 0.25em 0;
  color: #4CC035;
}
 
h3 {
  font-size: 1.5em;
  line-height: 1em;
  margin: 0.33em 0;
}
 
#CalEvent {
  border-collapse: collapse;
  border-spacing: 0;
}
 
.containerevent {
  height: 570px;
  left: 50%;
  margin: -255px 0 0 -245px;
  position: absolute;
  top: 50%;
  width: 510px;
  border-style:double;
  border-radius:10%;
  border-color: #000000;
  border-width: 15px;
  background-image: url(calendar.png);
  background-repeat:no-repeat;
  background-color: #00000058;
  background-position-x: 99px;
  background-position-y: 190px;
  background-size:20em;
  transform: translateY(250px);
  margin-left: 180px;
 
}
 
td {
  color: #000000;
  font-size: 16px;
}
/* ---------- CALENDAR ---------- */
 
.calendar {
  text-align: center;
}
 
 
.calendar h2 {
  text-transform: uppercase;
}
 
.calendar thead {
  font-weight: 600;
  text-transform: uppercase;
}
 
.calendar tbody {
  color: #ffffff;
}
 
.calendar tbody td:hover {
  border: 2px solid #000000;
  border-width: 3px;
  background-image: url(GreenLogo2.png);
  background-size: 4.1em;
  opacity: .6;
}
 
.calendar td {
  border: 2px solid transparent;
  border-radius: 50%;
  display: inline-block;
  height: 4em;
  line-height: 4em;
  text-align: center;
  width: 4em;
}
 
.calendar .prev-month,
.calendar .next-month {
  color: #ffffff;
}
 
.calendar .prev-month:hover,
.calendar .next-month:hover {
  border: 2px solid #69c5d5;
}
 
.current-day {
  background: #f5f5f5a7;
  color: #000000;
}
 
.eventVid, .eventHoliday,.eventDeadline, .eventInvestigation {
  cursor: pointer;
  position: relative;
}
 
.eventVid:after {
  background: #25df00;
  border-radius: 50%;
  bottom: 0.5em;
  display: block;
  content: "";
  height: 0.5em;
  left: 50%;
  margin: -0.25em 0 0 -0.25em;
  position: absolute;
  width: 0.5em;
}
.eventHoliday:after {
  background: #19f0d7;
  border-radius: 50%;
  bottom: 0.5em;
  display: block;
  content: "";
  height: 0.5em;
  left: 50%;
  margin: -0.25em 0 0 -0.25em;
  position: absolute;
  width: 0.5em;
}
.eventDeadline:after {
  background: #df0000;
  border-radius: 50%;
  bottom: 0.5em;
  display: block;
  content: "";
  height: 0.5em;
  left: 50%;
  margin: -0.25em 0 0 -0.25em;
  position: absolute;
  width: 0.5em;
}
.eventInvestigation:after {
  background: #6100d8;
  border-radius: 50%;
  bottom: 0.5em;
  display: block;
  content: "";
  height: 0.5em;
  left: 50%;
  margin: -0.25em 0 0 -0.25em;
  position: absolute;
  width: 0.5em;
}
 
.event.current-day:after {
  background: #000000;
}
 
.btn-prev,
.btn-next {
  border: 2px solid #000000;
  border-radius: 50%;
  color: #26ba05;
  height: 2em;
  font-size: 0.75em;
  line-height: 1em;
  margin: 6em;
  position: absolute;
  top: -9%;
  width: 2em;
}
 
.btn-prev:hover,
.btn-next:hover {
  background-color: #22a70466;
  color: #f9f9f9;
}
 
.btn-prev {
  left: 4em;
}
 
.btn-next {
  right: 4em;
}

#eventCode {
  text-align: center;
  line-height: 15px;
  border-radius: 30%;
  height: 2em;
  color:#000000;
  font-weight: 700;
}
 
#green {
  color: #4cc035;
}
#teal {
  color: teal;
}
#red {
  color: red;
}
#purple {
  color: purple;
}

.socialEvents a{ 
  font-size: 30px;
  color: #18d60bac;
  border-style:groove;
  border-color:#4cc0354f;
  padding: 5px;
  margin:10px;
  border-radius:6px;
}
.socialEvents {
  margin-left: 500px;
  transform:translateY(800px);

}
.socialEvents a:hover {
  background-color:#000000b1;
  color: rgb(249, 17, 17);
  -webkit-transition: background-color 0.6s ease-out, color 0.6s ease-out;
  -moz-transition: background-color 0.6s ease-out, color 0.6s ease-out;
  -o-transition: background-color 0.6s ease-out, color 0.6s ease-out;
  transition: background-color 0.6s ease-out, color 0.6s ease-out;
}

#eventIMG {
  border-radius: 50%;
  background-color: #000000;
  border-color: #f4f7f5;
  border-style:inset;
  border-width: 5px;
  max-width: 215px;
  max-height: 250px;
  margin-bottom: 20px;
  transform: translateX(-45px);
}

aside img {
  border-radius: 50%;
  background-color: #000000;
  border-color: #868282;
  border-style:inset;
  border-width: 5px;
  max-width: 115px;
  max-height: 150px;
  margin-left: 15px;
  margin-bottom: 20px;
  filter:none;
}
#eventP {
  text-align: center;
  font-size: 1em;
  color: #f2f5f2;
  font-weight: 400;
  margin-left:0;
  width: 180px;
}

#greenbro {
  padding-top: 55px;
  padding-left:275px;
  width:550px;
  opacity: 0.2;
 
}


@media only screen and (max-width: 37.5em) {
  body {margin: 0;
  background-color: #05040481;
  padding: 0;
  }
  header {
    margin-right: 20px;
    max-width: 430px;
    max-height: 50px;
  }
  #AboutImg1 {
    margin-left: 50px;
    max-width: 50px;
    max-height:50px;
  }
  a {
    max-height: 50px;
  }
  nav {
max-width: 430px;
  }
  .navbar {
    margin-right:20px
  }
  .navbar a {
    float:right;
    font-size:10px;
    color: #FFFFFF;
    text-align: right;
   
  }
  .dropdown {
    margin-right:60px ;
  }
  .dropdown-content {
    margin-right: 90px;
    max-width: 430px;
  }

  aside {
    position:fixed;
    bottom:0;
    max-width: 400px;
    max-height: 150px;
    overflow:scroll;
    transform: translateY(-90px);
    transform: (-50px);

  }
  section {
    max-width: 430px;
    max-height: fit-content;
    transform: translateX(5px);
    font-size: 5px;
  }

  video {
width: 325px;
height: 300px;
transform: translateX(-23px);
  }
  #homeH3 {
    max-width: 400px;
    font-size: 15px;
    transform: translateX(20px);
  }
  #greenbro {
max-width: 200px;
max-height: 100px;
padding: 0;
transform: translateX(100px);

 }

 .social {
  transform: translateX(90px);
  padding-bottom: 15px;
  padding-top: 5px;
 }
  
 

 


}