/* Website Standards */
html {
  scroll-behavior: smooth;
}

body {
  font-family: 'Roboto', sans-serif;
  /* padding-top: 125px; */
  position: relative;
  height: 100%;
}

.affix {
  top: 0;
  width: 100%;
  z-index: 9999 !important;
}

.navbar {
  margin-bottom: 0px;
}

.affix~.container-fluid {
  position: relative;
  top: 50px;
}

body #imagecontainer a:hover {
  color: white;
}

body a.playVideo {
  background: #ee4037;
  color: white;
}

body a.playVideo:hover {
  background: red;
}

body a.live {
  animation: glow 1s ease-in infinite;
  background: #ee4037;
  /* border: none; */
  color: white;
  cursor: pointer;
  outline: none;
  position: relative;
  text-transform: uppercase;
  z-index: 1;
}

body a.live:hover {
  animation: glow 1s ease-in infinite;
}

body a.live::before {
  animation: glow 1s ease-in infinite;
  background: #ee4037;
  border-radius: inherit;
  content: '';
  filter: blur(10px);
  opacity: .75;
  position: absolute;
  transition: all .3s ease-in-out;
  width: 100%;
  height: 100%;
  top: 0;
  right: 0;
  z-index: -1;
}

body a.live:hover::before {
  filter: blur(15px);
  opacity: 1;
}

@keyframes glow {
  0% {
    color: rgba(255, 255, 255, 1);
    background: #ee4037;
  }

  25% {
    color: rgba(255, 255, 255, 0.8);
    background: red;
    /* background: #ee4037; */
    /* background: rgba(238, 64, 55, 0.8); */
  }

  100% {
    color: rgba(255, 255, 255, 1);
    background: #ee4037;
  }
}

body a {
  text-decoration: none !important;
  transition: 0.7s;
}

body a:hover {
  color: #005daa;
  transition: 0.5s;
}

h4 {
  color: #ee9f20;
  font-weight: bold;
  padding: 15px 0 15px;
  letter-spacing: 2px;
  text-transform: uppercase;
  text-align: center;
}

a.buttonStyle {
  color: White;
  font-weight: 600;
  font-size: 12px;
  letter-spacing: 0.5px;
  padding: 15px 25px;
  margin: 15px auto;
  text-transform: uppercase;
}

/* Sections */
section#aboutus,
section#builders,
section#sponsors,
section#sponsortypes,
section#thisyearinformation,
section#previousyearphotos {
  padding: 75px 0 25px;
}

section#builders h4,
section#sponsors h4,
section#sponsortypes h4,
section#thisyearinformation h4,
section#previousyearphotos h4 {
  font-size: 6rem;
  font-family: 'Roboto condensed', sans-serif;
  letter-spacing: -5px;
  /* overflow: hidden; */
}

section#sponsors h4 {}

#builders,
#sponsors {
  text-align: center;
}

/* Header */
#navbar {
  margin: 0;
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  background: rgba(255, 255, 255, .7);
  height: 125px;
  width: 100%;
  z-index: 1;
}

#navbar .navbar {}

#navbar .navbar div#navbarNavDropdown {
  display: inline-block !important;
  text-align: right;
}

#navbar img {
  transition: 1s;
}

#navbar img#buildersforbabies-img {
  height: 100px;
  width: auto;
}

#navbar img#homeaidessentials-img {
  height: auto;
  width: 125px;
}

#navbar button {
  color: black;
}

#navbar ul,
#navbar ul li {
  position: relative;
  float: right;
}

#navbar ul li {
  padding: 0 5px;
}

#navbar #navbarNavDropdown>ul li a {
  border-bottom: 4px solid rgba(255, 255, 255, 0);
  padding-top: 12px;
  transition: 0.7s;
}

#navbar #navbarNavDropdown .nav-item a.nav-link {
  padding-left: 20px;
  padding-right: 20px;
}

#navbar #navbarNavDropdown>ul>li>a:hover {
  border-bottom: 4px solid #017a8d;
  transition: 0.5s;
}

#navbar ul li a#donatelink {
  background-color: #ee9f20;
  border-bottom: 0;
  color: white;
  font-weight: 600;
  letter-spacing: 0.5px;
  padding: 16px 15px;
  text-transform: uppercase;
  text-decoration: none;
}

#navbar ul li a#donatelink:hover {
  background-color: #017a8d;
  border-bottom: 0px;
}

#navbar ul li#donatelink-mobile {
  border-bottom: 0;
  padding: 10 0px;
  margin-top: 3px;
}

#navbar ul li a {
  color: rgba(0, 0, 0, 0.8);
  font-weight: 400;
}

#navbar .dropdown-item {
  border-left: 5px solid #fff;
}

#navbar .dropdown-item:hover {
  border-left: 5px solid #017a8d;
}

#navbar .dropdown-item.active,
#navbar .dropdown-item:active {
  background-color: white;
}

/* Scrolled navbar */
@media only screen and (min-width: 991px) {
  #navbar.scrolled {
    height: 75px;
    background: rgba(255, 255, 255, 1) !important;
    transition: 1s;
  }

  #navbar.scrolled img#buildersforbabies-img {
    height: 50px;
    width: auto;
  }

  #navbar.scrolled img#homeaidessentials-img {
    height: auto;
    width: 100px;
  }

  #navbar.scrolled li a.nav-link {
    font-size: 13px;
    font-weight: bold;
    text-transform: uppercase;
    padding-left: 15px;
    padding-right: 15px;
  }

  #navbar.scrolled ul.navbar-nav li#donatelink-mobile {
    margin-top: 0px;
  }

  #navbar.scrolled ul.navbar-nav li#donatelink-mobile a#donatelink {
    padding: 10px 15px;
  }
}

/* Active Scrollbar */
/* Page Active on */
#navbar .nav-item.active>a {
  border-bottom: 4px solid transparent !important;
}

#navbar .nav-item.active a {
  background: #ee4037;
  color: white;
  font-weight: 500;
  padding-left: 15px;
  padding-right: 15px;
}

#navbar a.nav-link.active {
  background: #017a8d;
  color: white;
  font-weight: 500;
  padding-left: 15px;
  padding-right: 15px;
}

/* Navbar Media Sizing */
@media only screen and (max-width: 991px) {
  #navbar .navbar img#buildersforbabies-img {
    height: 50px;
  }

  #navbar img#homeaidessentials-img {
    width: 100px;
  }

  #navbar {
    height: 75px;
  }

  body {
    padding-top: 75px;
  }
}

/* Media Heights */
@media only screen and (max-width: 991px) {
  #navbar .container-fluid {
    max-width: 100%;
    width: 100%;
    padding: 0;
  }

  #navbar .container-fluid .navbar {
    max-width: 100%;
    width: 100%;
    padding: 0;
    padding-top: 0.5rem;
  }

  #navbar .navbar .navbar-collapse {
    background: rgba(255, 255, 255, 1);
    width: 100%;
  }

  #navbar .navbar img#buildersforbabies-img {
    padding-left: 1rem;
  }

  #navbar .navbar button {
    margin-right: 1rem;
  }

  #navbar .navbar .navbar-collapse ul,
  #navbar .navbar .navbar-collapse ul li {
    float: none;
    text-align: left;
  }

  #navbar .navbar .navbar-collapse div#navbarNavDropdown {
    text-align: left;
  }

  #navbar .navbar .navbar-collapse.collapse ul,
  #navbar .navbar .navbar-collapse.collapse ul li {
    display: none !important;
  }

  #navbar .navbar .navbar-collapse.collapse div#navbarNavDropdown {
    display: none !important;
  }

  #navbar .navbar .navbar-collapse.collapse.show ul,
  #navbar .navbar .navbar-collapse.collapse.show ul li {
    display: list-item !important;
  }

  #navbar .navbar .navbar-collapse.collapse.show div#navbarNavDropdown {
    display: list-item !important;
  }

  #navbar ul li {
    border-bottom: 0;
  }

  #navbar ul li:hover {
    border-bottom: 0;
  }

  #navbar ul li:hover,
  #navbar .navbar-collapse.collapse.show ul li.nav-item.dropdown.show,
  #navbar .navbar-collapse.collapse.show ul li.nav-item.dropdown.show .dropdown-menu.show,
  #navbar .navbar-collapse.collapse.show ul li.nav-item.dropdown.show:hover,
  #navbar .navbar-collapse.collapse.show ul li.nav-item.dropdown.show a {
    color: white !important;
    background: #017a8d;
    border: none;
  }

  #navbar .navbar-collapse.collapse.show ul li.nav-item.dropdown.show a {
    padding-left: 10px;
    border-left: 5px solid transparent;
  }

  #navbar .navbar-collapse.collapse.show ul li.nav-item.dropdown.show a:hover {
    background: #005daa;
    border-left: 5px solid white;
  }

  #navbar ul li a:hover {
    color: white;
  }

  #navbar .dropdown-item {
    border-left: 5px solid #fff;
  }

  #navbar .dropdown-item:hover {
    border-left: 5px solid #017a8d;
  }

  #navbar ul li#donatelink-mobile {
    background: #ee9f20;
    padding: 10px 0;
    width: 100%;
  }

  #navbar ul li#donatelink-mobile:hover {
    background: #017a8d;
  }

  #navbar ul li#donatelink-mobile a#donatelink {
    background-color: rgba(255, 255, 255, 0);
    display: block;
    text-align: center;
  }

  #navbar ul li#donatelink-mobile a#donatelink:hover {
    background-color: rgba(255, 255, 255, 0);
  }

  #navbar a.nav-link {
    padding-left: 15px;
    padding-right: 15px;
  }

  #navbar #navbarNavDropdown>ul>li>a {
    border-bottom: 0;
  }

  #navbar #navbarNavDropdown>ul>li>a:hover {
    background-color: #005daa;
    border-bottom: 0;
  }
}

/* Homepage Image Slider */
#imagecontainer {
  background: url('background.jpg') no-repeat center center fixed;
  background-color: black;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  height: 100%;
  min-height: 625px;
}

#imagecontainer .image-container {
  height: 100%;
  opacity: 1;
  /* background-color: rgba(0, 0, 0, 0.7); */
}

#imagecontainer .container {
  height: 100%;
  text-align: center;
}

#imagecontainer .image-container .image-container_text {
  background: rgba(255, 255, 255, 0.3);
  color: black;
  display: inline-block;
  padding: 50px;
  position: relative;
  text-align: center;
  top: 25%;
}

#imagecontainer .image-container .image-container_text p {
  padding-bottom: 25px;
}

@media only screen and (max-width: 991px) {
  #imagecontainer .image-container .image-container_text {
    top: 5%;
  }
}

/* Donation Amount section */
/* Donation Amounts */
#donationtotal {
  display: block;
  padding-top: 50px;
  text-align: center;
}
#donationamt > :nth-child(n) {
  font-size:1em;
}
#donationtotal h2,
#donationamt h2 {
  background: rgba(255, 255, 255, 0.5);
  border: 1px solid #d9d9d6;
  display: inline-block;
  margin-top: -1px;
  padding: 25px 65px;
  margin-bottom: 0px;
}

#donationamt>p {
  font-family: 'roboto condensed', sans-serif;
  font-weight: bold;
  margin-top: 0;
  text-transform: uppercase;
}

#donationamt .participants div {
  display: inline-block;
  padding: 25px 25px 0;
}

#donationamt .participants div h3 {
  border-bottom: 1px solid #53565a;
  height: 28px;
  margin-bottom: 0;
  /* overflow: hidden; */
}

#donationamt .participants div p {
  font-family: 'Roboto Condensed', sans-serif;
  font-weight: 700;
  letter-spacing: 1px;
  margin-top: 0px;
  text-transform: uppercase;
}

#donationamt .participants div.California h3 {
  border-color: #ee4037;
}

#donationamt .participants div.California p {
  color: #ee4037;
}

#donationamt .participants div.Colorado h3 {
  border-color: #ee9f20;
}

#donationamt .participants div.Colorado p {
  color: #ee9f20;
}

#donationamt .participants div.Utah h3 {
  border-color: #017a8d;
}

#donationamt .participants div.Utah p {
  color: #017a8d;
}

#donationamt .participants .plus {
  margin-top: 15px;
  position: relative;
  vertical-align: top;
}

@media only screen and (max-width: 768px) {
  #donationamt .participants div {
    padding: 5px;
  }

  #donationamt .participants div p {
    font-size: .8rem;
  }

  #donationamt .participants div h3 {
    font-size: 1.3rem;
    height: 19px;
  }

  #donationamt .participants div p {
    font-size: 0.8rem;
  }

  #donationamt .participants .plus {
    margin-top: 10px;
    font-size: 0.8rem;
  }
}

/* #donationamt .participants div {} */
/* About Us Section */
#aboutus-box {
  background: #ee4037;
  border: 10px solid #ee9f20;
  padding: 25px 50px 50px;
  text-align: center;
}

#aboutus #aboutus-box h4 {
  color: white;
}

#aboutus #aboutus-box p {
  color: white;
  text-align: left;
}

#aboutus #aboutus-box a {
  display: inline-block;
  border: 4px solid #ee9f20;
  margin: 0 auto;
  text-decoration: none;
}

#aboutus #aboutus-box a:hover {
  color: white;
  background: #ee9f20;
}

#aboutus .aboutus-expand #aboutexpand-top .row {
  text-align: center;
}

#aboutus .aboutus-expand #aboutexpand-top .row>div {
  background: #ee9f20;
  color: white;
  margin: 15px auto;
  padding: 25px;
}

#aboutus .aboutus-expand #aboutexpand-top .row>div h6 {
  padding: 10px 15px;
  color: white;
  border: 4px solid white;
}

#aboutus .container-fluid {
  padding: 75px 0 0;
  text-align: center;
}

#aboutus .container-fluid img {
  width: 150px;
}

#aboutus .container-fluid a {
  text-decoration: none;
}

#aboutus .donation-locations-logo {
  text-align: center;
}

#aboutus .donationlocations {
  padding-top: 25px;
  text-align: center;
}

a.expandButton {
  border: 4px solid #017a8d;
  color: #017a8d;
}

a.expandButton:hover {
  background: #ee9f20;
  color: white;
}

#aboutus .donationlocations .donation-locations-logo img,
#aboutus .donationlocations .donation-locations-logo a {
  display: table;
  margin: 0 auto;
  cursor: pointer;
}

#aboutus .donationlocations a {
  display: block;
  margin: 0 auto;
  text-align: center;
  color: #017a8d;
}

#aboutus .donationlocations img {
  height: auto;
  width: 150px;
}

#aboutus .donationlocations ul,
#aboutus .donationlocations ul li {
  list-style-type: none;
  font-size: 14px;
}

#aboutus .donationlocations ul {
  padding: 15px;
}

#aboutus .donationlocations>.donation-location-links .container>.row>div {
  border: 4px solid #017a8d;
  margin: 15px auto;
}

#aboutus .donationlocations>.donation-location-links .container>.row>div ul li a {
  color: #017a8d;
  font-size: 13px;
  font-weight: 500;
  letter-spacing: 0.2px;
  text-decoration: none;
}

#aboutus .donationlocations>.donation-location-links .container>.row>div ul li a:hover {
  color: #005daa;
}

/* Builders & Sponsors */
#builders .row {
  padding: 25px 0;
}

#builders .row img {
  height: auto;
  max-height: 100px;
  max-width: 90%;
  position: relative;
  top: 10%;
  width: auto;
}

#builders .row .builderlogo {
  height: 150px;
  min-height: 150px;
  max-height: 150px;
}

#sponsors {
  color: white;
}

#sponsors>section {
  text-transform: uppercase;
  padding: 0;
  margin-bottom: -65px;
}

#sponsors section#platinumSponsors,
#sponsors section#silverSponsors {
  text-align: left;
}

#sponsors section#goldSponsors,
#sponsors section#bronzeSponsors {
  text-align: right;
}

#sponsors>section>div {
  text-align: center;
}

#sponsors h3,
#sponsors>section>p {
  display: inline-block;
  font-family: 'roboto condensed', sans-serif;
}

#sponsors h3 {
  font-weight: 900;
  font-size: 4rem;
  height: 55px;
  overflow: hidden;
  margin-bottom: 8px;
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: rgba(255, 255, 255, 0.2);
}

#sponsors>section>p {
  color: #ee9f20;
  font-weight: 700;
  font-size: 2rem;
  padding-left: 15px;
  margin-bottom: 8px;
  height: 34px;
  overflow: hidden;
}

#sponsors .row {}

#sponsors .row>div {}

#sponsors img {
  height: auto;
  max-width: 175px;
  vertical-align: middle;
  width: auto;
}

#sponsors .logobox {
  background: white;
  color: black;
  padding: 15px;
  margin: 0 auto;
}

#sponsors .sponsor-hg {
  padding: 50px 0 150px;
  margin-top: -15px;
}

#sponsors #bronze-hg.sponsor-hg {
  padding-bottom: 50px;
}

#sponsors #platinumSponsors h3 {
  color: #005daa;
  padding-left: 5%;
  -webkit-text-fill-color: #005daa;
}

#sponsors #platinumSponsors p {
  color: #ee9f20;
  font-weight: bold;
}

#sponsors #plat-hg {
  background: #005daa;
}

#sponsors #plat-hg .logobox {
  border: 10px solid #005daa;
}

#sponsors #goldSponsors h3 {
  color: #1da4d7;
  -webkit-text-fill-color: #1da4d7;
}

#sponsors #gold-hg {
  background: #1da4d7;
}

#sponsors #gold-hg .logobox {
  border: 10px solid #1da4d7;
}

#sponsors #silverSponsors h3 {
  color: #d9d9d6;
  padding-left: 10%;
  -webkit-text-fill-color: #d9d9d6;
}

#sponsors #silverSponsors p {
  /* font-size: 12px;
  font-weight: bold; */
}

#sponsors #silver-hg {
  background: #d9d9d6;
}

#sponsors #silver-hg .logobox {
  border: 10px solid #d9d9d6;
}

#sponsors #bronzeSponsors h3 {
  color: rgba(0, 0, 0, .8);
  -webkit-text-fill-color: rgba(0, 0, 0, .8);
}

#sponsors #bronzeSponsors p {
  padding-right: 5%;
}

#sponsors #bronze-hg {
  background: rgba(0, 0, 0, .8);
}

#sponsors #bronze-hg .logobox {
  border: 10px solid rgba(0, 0, 0, .8);
}

@media only screen and (max-width: 1025px) {
  #sponsors h3 {
    font-size: 3rem;
    height: 40px;
    margin-bottom: 7px;
  }

  #sponsors>section>p {
    font-size: 1.5rem;
    padding-left: 15px;
    height: 25px;
    margin-bottom: -8.5px;
  }
}

@media only screen and (max-width: 992px) {

  section#builders h4,
  section#sponsors h4,
  section#sponsortypes h4,
  section#thisyearinformation h4,
  section#previousyearphotos h4 {
    font-size: 5rem;
  }

  #sponsors>section {
    text-align: center !important;
  }

  #sponsors>section>h3,
  #sponsors>section>p {
    padding: 0 !important;
  }
}

@media only screen and (max-width: 650px) {

  section#builders h4,
  section#sponsors h4,
  section#sponsortypes h4,
  section#thisyearinformation h4,
  section#previousyearphotos h4 {
    font-size: 3rem;
  }

  #sponsors h3 {
    font-size: 2rem;
    height: 26px;
    overflow: hidden;
  }

  #sponsors>section>p {
    font-size: 1rem;
    padding: 0;
    overflow: visible;
    height: auto;
  }

  #sponsors h3,
  #sponsors>section>p {
    display: block;
    margin-bottom: 8px;
  }

  #sponsors .sponsor-hg {
    margin-top: -40px;
  }
}

/* Sponsor Types */
#sponsortypes .row {}

#sponsortypes h5 {
  color: #ee9f20;
  letter-spacing: 0.2px;
  text-transform: uppercase;
}

#sponsortypes #sponsorgrades {
  color: white;
  min-height: 450px;
  margin: 15px auto;
  padding: 25px 25px;
  text-align: center;
  transition: 0.8s;
}

#sponsortypes #sponsorgrades:hover {
  transition: 0.8s;
}

#sponsortypes #sponsorgrades li {
  text-align: left;
}

#sponsortypes .platinum-sponsor#sponsorgrades {
  background: #005daa;
}

#sponsortypes .gold-sponsor#sponsorgrades {
  background: #1da4d7;
}

#sponsortypes .silver-sponsor#sponsorgrades {
  background: rgba(0, 0, 0, .5);
}

#sponsortypes .bronze-sponsor#sponsorgrades {
  background: rgba(0, 0, 0, .8);
}

#sponsortypes a.standoutlinks {
  border: 4px solid #ee9f20;
  bottom: 0;
  display: inline-block;
  font-size: 12px;
  position: relative;
  margin-bottom: 15px;
  text-decoration: none;
  text-shadow: 0px 1px 2px rgba(0, 0, 0, .4);
}

#sponsortypes a.standoutlinks:hover {
  background: #ee9f20;
  color: white;
}

/* Information This Year */
#thisyearinformation a {
  text-decoration: none;
}

#thisyearinformation a#volunteer-info {
  background: #017a8d;
  color: white;
  display: inline-block;
  text-align: left;
  margin-bottom: 15px;
}

#thisyearinformation a#volunteer-info:hover {
  background: #ee9f20;
}

#thisyearinformation a#sponsor-info {
  background: #ee4037;
  color: white;
  display: inline-block;
  text-align: left;
  margin-bottom: 15px;
}

#thisyearinformation a#sponsor-info:hover {
  background: #ee9f20;
}

#thisyearinformation ul#starterpack,
#thisyearinformation ul#starterpack li {
  list-style-type: none;
  padding-left: 5px;
}

#thisyearinformation iframe#googlemaps {
  height: 350px;
  padding-top: 20px;
  width: 100%;
}

a#learnmore {
  background: #017a8d;
}

a#learnmore:hover {
  background: #ee9f20;
}

.ekko-lightbox.modal iframe {
  width: 100%;
  height: 100%;
}

.ekko-lightbox.modal .modal-dialog {
  height: 100%;
  max-width: 90% !important;
  width: 90%;
}

.ekko-lightbox.modal .modal-dialog .ekko-lightbox-container .ekko-lightbox-item {
  text-align: center;
}

.ekko-lightbox.modal .modal-dialog .ekko-lightbox-container img {
  width: auto !important;
  height: 100%;
}

.ekko-lightbox-item .embed-responsive {
  height: 100%;
  width: auto;
}

.ekko-lightbox .modal-content {
  background-color: rgba(0, 0, 0, 0.8);
  height: 95%;
}

.ekko-lightbox .modal-content .modal-header {
  border-color: black;
  display: inline-block;
  text-align: center;
}

.ekko-lightbox .modal-content .modal-header h4.modal-title {
  display: inline-block;
}

.ekko-lightbox .modal-content .modal-header button {
  color: white;
  transition: 0.5s;
}

.ekko-lightbox .modal-content .modal-header button:hover {
  transition: 0.5s;
}

.ekko-lightbox.modal .modal-dialog .modal-content .ekko-lightbox-container {
  display: contents;
}

@media only screen and (max-width: 992px) {
  .ekko-lightbox.modal .modal-dialog {
    height: 90%;
  }

  .ekko-lightbox.modal .modal-dialog .modal-content {
    height: 100%;
    width: 100%;
  }

  .ekko-lightbox.modal .modal-dialog .modal-content .modal-body {
    height: 100%;
  }

  .ekko-lightbox.modal .modal-dialog .modal-content .ekko-lightbox-container {
    height: 100%;
  }
}

/* Previous Years Photo Gallery */
#previousyearphotos button h6 {
  font-weight: bold;
  color: grey;
}

#previousyearphotos button {
  text-decoration: none;
}

#previousyearphotos img {
  opacity: 0.8;
  transition: 0.5s;
}

#previousyearphotos img:hover {
  opacity: 1;
  transition: 0.5s;
}

/** LIGHTBOX MARKUP **/
/* Previous Years */
#previousyearphotos {
  text-align: center;
}

#previousyearphotos button {
  font-family: 'Roboto Condensed', 'sans-serif';
}

#previousyearphotos #prevYears.accordion {
  border: 1px solid #d9d9d6;
}

#previousyearphotos #prevYears .col-sm-1 {
  border: 1px solid #53565a;
  max-height: 100px;
  min-height: 50px;
  height: 100px;
  margin: 5px 5px;
  overflow: hidden;
  text-align: center;
  width: 100px;
  padding: 0;
}

#previousyearphotos #prevYears .col-sm-1 a {
  text-align: center;
  margin: 0 auto;
  display: block;
  width: 100%;
  max-width: 100%;
  padding: 0;
}

#previousyearphotos #prevYears.accordion .card {
  border: 0;
}

#previousyearphotos #prevYears.accordion .card .card-header {}

#previousyearphotos #prevYears.accordion .card .card-header> :nth-child(n) {}

#previousyearphotos #prevYears.accordion .card>div:nth-child(2) {}

#previousyearphotos #prevYears .row {
  padding: 15px 0;
}

#previousyearphotos #prevYears .row>div {
  text-align: center;
}

#previousyearphotos #prevYears .row img {
  height: auto;
  /* min-height: 100px; */
  margin: -25%;
  width: 250%;
  max-width: 250%;
  min-width: auto;
}

#previousyearphotos #prevYears .card-body {}

body #previousyearphotos {
  margin-bottom: 100px;
}

#previousyearphotos .card-body #open-youtube .fab {
  color: red;
  font-size: 100px;
  opacity: 1;
  position: relative;
  top: 0px;
  z-index: 0;
  transition: 0.5s;
}

#previousyearphotos .card-body #open-youtube .fab:hover {
  transition: 0.5s;
  opacity: 1;
}

#previousyearphotos #prevYears .row #open-youtube img {
  display: inline-block;
  position: relative;
  opacity: 0.4;
  top: -100px;
}

@media only screen and (max-width: 1500px) {
  #previousyearphotos .card-body #open-youtube .fab {
    font-size: 75px;
    top: 13;
  }
}

@media only screen and (max-width: 1100px) {
  #previousyearphotos .card-body #open-youtube .fab {
    font-size: 50px;
    top: 20;
  }
}

@media only screen and (max-width: 770px) {
  #previousyearphotos .card-body #open-youtube .fab {
    font-size: 25px;
    top: 35;
  }
}

/* Footer */
#footer {
  color: rgba(0, 0, 0, .8);
  font-weight: bold;
  font-size: 12px;
  height: 50px;
  text-align: center;
  cursor: pointer;
}

.socialMedia {
  bottom: 50px;
  position: fixed;
  overflow: hidden;
  right: 58px;
  width: 250px;
  z-index: 20;
}

.socialMedia .socialmedia-icons.hidden {
  left: 220px;
}

.socialMedia .socialmedia-icons.show {
  left: 0px;
}

.socialmedia-icons {
  background: rgba(255, 255, 255, 0.4);
  border: 3px solid grey;
  border-radius: 100px;
  display: inline-block;
  position: relative;
  transition: .8s;
}

.socialmedia-icons:hover {
  background: black;
  border: 3px solid black;
}

.socialmedia-toggle {
  bottom: 30px;
  display: inline-block;
  height: 62px;
  width: 62px;
  position: fixed;
  right: 20px;
  transition: .8s;
  z-index: 30;
}

.socialMedia-expand a {
  color: black;
  z-index: 20;
}

.socialmedia-toggle img {
  height: auto;
  filter: grayscale(100%);
  -webkit-filter: grayscale(100%);
  transition: 1s;
  width: 90%;
}

.socialmedia-toggle.on img,
.socialmedia-toggle img:hover {
  filter: grayscale(0%) !important;
  -webkit-filter: grayscale(0%) !important;
  transition: 0.5s;
}

a.socialmedia-toggle:active,
a.socialmedia-toggle:focus-within,
a.socialmedia-toggle:focus,
a.socialmedia-toggle:hover,
.socialmedia-toggle img:active,
.socialmedia-toggle img:focus-within,
.socialmedia-toggle img:focus,
.socialmedia-toggle img:hover {
  animation: shake 0.82s cubic-bezier(.36, .07, .19, .57) both;
  transform: translate3d(0, 0, 0);
  backface-visibility: hidden;
  perspective: 1000px;
}

@keyframes shake {
  10%, 90% {
    transform: translate3d(-1px, 0, 0);
  }

  20%, 80% {
    transform: translate3d(2px, 0, 0);
  }

  30%, 50%, 70% {
    transform: translate3d(-2px, 0, 0);
  }

  40%, 60% {
    transform: translate3d(4px, 0, 0);
  }
}

#socialMedia {}

.socialMedia .socialmedia-icons a i.fa-youtube::before {
  color: red;
  z-index: 1;
}
.socialMedia .socialmedia-icons a i.fa-twitch::before {
  color: #6441a4;
  z-index: 1;
}
.socialMedia .socialmedia-icons a i.fa-facebook-f::before {
  color: #3b5998;
  z-index: 1;
}

.socialmedia-icons a {
  color: grey;
  font-size: 16px;
  padding: 5px;
  margin: 5px;
  display: inline-block;
}

.socialmedia-icons a:hover {
  color: white;
}

.twitter-popup,
.instagram-popup {
  position: fixed;
  bottom: 10%;
  right: 0%;
}

.socialmedia-icons a.mobileSocial {
  display: none;
}

.socialmedia-icons a.desktopSocial {
  display: inline-block;
}

@media only screen and (max-width: 992px) {
  .socialmedia-icons a.mobileSocial {
    display: inline-block;
  }

  .socialmedia-icons a.desktopSocial {
    display: none;
  }
}

/* Counter */
.countdown {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  display: inline-block;
  height: 33px;
  overflow: hidden;
  width: auto;
}

#clockdiv {
  font-family: 'Roboto Condensed', sans-serif;
  color: rgba(0, 0, 0, 0.7);
  font-weight: 700;
  font-size: 30px;
  text-align: left;
  text-transform: uppercase;
}

#clockdiv #clockdays {
  display: inline-block;
  /* float: left; */
}

#clockdiv #clocktimer {
  display: inline-block;
  font-size: 25px;
  padding-bottom: 10px;
}

#clockdiv #clocktimer>div {
  display: inline-block;
}

#clockdiv>div:nth-child(n+2)>span {}

.smalltext {
  display: inline-block;
  color: rgba(0, 0, 0, 0.5);
}

#clockdays .smalltext {
  font-size: 16px;
}

#clocktimer .smalltext {
  font-size: 14px;
}

#clockdiv>div:nth-child(1) {}

#donationtotal .votingLink {}

#donationtotal .votingLink p {
  font-size: 12px;
  padding-top: 2em;
}

#donationtotal .votingLink a.buttonStyle {
  border: 4px solid #005daa;
  color: #005daa;
}

#donationtotal .votingLink a.buttonStyle:hover {
  background-color: #005daa;
  color: white;
}
