/* Style sheet for DangerAware.org September 2022 */

/* #region Styling for Keyboard users */
:not(.skipThis):focus {
  outline: 5px solid rgba(250, 0, 0, 0.527);
}

.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;
}

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

.skipThis:focus {
  translate: 0;
}
/* End of Keyboard Users styling */

/* Global Settings */
*,
*::before,
*::after {
  box-sizing: border-box;
}

* {
  margin: 0;
  top: 0;
  padding: 0;
}

p,
h1,
h2,
h3,
h4,
h5,
h6 {
  max-width: 75%;
  margin-top: 2rem;
}

* .img {
  display: block;
  max-width: 100%;
}

/* #endregion End Global Settings */

/* #region Main Page Settings */
p {
  font-family: comic sans ms, Cambria, Cochin, Georgia, Times, "Times New Roman",
    serif;
  font-size: 2rem;
  margin-left: 0.5rem;
  margin-right: 0.5rem;
}
.img-banner {
  display: block;
  width: 100%;
  padding-bottom: 30px;
}

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

.brand-title {
  font-size: 1.5rem;
  margin: 0.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: 0.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: 15px;
}

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%;

  color: rgb(93, 14, 167); /* text color */
  background-color: rgb(255, 255, 255);

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

main {
  border-right: 1rem solid rgb(247, 245, 148);
}

p {
  font-size: medium;
  column-count: 1;
  margin-right: 25%;
}

.newsOnly p {
  column-count: 1;
  font-size: 1.2rem;
}

.thanking li{
  font-size: 1.4rem;
  font-weight: 500;
  margin-left: 8rem;
}


.column {
  width: 20%;
  padding: 0 15px;
  font-size: 2rem;
}

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

.row {
  display: flex;
  flex-wrap: wrap;
}

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

.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;
}

.videoDisplay {
  width: 320px;
  height: 180px;
}

.button {
  column-count: 1;
  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: comic sans ms, arial, verdana, sans-serif;
}

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

.simpleList {
  margin-left: 2rem;
}

.emailContainer{
  width: 100%;
  height: 100vh;
  background:rgb(6, 7, 82);
  display:flex;
  align-items: center;
  justify-content: center;
}

form{
background: #fefefe;
display: flex;
flex-direction: column;
padding: 2vw 4vw;
width: 90%;
max-width: 600px;
border-radius: 10px;

}

form h3{
  color: #504242;
  font-weight: 1000;
  margin-bottom: 20px;
}

form input, form textarea{
  border: 0;
  margin: 10px 0;
  padding: 20px;
  outline:none;
  background: rgb(217, 217, 248);
  font-size: 16px;

}
form button{
  padding: 15px;
  background-color: darkorange;
  color: #ffffff;
  font-size: 18px;
  border: 0;
  outline: none;
  cursor: pointer;
  width: 150px;
  margin: 20px ;
  border-radius: 30px;

}
.announce{
  padding: 2rem;
  background-color: rgb(101, 210, 230);
  color: antiquewhite;
  font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
}


.single {
  column-count: 1;
}

.Red {
  color:red;
  font-family: 'Times New Roman', Times, serif;
}
/* #endregion End of Main Page Settings */

/* #region Specific page Content  */
/* Elder Abuse page */
.longRead h2 {
  margin-right: 5rem;
  margin-left: 2rem;
}

.longRead h3 {
  margin-right: 5rem;
  margin-left: 2rem;
}
.longRead h4 {
  margin-right: 5rem;
  margin-left: 2rem;
}
.longRead h5 {
  margin-right: 5rem;
  margin-left: 2rem;
}
.longRead p {
  margin-right: 5rem;
  margin-left: 2.5rem;
}

/* About page */

img {
  max-width: 95%;
}

/* Error Pages  */

.errorPage {

  width: 40%;
}

/* Newsletters  */
.newsLetter img {
max-width: 15%;
}

/* Service Agreement */

/* Thanks page */
.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) */
}

/* Video page */
.vidFrame p {
  
     column-count: 1;
  
}


/* #endregion */

/* #region Poetry */

.shopstory{
  margin-top: 1rem;
  padding: 0.1rem;
  margin-left: 1rem;
  color: rgb(6, 7, 82);
  max-width: 75%;
  background-color: rgb(243, 250, 152);
  border: 2px solid rgb(51, 238, 60);
  font-size: medium;
  font-family: comic sans ms, arial, verdana, sans-serif;
}

.poetry1 p, .poetry2 p, .poetry3 p, .poetry1a p, .poetry2a p, .poetry3a p 
{
  margin-left: 3rem;
  column-count: 1;

  margin-bottom: 2rem;
  
}

.poetry1 {
  margin-top: 1rem;
  padding: 0.1rem;
  margin-left: 1rem;
  color: rgb(6, 7, 82);
  max-width: 35%;
  background-color: rgb(243, 250, 152);
  border: 2px solid rgb(51, 238, 60);
  font-size: medium;
  font-family: comic sans ms, arial, verdana, sans-serif;
}
.poetry2 {
  margin-top: 1rem;
  padding: 0.1rem;
  margin-left: 1rem;
  color: rgb(36, 2, 35);
  max-width:35%;
  background-color: burlywood;
  border: 2px solid rgb(238, 51, 228);
  font-size: medium;
  font-family: comic sans ms, arial, verdana, sans-serif;
}
.poetry3 {
  margin-top: 1rem;
  padding: 0.1rem;
  margin-left: 1rem;
  color: rgb(24, 36, 2);
  max-width: 35%;
  background-color: rgb(215, 135, 222);
  border: 2px solid rgb(51, 132, 238);
  font-size: medium;
  font-family: comic sans ms, arial, verdana, sans-serif;
}
.poetry1a {
  margin-top: 1rem;
  padding: 0.1rem;
  margin-left: 1rem;
  color: rgb(6, 7, 82);
  max-width: 20%;
  background-color: rgb(243, 250, 152);
  border: 2px solid rgb(51, 238, 60);
  font-size: xx-small;
  font-family: 'Courier New', Courier, monospace;
}
.poetry2a {
  margin-top: 1rem;
  padding: 0.1rem;
  margin-left: 1rem;
  color: rgb(36, 2, 35);
  max-width:20%;
  background-color: burlywood;
  border: 2px solid rgb(238, 51, 228);
  font-size: xx-small;
  font-family: 'Courier New', Courier, monospace;
}
.poetry3a {
  margin-top: 1rem;
  padding: 0.1rem;
  margin-left: 1rem;
  color: rgb(24, 36, 2);
  max-width: 20%;
  background-color: rgb(215, 135, 222);
  border: 2px solid rgb(51, 132, 238);
  font-size: xx-small;
  font-family: 'Courier New', Courier, monospace;
}
/* #endregion Poetry */

/* #region External Objects */

#donationArea p {
  font-weight: 900;
  font-size: medium;
  color: crimson;
  font-family: comic sans ms, "Gill Sans", "Gill Sans MT", Calibri,
    "Trebuchet MS", sans-serif;
}

#donationArea h3 {
  color: rgb(230, 152, 50);
}
.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: comic sans ms, arial, verdana, sans-serif;
}

.bookCover {
  margin-top: 2rem;
  height: 12rem;
  width: auto;
}

/* #endregion */

/* #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  */

/* #region Items Carousel */
/*  Styling for the Items Carousel follow with IC */

/* Create four equal columns that floats next to eachother */
.columnIC {
  float: left;
  width: 22%;
}
.columnIC2 {
  float: left;
  width: 22%;
  column-count: 1;
}
.columnIC img {
  max-width: 90%;
  border-radius: 1rem;
  margin: 0.5rem;
}

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

/* 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: 40%;
  max-width: 800px;
}

/* 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 {
  width: auto;
  display: none;
}
.mySlides h2 {
  margin-left: 10rem;
}

/* Next & previous buttons */
.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: #0d4406;
  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.itemsCarousel {
  opacity: 0.4;
}

.active,
.itemsCarousel: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);
}

.itemText {
  color: rgb(1, 109, 33);
  text-shadow: 0.1rem 0.1rem rgb(176, 245, 112);
  font-size: large;
  font-weight: bold;
}

/* End of Items Carousel */

/* CountDown to New Year 2023 */
/* #region CountDown */

.columnCD {
  float: left;
  width: 12%;
}

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

/* #endregion */
/* #region Artwork */


.artwork img {
  max-width: 80rem;
  border-radius: 1rem;
  margin: 0.5rem;
}
/* #endregion */

/* #region Responsive Alterations */

@media (max-width: 350px) {

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

  }

  .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%;
  }

  .poetry1, .poetry2, .poetry3 {
    max-width: 95%;
    margin-left: .5rem;
  }


}

@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;
    }
    .poetry1, .poetry2, .poetry3 {
      max-width: 85%;
      margin-left: .5rem;
    }
  
}

@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;
  }
  .poetry1, .poetry2, .poetry3 {
    max-width: 75%;
    margin-left: 1rem;
  }

}

@media only screen and (min-width: 1000px) {
  .videoDisplay {
    width: 960px;
    height: 540px;
  }
  p {
    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 */
