@charset "utf-8";
/* CSS Document */
@import url(https://fonts.googleapis.com/css?family=Raleway:400,500,800);
@import url(https://fonts.googleapis.com/css?family=Racing+Sans+One);
/* Sticky footer styles
-------------------------------------------------- */
html {
  position: relative;
  min-height: 100%;
}
body {
  /* Margin bottom by footer height */
  margin-bottom: 60px;
  font-family: 'Raleway', Arial, sans-serif;
  font-size: 16px;
  color: #ccc;
}
.footer {
  position: absolute;
  bottom: 0;
  width: 100%;
  /* Set the fixed height of the footer here */
  height: 60px;
  background: url(/images/dark_exa_@2X.png) center center;
  color: #fff;
  text-align: center;
}
/* colored sections */
.colored-block {
        width: 100%;
        padding: 0 0 30px 0;
        /*color: #fff;*/
    }
.purple { background: url(/images/dark_exa_@2X.png) center center;  }
.green { background: url(/images/diamond_upholstery_@2X.png) center center; }
.blue { background: #EC008C; color: #000; }
.fullImage { background: url(/images/bc-background2021.jpg) center center no-repeat #fff; height: 412px;  }
/* basic styles */
h2 { font-family: 'Raleway', cursive; font-size: 3em; font-weight: 700; color: #2a2f35; text-align: left; padding: 10px;   }
.coloredButton2 {
    background-color: #FF159B;
    border: 1px solid #555;
    border-radius: 8px;
    color: #000;
    cursor: pointer;
    display: inline-block;
   font-size: 13px;
    padding: 13px 48px;
    text-transform: uppercase;
                display: inline-block;
    transition: all 0.3s ease-in-out;
}
.coloredButton2:hover {
                text-decoration: none;
                background-color: #666;
                color: #fff;
}
h1 { font-size: 3.3em; font-weight: 400; letter-spacing: -3px; color: #555; }
.navbar-default { background-color: rgba(255,255,255,0.7); background-image: none; border: none; box-shadow: none; }
.navbar-brand span { color: #EC008C; }
.navbar-brand { font-size: 2em; text-transform: uppercase; color: #fff; font-weight: 500;  }
.navbar-nav { width: 100%; }
.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .open > a {
                background-image: none;
}
.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:focus, .navbar-default .navbar-nav > .active > a:hover {
                background-color: transparent; color: #EC008C; box-shadow: none;
}
.navbar-nav > li > .dropdown-menu { background: #000; }
.dropdown-menu > li > a { color: #ccc; }
.nav .open > a, .nav .open > a:focus, .nav .open > a:hover { background-color: transparent; border: none; }
.navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:focus, .navbar-default .navbar-nav > .open > a:hover { background-color: transparent; border-bottom: 2px solid
#ccc; border-top: none; border-left:  none; border-right: none; background-image: none; box-shadow: none; padding-bottom:8px;}
.dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus { background-image: none; background-color: transparent; color: #EC008C; }
a, a:link, a:hover, a:focus { outline: none; }
/*a, a:visited { color: #d41461; text-decoration: none; }*/
a, a:visited { color: #EC008C; text-decoration: none; }
a:hover, a:focus { color: #fff; text-decoration: none; }

/*.socialBar { background: #d41461;  padding: 3px 0 1px 0; text-align: right; }*/
.socialBar { background: #EC008C;  padding: 2px 0 1px 0; text-align: right; }
.socialBar ul {margin:0;}
.socialBar ul li { list-style: none; display: inline; padding:0 3px;}
.socialBar ul li a { color: #000; }
.socialBar ul li a:hover { color: #fff; }

.tiktok{display:inline-block;height:27px;width:27px;background-image:url(/images/socialmedia/tiktok.png);background-size:27px 27px;margin-bottom:-2px;}
.tiktok:hover{background-image:url(/images/socialmedia/tiktok-white.png);}

figure.idCards {
  font-family: 'Raleway', Arial, sans-serif;
  position: relative;
  float: left;
  overflow: hidden;
  margin: 10px 1%;
  min-width: 220px;
  max-width: 310px;
  width: 100%;
  background: #000000;
  color: #333;
  text-align: left;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.19);
}
figure.idCards * {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all 0.35s cubic-bezier(0.25, 0.5, 0.5, 0.9);
  transition: all 0.35s cubic-bezier(0.25, 0.5, 0.5, 0.9);
}
figure.idCards img {
  max-width: 100%;
  vertical-align: top;
}
figure.idCards figcaption {
  position: relative;
  background-color: #ffffff;
  padding: 20px 25px 50px;
}
figure.idCards h3 {
  position: absolute;
  bottom: 100%;
  text-transform: uppercase;
  padding: 0px 25px;
  line-height: 44px;
  margin: 0;
  left: 0;
  font-weight: 400;
  background-color: #000000;
  color: #ffffff;
  font-size: 1.25em;
}
figure.idCards h3 span {
  font-weight: 800;
}
figure.idCards h3:before {
  position: absolute;
  left: 100%;
  border-style: solid;
  border-width: 44px 0 0 12px;
  border-color: transparent transparent transparent #000000;
  content: '';
  top: 0;
}
figure.idCards p {
  font-size: 1em;
  font-weight: 500;
  text-align: left;
  margin: 0;
  line-height: 1.6em;
}
figure.idCards a {
  text-decoration: none;
  position: absolute;
  bottom: 0;
  right: 0;
  background-color: #000000;
  line-height: 40px;
  padding: 0 10px;
  color: #ffffff;
  font-weight: 800;
  font-size: 0.9em;
  text-transform: uppercase;
}
figure.idCards a:before {
  position: absolute;
  right: 100%;
  border-style: solid;
  border-width: 0 0 40px 12px;
  border-color: transparent transparent #000000;
  content: '';
  top: 0;
}
figure.idCards.blue {
  background-color: #2472a4;
}
figure.idCards.blue h3,
figure.idCards.blue a,

figure.idCards.blue h3:before {
  border-color: transparent transparent transparent #2472a4;
}
figure.idCards.blue a:before {
  border-color: transparent transparent #2472a4;
}
figure.idCards.red {
  background-color: #ab3326;
}
figure.idCards.red h3,
figure.idCards.red a,
figure.idCards.red .price {
  background-color: #ab3326;
}
figure.idCards.red h3:before {
  border-color: transparent transparent transparent #ab3326;
}
figure.idCards.red a:before {
  border-color: transparent transparent #ab3326;
}
figure.idCards.orange {
  background-color: #d67118;
}
figure.idCards.orange h3,
figure.idCards.orange a,
figure.idCards.orange .price {
  background-color: #d67118;
}
figure.idCards.orange h3:before {
  border-color: transparent transparent transparent #d67118;
}
figure.idCards1.orange a:before {
  border-color: transparent transparent #d67118;
}
figure.idCards:hover img,
figure.idCards.hover img {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}
.Cause {
  font-family: 'Raleway', Arial, sans-serif;
  position: relative;
  float: left;
  overflow: hidden;
  margin: 10px 1%;
  min-width: 220px;
  max-width: 310px;
  max-height: 220px;
  width: 100%;
}
.Cause img {
  max-width: 100%;
  width: 100%;
  -webkit-transition: all 0.4s 0s;
  transition: all 0.4s 0s;
}
.Cause:after,
.Cause a {
  left: -20px;
  right: -20px;
  top: -20px;
  bottom: -20px;
  position: absolute;
}
.Cause:after {
  content: '';
  border: 15px solid #000;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  -webkit-transition: all 0.4s 0.1s;
  transition: all 0.4s 0.1s;
}
.Cause a {
  z-index: 1;
}
.Cause:hover img,
.Cause.hover img {
/* -webkit-transform: rotate(15deg) scale(1.2);
  transform: rotate(15deg) scale(1.2);*/
  -webkit-transition: all 0.4s 0.1s;
  transition: all 0.4s 0.1s;
}
.Cause:hover:after,
.Cause.hover:after {
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  -webkit-transition: all 0.4s 0s;
  transition: all 0.4s 0s;
}
p { padding: 0 15px; }
.aboutImages { border:0; max-width: 100%; }

.videoWrapper {
                position: relative;
                padding-bottom: 56.25%; /* 16:9 */
                padding-top: 25px;
                height: 0;
                margin-bottom: 20px;
}
.videoWrapper iframe {
                position: absolute;
                top: 0;
                left: 15px;
                width: 93%;
                height: 93%;
}
.cardContainer {
                margin: 0 auto;
                width: 100%;
                height: auto;
                overflow: hidden;
}
.right {
    position: absolute;
    right: 0px;
}
h3 { font-size: 1.25em; font-weight: 700; letter-spacing: 3px; }
h4 { font-size: 1em; font-weight: 700; letter-spacing: 3px; color: #EC008C;  }
.signUp { background: #333; border-radius: 5px; width: 100%; height: 400px; margin-bottom: 10px; color:#ccc; }
/* widgets */
.cafePress { background: #333; border-radius: 5px; width: 100%; height: 250px; margin-bottom: 10px; color:#ccc; }
.twitter { background: #FCF; width: 100%; height: 250px; border-radius: 5px; margin: 10px 0 0; }

ul.mediaKit { list-style: none; padding: 0; margin: 10px 0; }
/* sponsors */
.sponsors { margin: 25px 5px; }
ul.sponsors { list-style: none; padding: 0; margin: 10px 5px; }
ul.sponsors li { display: inline; }
img.sponsorLogo { margin: 5px;}
/* staff */
.staff-back { background: #333; padding: 5px; border-radius: 4px; min-height: 510px; margin-bottom: 20px;  }
.staff-back h3, .staff-back p, .staff-back h2 { color: #ccc; }
.staffImg { border-radius:50%; width: 150px; height: 150px; -webkit-box-shadow: 4px 4px 2px 1px rgba(0,0,0,0.4);  /* Safari 3-4, iOS 4.0.2 - 4.2, Android 2.3+ */
-moz-box-shadow: 4px 4px 2px 1px rgba(0,0,0,0.4);  /* Firefox 3.5 - 3.6 */  box-shadow: 4px 4px 2px 1px rgba(0,0,0,0.4); }
/* events page */
.eventInfo { /*border-top: 1px dotted #EC008C;*/ border-bottom: 1px dotted #EC008C; padding: 5px 0; margin-bottom: 20px; }
.eventInfo:last-child { margin-bottom: 15px; }
.date { font-size: 2em; font-weight: 700; text-align: center; color: #EC008C!important; text-shadow: 0 1px 0 rgba(255, 255, 255, 0.4); }
.date span { font-size: 0.8em; display: block; font-weight: 300; text-align: center; line-height: 12px; color: #ccc;  }
.date span.drum { line-height: 25px; margin-top: 20px; }
.eventTitle { font-size: 1.5em; font-weight: 400;  }
.info { font-size: 1em; line-height: 12px; }
.eventPics { font-size: 1.15em; font-weight: 700; color: #EC008C; margin-top:20px; }
.mainEventTitle { margin-left: -15px; }
ul.eventSponsors { margin: 0; padding: 0; list-style: none; text-align: center; background: #ffffff;}
ul.eventSponsors li { display: inline-block; padding: 5px;}

/* nav highlight */
/*body.homePage  a.homePage,
body.aboutPage  a.aboutPage,
body.staffPage  a.staffPage,
body.sponsorsPage  a.sponsorsPage,
body.storePage  a.storePage,
body.eventsPage  a.eventsPage,
body.volunteerPage a.volunteerPage,
body.mediaPage  a.mediaPage,
body.contactPage  a.contactPage    {
   color: #EC008C;
   text-decoration: none;
   background: #000;
}*/
.active {
                color: #EC008C;
   text-decoration: none;
  /* background: #000;*/
}
.navbar .navbar-nav .open .dropdown-menu > .active > a, .navbar .navbar-nav .open .dropdown-menu > .active > a:focus, .navbar .navbar-nav .open .dropdown-menu > .active > a:hover {
    background-image:none;
                background-color: #000;
    background-repeat: repeat-x;
    color: #fff;
}
.navbar .navbar-nav .open .dropdown-menu > .active > a, .navbar .navbar-nav .open .dropdown-menu > .active > a:focus, .navbar .navbar-nav .open .dropdown-menu > .active > a:hover {
    background-color: #000;
    background-image: none;
    background-repeat: repeat-x;
    color: #EC008C;
}
.directorImages { padding: 5px 10px; }
table.directorsBoard { width: 100%; }
table.directorsBoard td { vertical-align: top;}
.emailClub { height: 550px; width: 100%;}
.modal-body a {color: #EC008C; }
.modal-body a:hover { color: #000; }

.nav>li>a {
    position: relative;
    display: block;
    padding: 10px 10px;
}

/* Responsive-ness */

/* Responsive-ness */

/*
@media only screen and (max-width : 20em) {
                .navbar-brand { font-size: 12px;}
                .navbar-brand img{ display: none; }
}
@media only screen and (min-width : 300px) {
                .navbar-brand img{ display: none; }
}
*/

/* ===== == = === 20em (320px) === = == ===== */
@media only screen and (min-width : 20em) {
                .navbar-brand { display: block; font-size: 12px; font-weight: 700; }
                .cardContainer { width: 100%; }
               /*table.drumCommittee td { display: block; }*/
    table.drumCommittee td ul { margin: 0; padding: 0; }
                .aboutImages { border:0; max-width: 100%; float: none!important; margin: 0 auto; display: block; padding: 5px 5px; }
                table.directorsBoard td { display: table; }
                .emailClub { height: 750px; }
                .esignup { font-size: 2em; }
                .footer { height: auto; }
                h2 { font-size: 2em;  }

}
/* ===== == = === 30em (480px) === = == ===== */
@media only screen and (min-width : 30em) {
                .cardContainer { width: 75%; }



}
/* ===== == = === 37.5em (600px) === = == ===== */
@media only screen and (min-width: 37.5em) {
                .navbar-brand { font-size: 1.5em; }
                .cardContainer { width: 50%; }

}
@media (max-width: 767px) {
.navbar .navbar-nav .open .dropdown-menu>.active>a, .navbar .navbar-nav .open .dropdown-menu>.active>a:focus, .navbar .navbar-nav .open .dropdown-menu>.active>a:hover { background-
image: none!important; color: #EC008C!important;  }

}
/* ===== == = === 48em (767px) === = == ===== */
@media only screen and (min-width : 47em) {
                .navbar-brand { display: none; }
                .cardContainer { width: 100%; }
                .navbar .navbar-nav .open .dropdown-menu>.active>a, .navbar .navbar-nav .open .dropdown-menu>.active>a:focus, .navbar .navbar-nav .open .dropdown-menu>.active>a:hover {
background-image: none; color: #EC008C;  }
}



/* ===== == = === 48em (768px) === = == ===== */
@media only screen and (min-width : 48em) {
                .navbar-brand { display: none; }
                .cardContainer { width: 100%; }
                table.drumCommittee { width: 75%; }
                table.drumCommittee td { display: table-cell; }
                table.drumCommittee td ul { margin: 0; padding: 0; }
                .aboutImages { border:0; max-width: 100%; float:right!important; margin: 0 auto; display: block; padding: 0 5px; }
                table.directorsBoard td { display: table-cell; }
                .emailClub { height: 650px; }
                .footer { height: 60px; }
                h2 { font-size: 3em;  }
}
/* ===== == = === 56.25em (900px) === = == ===== */
@media only screen and (min-width : 56.25em) {


}
/* ===== == = === 68.75em (1100px) === = == ===== */
@media only screen and (min-width : 68.75em) {


}
/* ===== == = === 81.25em (1300px) === = == ===== */
@media only screen and (min-width : 81.25em) {

}


/* MK edits start */
.drummathonherort{
  margin-left:10px;
  margin-bottom:10px;
}

.drummathonherolt{
  margin-right:10px;
  margin-bottom:10px;
}
.videoWrapper h2{
  margin:0;
  padding:0;
}
.videoWrapper iframe{
  top:100px;
}

@media only screen and (max-width : 320px) {
  h2{
    font-size:1.5em;
  }
}
@media only screen and (max-width : 500px) {
  .videoWrapper h2{
    font-size:1.5em;
  }
  .videoWrapper iframe{
    top:80px;
  }
  .drummathonherort{
    width:100%;
    height:auto;
    padding-left:0 !important;
    margin-left:0;
  }
  .drummathonherolt{
    width:100%;
    height:auto;
    padding-right:0 !important;
    margin-right:0;
  }
}
@media only screen and (max-width : 768px) {
  .videoWrapper iframe{
    top:80px;
  }
}
/* MK edits end */