/* Style sheet for DangerAware.org 2022 */

.img-banner {
  display: block;
  width: 100%;
  padding-bottom: 30px;
}

th {
  padding-right: 5.5rem;
}

.navbar {
    display:flex;
    justify-content: space-between;
    align-items: center;
    background-color: #333;
    color: white;
}

.brand-title {
    font-size: 1.5rem;
    margin: .5rem;
}

.navbar-links ul {
    margin: 0;
    padding: 0;
    display: flex;
}

.navbar-links li {
    list-style: none;
}

.navbar-links li a {
    text-decoration: none;
    color: white;
    padding: 1rem;
    display: block;
}

.navbar-links li:hover {
    background-color: #555;
}

.toggle-button {
    position: absolute;
    top: .75rem;
    right: 1rem;
    display: none;
    flex-direction: column;
    justify-content: space-between;
    width: 30px;
    height: 21px;
}

.toggle-button .bar {
    height: 3px;
    width: 100%;
    background-color: white;
    border-radius: 10px;
}

.footer {
  margin-top: 1rem;
  background-color: rgb(245, 146, 146);
  padding: 70px, 0;
  clear: both;
  min-width: 280px;
  border: 0.1rem solid rgb(117, 6, 112);
  min-height: 10rem;
  max-width: 98%;
}
.container {
  max-width: 1170px;

  margin: auto;
  padding-bottom: 2rem;
}
.footer ul {
  list-style: none;
}

.footer h2 {
  margin: 0;
  color: darkblue;
}

.columnFooter {
  width: 20%;
  padding: 0 15px;
}

.columnFooter img {
  max-width: 90%;
  border-radius: 1rem;
  margin: 0.5rem;
}
.rowFooter {
  display: flex;
  flex-wrap: wrap;
}

.footer h4 {
  color: rebeccapurple;
  font-size: 1.3rem;
  text-transform: capitalize;
  margin-bottom: 1.5rem;
  font-weight: 800;
  position: relative;
}

.columnFooter h4::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: -1rem;

  height: 0.2rem;
  box-sizing: border-box;
  width: 5rem;
}
.columnFooter ul li:not(:last-child) {
  margin-bottom: 10px;
}
.columnFooter ul li a {
  font-size: 16px;
  text-transform: capitalize;
  text-decoration: none;
  font-weight: 500;
  color: #572e08;
  display: block;
  transition: all 0.03s ease;
}
.columnFooter ul li a:hover {
  color: #ffffff;
  padding-left: 0.5rem;
}

.row > .column {
  padding: 0 8px;
}

.row:after {
  content: "";
  display: table;
  clear: both;
}
/* Styling for the Games Carousel */
/* Create four equal columns that floats next to eachother */
.column {
  float: left;
  width: 22%;
}

.column img {
  height: 12rem;
  width: auto;
  border-radius: 2rem;
}

.column a:hover {
	color:green;
}

/* The Modal (background) */
.modal {
  display: none;
  position: fixed;
  z-index: 1;
  padding-top: 100px;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: black;
}

/* Modal Content */
.modal-content {
  position: relative;
  background-color: #fefefe;
  margin: auto;
  padding: 0;
  width: 90%;
  max-width: 1200px;
}

/* The Close Button */
.close {
  color: rgb(245, 42, 42);
  position: absolute;
  top: 10px;
  right: 25px;
  font-size: 95px;
  font-weight: bold;
}

.close:hover,
.close:focus {
  color: #999;
  text-decoration: none;
  cursor: pointer;
}

/* Hide the slides by default */
.mySlides {
  display: none;
}

/* Next & previous buttons  -  ENLARGE THESE */
.prev,
.next {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: auto;
  padding: 16px;
  margin-top: -50px;
  color: rgb(62, 74, 233);
  font-weight: bold;
  font-size: 100px;
  transition: 0.6s ease;
  border-radius: 0 3px 3px 0;
  user-select: none;
  -webkit-user-select: none;
}

/* Position the "next button" to the right */
.next {
  right: 0;
  border-radius: 3px 0 0 3px;
}

/* On hover, add a black background color with transparency */
.prev:hover,
.next:hover {
  background-color: rgba(0, 0, 0, 0.8);
}

/* Number text (1/3 etc) */
.numbertext {
  color: #f2f2f2;
  font-size: 12px;
  padding: 8px 12px;
  position: absolute;
  top: 0;
}

/* Caption text */
.caption-container {
  text-align: center;
  background-color: black;
  padding: 2px 16px;
  color: white;
}

img.demo {
  opacity: 0.4;
}

.active,
.demo:hover {
  opacity: 1;
}

img.hover-shadow {
  transition: 0.3s;
}

.hover-shadow:hover {
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

.gameText {
  color: rgb(1, 109, 33);
  font-size: large;
  font-weight: bold;
}

/* End of Games Carousel */

header {
  width: 100%;
  padding: 0.5%;
}

body {
  background-image: url("/img/WebSiteBackgroundC_RH_v_03.png");
  background-repeat: repeat;
  background-attachment: fixed;
  background-size: 100%;

  min-width: 180px;
  width: 94%;
  color: rgb(174, 101, 243); /* text color */
  background-color: rgb(255, 255, 255);

  border: 0rem solid rgb(255, 244, 95);
  font-family: arial, verdana, sans-serif;
  font-size: 100%;
  margin: 1%;
  padding: 0.5%;
  margin-left: 1%;
}
body h1 {
  color: black;
}
body h2 {
  max-width: 50rem;
  padding: 0.1rem;
}

main,
footer {
  max-width: 90%;
  margin: 1rem;
  padding: 2rem;
}

main {
  width: 80%;
  height: 30rem;
  border-right: 1rem solid rgb(203, 157, 18);
  float: left;
}

aside {
  padding-top: 1rem;
  margin: 0.2rem 0.2rem 0.2rem;
  width: 40%;
  float: right;
}

.skipThis {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  text-align: center;
  background-color: #333;
  color: white;
  padding: 0.5rem;
  translate: 0 -100%;
  transition: translate 150ms ease-in-out;
}

.skipThis:focus {
  translate: 0;
}

footer {
  box-sizing: border-box;
  clear: both;
  background-color: rgb(245, 146, 146);
}
footer a {
  color: rgb(117, 0, 0);
}


.titleArea img {
  width: 5%;
  height: auto;
  float: left;
}

.titleArea p {
  font-size:medium;
  color: rgb(117, 0, 0);
}

.gamePic {
  border-radius: 2rem;
  height: 12rem;
  width: auto;
}

.bookCover {
  height: 12rem;
  width: auto;
}

.phone {
  font-size: xx-large;
  font-weight: bolder;
  color: rgb(255, 21, 91);
}

.personnelGroup {
  margin: 2rem;
}

.personnel {
  float: left;

  height: 70%;
  width: auto;
  margin-right: 1rem;
}

.bio {
  max-width: 100%;
  min-height: 40rem;
  border: 3rem, solid, rgb(0, 13, 255);
}
.bio img {
  border-radius: 10%;
  max-width: 100%;
}
.posterContest {
  width: 46%;
  height: auto;
}

.colorContest {
  width: 22%;
  height: auto;
}

.button {
  border-radius: 4px;
  border: none;
  color: white;
  padding: 16px 32px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 24px;
  margin: 4px 4px;
  transition-duration: 0.4s;
  cursor: pointer;
}

.buttonGreen {
  border-radius: 8px;
  background-color: rgb(181, 230, 29);
  color: rgb(0, 42, 29);
  border: 2px solid rgb(79, 145, 19);
  font-size: large;
  font-family: arial, verdana, sans-serif;
}

.buttonGreen:hover {
  background-color: rgb(255, 244, 95);
  color: rgb(79, 145, 19);
}

.buttonPink {
  border-radius: 8px;
  background-color: rgb(245, 146, 146);
  color: rgb(117, 0, 0);
  border: 2px solid rgb(255, 21, 91);
  font-size: large;
  font-family:  arial, verdana, sans-serif;
}

.buttonPink:hover {
  background-color: rgb(255, 213, 226);
  color: rgb(238, 51, 228);
}

.buttonBlue {
  border-radius: 8px;
  background-color: rgb(52, 98, 237);
  color: rgb(196, 201, 253);
  border: 2px solid rgb(0, 13, 255);
  font-size: large;
  font-family: comic sans ms, arial, verdana, sans-serif;
}

.buttonBlue:hover {
  background-color: rgb(153, 217, 234);
  color: rgb(18, 61, 204);
}
.buttonViolet {
  border-radius: 8px;
  background-color: rgb(176, 110, 236);
  color: rgb(59, 2, 58);

  border: 2px solid rgb(238, 51, 228);
  font-size: large;
  font-family: comic sans ms, arial, verdana, sans-serif;
}

.buttonViolet:hover {
  background-color: rgb(207, 157, 255);
  color: rgb(74, 25, 226);
}

.jobOffer1 {
  border-radius: 8px;
  background-color: rgb(196, 201, 253);
}

.toonSmall {
  width: 5rem;
  height: auto;
}
.toonMedium {
  float: left;
  margin-right: 3rem;
  width: 15rem;
  height: auto;
}
.toonLarge {
  width: 25rem;
  height: auto;
}

.poetry1 {
  padding: 1rem;
  color: rgb(6, 7, 82);
  
  background-color: rgb(243, 250, 152);
  border: 2px solid rgb(51, 238, 60);
  font-size: large;
  font-family: comic sans ms, arial, verdana, sans-serif;
}
.poetry2 {
  padding: 1rem;
  margin-left: 1rem;
  color: rgb(36, 2, 35);
 
  background-color: burlywood;
  border: 2px solid rgb(238, 51, 228);
  font-size: large;
  font-family: comic sans ms, arial, verdana, sans-serif;
}
.poetry3 {
  padding: 1rem;
  margin-left: 1rem;
  color: rgb(24, 36, 2);
  
  background-color: rgb(215, 135, 222);
  border: 2px solid rgb(51, 132, 238);
  font-size: large;
  font-family:  arial, verdana, sans-serif;
}
.PayButton {
  padding: 1rem;
  margin-left: 1rem;
}
.PayButton .img {
  padding: 1rem;
  color: rgb(6, 7, 82);
  max-width: fit-content;
  background-color: rgb(243, 250, 152);
  border: 2px solid rgb(51, 238, 60);
  font-size: large;
  font-family:  arial, verdana, sans-serif;
}
.thankyou1 {
  font-family:  "Gill Sans", "Gill Sans MT", Calibri,
    "Trebuchet MS", sans-serif;
  font-size: xx-large;
  color: coral;
}

.thankyou2 {
  color: rgb(255, 80, 211);
}

.thankyou3 {
  font-family: "Times", "Gill Sans", "Gill Sans MT", Calibri,
    "Trebuchet MS", sans-serif;
  font-size: xx-large;
  font-weight: bolder;
  color: rgb(146, 0, 102);
}

/* #region Super Aware Kid */

.superAwareContainer {
  position: relative;
}

.superText {
  position: fixed;
  top: 26%;
  right: 4%;
  color: rgb(230, 145, 18);
  text-shadow: 0.1rem 0.1rem 0.1rem rgb(54, 5, 24);
  width: max(9px, 12%, 4vh);
  font-weight: bolder;
  font-style: oblique;
  text-align: center;
  font-family: comic sans ms, Arial, Helvetica, sans-serif;
}

.superText:hover {
  text-shadow: 0.2rem 0.2rem 0.2rem rgb(0, 0, 0);

  color: rgb(248, 202, 116);
}
.superAware {
  position: fixed;
  width: 10%;
  top: 8%;
  left: 85%;
}
/* #endregion  */




@media only screen and (min-width: 600px) {
  .col-s-1 {
    width: 8.33%;
  }
  .col-s-2 {
    width: 16.66%;
  }
  .col-s-3 {
    width: 25%;
  }
  .col-s-4 {
    width: 33.33%;
  }
  .col-s-5 {
    width: 41.66%;
  }
  .col-s-6 {
    width: 50%;
  }
  .col-s-7 {
    width: 58.33%;
  }
  .col-s-8 {
    width: 66.66%;
  }
  .col-s-9 {
    width: 75%;
  }
  .col-s-10 {
    width: 83.33%;
  }
  .col-s-11 {
    width: 91.66%;
  }
  .col-s-12 {
    width: 100%;
  }
}

@media only screen and (min-width: 768px) {
  .col-1 {
    width: 8.33%;
  }
  .col-2 {
    width: 16.66%;
  }
  .col-3 {
    width: 25%;
  }
  .col-4 {
    width: 33.33%;
  }
  .col-5 {
    width: 41.66%;
  }
  .col-6 {
    width: 50%;
  }
  .col-7 {
    width: 58.33%;
  }
  .col-8 {
    width: 66.66%;
  }
  .col-9 {
    width: 75%;
  }
  .col-10 {
    width: 83.33%;
  }
  .col-11 {
    width: 91.66%;
  }
  .col-12 {
    width: 100%;
  }
}

.logoImage {
  width: 2rem;
  height: 2rem;
  margin-right: 1rem;
}

.longRead h3 {
  margin-right: 22rem;
  margin-left: 4rem;
}
.longRead h4 {
  margin-right: 22rem;
  margin-left: 4rem;
}
.longRead h5 {
  margin-right: 22rem;
  margin-left: 4rem;
}
.longRead p {
  margin-right: 22rem;
  margin-left: 4rem;
}
.videoresponsive {
  height: auto;
  max-width: 100%;
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 75%;
}
.videocontainer {
  position: relative;
  overflow: hidden;
  width: 100%;
  padding-top: 56.25%; /* 16:9 Aspect Ratio (divide 9 by 16 = 0.5625) */
}

.ticket-img{
  max-width: 20%;
  border-radius: 1rem;
  margin: 0.5rem;
}

/* Then style the iframe to fit in the container div with full height and width */
.videoresponsive-iframe {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
}
/* #region Responsive Alterations */
.Red {
  color:red;
  
}
@media (max-width: 350px) {

  h2,
  h3,
  h4,
  h5 {
    font-size: 70%;
  }
  .footer {
    width: 90%;

  }

  .footer ul {
    max-width: 95%;
    margin: 0;
    padding: 0;
    flex-direction: column;
  }

  .footer il {
    font-size: x-small;
    flex-direction: row;
  }

  .columnFooter ul li a {
    font-size: 10px;
  }

  .column {
    margin: auto;
    width: 100%;
  }



}

@media (max-width: 767px) {


  .columnText {
    margin: 2rem;
    max-width: 20rem;
  }

  .toggle-button {
    display: flex;
  }

  .navbar-links {
    display: none;
    width: 100%;
  }

  .navbar {
    flex-direction: column;
    align-items: flex-start;
  }

  .navbar-links ul {
    width: 100%;
    flex-direction: column;
  }

  .navbar-links li {
    text-align: center;
  }

  .navbar-links li a {
    padding: 0.25rem 0.5rem;
  }

  .navbar-links.active {
    display: flex;
  }

  .column {
    margin: auto;
    width: 90%;
  }
  .footer {
    max-width: 90%;
  }


  .columnFooter {
    width: 40%;
    padding: 0 15px;
  }

  .columnFooter ul li a {
    font-size: 16px;
  }

  .videoDisplay {
    width: 300px;
    height: 168px;
  }
    /* Next & previous buttons */
    .prev,
    .next {
      cursor: pointer;
      position: absolute;
      top: 50%;
      width: auto;
      padding: 6px;
      margin-top: -30px;
      color: rgb(233, 62, 128);
      font-weight: bold;
      font-size: 40px;
      transition: 0.6s ease;
      border-radius: 0 3px 3px 0;
      user-select: none;
      -webkit-user-select: none;
    }

}

@media only screen and (min-width: 768px) {
  .videoDisplay {
    width: 720px;
    height: 405px;
  }

    /* Next & previous buttons */
.prev,
.next {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: auto;
  padding: 16px;
  margin-top: -50px;
  color: rgb(227, 62, 233);
  font-weight: bold;
  font-size: 60px;
  transition: 0.6s ease;
  border-radius: 0 3px 3px 0;
  user-select: none;
  -webkit-user-select: none;
}
  .donate {
    margin-top: 3%;
    margin-left: 35%;
  }

  .column {
    margin: auto;
    width: 50%;
  }

  .wrapper {
    width: 768px;
    margin: 0 auto;
  }

  .img-info p {
    padding: 10px 0px 0px;
  }

  .img-office {
    padding-top: 30px;
  }
  .column {
    margin: auto;
    width: 33%;
  }

  .columnFooter ul li a {
    font-size: 18px;
  }


}

@media only screen and (min-width: 1000px) {
  .videoDisplay {
    width: 960px;
    height: 540px;
  }
  p {
    font-size: larger;
    column-count: 1;
  }

  .superText {
    color: rgb(151, 218, 113);
    font-size: 160%;
    top: 18%;
  }

  .wrapper {
    width: 1000px;
    margin: 0 auto;
  }

  .img-info h2 {
    padding: 30px 0px 0px;
  }
  .img-info p {
    padding: 20px 0px 0px;
  }

  .img-office {
    padding-top: 30px;
  }

  .column {
    margin: auto;
    width: 25%;
  }
  .columnFooter ul li a {
    font-size: 18px;
  }


}

@media only screen and (min-width: 2000px) {
  .videoDisplay {
    width: 1440px;
    height: 820px;
  }
  p {
    column-count: 1;
  }
  .superText {
    color: rgb(236, 248, 166);
    top: 23%;
    font-size: 200%;
  }

  .column {
    margin: auto;
    width: 18%;
  }
  .columnFooter ul li a {
    font-size: 22px;
  }

}

/* #endregion  Responsive Alterations */
