body { 
    margin: 0; 
    font-family: 'Alata', sans-serif;
    font-weight: normal;
    -webkit-font-smoothing: auto;
    letter-spacing: -2px;
}

#footer {
    height: 100px;
    background-color: #fafafa;
}

#navBar {
    z-index: 100;
    height: 37px;
    position: fixed;
    width: 100%;
    background-color: white;
    box-shadow: 0 2px 2px -2px rgba(0,0,0,.5);
}

#navBar a:link {
  color: #3B3A4C;
}

#navBar a:visited {
  color: #3B3A4C;
}

#navBar a:hover {
  color: #EDAFCE;
  cursor: pointer;
}

#navBar a:active {
  color: #3B3A4C;
}

#navBar #deadLink {
    color: white;
    z-index: -99;
}

#navBar img {
    float: left;
    position: fixed;
    left: 49%;
    top: 4px;
    margin-left: -100px;
}

.heroText {
    z-index: 96;
    text-shadow: -24px 24px #000;
    text-transform: uppercase;
    position: absolute;
    color: white;
}


/* Start of media queries Start of media queries Start of media queries Start of media queries */

@media only screen and (max-width: 719px) {
  /* Just hide the desktop navigation links below 720 */
  #navBar .navLink {
    font-size: 0px;
  }
  .tooltip {
    left: 40% !important;
  }
  #standUp .youTubeVideo iframe {
    width: 90% !important;
  }
}

@media only screen and (max-width: 615px) {
  /* Resize the youTube videos below 615 */
  #standUp .youTubeVideo iframe {
    width: 90% !important;
  }
}

@media only screen and (min-width: 1px) {
  /* Here, SHOW the mobile hamburger menu */
  #navBar .burger {
    display: block;
    position: absolute;
    top: 8px;
    left: 10px;
  }
  #navBar .mNavLink {
    font-size: 0px;
  }
  .heroText {
    font-size: 0px;
    width: 180px;
    top: 100px;
    right: 1px;
    text-shadow: -2px 2px #000;
  }
  #emailConfirmation.shown {
    display: block !important;
    transition-timing-function: ease-in;
    -webkit-animation-duration: 0.5s;
    animation-duration: 0.5s;
    -webkit-animation-name: dropIn;
    animation-name: dropIn;
  }
  #emailConfirmation {
    height: 24px;
    margin-top: 36px;
    font-size: 12px;
    padding-top: 8px;
  }
}

@media only screen and (min-width: 300px) {
  /* Only make changes to the hero text for this one */
  .heroText {
    font-size: 20px;
    width: 180px;
    top: 100px;
    right: 1px;
    text-shadow: -2px 2px #000;
  }
}

@media only screen and (min-width: 440px) {
  /* Only make changes to the hero text for this one */
  .heroText {
    font-size: 26px;
    width: 240px;
    top: 160px;
    right: 22px;
    text-shadow: -3px 3px #000;
  }
}

@media only screen and (min-width: 610px) {
  /* Only make changes to the hero text for this one */
  .heroText {
    font-size: 32px;
    width: 270px;
    top: 240px;
    right: 28px;
    text-shadow: -3px 3px #000;
  }
}

@media only screen and (min-width: 720px) {
  /* Hide the mobile hamburger menu above 700 pixels */
  #navBar .burger {
    display:none;
  }
  #navBar .mNavLink {
    font-size: 0px;
  }
  /* Apply styles to the desktop navigtion links */
  #navBar a {
    font-size: 12px;
    margin-top: 3px;
    width: 20%;
    float: left;
    text-align: center;
    display: block;
    color: #3B3A4C;
    text-transform: uppercase;
    list-style-type: none;
    text-decoration: none;
    position: relative;
    top: 8px;
  }
  .heroText {
    font-size: 38px;
    width: 350px;
    top:280px;
    right:25px;
    text-shadow: -4px 4px #000;
  }
}

@media only screen and (min-width: 850px) {
  /* Hide the mobile hamburger menu above 850 pixels */
  #navBar .burger {
    display:none;
  }
  #navBar .mNavLink {
    font-size: 0px;
  }
  /* Apply styles to the desktop navigtion links */
  #navBar a {
    font-size: 14px;
    margin-top: 2px;
    width: 20%;
    float: left;
    text-align: center;
    display: block;
    color: #3B3A4C;
    text-transform: uppercase;
    list-style-type: none;
    text-decoration: none;
    position: relative;
    top: 8px;
  }
  .heroText {
    font-size: 52px;
    width: 440px;
    top:300px;
    right:60px;
    text-shadow: -5px 5px #000;
  }
}

@media only screen and (min-width: 1192px) {
  /* Hide the mobile hamburger menu above 1192 pixels */
  #navBar .burger {
    display:none;
  }
  #navBar .mNavLink {
    font-size: 0px;
  }
  /* Apply styles to the desktop navigtion links */
  #navBar a {
    font-size: 14px;
    margin-top: 1px;
    width: 20%;
    float: left;
    text-align: center;
    display: block;
    color: #3B3A4C;
    text-transform: uppercase;
    list-style-type: none;
    text-decoration: none;
    position: relative;
    top: 8px;
  }
  .heroText {
    font-size: 72px;
    width: 600px;
    top:350px;
    right:80px;
    text-shadow: -6px 6px #000;
  }
}


@media only screen and (min-device-width: 319px) and (max-device-width: 440px) {
  /* For mobile devices... SHOW the mobile hamburger menu */
  #navBar img {
    height: 60px;
    position: relative;
    left: 38%;
    top: 22%;
  }
  #navBar .navLink {
    font-size: 0px;
  }
  #mobileMenu {
    height: 70px;
    width: 70px;
    display: block;
    background-image: url('images/mobile-menu-grey.png');
    background-size: 70px 70px;
    z-index: 199;
    position: absolute;
    top: 15px;
    left: 16px;
  }
  #navBar {
    z-index: 99;
    height: 100px;
    position: fixed;
    width: 100%;
    background-color: white;
    box-shadow: 0 2px 2px -2px rgba(0,0,0,.5);
  }
  #heroImage {
    margin-top: 80px !important;
  }
  .tooltip {
  position: fixed !important;
  top: 150px !important;
  left: 33% !important;
  font-size: 44px !important;
  width: 200px !important;
  padding: 24px 36px !important;
  border-radius: 10px 10px 10px 10px !important;
  }
  #emailConfirmation.shown {
    display: block !important;
    transition-timing-function: ease-in;
    -webkit-animation-duration: 0.5s;
    animation-duration: 0.5s;
    -webkit-animation-name: dropInOnMobile;
    animation-name: dropInOnMobile;
  }
  #emailConfirmation {
    height: 80px;
    margin-top: 100px;
    font-size: 36px;
    padding-top: 35px;
  }

}
/* End of all media queries End of all media queries End of all media queries */


/* Style for the mobile navigation links that should go vertical instead of horizontal */
.responsiveNavLink .mNavLink {
    float: none;
    display: block;
    position: relative;
    top: -1px;
    width: 20%;
    padding: 12px;
    font-size: 16px !important; 
    text-decoration: none;
    text-align: center;
    background-color: white;
    border-bottom: 1px solid #3B3A4C;
}

.mobileDeviceLink {
    font-size: 0px !important;
}

.mobileMenu.displayed .mobileDeviceLink {
    float: none;
    display: block;
    position: relative;
    top: -1px;
    left: -20px;
    width: 500px !important;
    padding: 50px;
    font-size: 50px !important; 
    text-decoration: none;
    text-align: center;
    background-color: white;
    border-bottom: 1px solid #3B3A4C;
}

#firstMobileDeviceLink {
    margin-top: 80px !important;
}

#firstMNavLink {
    margin-top:10px;
}

.section {
    padding-bottom: 40px;
    box-shadow: 0 1px 4px rgba(0,0,0,0.24);
    border-radius: 40px;
    margin-bottom: 20px;
    background-color: white;
}

.section h1 {
    text-align: left;
    font-size: 48px;
    padding-left: 32px;
    padding-top: 32px;

}

.youTubeVideo {
    width: 100%;
    text-align: center;
}

#standUp {
    text-align: center;
}

#standUp .youTubeVideo iframe {
}
#instagramStories {
    margin-bottom: 80px;
    background-color: #fafafa;
    height: 270px;
    width: 100vw !important;
    text-align: center;
    overflow: auto;
    white-space: nowrap;
}

#instagramHeader {
    background-color: #fff;
    border-bottom: 1px solid #e6e6e6;
    height: 80px;
    width: 100%;
    overflow: none;
}

#instagramHeaderPic {
    height: 80px;
    margin-left: 20px
}

.storyContainer {
  display: inline-block;
  margin-top: 16px;
  width: 22vw;
}

.storyContainer a {
}

.storyContainer a span {
    display: block;
    width: 100%;
    position: relative;
    top: 8px;
    left: 1.8vw;
    float: left;
    color: black;
    font-size: 26px;
}

.storyContainer a:link {
    color: black;
    text-decoration: none;
}

.storyContainer a:visited {
    color: black;
    text-decoration: none;
}

.storyContainer a:hover {
    color: black;
    text-decoration: none;
}

.storyContainer a:active {
    color: black;
    text-decoration: none;
}

.story {
    width: 19vw;
    height: 19vw;
    background-size: 19vw 19vw;
    background-position: center;
    background-repeat: no-repeat;
    float: left;
    margin-left: 3vw;
}

.storyContainer .storyLink:hover .story {
    background-size: 21vw 21vw;
    margin-bottom: -2px;
}

.storyContainer .storyLink:hover span {
    font-size: 17px;
    position: relative;
    top: 2px;
}

#nov22 {
    background-image: url('images/11-22.png');
}

#nov11 {
    background-image: url('images/11-11.png');
}

#nov9 {
    background-image: url('images/11-9.png');
}

#nov2 {
    background-image: url('images/11-2.png');
}

#oct-shows {
    background-image: url('images/oct-shows.png');
}

#oct28 {
    background-image: url('images/oct28.png');
}


#imBeggin {
    background-image: url('images/Im-beggin.png');
}

#twitterTimeline {
    width: 94%;
    margin-left: auto;
    margin-right: auto;
    margin-top: 20px;
}

#about {
    font-size: 34px;
    line-height: 1.1;
    margin-bottom: 100px;
}

#contactEmailText {
    color: #1F77F2;
}

#contactEmailText:hover {
    cursor: pointer;
    color: #1F77F2;
}

#myInput {
    opacity: 0;
}

.tooltip {
  visibility: hidden;
  background-color: #EDAFCE;
  font-size: 13px;
  width: 60px;
  color: white;
  text-align: center;
  padding: 6px 8px;
  border-radius: 3px 3px 3px 3px;
  position: relative;
  left: 46%;
  top: -20px;
}

.tooltip.displayed {
    visibility: visible;
}

#formHeader {
  z-index: -1;
}

#illustration {
  width: 320px;
  position: relative;
  bottom: 180px;
}

#formContainer {
  width: 94%;
  margin-left: auto;
  margin-right: auto;
  margin-top: 160px;
}

#formContainer form input {
  width: 95%;
  margin-left: auto;
  margin-right: auto;
  color: #384069;
  background-color: #f6f9fc;
  font-size: 45px;
  padding: 24px;
  margin-bottom: 16px;
  border: none;
  border-radius: 10px 10px 10px 10px;
}

#formContainer form textarea {
  width: 96%;
  margin-left: auto;
  margin-right: auto;
  color: #384069;
  background-color: #f6f9fc;
  text-align: left;
  font-size: 45px;
  padding: 24px;
  border: none;
  border-radius: 10px 10px 10px 10px;
}

::placeholder {
  color: #bcc4cd;
  opacity: 1; /* Firefox */
}

:-ms-input-placeholder { /* Internet Explorer 10-11 */
 color: #bcc4cd;
}

::-ms-input-placeholder { /* Microsoft Edge */
 color: #bcc4cd;
}

.mainButton {
    margin-top: 10px;
    -webkit-appearance: none !important; 
    background-color: #B5CEF2 !important;
    -moz-border-radius:9px !important;
    -webkit-border-radius:9px !important;
    border-radius:9px !important;
    border:2px solid #fff !important;
    display:inline-block !important;
    cursor:pointer !important;
    color:#fff !important;
    font-size:16px !important;
    padding:14px 32px !important;
    text-decoration:none;
}

.mainButton:hover {
    color:#3B3A4C;
}

.mainButton:active {
    position:relative;
    top:1px;
}

#bigMobileButton input {
    height: 150px;
    font-size: 50px !important;
    position: relative;
    top: 24px;
    left: 3%;
}

.mainButton.displayBigMobileButton {
  background-color: #1F77F2 !important;
}



#emailConfirmation {
  display: none;
  width: 100%;
  background-color: #EDAFCE;
  color: white;
  position: fixed;
  top:0px;
  z-index: 97;
  text-align: center;
  text-transform: uppercase;
}

body {
    background-color: #edeef0 !important;
}




@-webkit-keyframes dropIn {  
  0% {
    margin-top: 0px;
  }
  100% {
    margin-top: 37px;
  } 
}

@keyframes dropIn {  
  0% {
    margin-top: 0px;
  }
  100% {
    margin-top: 37px;
  } 
}

@-webkit-keyframes dropInOnMobile {  
  0% {
    margin-top: 0px;
  }
  100% {
    margin-top: 37px;
  } 
}

@keyframes dropInOnMobile {  
  0% {
    margin-top: 0px;
  }
  100% {
    margin-top: 37px;
  } 
}