@import "variables.css";

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font: normal normal 500 16px Verdana, sans-serif;
}

/* ------------------------ */
/* Main Values */
/* ------------------------ */
body {
  line-height: 1.5;
}

img {
  width: 300px;
}

img.logo {
  width: 15em;
  height: auto;
  padding: 2em;
}

h1 {
  font-weight: 200;
  font-size: 70px;
  /* font-family: 'Times New Roman', Times, serif */
}
h2 {
  font-weight: 400;
  font-size: 40px;
}
h3 {
  font-weight: 300;
  font-size: medium;
}
p {
  /* font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif; */
  /* font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif; */
  /* font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif; */
  /* font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif; */
  /* font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif; */
  font-family: 'Lucida Sans', Arial, sans-serif;
  font-size: 18px;
  font-weight: 500;
}

/* ------------------ */
/* ID SPECIFICS */
/* ------------------ */
#donation-section {
  padding: 60px 50px;
}

.bg-grey {
  background-color: #f6f6f6f6;
}

/* -------------------------------------- */
/* GLOBAL VARIABLES */
/* -------------------------------------- */
#content-block {
  position: relative;
  overflow: hidden;
  left: 0;
}
#content-block *:last-child:not(.empty-space) {
  margin-bottom: 0;
}
.container {
  max-width: 100%;
}

.slide-title,
.slide-description,
.empty-space {
  display: block;
  padding: 20px 0;
}
.empty-space:after {
  content: "";
  display: block;
  clear: both;
}

/* FONT */
.h1 {
  color: #222;
  margin: 0;
  /* font-weight: 400; */
}

/* TEXT ALIGNMENT */
.text-center {
  text-align: center;
}
.megamenu .row,
.megamenu .row > *[class*="col"] {
  padding-left: 0;
  padding-right: 0;
  margin-left: 0;
  margin-right: 0;
}

/* --------------------------- */
/* LAYOUT */
/* ---------------------------  */
/* Row Sizes  */
.row {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 100%;
}

.row::after,
.row::before {
  display: block;
  clear: both;
  content: "";
}

@media (max-width: 991px) {
  .row {
    display: block;
  }
}

/*  COLUMN SIZES*/
.col-sm-12,
.col-sm-2,
.col-sm-3,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-sm-8,
.col-sm-9,
.col-sm-auto,
.col-xl,
.col-xl-1,
.col-xl-10,
.col-xl-11,
.col-xl-12,
.col-xl-2,
.col-xl-3,
.col-xl-4,
.col-xl-5,
.col-xl-6,
.col-xl-7,
.col-xl-8,
.col-xl-9,
.col-xl-auto {
  position: relative;
  width: 100%;
  padding-right: -15px;
  padding-left: -15px;
}

.col-sm-4 {
  flex: 0 0 auto;
  width: 33.33333333%;
}

.col-sm-5 {
  flex: 0 0 auto;
  width: 41.66666667%;
}
.col-sm-6 {
  flex: 0 0 auto;
  width: 50%;
}
.col-sm-7 {
  flex: 0 0 auto;
  width: 58.33333333%;
}
.col-sm-8 {
  flex: 0 0 auto;
  width: 66.66666667%;
}
.col-sm-9 {
  flex: 0 0 auto;
  width: 75%;
}
.col-sm-10 {
  flex: 0 0 auto;
  width: 83.33333333%;
}
.col-sm-11 {
  flex: 0 0 auto;
  width: 91.66666667%;
}
.col-sm-12 {
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
}

/* RESPONSIVE TEXT - SHOWS TEXT DEPENDING ON SCREEN SIZE */
@media (max-width: 991px) {
  #about-p {
    width: 100%;
  }
  #about-p .paragraph2{
    display: none;
  }


  #listenandrelax-p{
    width: 100%;
  }
  #listenandrelax .paragraph2{
    display: none;

  }
}

/* Column Sizes End */

/* Hero/Cover */
.page-height {
  position: relative;
}
.full-size {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.valign-text-wrapper {
  padding: 0 15px;
  width: 100%;
}
.container {
  max-width: 100%;
}
.container-fluid {
  display: flex;
  padding: 60px 50px;
}

.centered {
  text-align: center;
}

@media (min-width: 992px) {
  body.min-height .page-height {
    height: 600px !important;
  }
}

/* Tablets (>=768px)*/
@media (max-width: 991px) {
  .page-height.tablets-initial,
  body.min-height .page-height.tablets-initial {
    height: auto !important;
  }
  .simple-slider {
    height: 600px;
  }
}

/*Phones (<768px)*/
@media (max-width: 767px) {
  .page-height.responsive-initial,
  body.min-height .page-height.responsive-initial {
    height: auto !important;
  }
  .wide-container-fluid,
  .wide-container-fluid.wide-paddings,
  .wide-container {
    padding: 0 15px;
  }
  .simple-slider,
  .simple-slider.style-1 {
    height: 300px;
  }
}
.full-size-banner-entry {
  background-size: cover;
  background-position: center center;
}
.full-size-banner-entry:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.45);
}
.full-size-banner-entry.style-1:before {
  display: none;
}
.full-size-banner-entry.style-2:before {
  background: rgba(0, 0, 0, 0.2);
}
.valign-text-wrapper {
  padding: 0 15px;
  width: 100%;
}

/* Cover Video */
.video-wrapper {
  overflow: hidden;
}
.video-wrapper.shadow:after {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  content: "";
  background: rgba(0, 0, 0, 0.3);
}
video {
  position: absolute;
  right: 0;
  top: 0;
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
}
video {
  position: absolute;
  right: 0;
  top: 0;
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
}

@media (max-width: 991px) {
  video {
    right: -200px;
  }
}
/* End Cover/Hero */

/* video slideshow selection */
section {
  position: relative;
  width: 100%;
  height: 70vh;
}
section iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
section .slider-controller {
  width: 100vw;
  position: absolute;
  bottom: 40px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 3;
  display: flex;
  justify-content: center;
  align-items: center;
}

section .slider-controller li {
  list-style: none;
  cursor: pointer;
  margin: 0 10px;
  border-radius: 4px;
  background: #fff;
  padding: 3px 3px 0;
  opacity: 0.7;
  transition: 0.2s;
}

section .slider-controller li:hover {
  opacity: 1;
}

section .slider-controller li:active {
  opacity: 1;
}

section .slider-controller li img {
  width: 200px;
  transition: 0.5s;
}

section .slider-controller li img:hover {
  width: 250px;
  opacity: 1;
}

/* helper: for responsive slider-controller */
@media (max-width: 991px) {
  section .slider-controller {
    position: absolute;
    bottom: 40px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 3;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
  }

  section .slider-controller li {
    list-style: none;
    cursor: pointer;
    margin: 0 0px;
    border-radius: 4px;
    background: #fff;
    padding: 3px 3px 0;
    opacity: 0.7;
    transition: 0.2s;
    gap: 0.4em;
  }

  section .slider-controller li:hover {
    opacity: 1;
  }

  section .slider-controller li:active {
    opacity: 1;
  }

  section .slider-controller li img {
    width: 120px;
    transition: 0.5s;
  }

  section .slider-controller li img:hover {
    width: 150px;
    opacity: 1;
  }
}

/* HELPER CLASSES */
.valign-middle {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;

  -ms-flex-align: center;
  -webkit-align-items: center;
  -webkit-box-align: center;

  align-items: center;
}
@media (min-width: 1600px) {
  .slider-grid-description .valign-text-wrapper {
    padding: 0 50px;
  }
}

/* CSS */
footer {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding: 30px;
  background-color: #333;
  color: #fff;
  margin-bottom: 0px;
}

footer h3 {
  margin-bottom: 15px;
  width: 100%;
}

footer form {
  display: flex;
  align-items: center;
  width: 100%;
}

footer input[type="email"] {
  width: 70%;
  padding: 10px;
  margin-right: 10px;
}

footer input[type="submit"] {
  padding: 10px 20px;
  background-color: #fff;
  color: #333;
  border: none;
  cursor: pointer;
}

@media (min-width: 768px) {
  footer {
    flex-wrap: nowrap;
  }

  footer .sitemap,
  footer .policy,
  footer .social-media,
  footer .newsletter {
    width: 25%;
    text-align: center;
  }
}
