950

@font-face {
  font-family: LetterGothicStd-Bold;
  src: url(LetterGothicStd-Bold.otf);
  font-family: LetterGothicStd-BoldSlanted;
  src: url(LetterGothicStd-BoldSlanted.otf);
  font-family: LetterGothicStd-Slanted;
  src: url(LetterGothicStd-Slanted.otf);
  font-family: LetterGothicStd;
  src: url(LetterGothicStd.otf);
}

body {
  margin: 0;
  padding: 0;
  color: black;
  font-family: LetterGothicStd, arial;
}

.footer-container {
  background: rgba(0, 0, 0, 0.9);
  color: white;
  width: 100%;
  min-height: 100px;
}

.round-display{
  min-width: 350px;
  max-width: 90%;
  height: 90%;
  border: 2px solid #000;
  border-radius: 15px;
  box-shadow: 7px 7px 15px rgba(0,0,0,0.6);
  margin: auto;
  padding: 10px;
  background-color: white;
}

.round-display-sm{
  min-width: 300px;
  max-width: 50%;
  height: 60%;
  border: 2px solid #000;
  border-radius: 15px;
  box-shadow: 7px 7px 15px rgba(0,0,0,0.6);
  margin: auto;
  padding: 15px;
  background-color: white;
}


.socialmedia {
  position: relative;
  top: 20px;
  left: 50%;
}

.movelinks {
  position: absolute;
  left: -100px;
}

a {
  text-decoration: none;
}

.red-text {
  color: red;
}

.green-text {
  color: green;
}

.big-text {
  font-size: 30px;
  font-weight: 600;
}

.medium-text {
  font-size: 20px;
  font-weight: 600;
}

.shadow-text {
  text-shadow: 2px 2px rgba(0, 0, 0, 0.7);
}

.mobile-divider {
  display: none;
}

.navbar {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 60px;
  padding: 0 0 0 0px;
  box-sizing: border-box;
  transition: 0.8s;
  z-index: 10;
}

.logo {
  left: 10px;
  margin: 0;
  padding: 0;
  top: 0;
  height: 60px;
}

.navbar.hide {
  transform: translateY(-500%);
}

.navbar .channel {
  position: relative;
  float: left;
}

.navbar ul {
  margin: 0;
  padding: 0;
  display: flex;
  float: right;
  background: rgba(0, 0, 0, 0.5);
}

.navbar ul li {
  list-style: none;
  line-height: 60px;
  text-align: center;
  box-shadow: 1px 1px 4px 0 rgba(0, 0, 0, 0.1);
}

.navbar ul li a {
  display: block;
  padding: 0 30px;
  font-size: 16px;
  color: white;
  text-transform: uppercase;
  font-weight: bold;
}

.navbar ul li a.active,
.navbar ul li a:hover {
  background: #ca0000;
}

.menu-btn {
  display: none;
}

.hero-box {
  position: relative;
  height: 600px;
  background: url('../images/dinnertable.png') no-repeat;
  background-size: cover;
  position: top center;
  background-attachment: fixed;
  overflow: hidden;
}

.hero-box-sm {
  position: relative;
  height: 240px;
  background: url('../images/dinnertable.png') no-repeat;
  background-size: cover;
  position: top center;
  background-attachment: fixed;
  overflow: hidden;
}

.large-logo {
  height: 150px;
  width: 750px;
  background: url('../images/mainlogo-nohandprint.png');
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  position: absolute;
  top: 50%;
  margin-top: -75px;
  left: 50%;
  margin-left: -375px;
}

.fore-logo {
  height: 100px;
  width: 100px;
  background: url('../images/handprint-out.png');
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  position: absolute;
  top: 50%;
  margin-top: -50px;
  left: 50%;
  margin-left: -25px;
}

.back-logo {
  height: 700px;
  width: 700px;
  background: url('../images/large-transp-print.png');
  background-size: contain;
  background-position: top right;
  background-repeat: no-repeat;
  position: absolute;
  top: 50%;
  margin-top: -250px;
  left: 50%;
}

.event-banner {
  top: 20px;
  margin: 0 auto;
  width: 900px;
  height: 400px;
  background-color: #f3f3f3;
  overflow: hidden;
  position: relative;
  border-radius: 25px;
}

.banner-details a {
  text-decoration: none;
}


.event-banner .imgban {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0px;
  transition: all ease-in-out 500ms;
  -webkit-transition: all ease-in-out 500ms;
  -moz-transition: all ease-in-out 500ms;
  -o-transition: all ease-in-out 500ms;
}

.event-banner #imgban03 {
  background: url('../images/badsanta/banner03.jpeg');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.event-banner #imgban02 {
  background: url('../images/badsanta/banner02.jpeg');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.event-banner #imgban01 {
  background: url('../images/badsanta/banner01.jpeg');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

#imgbandet01 {
  position: absolute;
  color: white;
  top: 250px;
  left: 75px;
  width: 725px;
  height: 300px;
}
#imgbandet02 {
  position: absolute;
  color: black;
  top: 150px;
  left: 30px;
  width: 300px;
  height: 300px;
}
#imgbandet03 {
  position: absolute;
  color: white;
  top: 150px;
  left: 30px;
  width: 300px;
  height: 300px;
}

.imgbanbtn {
  width: 40px;
  height: 40px;
  imgbanbtn
  boarder-radius: 4px;
  position: absolute;
  top: 180px;
  z-index: 5;
  opacity: 0.8;
  cursor: pointer;
  display:block;
}

.imgbanbtn:hover {
  opacity: 0.9;
}

.imgbanbtn-prev {
  left: 2px;
  background: url('../images/arrow-computer-icons-navigation-arrow-left.png');
  background-size: 60%;
  background-position: center;
  background-repeat: no-repeat;
}

.imgbanbtn-next {
  right: 2px;
  background: url('../images/arrow-computer-icons-navigation-arrow-right.png');
  background-size: 60%;
  background-position: center;
  background-repeat: no-repeat;
}

.more-details  {
  width: 400px;
  margin: auto;
}

.more-details-sub {
  width: 600px;
  margin: auto;
  display: none;
}

.more-details  h1 {
  text-align: left;
  margin: 20px 20px;
  padding: 20px;
  font-size: 30px;
}

.more-details  h3 {
  text-align: left;
}

.about-section {
  width: 800px;
  margin: auto;
}

.about-section h1 {
  text-align: center;
  margin: 20px 20px;
  padding: 20px;
  font-size: 30px;
}

.about-section h3 {
  text-align: center;
}

.about-container {
  position: relative;
  margin: auto;
  width: 705px;
}

.about-container h1 {
  text-align: center;
}

.about-box {
  margin: 50px auto;
  background:white;
  width: 800px;
  height: 200px;
  border-radius: 200px;
  box-shadow: 5px 5px #e5e5e5;
  border: 1px solid #000;
  top: 0px;
}

.about-box h1 {
  text-align: left;
}

.aboutpic {
  position: relative;
  top: -21.5px;
  background-size: cover;
  width: 200px;
  height: 200px;
  overflow: hidden;
  float: left;
}

.aboutpic img {
  border-radius: 200px;
  height: 200px;
}

.aboutdetails {
  width: 600px;
  height: 150px;
  top: 50px;
  left: 250px;
}

.aboutdetails-blurb {
  position: relative;
  left: 30px;
}

.container {
  max-width: 1020px;
  margin: 0 auto;
  background: #fff;
}

section {
  width: 100%;
  box-sizing: border-box;
}

.gallery-section {
  position: relative;
  top:0;
  min-height: 950px;
  background-color: white;
}

.volunteer-section {
  width: 800px;
  margin: auto;
}

.volunteer-section h1 {
  text-align: center;
  margin: 20px 20px;
  padding: 20px;
  font-size: 30px;
}

.volunteer-section h3 {
  text-align: center;
}

.volunteer-container {
  position: relative;
  margin: auto;
  width: 705px;
}

.volunteer-container h1 {
  text-align: center;
}

.volunteer-box {
  margin: 50px auto;
  background:white;
  width: 800px;
  height: 90%;
  border-radius: 15px;
  box-shadow: 5px 5px #e5e5e5;
  border: 1px solid #000;
  top: 0px;
  padding: 10px;
}

.volunteer-box h1 {
  text-align: left;
}

.volunteerpic {
  position: relative;
  top: -21.5px;
  background-size: cover;
  width: 200px;
  height: 200px;
  overflow: hidden;
  float: left;
}

.volunteerpic img {
  border-radius: 200px;
  height: 200px;
}

.volunteerdetails {
  width: 600px;
  height: 150px;
  top: 50px;
  left: 250px;
}

.volunteerdetails-blurb {
  position: relative;
  left: 30px;
}

.event-section {
  position: relative;
  height: auto;
  margin: auto;
  background-color: green;
}

.event-section h1 {
  text-align: center;
  margin: 20px 20px;
  padding: 20px;
  font-size: 30px;
}

.mission h3 {
  text-align: center;
  margin: 20px 25px;
  padding: 15px;
  font-size: 20px;
}

.events {
  text-align: center;
  margin-bottom: 40px;
}

.events h1 {
  margin: 30px 0px 10px 0px;
}

.event-detail-outline {
  width: 700px;
  margin: auto;
}

.event-container {
  position: relative;
  width: 940px;
  height: 350px;
  margin: auto;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}

.event-container-banner {
  position: relative;
  width: 940px;
  height: 350px;
  margin: auto;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}

.event-container-link {
  position: relative;
  width: 940px;
  height: 350px;
  margin: auto;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}

.event-list-link {
  position: relative;
  top: 10px;
  width: 300px;
  height: 300px;
  margin: 5px;
  box-sizing: border-box;
  display: inline-block;
  border-radius: 150px;
  overflow: hidden;
  background:red;
}

.event-link {
  position: relative;
  top: 20px;
  width: 300px;
  height: 420px;
  margin: 5px;
  box-sizing: border-box;
  display: inline-block;
  border-radius: 25px;
  overflow: hidden;
  background:red;
}

.event-image {
  position: relative;
  overflow: hidden;
}

.event-tickets {
  box-sizing: border-box;
  display: inline-block;
  border-radius: 25px;
  width: 300px;
  height: 75px;
}

.event-image img {
  max-width: 100%;
  transition: 2s;
}

.event-details {
  position: relative;
  color: #fff;
  margin: auto;
  text-shadow: 1px 1px #000;
  top: 20px;
  left: 20px;
  right: 10px;
  bottom: 10px;
  border-radius: 25px;
}

.event-content {

}

.event-charity .event-charity-logo {
  position: relative;
  margin: auto;
  max-width: 200px;
  max-height: 200px;
  overflow: hidden;
  left: 200px;
}

.event-charity-logo img {
  width: 200px;
}

.next-charity-details {
  position: relative;
  top: -225px;
  left: 320px;
  width: 600px;
}

.parallax{
  background: url('../images/backpack-group.png') no-repeat;
  background-size: cover;
  background-attachment: fixed;
}

.parallax-scroll{
  min-height: 500px;
  background: transparent;
}

.para-info {
  text-align: center;
  text-shadow: 2px 2px #fff;
  padding-top: 20px;
  color: #0012ff;
  position: relative;
  z-index: 9;

}

.mission {
  position: relative;
  top:0;
  height: auto;
  background-color: white;
}

.mission-upper {
  height: 100px;
}

.mission h1 {
  text-align: center;
  margin: 20px 20px;
  padding: 20px;
  font-size: 30px;
}

.mission h3 {
  text-align: center;
  margin: 20px 25px;
  padding: 15px;
  font-size: 20px;
}

.mission p {
  padding: 40px 30px;
  line-height: 30px;
}

.missionstatement {
  margin-left: 20px;
  padding: 30px 20px;
  float:left;
  width: 50%;
}

.missionimage {
  background: url('../images/mission-image-00.png') no-repeat;
  background-size: contain;
  border: 2px solid #000;
  border-radius: 25px;
  height: 280px;
  width: 400px;
  position: relative;
  top: 00px;
  left: 540px;
  transform: rotate(10deg);
}

.missionimage img{
  height: 280px;
  width: 400px;
  position: relative;

}

.mission-link {
  height: 222px;
  width: 333px;
}

.mission-link img {

  max-width: 100%;
  transition:  transform .25s;
  overflow: hidden;
}

.mission-link:hover img {
  transform: scale(1.1);
}

.ch-container {
  width: 950px;
  min-height: 200px;
  margin: auto;
  margin-top: 50px;
  margin-bottom: 30px;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}

.charity-box {
  position: relative;
  width: 250px;
  margin: auto;
  box-sizing: border-box;
  display: inline-block;

}

.charity-imgbox {
  height: 250px;
}

.charity-box .charity-logo {
  margin: auto;
  max-width: 250px;
  max-height: 250px;
}

.charity-box .charity-details {
  margin-top: 10px;
  text-align:inherit;
}

.link-section {
  position: relative;
  top:0;
  min-height: 475px;
  background-color: white;
}

.link-section h1 {
  text-align: center;
  margin: 20px 20px;
  padding: 20px;
  font-size: 30px;
}

.link-section h3 {
  text-align: center;
  margin: 20px 25px;
  padding: 15px;
  font-size: 20px;
}

.link-section p {
  padding: 40px 30px;
  line-height: 30px;
}

.link-section .ls-container {
  width: 900px;
  min-height: 200px;
  margin: auto;
  margin-bottom: 30px;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}

.large-link-box {
  position: relative;
  width: 400px;
  height: 160px;
  margin: auto;
  border: 2px solid grey;
  border-radius: 25px;
  overflow: hidden;
}

.link-box {
  position: relative;
  width: 250px;
  height: 167px;
  margin: auto;
  box-sizing: border-box;
  display: inline-block;
  border: 2px solid grey;
  border-radius: 25px;
  overflow: hidden;
}

.imgBox {
  position: relative;
  overflow: hidden;
}

.imgBox img {
  max-width: 100%;
  transition: 2s;
}

.link-box:hover .imgBox img {
  transform: scale(1.2);
}

.large-link-box:hover .imgBox img {
  transform: scale(1.2);
}

.link-details {
  position: absolute;
  color: #fff;
  text-shadow: 1px 1px #000;
  top: 10px;
  left: 10px;
  right: 10px;
  bottom: 10px;
  border-radius: 25px;
}

.content {
  position: absolute;
  top: 40%;
  transform: translateY(-40%);
  text-align: center;
  margin: auto;
}

.donate-link-box {
  position: relative;
  width: 200px;
  height: 75px;
  top: 20px;
  text-align:center;
  margin: auto;
  box-sizing: border-box;
  display: inline-block;
  border: 1px solid black;
  border-radius: 25px;
}

.donate {
  background: rgba(202,0,0);
}

section.text {
  max-width: 960px;
  margin: 0 auto;
  padding: 20px 100px;
  height: auto;
  color: #262626;
}

section.text h1 {
  text-align: center;
  margin: 0;
  padding: 0;
  font-size: 30px;
}

section.text h3 {
  margin: 0;
  padding: 20px;
  font-size: 20px;
  background: #737373;
}

section.sec3 {
  background: url('../images/9-11-charity.png') no-repeat;
  background-size: cover;
  background-attachment: fixed;
}

.egallery {
  position: relative;
  top:0;
  height: auto;
  background-color: white;
}

.egallery-table {
  margin: auto;
}

.egallery-table td {
  padding: 5px;
}

.egallery-table img {
  display:block;
  margin: auto;
  height: 150px;
}

@media screen and (max-width:800px) {
  .navbar ul {
    display: inline;
    overflow: hidden;
  }

  .navbar .menu {
    clear: both;
    max-height: 0;
    width: 300px;
    transition: max-height .2s ease-out;
  }

  .navbar .menu-icon {
    background: rgba(0, 0, 0, 0.5);
    border-radius: 5px;
    box-shadow: 5px 5px #000;
    padding: 20px 15px;
    position: relative;
    float: right;
    cursor: pointer;
  }

  .navbar .menu-icon .nav-icon {
    background: #fff;
    display: block;
    height: 2px;
    width: 18px;
    position: relative;
    transition: background .2s ease-out;
  }

  .menu-icon .nav-icon::before {
    background: #fff;
    content: "";
    display: block;
    height: 100%;
    width: 100%;
    position: absolute;
    top: -5px;
    transition: all .2s ease-out;
  }

  .menu-icon .nav-icon::after {
    background: #fff;
    content: "";
    display: block;
    height: 100%;
    width: 100%;
    position: absolute;
    top: 5px;
    transition: all .2s ease-out;
  }

  .navbar .menu-btn {
    display: none;
  }

  .menu-btn:checked ~ .menu {
    max-height: 300px;
  }

  .navbar .menu-btn:checked ~ .menu-icon .nav-icon{
    background:transparent;
  }
  .navbar .menu-btn:checked ~ .menu-icon .nav-icon:before{
      transform: rotate(-45deg);
      top:0;
  }
  .navbar .menu-btn:checked ~ .menu-icon .nav-icon:after{
      transform: rotate(45deg);
      top:0;
  }

  .large-logo {
    height: 125px;
    width: 600px;
    margin-left: -300px;
  }

}

@media screen and (max-width:985px) {

  .mission-upper {
    height: 100px;
  }

  .missionimage {
    height: 245px;
    width: 350px;
    position: relative;
    top: 15px;
    left: 510px;
  }
  .missionimage img{
    height: 245px;
    width: 350px;
    position: relative;
  }
}

@media screen and (max-width:915px) {
  .mission-upper {
    height: 100px;
    margin-bottom: 30px;
  }

  .missionimage {
    height: 210px;
    width: 300px;
    position: relative;
    top: 0px;
    left: 475px;
  }
  .link-section .ls-container {
    width: 650px;
    flex-direction:column;
    flex-wrap: wrap;
  }
  .link-section .ls-container .link-box {
    margin-top: 20px;
  }

  .ch-container {
    width: 650px;
    flex-direction:column;
    flex-wrap: wrap;
  }
  .ch-container .charity-box {
    margin-top: 20px;
  }

}

@media screen and (max-width:890px) {
  .mission-upper {
    height: 175px;
    margin-bottom: 15px;
  }

  .missionimage {
    height: 210px;
    width: 300px;
    position: relative;
    top: 0px;
    left: 475px;
  }
}

@media screen and (max-width:850px) {
  .mission-upper {
    height: 175px;
    margin-bottom: 15px;
  }

  .missionimage {
    height: 210px;
    width: 300px;
    position: relative;
    top: 0px;
    left: 440px;
  }
}

@media screen and (max-width:800px) {
  .missionimage {
    height: 210px;
    width: 300px;
    position: relative;
    top: 0px;
    left: 410px;
  }

  .missionimage img{
    height: 210px;
    width: 300px;
    position: relative;

  }

}

@media screen and (max-width:760px) {
  .large-logo {
    height: 60px;
    width: 300px;
    margin-left: -150px;
  }

  .fore-logo {
    height: 35px;
    width: 35px;
    margin-top: -65px;
    margin-left: -10px;
  }

  .mission-upper {
    overflow: hidden;
    height: auto;
  }

  .missionstatement {
    padding-top: 0px;
    margin: auto;
    width: 100%;
  }

  .missionimage {
    height: 280px;
    width: 400px;
    position: relative;
    top: -30px;
    left: 200px;
  }

  .missionimage img{
    height: 280px;
    width: 400px;
    position: relative;

  }

  .link-section .ls-container {
    width: 650px;
    flex-direction:column;
    flex-wrap: wrap;
  }

  .large-link-box {
    width: 300px;
    height: 120px;
  }

  .ch-container {
    width: 650px;
    flex-direction:column;
    flex-wrap: wrap;
  }
}



@media screen and (max-width:400px) {
  .large-logo {
    height: 60px;
    width: 300px;
    margin-left: -150px;
  }

  .fore-logo {
    height: 35px;
    width: 35px;
    margin-top: -65px;
    margin-left: -10px;
  }

  .missionimage {
    height: 175px;
    width: 250px;
    position: relative;
    top: -10px;
    left: 50px;
  }

  .missionimage img{
    height: 175px;
    width: 250px;
    position: relative;

  }

  .link-section .ls-container {
    width: 380px;
    margin: auto;
    flex-direction:column;
    flex-wrap: wrap;
  }

  .event-container {
    width: 380px;
  }

  .event-container-banner {
    display: none;
    width: 380px;
  }

  .event-banner {
    width: 360px;
  }

  .event-image {
    margin: auto;
  }

  .event-list-link {
    margin: auto;
  }

}

@media screen and (max-width:375px) {

  .hero-box-sm {
    background: white;
  }

  .hero-box {
    background: white;
  }

  .large-logo {
    height: 60px;
    width: 300px;
    margin-left: -150px;
  }

  .fore-logo {
    height: 35px;
    width: 35px;
    margin-top: -65px;
    margin-left: -10px;
  }

  .back-logo {
    height: 200px;
    width: 200px;
    margin-top: -65px;
    margin-left: -10px;
  }

  .missionimage {
    height: 175px;
    width: 250px;
    position: relative;
    top: -10px;
    left: 50px;
  }

  .missionimage img{
    height: 175px;
    width: 250px;
    position: relative;
  }

  .container {
    max-width: 375px;
  }

  .event-container {
    width: 360px;
  }

  .event-container-banner {
    display: none;
    width: 360px;
  }

  .event-container-link {
    width: 375px;
    height: 1450px;
  }

  .event-banner {
    display: none;
    width: 360px;
  }

  .event-image {
    margin: auto;
  }

  .event-link {
    margin: auto;
  }

  .event-list-link {
    margin: auto;
  }

  .event-charity-logo {
    display: none;
  }

  .next-charity-details {
    display: none;
    left: -50px;
    top: 100px;
  }

  .mobile-divider {
    display: inline;
  }

  .charity-box {
    left: -145px;
    margin: auto;
  }

  .about-section {
    max-width: 300px;
  }

  .more-details {
    max-width: 300px;
  }

  .more-details-sub {
    display: inline;
  }

  .about-container {
    width: 340px;
  }

  .about-box {
    background:white;
    width: 300px;
    min-height: 500px;
    border-radius: 10px;
    box-shadow: 5px 5px #a7a7a7;
    border: 1px solid #000;
  }

  .aboutpic {
    width: 150px;
    height: 150px;
    top: 10px;
    left: 70px;
  }

  .aboutpic img {
    border-radius: 100px;
    width: 150px;
    height: 150px;
  }

  .about-box h1 {
    font-size: 25px;
  }

  .aboutdetails {
    position: relative;
    width: 200px;
    height: 150px;
    top: 20px;
    left: 50px;
  }

  .aboutdetails-blurb {
    left: 25px;
  }

  .volunteer-section {
    max-width: 300px;
  }

  .volunteer-container {
    width: 330px;
  }

  .volunteer-box {
    background:white;
    width: 300px;
    min-height: 500px;
    border-radius: 10px;
    box-shadow: 5px 5px #a7a7a7;
    border: 1px solid #000;
  }

  .volunteerpic {
    width: 150px;
    height: 150px;
    top: 10px;
    left: 70px;
  }

  .volunteerpic img {
    border-radius: 100px;
    width: 150px;
    height: 150px;
  }

  .volunteer-box h1 {
    font-size: 25px;
  }

  .volunteerdetails {
    position: relative;
    width: 200px;
    height: 150px;
    top: 20px;
    left: 50px;
  }

  .volunteerdetails-blurb {
    left: 25px;
  }

  .gallery-section {
    margin: auto;
    min-height: 2375px;
  }

  .footer-container {
    width: 100%;
  }

  #imgbandet01 {
    top: 100px;
    left: 30px;
    width: 300px;
    height: 300px;
  }

  #imgbandet02 {
    top: 225px;
    left: -50px;
    width: 300px;
    height: 300px;
  }

  #imgbandet03 {
    top: 150px;
    left: 30px;
    width: 300px;
    height: 300px;
  }


  p {
    width: 340px;
  }

}
