/* Phone */
@media (max-device-width: 480px) {
  .bandName {
    font-size: 130%;
  }

  .navCircleImage {
    width: 90px;
    height: 90px;
  }

  .headerCircleImage {
    margin-top: 110px;
    left: 0;
  }

  .navCircle {
    width: 600px;
    height: 600px;
    font-size: 360%;
  }

  .headerCircle {
    transform: translateY(-510px) translateX(-90px) rotateZ(-15deg);
    -webkit-transform: translateY(-510px) translateX(-90px) rotateZ(-15deg);
    -ms-transform: translateY(-510px) translateX(-90px) rotateZ(-15deg);
  }

  .footerCircle {
    transform: translateY(510px) translateX(90px) rotateZ(-15deg);
    -webkit-transform: translateY(510px) translateX(90px) rotateZ(-15deg);
    -ms-transform: translateY(510px) translateX(90px) rotateZ(-15deg);
  }

  .homeOption {
    left: 0;
    bottom: 0;
    transform: translateX(-50%) rotateZ(-82.5deg) translateX(430px);
    -ms-transform: translateX(-50%) rotateZ(-82.5deg) translateX(430px);
    -webkit-transform: translateX(-50%) rotateZ(-82.5deg) translateX(430px);
  }

  .mediaOption {
    left: 0;
    bottom: 0;
    transform: translateX(-50%) rotateZ(-67.5deg) translateX(430px);
    -ms-transform: translateX(-50%) rotateZ(-67.5deg) translateX(430px);
    -webkit-transform: translateX(-50%) rotateZ(-67.5deg) translateX(430px);
  }

  .eventsOption {
    left: 0;
    bottom: 0;
    transform: translateX(-50%) rotateZ(-52.5deg) translateX(430px);
    -ms-transform: translateX(-50%) rotateZ(-52.5deg) translateX(430px);
    -webkit-transform: translateX(-50%) rotateZ(-52.5deg) translateX(430px);
  }

  .membersOption {
    left: 0;
    bottom: 0;
    transform: translateX(-50%) rotateZ(-37.5deg) translateX(430px);
    -ms-transform: translateX(-50%) rotateZ(-37.5deg) translateX(430px);
    -webkit-transform: translateX(-50%) rotateZ(-37.5deg) translateX(430px);
  }

  .shopOption {
    left: 0;
    bottom: 0;
    transform: translateX(-50%) rotateZ(-22.5deg) translateX(430px);
    -ms-transform: translateX(-50%) rotateZ(-22.5deg) translateX(430px);
    -webkit-transform: translateX(-50%) rotateZ(-22.5deg) translateX(430px);
  }

  .contactOption {
    left: 0;
    bottom: 0;
    transform: translateX(-50%) rotateZ(-7.5deg) translateX(430px);
    -ms-transform: translateX(-50%) rotateZ(-7.5deg) translateX(430px);
    -webkit-transform: translateX(-50%) rotateZ(-7.5deg) translateX(430px);
  }

  .navCircleImage {
    width: 230px;
    height: 230px;
  }

  .headerCircleImage {
    margin-top: 375px;
    left: 0;
  }

  .menuItemContainer {
    width: 150%;
    height: 780px;
    left: -25%;
    top: 300px;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: rotateZ(-15deg);
    -webkit-transform: rotateZ(-15deg);
    -ms-transform: rotateZ(-15deg);
  }

  .menuItem {
    font-size: 360%;
  }

  .menuOptionMusicNote {
    display: none;
  }

  .bandName {
    font-size: 440%;
  }

  .bandSlogan {
    font-size: 300%;
  }

  .socialIcon {
    height: 145px;
    width: 145px;
    background-position: center center;
    background-size: 100%;
    background-repeat: no-repeat;
    transform: rotateZ(-90deg);
    -webkit-transform: rotateZ(-90deg);
    -ms-transform: rotateZ(-90deg);
    position: absolute;
    display: none;
  }

  .facebookIcon {
    left: 45px;
    top: 15px;
  }

  .twitterIcon {
    left: 215px;
    top: 15px;
  }

  .youtubeIcon {
    left: 375px;
    top: 15px;
  }

  .soundcloudIcon {
    left: 375px;
    top: 175px;
  }

  .pinterestIcon {
    left: 215px;
    top: 175px;
  }

  .instagramIcon {
    left: 375px;
    top: 335px;
  }

  /* Media page */
  .thumbnail,
.video {
    margin-left: 20%;
    background-size: cover;
    background-position: center center;
    float: left;
    clear: none;
    margin-top: 70px;
  }

  .thumbnail {
    width: 41%;
    margin-left: 6%;
    float: left;
    clear: none;
    height: 200px;
  }

  .video {
    width: 60%;
    margin-left: 20%;
    height: 300px;
  }

  .audio {
    width: 80%;
    margin-left: 10%;
    height: 100px;
    float: left;
    clear: none;
    margin-top: 70px;
  }

  .audioControls {
    height: 100px;
  }

  .contentContainer {
    top: 340px;
  }

  .mediaContentContainer {
    top: 440px;
  }

  .headerBarOption:hover,
.headerBarOption.selected {
    width: 360px;
  }

  .headerBarOption.selected {
    border-left: 5px solid blue;
  }

  .headerBar {
    width: 330px;
    height: 70px;
    font-family: "caviar_dreamsbold";
  }

  .headerBarOption {
    font-size: 300%;
    background-color: black;
    position: relative;
    float: right;
    clear: both;
    height: 100%;
    width: 100%;
    border-left: 5px solid white;
    border-bottom-left-radius: 10px;
    border-top-left-radius: 10px;
    box-sizing: border-box;
    text-align: center;
    transition: all 0.2s;
    -webkit-transition: all 0.2s;
  }

  .mediaOptionHeader {
    font-size: 400%;
  }

  .audioTitle {
    font-size: 260%;
  }

  /* Contact page */
  .contactFieldTitle {
    font-size: 440%;
  }

  .contactContentWrapper {
    position: relative;
    width: 80%;
    margin-left: 10%;
    margin-top: 100px;
  }

  .contactFormWrapper {
    float: left;
    clear: both;
    width: 80%;
    margin-left: 10%;
    height: auto;
    border-bottom: 2px solid black;
    box-sizing: border-box;
  }

  .contactDirectWrapper {
    margin-top: 8px;
    float: left;
    clear: both;
    width: 80%;
    height: auto;
    margin-left: 10%;
  }

  .infoField,
.messageField,
.submitField,
.submitButtonUsed {
    font-family: "caviar_dreamsregular";
  }

  .infoField {
    width: 80%;
    height: 60px;
    font-size: 250%;
    border: 1px solid black;
    box-sizing: border-box;
    padding: none;
    outline: none;
    margin-top: 20px;
    margin-left: 10%;
  }

  .infoField:first-child {
    margin-top: 60px;
  }

  .messageField {
    width: 80%;
    height: 320px;
    font-size: 250%;
    border: 1px solid black;
    box-sizing: border-box;
    resize: vertical;
    padding: none;
    outline: none;
    margin-left: 10%;
    margin-top: 60px;
  }

  .submitField,
.submitButtonUsed {
    height: 100px;
    width: 66.6666666667%;
    margin-left: 16.6666666667%;
    font-size: 300%;
  }

  /* Members page */
  .unselectedBio {
    display: none;
  }

  .personName {
    position: relative;
    font-family: "caviar_dreamsbold";
    font-size: 540%;
    width: 800px;
    text-align: center;
    padding-bottom: 50px;
  }

  .personBioText {
    font-size: 240%;
  }

  .headshotsWrapper {
    width: 800px;
    position: relative;
    margin: 0 auto;
    z-index: 5;
  }

  .personHeadshot {
    width: 400px;
    height: 400px;
  }

  /* Events page */
  .eventWrapper {
    position: relative;
    height: 400px;
    max-height: 400px;
    overflow: hidden;
  }

  .eventWrapper.hasTicketInfo.selected {
    height: 800px;
    max-height: 5000px;
  }

  .eventTitle,
.eventVenue,
.eventDate,
.eventDescription {
    position: absolute;
    width: 90%;
    margin-left: 5%;
    text-align: center;
  }

  .eventTitle {
    top: 45px;
  }

  .eventDate {
    top: 300px;
  }

  .eventVenue {
    top: 450px;
  }

  .eventDescription {
    top: 600px;
  }

  .eventsMainWrapper {
    font-size: 400%;
    width: 90%;
    margin-left: 5%;
    margin-top: 140px;
    border: 1px solid black;
    position: relative;
    border-radius: 5px;
    z-index: 4;
    background-color: white;
  }
}
/* Narrow computer screen */
@media (max-width: 480px) and (min-device-width: 480px) {
  .bandName {
    font-size: 440%;
  }

  .bandSlogan {
    font-size: 160%;
  }

  .menuOptionMusicNote {
    display: none;
  }

  .thumbnail,
.video {
    width: 90%;
    margin-left: 5%;
    height: 200px;
    background-size: cover;
    background-position: center center;
    float: left;
    clear: none;
    margin-top: 70px;
  }

  .audio {
    width: 90%;
    margin-left: 5%;
    float: left;
    clear: none;
    margin-top: 70px;
  }

  .socialIcon {
    height: 45px;
    width: 45px;
    background-position: center center;
    background-size: 100%;
    background-repeat: no-repeat;
    transform: rotateZ(-90deg);
    -webkit-transform: rotateZ(-90deg);
    -ms-transform: rotateZ(-90deg);
    position: absolute;
    display: none;
  }

  .facebookIcon {
    left: 25px;
    top: 15px;
  }

  .twitterIcon {
    left: 80px;
    top: 15px;
  }

  .youtubeIcon {
    left: 135px;
    top: 15px;
  }

  .soundcloudIcon {
    left: 135px;
    top: 70px;
  }

  .pinterestIcon {
    left: 80px;
    top: 70px;
  }

  .instagramIcon {
    left: 135px;
    top: 125px;
  }

  /* Media page */
  .mediaOptionHeader {
    font-size: 240%;
  }

  .photoTitle,
.audioTitle,
.videoTitle {
    font-size: 160%;
  }

  .contentContainer {
    top: 140px;
  }

  .headerBarOption:hover,
.headerBarOption.selected {
    width: 110px;
    cursor: pointer;
  }

  .headerBarOption.selected {
    border-left: 2px solid blue;
  }

  .headerBar {
    width: 100px;
    height: 30px;
    font-family: "caviar_dreamsbold";
  }

  .headerBarOption {
    background-color: black;
    position: relative;
    float: right;
    clear: both;
    height: 100%;
    width: 100%;
    border-left: 2px solid white;
    border-bottom-left-radius: 5px;
    border-top-left-radius: 5px;
    box-sizing: border-box;
    text-align: center;
    transition: all 0.2s;
    -webkit-transition: all 0.2s;
  }

  /* Contact page */
  .contactContentWrapper {
    position: relative;
    width: 300px;
    margin: 0 auto;
    margin-top: 100px;
  }

  .contactFormWrapper {
    float: left;
    clear: both;
    width: 300px;
    height: auto;
    border-bottom: 1px solid black;
    box-sizing: border-box;
  }

  .contactDirectWrapper {
    margin-top: 20px;
    float: left;
    clear: both;
    width: 300px;
    height: auto;
  }

  .infoField,
.messageField,
.submitField,
.submitButtonUsed {
    font-family: "caviar_dreamsregular";
  }

  .infoField,
.email {
    width: 284px;
    height: 20px;
    border: 1px solid black;
    box-sizing: border-box;
    padding: none;
    outline: none;
    margin: 5px;
    margin-top: 10px;
  }

  .infoField:first-child {
    margin-top: 30px;
  }

  .messageField {
    width: 284px;
    height: 220px;
    border: 1px solid black;
    box-sizing: border-box;
    resize: vertical;
    padding: none;
    outline: none;
    margin-left: 5px;
    margin-top: 10px;
  }

  .submitField,
.submitButtonUsed {
    width: 150px;
    margin-left: 75px;
  }

  /* Members page */
  .unselectedBio {
    display: none;
  }

  .personName {
    position: relative;
    font-family: "caviar_dreamsbold";
  }

  .personBioText {
    font-size: 120%;
  }

  .headshotsWrapper {
    width: 320px;
    position: relative;
    margin: 0 auto;
    z-index: 5;
  }

  .personHeadshot {
    width: 160px;
    height: 160px;
  }

  /* Events page */
  .eventsMainWrapper {
    width: 90%;
    margin-left: 5%;
    margin-top: 140px;
    border: 1px solid black;
    position: relative;
    border-radius: 5px;
    z-index: 4;
    background-color: white;
  }

  .eventWrapper {
    position: relative;
    height: 80px;
    max-height: 80px;
    overflow: hidden;
  }

  .eventWrapper.hasTicketInfo.selected {
    height: 160px;
    max-height: 500px;
  }

  .eventTitle {
    position: absolute;
    width: 90%;
    top: 15px;
    margin-left: 5%;
    text-align: center;
  }

  .eventVenue,
.eventDate {
    position: absolute;
    top: 50px;
  }

  .eventVenue {
    left: 20px;
  }

  .eventDate {
    right: 20px;
  }

  .eventDescription {
    position: absolute;
    font-size: 120%;
    margin-left: 50%;
    margin-top: 120px;
    transform: translateX(-50%) translateY(-50%);
    -webkit-transform: translateX(-50%) translateY(-50%);
  }

  .email {
    border: 1px solid black;
    box-sizing: border-box;
    margin-top: 15px;
  }

  .twoThirdsRuler {
    width: 100%;
    border-bottom: 1px solid black;
    clear: both;
    position: relative;
    top: 40px;
  }

  .label {
    font-size: 120%;
    width: 100%;
    text-align: center;
  }

  #mc_embed_signup {
    padding-bottom: 50px;
    margin-top: -25px;
  }
}
/* Medium and Wide computer screens */
@media (min-width: 480px) and (min-device-width: 480px) {
  .bandName {
    font-size: 600%;
  }

  .bandSlogan {
    font-size: 200%;
  }

  .socialIcon {
    height: 45px;
    width: 45px;
    background-position: center center;
    background-size: 100%;
    background-repeat: no-repeat;
    transform: rotateZ(-90deg);
    -webkit-transform: rotateZ(-90deg);
    -ms-transform: rotateZ(-90deg);
    position: absolute;
    display: none;
  }

  .facebookIcon {
    left: 25px;
    top: 15px;
  }

  .twitterIcon {
    left: 80px;
    top: 15px;
  }

  .youtubeIcon {
    left: 135px;
    top: 15px;
  }

  .soundcloudIcon {
    left: 135px;
    top: 70px;
  }

  .pinterestIcon {
    left: 80px;
    top: 70px;
  }

  .instagramIcon {
    left: 135px;
    top: 125px;
  }

  /* Events page */
  .eventsMainWrapper {
    width: 90%;
    margin-left: 5%;
    margin-top: 140px;
    border: 1px solid black;
    position: relative;
    border-radius: 5px;
    z-index: 4;
    background-color: white;
  }

  .eventWrapper {
    position: relative;
    height: 40px;
    max-height: 44px;
    overflow: hidden;
  }

  .eventWrapper.hasTicketInfo.selected {
    height: 88px;
    max-height: 500px;
  }

  .eventTitle,
.eventVenue,
.eventDate,
.eventDescription {
    position: absolute;
  }

  .eventTitle,
.eventVenue {
    left: 20px;
  }

  .eventDate,
.eventDescription {
    right: 20px;
  }

  .eventTitle,
.eventDate {
    top: 22px;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
  }

  .eventDescription,
.eventVenue {
    top: 66px;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
  }

  /* Members page */
  .unselectedBio {
    display: none;
  }

  .personName {
    position: relative;
  }

  /* Media Page */
  .mediaOptionHeader {
    font-size: 240%;
  }

  .photoTitle,
.audioTitle,
.videoTitle {
    font-size: 160%;
  }

  .contentContainer {
    top: 100px;
  }

  .headerBar {
    width: 60%;
    height: 40px;
    font-family: "caviar_dreamsbold";
  }

  .headerBarOption {
    background-color: black;
    position: relative;
    float: left;
    clear: none;
    height: 100%;
    width: 20%;
    border-bottom: 2px solid white;
    border-bottom-right-radius: 5px;
    border-bottom-left-radius: 5px;
    box-sizing: border-box;
    text-align: center;
    transition: all 0.2s;
    -webkit-transition: all 0.2s;
  }

  .headerBarOption:hover,
.headerBarOption.selected {
    height: 46px;
    cursor: pointer;
  }

  .headerBarOption.selected {
    border-bottom: 2px solid blue;
  }
}
/* Medium computer screen */
@media (min-width: 480px) and (max-width: 800px) and (min-device-width: 480px) {
  .headshotsWrapper {
    width: 480px;
    position: relative;
    margin: 0 auto;
    z-index: 5;
  }

  .personHeadshot {
    width: 160px;
    height: 160px;
  }

  .thumbnail,
.video {
    width: 41%;
    margin-left: 6%;
    height: 200px;
    background-size: cover;
    background-position: center center;
    float: left;
    clear: none;
    margin-top: 70px;
  }

  .audio {
    width: 41%;
    margin-left: 6%;
    float: left;
    clear: none;
    margin-top: 70px;
  }

  .contactContentWrapper {
    position: relative;
    width: 380px;
    margin: 0 auto;
    margin-top: 100px;
  }

  .contactFormWrapper {
    float: left;
    clear: both;
    width: 380px;
    height: auto;
    border-bottom: 1px solid black;
    box-sizing: border-box;
  }

  .contactDirectWrapper {
    margin-top: 20px;
    float: left;
    clear: both;
    width: 380px;
    height: auto;
  }

  .infoField,
.messageField,
.submitField,
.submitButtonUsed {
    font-family: "caviar_dreamsregular";
  }

  .infoField,
.email {
    width: 170px;
    height: 20px;
    border: 1px solid black;
    box-sizing: border-box;
    padding: none;
    outline: none;
    margin: 5px;
    margin-top: 10px;
  }

  .infoField:first-child {
    margin-top: 30px;
  }

  .messageField {
    width: 354px;
    height: 220px;
    border: 1px solid black;
    box-sizing: border-box;
    resize: vertical;
    padding: none;
    outline: none;
    margin-left: 5px;
    margin-top: 10px;
  }

  .submitField,
.submitButtonUsed {
    margin-left: 95px;
  }

  .submitField,
.submitButtonUsed,
.button,
.buttonUsed {
    width: 190px;
  }

  .email {
    border: 1px solid black;
    box-sizing: border-box;
  }

  .twoThirdsRuler {
    width: 100%;
    border-bottom: 1px solid black;
    clear: both;
    position: relative;
    top: 40px;
  }

  .label {
    font-size: 160%;
    width: 100%;
    text-align: center;
  }

  #mc_embed_signup {
    padding-bottom: 50px;
  }
}
/* Wide computer screen */
@media (min-width: 800px) and (min-device-width: 480px) {
  .headshotsWrapper {
    width: 750px;
    position: relative;
    margin: 0 auto;
    z-index: 5;
  }

  .personHeadshot {
    width: 187.5px;
    height: 187.5px;
    margin-top: 20px;
  }

  .contactContentWrapper {
    position: relative;
    width: 760px;
    margin: 0 auto;
    margin-top: 100px;
  }

  .contactFormWrapper {
    float: left;
    clear: none;
    width: 380px;
    height: 250px;
    border-right: 1px solid black;
    box-sizing: border-box;
  }

  .contactDirectWrapper {
    float: right;
    clear: none;
    width: 380px;
    height: 200px;
  }

  .infoField,
.messageField,
.submitField,
.submitButtonUsed {
    font-family: "caviar_dreamsregular";
  }

  .infoField,
.email {
    width: 170px;
    height: 20px;
    border: 1px solid black;
    box-sizing: border-box;
    padding: none;
    outline: none;
    margin: 5px;
    margin-top: 10px;
  }

  .infoField:first-child {
    margin-top: 30px;
  }

  .messageField {
    width: 354px;
    height: 110px;
    border: 1px solid black;
    box-sizing: border-box;
    resize: vertical;
    padding: none;
    outline: none;
    margin-left: 5px;
    margin-top: 10px;
  }

  .submitField,
.submitButtonUsed,
.button,
.buttonUsed {
    width: 190px;
  }

  .mailingListSignupWrapper .button {
    width: 110px;
    height: 30px;
    font-size: 100%;
  }

  .submitField,
.submitButtonUsed {
    margin-left: 95px;
  }

  .thumbnail,
.video {
    width: 30%;
    margin-left: 2.5%;
    height: 200px;
    background-size: cover;
    background-position: center center;
    float: left;
    clear: none;
    margin-top: 70px;
  }

  .audio {
    width: 30%;
    margin-left: 2.5%;
    float: left;
    clear: none;
    margin-top: 70px;
  }

  .email {
    border: 1px solid black;
    box-sizing: border-box;
  }

  .twoThirdsRuler {
    width: 100%;
    border-bottom: 1px solid black;
    clear: both;
    position: relative;
    top: 80px;
  }

  .label {
    font-size: 200%;
    width: 100%;
    text-align: center;
  }

  #mc_embed_signup {
    margin-top: 50px;
  }
}

/*# sourceMappingURL=media.css.map */
