/*!
 * Team Luke Charity Site - Team Luke (http://chrisjbautista.com/ or teamluke.info)
 * Copyright 2016-2017 Altered Image
 * Coded by legendary master coder Eduard V. Erlikh
 * Table of Content:
 * 1. General Styles
 * 2. XS Styles
 * 3. SM Styles
 * 4. MD Styles
 * 5. LG Styles
 */
.gray{
  line-height: 21px;
}
 .fs{
   font-size: 17px;
   /* padding-top: 5px; */
 }
 .donate{
   color: #51a787 !important;
 }
 .dropdown-menu{
   background-color: #f8f8f8;
   border-radius: 0px;
 }
.center{
  text-align: center;
}
.event-text-container{
  display: flex;
  justify-content: flex-end;
  margin-right: 20px;
}
.holderz{
  padding-top: 20px;
}
.btn-default {
  color: #b882aa !important;
  background-color: #f8f8f8;
  border-color: transparent !important;
}

.more-art{
  display: flex;
  justify-content: center;
}


@media (max-width: 305px) {
  .navbar {
    width: 305px;
  }
}

@media (max-width: 767px) {
  .navbar-default .navbar-collapse, .navbar-default .navbar-form{
    background: #f8f8f8;
    margin-top: -10px;
  }
}

.text-align-right {
  text-align: right;
}
.text-align-left {
  text-align: left;
}
.row.no-gutters {
 margin-right: 0;
 margin-left: 0;
}
.row.no-gutters > [class^="col-"],
.row.no-gutters > [class*=" col-"] {
 padding-right: 0;
 padding-left: 0;
}
body {
  line-height: 1;
  width: 100%;
  height: 100%;
}
html {
    width: 100%;
    height: 100%;
}
.navbar {
    padding: 20px 0;
    -webkit-transition: background .5s ease-in-out,padding .5s ease-in-out;
    -moz-transition: background .5s ease-in-out,padding .5s ease-in-out;
    transition: background .5s ease-in-out,padding .5s ease-in-out;
}
.top-nav-collapse {
  padding: 0;
}
.col-centered {
  float: none;
  margin: 0 auto;
}
.center-text {
  text-align: center;
}

/*xs - portrait*/
@media (max-width: 500px) {
  .art{
    /* background-color: #24588d; */
    /* height: 25vh; */
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 50px;
    /* border: solid green */
  }
  .holder-a{
    display: flex;
    flex-direction: column;
    /* border: solid yellow; */
    /* padding-left: 25px; */
  }
  .art-b{
  /* border: solid black; */
  padding: 25px;
  /* height: 25vh; */
  }
  .art-c{
    box-shadow: 0 0 30px 0 rgb(199, 198, 198);
    /* height: 70vh; */
    padding: 25px;
    /* min-height: 67vh; */
    width: 90vw;
    display: flex;
    flex-direction: column;
    /* justify-content: center; */
    border-radius: 10px;
    align-items: center;
    /* height: 25vh; */
    }
  .art-d{
    /* border: solid black; */
    padding: 0px;
    width: 80vw;
    /* height: 25vh; */
  }
  .art-e{
      /* border: solid black; */
      padding: 5px;
      text-align: left;
      width: 80vw;
      /* height: 25vh; */
  }
  .art-f{
    /* border: solid black; */
    padding: 5px;
    width: 80vw;
    text-align: left;
    /* height: 25vh; */
  }
  .light-e{
    color: #aaa;
    padding-top: 5px;
    font-size: 18px;
    font-weight: 300;
    margin: 0 0 5px 0;
  }
  .h2-f{
    font-size: 1.5em;
    color: #181816;
    letter-spacing: 0.5px;
    font-weight: 500;
    margin: 0px 0 15px 0;
  }
  .ul-f{
  /* color: #7c8387; */
  padding-left: 25px;
  }
  .gray{
    color: #7c8387;
    font-size: 1.3em;

  }
  .li-f{
    list-style-type: disc;
    color: #428de4;
    font-size: 1em;
  }
  .art1{
    font-size: 1.1em !important;
  }
  .artimg{
    width: inherit;
  }
}
@media (max-width: 768px) {
  .art{
    /* background-color: #24588d; */
    /* height: 25vh; */
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 50px;
    /* border: solid green */
  }
  .holder-a{
    display: flex;
    flex-direction: column;
    /* border: solid yellow; */
    /* padding-left: 25px; */
  }
  .art-b{
  /* border: solid black; */
  padding: 25px;
  /* height: 25vh; */
  }
  .art-c{
    box-shadow: 0 0 30px 0 rgb(199, 198, 198);
    /* height: 70vh; */
    padding: 25px;
    /* min-height: 67vh; */
    width: 80vw;
    display: flex;
    flex-direction: column;
    /* justify-content: center; */
    border-radius: 10px;
    align-items: center;
    /* height: 25vh; */
    }
  .art-d{
    /* border: solid black; */
    padding: 0px;
    width: 70vw;
    /* height: 25vh; */
  }
  .art-e{
      /* border: solid black; */
      padding: 5px;
      text-align: left;
      width: 70vw;
      /* height: 25vh; */
  }
  .art-f{
    /* border: solid black; */
    padding: 5px;
    width: 70vw;
    text-align: left;
    /* height: 25vh; */
  }
  .light-e{
    color: #aaa;
    padding-top: 5px;
    font-size: 18px;
    font-weight: 300;
    margin: 0 0 5px 0;
  }
  .h2-f{
    font-size: 1.5em;
    color: #181816;
    letter-spacing: 0.5px;
    font-weight: 500;
    margin: 0px 0 15px 0;
  }
  .ul-f{
  /* color: #7c8387; */
  padding-left: 25px;
  }
  .gray{
    color: #7c8387;
    font-size: 1.3em;

  }
  .li-f{
    list-style-type: disc;
    color: #428de4;
    font-size: 1em;
  }
  .art1{
    font-size: 1.1em !important;
  }
  .artimg{
    width: inherit;
  }
}
.lgband{
  background-color: #24588d;
  height: 25vh;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 50px;
}
.holderz{
  display: flex;
  flex-direction: column;
  /* padding-left: 25px; */
}

.bigPig{
  margin-bottom: -15px;
  width: 95vw;
}
.gearText{
color: white;
font-size: 1.4em;
margin: 10px 0;
}
.gearButton{
  margin-top:5px;
  border-radius: 30px;
  font-size: 1.1em;
  color: #ffffff !important;
  background: #5dc09c !important;
  border-color: #5dc09c;
  padding-left: 20px;
  padding-right: 20px;
}
.lgDay{
  /* background-color: #24588d; */
  height: 22vh;
  display: flex;
  justify-content: center;
  align-items: center;
}
.newDay{
  margin-bottom: -10px;
  width: 65vw;
}
.dayText{
color: black;
font-size: 1.2em;
margin: 10px 0;
}
.day1Button{
  margin-top:10px;
  border-radius: 30px;
  font-size: 1em;
  color: #ffffff !important;
  background: #428de4 !important;
  border-color: #428de4;
  padding-left: 20px;
  padding-right: 20px;
  margin-right: 5px;
}
.day2Button{
  margin-top:10px;
  border-radius: 30px;
  font-size: 1em;
  color: #ffffff !important;
  background: #5dc09c !important;
  border-color: #5dc09c;
  padding-left: 20px;
  padding-right: 20px;
}
.day3Button{
  margin-top:10px;
  border-radius: 30px;
  font-size: 1em;
  color: #ffffff !important;
  background: #a5a5a5 !important;
  border-color: #a5a5a5;
  padding-left: 20px;
  padding-right: 20px;
}
.navbar {
  padding: 0;
  margin: 0;
  height: 65px;
}
.navbar-background {
  background-color: #687190;
  height: 10px;
  padding: 0;
  margin: 0;
}
.navbar-header {
  padding: 0;
}
.event-text-container {
  padding-right: 0px;
  padding-top: 0px;
}
#dropdownMenu1{
  font-size: 30px;
  padding-bottom: 0px;
  padding-top: 8px;
  padding-right: 12px;
  padding-left: 12px;
}
.upcoming-events-text {
  color: #b882aa;
  font-weight: bold;
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 14px;
  display: inline;
  padding-right: 5px;
  overflow: hidden;
  text-overflow: ellipsis;
}
.event-date-text  {
  font-size: 13px;
  font-family: 'Roboto Condensed', sans-serif;
  display: inline;
  color: #882d71;
  overflow: hidden;
  text-overflow: ellipsis;
}
.navbar-brand {
  margin-left: -40px;
  height: 70px;
  padding: 0;
}
    padding-right: 5px;
.intro-section {
  background: #fff;
  padding-top: 65px;
}
.container {
  padding: 10px 100px;
}

/*xs-carousel*/
@media (max-width: 992px) {
  .carousel-caption-block {
    display: flex;
    position: absolute;
    z-index: 1;
    background-color: rgba(255, 255, 255, 0.65);
    bottom: 0px;
    width: 100%;
  }
  .carousel-button-container {
    padding: 0px 0px
  }
  .carousel-text-container {
    padding: 10px 0px;
    margin: 6px;
    padding-left: 10px;
  }
  .honor-text {
    font-size: 22px;
    font-family: 'Roboto Condensed', sans-serif;
    font-weight: bold;
    color: #255799;
  }
  .donor-text {
    font-size: 22px;
    font-family: 'Roboto Condensed', sans-serif;
    color: #255799;
  }
}
/*sm-carousel*/
@media (min-width: 768px) and (max-width: 992px) {
  
  .carousel-caption-block {
    display: flex;
    position: absolute;
    z-index: 1;
    background-color: rgba(255, 255, 255, 0.65);
    bottom: 0px;
    width: 100%;
  }
  .carousel-button-container {
    padding: 15px 0px;
  }
  .carousel-text-container {
    padding: 40px;
  }
  .honor-text {
    font-size: 35px;
    font-family: 'Roboto Condensed', sans-serif;
    font-weight: bold;
    color: #255799;
  }
  .donor-text {
    font-size: 35px;
    font-family: 'Roboto Condensed', sans-serif;
    color: #255799;
  }
}
.carousel-indicators {
  display: none;
}
header.carousel {
    height: 40%;
}
header.carousel .item,
header.carousel .item.active,
header.carousel .carousel-inner {
    height: 100%;
}
header.carousel .fill {
  height: auto;
  width: 225%;
  background-position: center;
  background-size: cover;
  margin-left: -115px;
  margin-top: 65px;
}
.carousel-inner>.item>img {
  max-width: none;
}
.slider-image {

}
.about-section {
  padding-top: 25px;
  padding-bottom: 25px;
  background: #e9ecf7;
}
.about-text-header {
  text-align: justify;
  display: inline;
  font-size: 25px;
  line-height: 30px;
  font-family: 'Roboto Condensed', sans-serif;
  color: #153156;
}
.about-text-body {
  text-align: justify;
  display: inline;
  font-size: 16px;
  font-family: roboto;
  line-height: 29px;
  color: #153156;
}
.services-section {
  padding-top: 25px;
  background: #fff;
}
.services-text {
  text-align: justify;
  font-size: 16px;
  line-height: 25px;
  padding-bottom: 20px;
  font-family: roboto;
  color: #153156;
}
.services-text-first-para {
  text-align: justify;
  font-size: 16px;
  line-height: 25px;
  font-family: roboto;
  color: #153156;
}
.youtube-section {
  margin-top: 35px;
  text-align: center;
}
.youtube-video {
  /*height: auto;
  width: 80%;*/
}
.youtube-iframe {
  width: 310px;
  height: 175px;
}
.youtube-video-text {
  color: #2b90d1;
  font-size: 16px;
  padding-bottom: 15px;
}
.youtube-background {
  z-index: -1;
  bottom: 160px;
  background: #e9ecf7;
  height: 135px;
  margin: 0px 0px -85px 0px;
}
.instagram-background {
    z-index: -1;
    bottom: 195px;
    background: #fff;
    height: 20px;
}
.instagram-section {
  margin-top: 225px;
  text-align: center;
}
.instagram-img-right {
  margin-top: 25px;
  height: 160px;
  width: 160px;
}
.instagram-img-left {
  margin-top: 25px;
  height: 160px;
  width: 160px;
}
.instagram-center-img {
  height: 250px;
  width: 250px;
  position: absolute;
  bottom: 0px;
  left: 50%;
  margin-left: -125px;
}
.join-team-section {
  padding-bottom: 60px;
}
.join-us-text {
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 16px;
  color: #153156;
  margin-top: -5px;
  margin-right: 10px;
  margin-left: 10px;
  line-height: 25px;
}
.join-us-text-bold {
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 16px;
  font-weight: bold;
  color: #153156;
}
.button-join-team {
  background-color: #255799;
  border: none;
  color: white;
  font-size: 18px;
  font-family: 'Roboto Condensed', sans-serif;
  padding: 8px;
  margin: 5px 15px;
  width: 150px;
}
.button-join-team-bottom {
  background-color: #255799;
  border: none;
  color: white;
  font-size: 19px;
  font-family: 'Roboto Condensed', sans-serif;
  padding: 13px;
  margin-right: 10px;
  width: 140px;
}
.button-donate {
  background-color: #197caa;
  border: none;
  color: white;
  font-size: 18px;
  font-family: 'Roboto Condensed', sans-serif;
  padding: 8px;
  margin: 5px 15px;
  width: 150px;
}

.button-donate-bottom {
  background-color: #197caa;
  border: none;
  color: white;
  font-size: 19px;
  font-family: 'Roboto Condensed', sans-serif;
  padding: 13px;
  margin-left: 10px;
  width: 140px;
}
.event-date-img {
  margin-left: 10px;
  height: 100px;
  width: 100px;
}
.row-padding-top {
  padding-top: 20px;
}
.njsn-logo-img {
  margin-right: 5px;
  margin-bottom: 25px;
  height: 100px;
}
.donate-life-logo-img {
  margin-left: 5px;
  height: 90px;
}
.register-section {
  padding-top: 40px;
  text-align: center;
  background: #eee;
}
.button-register-donor {
  padding: 10px 20px;
  margin: 20px;
  font-size: 16px;
  font-family: 'Roboto Condensed', sans-serif;
  color: white;
  background-color: #96c0e6;
  border: 3px solid #255799;
}
.chevron-size {
  font-size: 18px;
}

/*xs - landscape*/
@media (min-width: 450px) and (max-width: 992px) {
  

  .lgband{
    background-color: #24588d;
    height: 22vh;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 50px;
  }
  .holderz{
    display: flex;
    flex-direction: column;
  }
  
  .bigPig{
    margin-bottom: -25px;
    width: 85vw;
  }
  .gearText{
  color: white;
  font-size: 2em;
  margin: 10px 0;
  }
  .gearButton{
    margin-top:10px;
    border-radius: 30px;
    font-size: 1.4em;
    color: #ffffff !important;
    background: #5dc09c !important;
    border-color: #5dc09c;
    padding-left: 20px;
    padding-right: 20px;
  }
  .lgDay{
    /* background-color: #24588d; */
    height: 22vh;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .newDay{
    margin-bottom: -10px;
    width: 65vw;
  }
  .dayText{
  color: black;
  font-size: 2em;
  margin: 10px 0;
  }
  .day1Button{
    margin-top:10px;
    border-radius: 30px;
    font-size: 1.4em;
    color: #ffffff !important;
    background: #428de4 !important;
    border-color: #428de4;
    padding-left: 20px;
    padding-right: 20px;
    margin-right: 5px;
  }
  .day2Button{
    margin-top:10px;
    border-radius: 30px;
    font-size: 1.4em;
    color: #ffffff !important;
    background: #5dc09c !important;
    border-color: #5dc09c;
    padding-left: 20px;
    padding-right: 20px;
  }
  .day3Button{
    margin-top:10px;
    border-radius: 30px;
    font-size: 1.4em;
    color: #ffffff !important;
    background: #a5a5a5 !important;
    border-color: #a5a5a5;
    padding-left: 20px;
    padding-right: 20px;
  }
  .event-text-container {
    padding-right: 0px;
    padding-top: 0px;
  }
  #dropdownMenu1{
    font-size: 30px;
    padding-bottom: 0px;
    padding-top: 8px;
    padding-right: 12px;
    padding-left: 12px;
  }
  .upcoming-events-text {
    color: #b882aa;
    font-weight: bold;
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 15px;
    display: inline;
    padding-right: 5px;
  }
  .event-date-text  {
    font-size: 14px;
    font-family: 'Roboto Condensed', sans-serif;
    display: inline;
    color: #882d71;
  }
  .carousel-caption-block {
    display: flex;
    position: absolute;
    z-index: 1;
    background-color: rgba(255, 255, 255, 0.65);
    bottom: 0px;
    width: 100%;
  }
  .carousel-button-container {
    padding: 10px 0px;
  }
  .carousel-text-container {
    padding: 10px 0px;
    margin: 6px;
    padding-left: 70px;
  }
  .honor-text {
    font-size: 28px;
    font-family: 'Roboto Condensed', sans-serif;
    font-weight: bold;
    color: #255799;
  }
  .donor-text {
    font-size: 28px;
    font-family: 'Roboto Condensed', sans-serif;
    color: #255799;
  }
  .instagram-img-right {
    margin-left: -50px;
    margin-top: 25px;
    height: 190px;
    width: 190px;
  }
  .instagram-img-left {
    margin-right: -50px;
    margin-top: 25px;
    height: 190px;
    width: 190px;
  }
  .xs-landscape-margin-left {
    margin-left: 100px;
  }

}

/*sm*/
@media (min-width: 768px ) {
  @media (min-width: 768px) and (max-width: 992px) {
  .art{
    /* background-color: #24588d; */
    /* height: 25vh; */
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 50px;
    /* border: solid green */
  }
  .holder-a{
    display: flex;
    flex-direction: column;
    /* border: solid yellow; */
    /* padding-left: 25px; */
  }
  .art-b{
  /* border: solid black; */
  padding: 25px;
  /* height: 25vh; */
  }
  .art-c{
    box-shadow: 0 0 30px 0 rgb(199, 198, 198);
    /* height: 70vh; */
    padding: 25px;
    min-height: 67vh;
    width: 65vw;
    display: flex;
    flex-direction: column;
    /* justify-content: center; */
    border-radius: 10px;
    align-items: center;
    /* height: 25vh; */
    }
  .art-d{
    /* border: solid black; */
    padding: 0px;
    width: 50vw;
    /* height: 25vh; */
  }
  .art-e{
      /* border: solid black; */
      padding: 5px;
      text-align: left;
      width: 50vw;
      /* height: 25vh; */
  }
  .art-f{
    /* border: solid black; */
    padding: 5px;
    width: 50vw;
    text-align: left;
    /* height: 25vh; */
  }
  .light-e{
    color: #aaa;
    padding-top: 5px;
    font-size: 18px;
    font-weight: 300;
    margin: 0 0 5px 0;
  }
  .h2-f{
    font-size: 1.5em;
    color: #181816;
    letter-spacing: 0.5px;
    font-weight: 500;
    margin: 0px 0 15px 0;
  }
  .ul-f{
  /* color: #7c8387; */
  padding-left: 25px;
  }
  .gray{
    color: #7c8387;
    font-size: 1.3em;
  
  }
  .li-f{
    list-style-type: disc;
    color: #428de4;
    font-size: 1em;
  }
  .art1{
    font-size: 1.1em !important;
  }
  .artimg{
    width: inherit;
  }

  .lgband{
    background-color: #24588d;
    height: 22vh;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .holderz{
    display: flex;
    flex-direction: column;
  }
  
  .bigPig{
    margin-bottom: -25px;
    width: 85vw;
  }
  .gearText{
  color: white;
  font-size: 2em;
  margin: 10px 0;
  }
  .gearButton{
    margin-top:22px;
    border-radius: 30px;
    font-size: 1.4em;
    color: #ffffff !important;
    background: #5dc09c !important;
    border-color: #5dc09c;
    padding-left: 20px;
    padding-right: 20px;
  }
  .lgDay{
    /* background-color: #24588d; */
    height: 22vh;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .newDay{
    margin-bottom: -10px;
    width: 65vw;
  }
  .dayText{
  color: black;
  font-size: 2em;
  margin: 10px 0;
  }
  .day1Button{
    margin-top:10px;
    border-radius: 30px;
    font-size: 1.4em;
    color: #ffffff !important;
    background: #428de4 !important;
    border-color: #428de4;
    padding-left: 20px;
    padding-right: 20px;
    margin-right: 5px;
  }
  .day2Button{
    margin-top:10px;
    border-radius: 30px;
    font-size: 1.4em;
    color: #ffffff !important;
    background: #5dc09c !important;
    border-color: #5dc09c;
    padding-left: 20px;
    padding-right: 20px;
  }
  .day3Button{
    margin-top:10px;
    border-radius: 30px;
    font-size: 1.4em;
    color: #ffffff !important;
    background: #a5a5a5 !important;
    border-color: #a5a5a5;
    padding-left: 20px;
    padding-right: 20px;
  }
}
  .navbar {
    padding: 0;
    margin: 0;
    height: 65px;
  }
  .navbar-background {
    background-color: #687190;
    height: 10px;
    padding: 0;
    margin: 0;
  }
  .navbar-header {
    padding: 0;
  }
  .event-text-container {
    padding-top: 2px;
  }
  #dropdownMenu1{
    font-size: 30px;
    padding-bottom: 0px;
    padding-top: 4px;
    padding-right: 12px;
    padding-left: 12px;
  }
  .upcoming-events-text {
    color: #b882aa;
    font-weight: bold;
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 18px;
    display: inline;
    padding-right: 5px;
  }
  .event-date-text  {
    font-size: 17px;
    font-family: 'Roboto Condensed', sans-serif;
    display: inline;
    color: #882d71;
  }
  .navbar-brand {
    margin-left: -25px;
    height: 80px;
    padding: 0;
  }
  .intro-section {
    background: #fff;
    padding-top: 65px;
  }
  .join-us-text {
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 25px;
    color: #153156;
    margin-right: 0px;
    line-height: 35px;
  }
  .join-us-text-bold {
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 25px;
    font-weight: bold;
    color: #153156;
    line-height: 35px;
  }
  .carousel-indicators {
    display: none;
  }
  header.carousel .fill {
    height: auto;
    width: 175%;
    background-position: center;
    background-size: cover;
    margin-left: -100px;
    margin-top: 0px;
  }
  .carousel-inner>.item>img {
    max-width: none;
  }
  .carousel-text-container {
    padding-top: 20px;
    margin: 6px;
    padding-left: 120px;
  }
  .honor-text {
    font-size: 32px;
    font-family: 'Roboto Condensed', sans-serif;
    font-weight: bold;
    color: #255799;
  }
  .donor-text {
    font-size: 32px;
    font-family: 'Roboto Condensed', sans-serif;
    color: #255799;
  }
  .about-text-header {
    display: inline;
    font-size: 30px;
    line-height: 40px;
    font-family: 'Roboto Condensed', sans-serif;
    color: #153156;
  }
  .about-text-body {
    display: inline;
    font-size: 20px;
    font-family: roboto;
    line-height: 40px;
    color: #153156;
  }
  .services-text {
    font-size: 18px;
    line-height: 28px;
    padding-bottom: 20px;
    color: #153156;
  }
  .services-text-first-para {
    font-size: 18px;
    line-height: 28px;
    color: #153156;
  }
  .youtube-iframe {
    width: 560px;
    height: 315px;
  }
  .youtube-video-text {
    color: #2b90d1;
    font-size: 22px;
    padding-bottom: 15px;
  }
  .youtube-background {
    z-index: -1;
    bottom: 250px;
    background: #e9ecf7;
    height: 150px;
    margin: 0px 0px -85px 0px;
  }
  .instagram-section {
    margin-top: 225px;
    text-align: center;
  }
  .instagram-img-right {
    margin-left: -80px;
    margin-top: 25px;
    height: 250px;
    width: 250px;
  }
  .instagram-img-left {
    margin-right: -80px;
    margin-top: 25px;
    height: 250px;
    width: 250px;
  }
  .instagram-center-img {
    height: 275px;
    width: 275px;
    position: absolute;
    bottom: 0px;
    left: 50%;
    margin-left: -137.5px;
  }

  .xs-landscape-margin-left {
    margin-left: 0px;
  }
  .button-join-team {
    background-color: #255799;
    border: none;
    color: white;
    font-size: 24px;
    font-family: 'Roboto Condensed', sans-serif;
    padding: 15px;
    margin: 5px 15px;
    width: 200px;
  }
  .button-join-team-bottom {
    background-color: #255799;
      border: none;
      color: white;
      font-size: 28px;
      font-family: 'Roboto Condensed', sans-serif;
      padding: 14px;
      margin: 5px 15px;
      width: 200px;
  }
  .button-donate {
    background-color: #197caa;
    border: none;
    color: white;
    font-size: 24px;
    font-family: 'Roboto Condensed', sans-serif;
    padding: 15px;
    margin: 5px 15px;
    width: 200px;
  }
  .button-donate-bottom {
    background-color: #197caa;
    border: none;
    color: white;
    font-size: 28px;
    font-family: 'Roboto Condensed', sans-serif;
    padding: 14px;
    margin: 5px 15px;
    width: 200px;
  }
  .event-date-img {
    height: 150px;
    width: 150px;
  }
  .row-padding-top {
    padding-top: 0px;
  }
  .njsn-logo-img {
    height: 150px;
    margin-right: 40px;
  }
  .donate-life-logo-img {
    height: 150px;
  }
  .button-register-donor {
    padding: 10px 25px;
    padding: 15px;
    margin: 25px;
    font-size: 25px;
    font-family: 'Roboto Condensed', sans-serif;
    color: white;
    background-color: #96c0e6;
    border: 3px solid #255799;
  }
  .chevron-size {
    font-size: 25px;
  }
}

/*md*/
@media (min-width: 992px) {
  .more-art{
    background-color: inherit;
    display: flex;
    justify-content: flex-end;
    padding-right: 50px;
  }
  .youtube-iframe {
    width: 560px;
    height: 315px;
  }
  .youtube-video-text {
    color: #2b90d1;
    font-size: 22px;
    padding-bottom: 15px;
  }
  .youtube-background {
    z-index: -1;
    bottom: 250px;
    background: #e9ecf7;
    height: 150px;
    margin: 0px 0px -85px 0px;
  }
  .art{
    /* background-color: #24588d; */
    /* height: 25vh; */
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 50px;
    /* border: solid green */
  }
  .holder-a{
    display: flex;
    flex-direction: row;
    /* border: solid yellow; */
    /* padding-left: 25px; */
  }
  .art-b{
  /* border: solid black; */
  padding: 25px;
  /* height: 25vh; */
  }
  .art-c{
    box-shadow: 0 0 30px 0 rgb(199, 198, 198);
    /* height: 70vh; */
    padding: 25px;
    min-height: 57vh;
    display: flex;
    flex-direction: column;
    /* justify-content: center; */
    border-radius: 10px;
    align-items: center;
    /* height: 25vh; */
    }
  .art-d{
    /* border: solid black; */
    padding: 0px;
    width: 25vw;
    /* height: 25vh; */
  }
  .art-e{
      /* border: solid black; */
      padding: 5px;
      text-align: left;
      width: 25vw;
      /* height: 25vh; */
  }
  .art-f{
    /* border: solid black; */
    padding: 5px;
    width: 25vw;
    text-align: left;
    /* height: 25vh; */
  }
  .light-e{
    color: #aaa;
    padding-top: 5px;
    font-size: 18px;
    font-weight: 300;
    margin: 0 0 5px 0;
  }
  .h2-f{
    font-size: 1.5em;
    color: #181816;
    letter-spacing: 0.5px;
    font-weight: 500;
    margin: 0px 0 15px 0;
  }
  .ul-f{
  /* color: #7c8387; */
  padding-left: 25px;
  }
  .gray{
    color: #7c8387;
    font-size: 1.3em;
  
  }
  .li-f{
    list-style-type: disc;
    color: #428de4;
    font-size: 1em;
  }
  .art1{
    font-size: 1.1em !important;
  }
  .artimg{
    width: inherit;
  }
  .lgband{
    background-color: #24588d;
    height: 22vh;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .holderz{
    display: flex;
    flex-direction: column;
  }
  
  .bigPig{
    margin-bottom: -35px;
    width: 85vw;
  }
  .gearText{
  color: white;
  font-size: 2em;
  margin: 10px 0;
  }
  .gearButton{
    margin-top:22px;
    border-radius: 30px;
    font-size: 1.4em;
    color: #ffffff !important;
    background: #5dc09c !important;
    border-color: #5dc09c;
    padding-left: 20px;
    padding-right: 20px;
  }
  .lgDay{
    /* background-color: #24588d; */
    height: 22vh;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .newDay{
    margin-bottom: -10px;
    width: 45vw;
  }
  .dayText{
  color: black;
  font-size: 2em;
  margin: 10px 0;
  }
  .day1Button{
    margin-top:10px;
    border-radius: 30px;
    font-size: 1.4em;
    color: #ffffff !important;
    background: #428de4 !important;
    border-color: #428de4;
    padding-left: 20px;
    padding-right: 20px;
    margin-right: 5px;
  }
  .day2Button{
    margin-top:10px;
    border-radius: 30px;
    font-size: 1.4em;
    color: #ffffff !important;
    background: #5dc09c !important;
    border-color: #5dc09c;
    padding-left: 20px;
    padding-right: 20px;
  }
  .day3Button{
    margin-top:10px;
    border-radius: 30px;
    font-size: 1.4em;
    color: #ffffff !important;
    background: #a5a5a5 !important;
    border-color: #a5a5a5;
    padding-left: 20px;
    padding-right: 20px;
  }
  .navbar {
    padding: 0;
    margin: 0;
    height: 85px;
  }
  .navbar-background {
    background-color: #687190;
    height: 20px;
    padding: 0;
    margin: 0;
  }
  .navbar-header {
    padding: 0;
  }
  .event-text-container {
    padding-top: 3px;
  }
  #dropdownMenu1{
    font-size: 34px;
    padding-bottom: 0px;
    padding-top: 8px;
    padding-right: 12px;
    padding-left: 12px;
  }
  .upcoming-events-text {
    color: #b882aa;
    font-weight: bold;
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 20px;
    display: inline;
    padding-right: 5px;
  }
  .event-date-text  {
    font-size: 19px;
    font-family: 'Roboto Condensed', sans-serif;
    display: inline;
    color: #882d71;
  }
  .navbar-brand {
    margin-left: 0px;
    height: 100px;
    padding: 0;
  }
  .intro-section {
    background: #fff;
    padding-top: 85px;
  }
  .carousel-caption-block {
    display: block;
    z-index: 1;
    background-color: rgba(255, 255, 255, 0.65);
    position: absolute;
    right: 50px;
    top: 50px;
    padding: 0px 10px 0px 10px;
    width: 280px;
  }
  .carousel-button-container {
    padding: 15px 0px;
  }
  .carousel-text-container {
    padding-top: 15px;
    margin: 6px;
    padding-left: 15px;
  }
  .honor-text {
    font-size: 30px;
    font-family: 'Roboto Condensed', sans-serif;
    font-weight: bold;
    color: #255799;
  }
  .donor-text {
    font-size: 30px;
    font-family: 'Roboto Condensed', sans-serif;
    color: #255799;
  }
  .carousel-indicators {
    display: block;
  }
  header.carousel .fill {
    height: auto;
    width: 100%;
    background-position: center;
    background-size: cover;
    margin-left: 0px;
  }
  .carousel-inner>.item>img {
    max-width: 100%;
  }
  .about-text-header {
    display: inline;
    font-size: 33px;
    line-height: 40px;
    font-family: 'Roboto Condensed', sans-serif;
    color: #153156;
  }
  .about-text-body {
    display: inline;
    font-size: 24px;
    font-family: roboto;
    line-height: 40px;
    color: #153156;
  }
  .services-text {
    font-size: 19px;
    line-height: 30px;
    padding-bottom: 20px;
    color: #153156;
  }
  .services-text-first-para {
    font-size: 19px;
    line-height: 30px;
    color: #153156;
  }

  .instagram-section {
    margin-top: 35px;
    text-align: center;
  }
  .instagram-background {
      z-index: -1;
      bottom: 225px;
      background: #e9ecf7;
      height: 130px;
  }
  .instagram-img-right {
    margin-top: 25px;
    height: 275px;
    width: 275px;
  }
  .instagram-img-left {
    margin-top: 25px;
    height: 275px;
    width: 275px;
  }
  .instagram-center-img {
    height: 325px;
    width: 325px;
    position: initial;
    margin-left: 0px;
  }
  .button-join-team {
    background-color: #255799;
    border: none;
    color: white;
    font-size: 26px;
    font-family: 'Roboto Condensed', sans-serif;
    padding: 15px;
    margin: 5px 15px;
    width: 200px;
  }
  .button-donate {
    background-color: #197caa;
    border: none;
    color: white;
    font-size: 26px;
    font-family: 'Roboto Condensed', sans-serif;
    padding: 15px;
    margin: 5px 15px;
    width: 200px;
  }
  .event-date-img {
    height: 150px;
    width: 150px;
  }
  .njsn-logo-img {
    height: 150px;
    margin-right: 40px;
  }
  .donate-life-logo-img {
    height: 150px;
  }
  .fs{
    font-size: 17px;
    padding-top: 5px;
  }
}

/*lg*/
@media (min-width: 1200px) {
  .fs{
    font-size: 17px;
    padding-top: 5px;
  }
  .more-art{
    background-color: inherit;
    display: flex;
    justify-content: flex-end;
    padding-right: 50px;
  }
  .youtube-iframe {
    width: 560px;
    height: 315px;
  }
  .youtube-video-text {
    color: #2b90d1;
    font-size: 22px;
    padding-bottom: 15px;
  }
  .youtube-background {
    z-index: -1;
    bottom: 250px;
    background: #e9ecf7;
    height: 150px;
    margin: 0px 0px -85px 0px;
  }
  .art{
    /* background-color: #24588d; */
    /* height: 25vh; */
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 50px;
    /* border: solid green */
  }
  .holder-a{
    display: flex;
    flex-direction: row;
    /* border: solid yellow; */
    /* padding-left: 25px; */
  }
  .art-b{
  /* border: solid black; */
  padding: 25px;
  /* height: 25vh; */
  }
  .art-c{
    box-shadow: 0 0 30px 0 rgb(199, 198, 198);
    /* height: 70vh; */
    padding: 25px;
    min-height: 67vh;
    display: flex;
    flex-direction: column;
    /* justify-content: center; */
    border-radius: 10px;
    align-items: center;
    /* height: 25vh; */
    }
  .art-d{
    /* border: solid black; */
    padding: 0px;
    width: 25vw;
    /* height: 25vh; */
  }
  .art-e{
      /* border: solid black; */
      padding: 5px;
      text-align: left;
      width: 25vw;
      /* height: 25vh; */
  }
  .art-f{
    /* border: solid black; */
    padding: 5px;
    width: 25vw;
    text-align: left;
    /* height: 25vh; */
  }
  .light-e{
    color: #aaa;
    padding-top: 5px;
    font-size: 18px;
    font-weight: 300;
    margin: 0 0 5px 0;
  }
  .h2-f{
    font-size: 1.5em;
    color: #181816;
    letter-spacing: 0.5px;
    font-weight: 500;
    margin: 0px 0 15px 0;
  }
  .ul-f{
  /* color: #7c8387; */
  padding-left: 25px;
  }
  .gray{
    color: #7c8387;
    font-size: 1.3em;
  
  }
  .li-f{
    list-style-type: disc;
    color: #428de4;
    font-size: 1em;
  }
  .art1{
    font-size: 1.1em !important;
  }
  .artimg{
    width: inherit;
  }
  .navbar {
    padding: 0;
    margin: 0;
    height: 85px;
  }
  .navbar-background {
    background-color: #687190;
    height: 20px;
    padding: 0;
    margin: 0;
  }
  .navbar-header {
    padding: 0;
  }
  .lgband{
    background-color: #24588d;
    height: 22vh;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .holderz{
    display: flex;
    flex-direction: column;
  }
  
  .bigPig{
    margin-bottom: -45px;
    width: 75vw;
  }
  .gearText{
  color: white;
  font-size: 2em;
  margin: 10px 0;
  }
  .gearButton{
    margin-top:22px;
    border-radius: 30px;
    font-size: 1.4em;
    color: #ffffff !important;
    background: #5dc09c !important;
    border-color: #5dc09c;
    padding-left: 20px;
    padding-right: 20px;
  }
  .lgDay{
    /* background-color: #24588d; */
    height: 22vh;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .newDay{
    margin-bottom: -10px;
    width: 33vw;
  }
  .dayText{
  color: black;
  font-size: 2em;
  margin: 10px 0;
  }
  .day1Button{
    margin-top:10px;
    border-radius: 30px;
    font-size: 1.4em;
    color: #ffffff !important;
    background: #428de4 !important;
    border-color: #428de4;
    padding-left: 20px;
    padding-right: 20px;
    margin-right: 5px;
  }
  .day2Button{
    margin-top:10px;
    border-radius: 30px;
    font-size: 1.4em;
    color: #ffffff !important;
    background: #5dc09c !important;
    border-color: #5dc09c;
    padding-left: 20px;
    padding-right: 20px;
  }
  .day3Button{
    margin-top:10px;
    border-radius: 30px;
    font-size: 1.4em;
    color: #ffffff !important;
    background: #a5a5a5 !important;
    border-color: #a5a5a5;
    padding-left: 20px;
    padding-right: 20px;
  }
  .event-text-container {
    padding-top: 4px;
    
  }
  #dropdownMenu1{
    font-size: 34px;
    padding-bottom: 0px;
    padding-top: 8px;
    padding-right: 12px;
    padding-left: 12px;
  }
  .upcoming-events-text {
    color: #b882aa;
    font-weight: bold;
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 20px;
    display: inline;
    padding-right: 5px;
  }
  .event-date-text  {
    font-size: 19px;
    font-family: 'Roboto Condensed', sans-serif;
    display: inline;
    color: #882d71;
  }
  .navbar-brand {
    margin-left: 0px;
    height: 100px;
    padding: 0;
  }
  .intro-section {
    background: #fff;
    padding-top: 85px;
  }
  .carousel-caption-block {
    display: block;
    z-index: 1;
    background-color: rgba(255, 255, 255, 0.65);
    position: absolute;
    right: 50px;
    top: 50px;
    padding: 0px 15px 10px 15px;
    width: 290px;
  }
  .honor-text {
    font-size: 35px;
    font-family: 'Roboto Condensed', sans-serif;
    font-weight: bold;
    color: #255799;
  }
  .donor-text {
    font-size: 35px;
    font-family: 'Roboto Condensed', sans-serif;
    color: #255799;
  }
  header.carousel .fill {
    height: auto;
    width: 100%;
    background-position: center;
    background-size: cover;
    margin-left: 0px;
  }
  .carousel-inner>.item>img {
    max-width: 100%;
  }
  .about-text-header {
    display: inline;
    font-size: 35px;
    line-height: 40px;
    font-family: 'Roboto Condensed', sans-serif;
    color: #153156;
  }
  .about-text-body {
    display: inline;
    font-size: 25px;
    font-family: roboto;
    line-height: 40px;
    color: #153156;
  }
  .services-text {
    font-size: 20px;
    line-height: 30px;
    padding-bottom: 20px;
    color: #153156;
  }
  .services-text-first-para {
    font-size: 20px;
    line-height: 30px;
    color: #153156;
  }
  .instagram-section {
    margin-top: 35px;
    text-align: center;
  }
  .instagram-background {
    z-index: -1;
    bottom: 260px;
    background: #e9ecf7;
    height: 145px;
  }
  .instagram-img-right {
    margin-right: 70;
    margin-top: 25px;
    height: 275px;
    width: 275px;
  }
  .instagram-img-left {
    margin-left: 70;
    margin-top: 25px;
    height: 275px;
    width: 275px;
  }
  .instagram-center-img {
    height: 350px;
    width: 350px;
    position: initial;
    margin-left: 0px;
  }
  .button-join-team {
    background-color: #255799;
    border: none;
    color: white;
    font-size: 26px;
    font-family: 'Roboto Condensed', sans-serif;
    padding: 15px;
    margin: 5px 15px;
    width: 200px;
  }
  .button-donate {
    background-color: #197caa;
    border: none;
    color: white;
    font-size: 26px;
    font-family: 'Roboto Condensed', sans-serif;
    padding: 15px;
    margin: 5px 15px;
    width: 200px;
  }
  .event-date-img {
    height: 175px;
    width: 175px;
  }
  .njsn-logo-img {
    height: 150px;
    margin-right: 40px;
  }
  .donate-life-logo-img {
    height: 150px;
  }
}
