* {
  margin: auto;
  padding: 0;
}
figure {
  background-size: contain;
}
html,body {
    margin: 0px;
    padding: 0px;
    overflow-x: hidden;
}
body {
  max-width: 1600px;
  margin: auto;
}
h1 {
  display: block;
  color: white;
  text-align: center;
  padding: 14px 16px;
  text-decoration: none;
  font-family: TWReg;
  font-size: 35pt;
  letter-spacing: 3px;
}
h2 {
  display: block;
  color: #3d3d3d;
  text-align: center;
  padding: 14px 16px;
  text-decoration: none;
  font-family: TWReg;
  font-size: 24pt;
  letter-spacing: 3px;
}
h3 {
  display: block;
  color: black;
  text-align: center;
  padding: 14px 16px;
  text-decoration: none;
  font-family: TWCond;
  font-size: 24pt;
  letter-spacing: 3px;
}
h4 {
  text-decoration: none;
  color: black;
  font-style: normal;
  font-size: 19pt;
  font-family: TWReg;
  letter-spacing: 1px;
  text-align: center;
}
li {
  cursor: pointer;
}
p {
  color: black;
  padding: 18px 16px;
  text-decoration: none;
  font-family: TWReg;
  font-size: 20pt;
  text-align: justify;
}
img {
  width: 100%;
  border-radius: 5px;
}
input {
  padding: 10px;
  font-family: TWReg;
  border-radius: 6px;
  border: 2px solid #3d3d3d;
  color: #3d3d3d;
  width: 100%;
}
textarea {
  height: 200px;
  border-radius: 5px;
  border: 2px solid #555;
  padding: 10px;
  font-family: TWReg;
  font-size: 20pt;
  resize: vertical;
  margin: 10px;
  width: 100%;
}
input[type=submit] {
  background-color: #eaede6;
  color: #3d3d3d;
}
input[type="textFooter"] {
  margin: 4px;
  padding: 7px;
  font-size: 12pt;
  font-family: TWReg;
  border: none;
    color: #3d3d3d;
  float: right;
  vertical-align: middle;
}
input[type=date] {
  text-align: center;
}
label {
  font-family: TWReg;
  font-size: 14pt;
  color: white;
}
select {
  width: 80%;
  padding: 10px;
  margin: 5px;
  font-size: 20pt;
  font-family: TWReg;
  border-radius: 4px;
  border: 2px solid #3d3d3d;
  color: #3d3d3d;
}
.aboutBackground {
  background-image: url("img/musicCover.jpg");
  background-position: center;
  background-size: auto;
  background-repeat: no-repeat;
  height: 100%;
}
.active {
    background-color: #4CAF50;
}
.blogEntry {
  text-align: justify;
  font-family: "Helvetica";
  text-decoration: none;
}
.blogImg {
}
.blogPost {
  margin: 0 auto;
  height: auto;
  background-color: #fffef9;
  padding: 20px;
  border-radius: 20px;
  margin-bottom: 15px;
  text-align: justify;
}
.checkBox {
  display: block;
}
.comp {
  color: black;
}
.contactBackground {
  background-image: url("img/mixer.jpg");
  background-attachment: fixed;
  background-size: cover;
}
.container {
  margin: auto;
  position: relative;
  text-align: center;
  background-color: rgba(0, 0, 0, 0.6);
  height: auto;
  padding-bottom: 50px;
}
.coverContainerLeft {
  margin-left: 10%;
  width: 54%;
  float: left;
  padding-top: 20%;
  height: auto;
}
.coverSongList {
  display: none;
}
.description {
  height: 100%;
  padding: 5%;
  margin-left: 15%;
  margin-right: 15%;
  width: 70%;
  background: rgba(0, 0, 0, 0.65);
}
.description p{
  color: white;
  vertical-align: middle;
}
.emailFooter {
  padding: 6px;
  bottom: 0;
  position: fixed;
  color: white;
  background-color: #eaede6;
}
.firstPost {
  margin-top: 80px;
}
.form {
  padding-top: 80px;
}
.fulljustify {
  text-align: justify;
}
.fulljustify:after {
  content: "";
  display: inline-block;
  width: 100%;
}
.header1 {
  width: 100%;
  height: 60px;
  background-color: #fffef4 ;
  position: relative;
}
.header2 {
  width: 100%;
  height: 60px;
  background-color: #fffef4;
  position: relative;
  padding-left: 10%;
  padding-right: 10%;
}
.header2 h2:before {
 right: 0.5em;
 margin-left: -45%;
}
.header2 h2:after {
 left: 0.5em;
 margin-right: -45%;
}
.header2 h2:before,
.header2 h2:after {
 background-color: #333;
 content: "";
 display: inline-block;
 height: 1px;
 position: relative;
 vertical-align: middle;
 width: 45%;
}
.header3 {
  width: 100%;
  height: 60px;
  background-color: #64b7b5;
  position: relative;
  padding-left: 10%;
  padding-right: 10%;
}
.header3 h2 {
  color: white;
}
.header3 h2:before {
 right: 0.5em;
 margin-left: -45%;
}
.header3 h2:after {
 left: 0.5em;
 margin-right: -45%;
}
.header3 h2:before,
.header3 h2:after {
 background-color: white;
 content: "";
 display: inline-block;
 height: 1px;
 position: relative;
 vertical-align: middle;
 width: 45%;
}
.header4 {
  width: 100%;
  height: 40px;
  position: relative;
  padding-left: 10%;
  padding-right: 10%;
}
.header4 h2 {
  top: 50%;
  color: white;
}
.header4 h2:before {
 right: 0.5em;
 margin-left: -45%;
}
.header4 h2:after {
 left: 0.5em;
 margin-right: -45%;
}
.header4 h2:before,
.header4 h2:after {
 background-color: white;
 content: "";
 display: inline-block;
 height: 1px;
 position: relative;
 vertical-align: middle;
 width: 45%;
}
.headerNews {
  width: 100%;
  height: 60px;
  background-color: #f45342;
  position: relative;
  padding-left: 10%;
  padding-right: 10%;
  color: white;
}
.headerNews h2:before {
 right: 0.5em;
 margin-left: -45%;
}
.headerNews h2:after {
 left: 0.5em;
 margin-right: -45%;
}
.headerNews h2:before,
.headerNews h2:after {
 background-color: white;
 content: "";
 display: inline-block;
 height: 1px;
 position: relative;
 vertical-align: middle;
 width: 45%;
}
.hidden {
  display: none;
}
.infoBackground {
  background-color: rgba(0, 0, 0, 0.6);
  padding-top: 100px;
}
.infoBackground p {
  color: white;
}
.lastPost {
  margin-bottom: 40px;
}
.legalBit {
  padding: 5px;
  float: right;
  color: white;
}
.list {
  float: left;
  width: 50%;
  height: 100%;
}
.list ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
  overflow: hidden;
  background-color: #eaede6;
}
.list ul li {
  float: left;
  background-color: #333;
  width: 100%;
}
.list ul li a {
  display: block;
  color: white;
  text-align: center;
  padding: 14px 16px;
  text-decoration: none;
  background-color: #eaede6;
  font-family: TWCond;
  font-size: 24pt;
  color: #3d3d3d;
}
.longFooter {
  width: 100%;
  height: 40px;
  background-color: #eaede6;
  position: fixed;
  z-index: 400;
  bottom: 0;
}
.longfooter h4 {
  float: left;
  margin: 5px;
}.
.mobileNews {
  width: 100%;
}
.mobileNews ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
  overflow: hidden;
  background-color: #eaede6;
  text-align: center;
  display: none;
}
.mobileNews ul li {
  width: 100%;
  height: 140px;
}
.mobileNews ul li a {
  display: inline-block;
  padding: 14px 16px;
  text-decoration: none;
  font-size: 24pt;
  color: #3d3d3d;
}
.music {
  margin-top: 5%;
}
.musicBackground {
  background-image: url("img/noNameBackground.jpg");
  background-size: auto;
  background-repeat: no-repeat;
  background-position: center;
  width: 100%;
  height: 100%;
}
.navBar {
  text-align: center;
  padding: 14px 16px;
  text-decoration: none;
  background-color: #eaede6;
  font-family: TWCond;
  font-size: 24pt;
  color: #3d3d3d;
}
.navBar:hover {
  background-color: #d1d2d0;
  animation-name: linkAnimation;
  animation-duration: 0.5s;
  text-decoration: none;
  color: #3d3d3d;
}
.lilNav {
  background-color: #eaede6;
  min-height: 80px;
  text-align: center;
  display: none !important;
}
.newsBackground {
  background-image: url("img/lightWood.jpg");
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.newsletterCheck {
  font-family: TWReg;
  font-size: 14pt;
}
.newsSubmit {
  vertical-align: middle;
}
.origSongList {
  display: ;
}
.polaroid-images {
  margin: 0 auto;
  width: 85%;
}
.polaroid-images a {
  background: white;
  display: inline;
  float: left;
  margin: 20px 30px 30px;
  padding: 10px 10px 25px;
  text-align: center;
  text-decoration: none;
  -webkit-box-shadow: 0 4px 6px rgba(0, 0, 0, .3);
  -moz-box-shadow: 0 4px 6px rgba(0,0,0,.3);
  box-shadow: 0 4px 6px rgba(0,0,0,.3);
  -webkit-transition: all .15s linear;
  -moz-transition: all .15s linear;
  transition: all .15s linear;
  z-index:0;
  position:relative;
  font-family: Squiggle;
}
.polaroid-images a:after {
  color: #333;
	font-size: 36px;
  word-spacing: 2px;
  letter-spacing: 1.5px;
	content: attr(title);
	position: relative;
	top:15px;
  text-decoration: none;
}
.polaroid-images img {
  display: block;
}
.polaroid-images a:nth-child(1n) {
	-webkit-transform: rotate(-1deg);
	-moz-transform: rotate(-1deg);
	transform: rotate(-1deg);
}
.polaroid-images a:nth-child(2n) {
	-webkit-transform: rotate(4deg);
	-moz-transform: rotate(4deg);
	transform: rotate(4deg);
}
.polaroid-images a:nth-child(3n) {
	-webkit-transform: rotate(-3deg);
	-moz-transform: rotate(-3deg);
	transform: rotate(-3deg);
}
.polaroid-images a:hover{
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transform: scale(1.2);
  -moz-transform: scale(1.2);
  transform: scale(1.2);
  z-index:10;
  -webkit-box-shadow: 0 10px 20px rgba(0, 0, 0, .7);
  -moz-box-shadow: 0 10px 20px rgba(0,0,0,.7);
  box-shadow: 0 10px 20px rgba(0,0,0,.7);
  text-decoration: none;
}
.review {
  font-style: italic;
}
.section2 figure img{
  width: 100%;
}
.section2 {
  width: 100%;
  min-height: 220px;
  position: relative;
  z-index: -1;
  background-color: #fffef4;
  padding: 2%;
}
.section2 p {
  line-height: 40px;
}
.section3 {
  width: 100%;
  z-index: -1;
  background-color: #fffef4;
  font-family: TWReg;
}
.section4 {
  width: 100%;
  height: auto;
  position: relative;
  z-index: 3;
  background-color: #64b7b5;
}
.section5 {
  position: relative;
  z-index: 3;
  background-image: url("img/blurIceland.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  overflow: hidden;
}
.sidebar {
  height: 100%; /* 100% Full-height */
  width: 0; /* 0 width - change this with JavaScript */
  position: fixed; /* Stay in place */
  z-index: 1; /* Stay on top */
  top: 0; /* Stay at the top */
  left: 0;
  background-color: #111; /* Black*/
  overflow-x: hidden; /* Disable horizontal scroll */
  padding-top: 60px; /* Place content 60px from the top */
  transition: 0.5s; /* 0.5 second transition effect to slide in the sidenav */
}
.sidebar a {
  padding: 8px 8px 8px 32px;
  text-decoration: none;
  font-size: 25px;
  color: #818181;
  display: block;
  transition: 0.3s;
}
.sidebar a:hover {
  color: #f1f1f1;
}
.sidenav .closebtn {
    position: absolute;
    top: 0;
    right: 25px;
    font-size: 36px;
    margin-left: 50px;
}
.socImage {
  width:          135px;
  height:         125px;
  vertical-align: middle;
  display:        inline-block;
  *display:       inline;
  zoom:           1;
  padding-top: 20px;
}
.socImage img, p {
  -webkit-transition: all .08s linear;
  -moz-transition: all    .08s linear;
  transition: all         .08s linear;
}
.socImage img:hover {
  -webkit-transform:  scale(1.3);
  -moz-transform:     scale(1.3);
  transform:          scale(1.3);
  z-index:            10;
}
.socImage img:hover p {
  display: none;
}
.socImage p {
  text-align: center;
  color: white;
}
.stretch {
  width: 100%;
  display: inline-block;
  font-size: 0;
  line-height: 0
}
.subscribeSection {
    color: white;
    position: relative;
    background-color: #ed5940;
    padding-left: 0;
    padding-right: 0;
}
.subsection2Left {
  float: left;
  width: 50%;
  height: 100%;
  top: 50%;
}
.subsection2Left p {
  line-height: 40px;
  font-size: 26pt;
}
.subsection2Right {
  float: right;
  width: 50%;
  height: 100%;
}
.subsection4Top {
  display: inline-block;
  position: relative;
  width: 100%;
  height: 200px;
  padding: 30px;
  float: left;
}
.subsection4Bottom {
  display: inline-block;
  position: relative;
  width: 100%;
  height: auto;
  padding-left: 40px;
  padding-right: 40px;
  padding-bottom: 30px;
}
.subsection4Bottom p {
    color: white;
}
.topbackground {
  width: 100%;
  height: auto;
  background-image: url("img/NicCoverPhoto.jpg");
  background-size: contain;
  background-repeat: no-repeat;
}
@font-face {
  font-family: TWCond;
  src: url("fonts/TW Cen MT Cond.TTF");
}
@font-face {
  font-family: TWReg;
  src: url("fonts/TW Cen MT Reg.TTF");
}
@font-face {
  font-family: Callig;
  src: url("fonts/Calligraffiti.tff");
}
@font-face {
  font-family: Squiggle;
  src: url("fonts/Everything You Want.ttf");
}
@keyframes linkAnimation {
    from  {background-color: #eaede6;}
    to    {background-color: #d1d2d0;}
}
@media (max-width:1400px) {
  .blogPost {
    width: 800px;
  }
  p {
    font-size: 18pt;
  }
}
@media (max-width:1000px) {
  .blogPost {
    width: 650px;
  }
  .emailFooter > .row > .col-sm-3 {
    display: none;
  }
  p {
    font-size: 14pt;
  }
  .section5 {
    height: 200px;
  }
  .socImage {
    width: 100px;
  }
  .socImage p {
    display: none;
  }
  .shortPad {
    padding-bottom: 10px;
    max-width: 80%;
    display: block;
  }
}
@media (max-width:640px) {
  .blogPost {
    width: 360px;
  }
  .emailFooter > .row > .col-sm-3 {
    display: none;
  }
  .lastPost {
    margin-bottom: 100px;
  }
  .lilNav {
    display: !important;
  }
  /* .description {
    float: '';
    padding-top: 6%;
    margin-left: 0;
    width: 100%;
    height: 100%;
    padding: 30px;
  } */
  .mobileNews ul {
    display: '';
  }
  .section5 {
    height: 150px;
  }
  .shortPad {
    padding-bottom: 10px;
    max-width: 80%;
    display: block;
  }
  .socImage {
    width: 70px;
  }
  .socImage p {
    display: none;
  }
  #disp {
    display: ;
  }
  #frm_add {
    padding-bottom: 20px;
  }
  #musicMarginLeft {
    display: none;
  }
  #musicMarginRight {
    display: none;
  }
  #topNav {
  }
}
@media (max-width:400px) {
  .emailFooter > .row > .col-sm-3 {
    display: none;
  }
  .lastPost {
    margin-bottom: 100px;
  }
  .lilNav {
    display: !important;
  }
  /* .description {
    float: '';
    width: 100%;
    height: 100%;
    overflow: hidden;
    padding-top: 6%;
    padding: 3px;
  } */
  .section5 {
    height: 100px;
  }
  .mobileNews ul {
    display: '';
  }
  .sidebar {
    display: block;
  }
  .socImage {
    width: 100px;
  }
  .socImage p {
    display: none;
  }
  #disp {
    display: ;
  }
  #musicMarginLeft {
    display: none;
  }
  #musicMarginRight {
    display: none;
  }
  #topNav {
  }
}
::-webkit-scrollbar {
  display: none;
}
#booking {
  background-image: url("img/arrow.png");
  background-position: top right;
}
#bs-example-navbar-collapse-1 > ul > li{
  width: 100%;
  margin-bottom: 15px;
}
#contactLabel {
  color: white;
}
#dateText {
  color: white;
}
#details {
  vertical-align: top;
}
#disp {
  display: none;
}
#emailHelp {
  color: black;
  margin-left: 20px;
  vertical-align: middle;
}
#equipText {
  color: white;
}
#extra p {
  text-align: center;
}
#form {
  z-index: 400;
}
#hamburger {
  max-width: 40px;
}
#locText {
  color: white;
}
#newsLabel {
  padding-left: 10px;
  color: white;
}
#quickSubmit{
  height: auto;
  width: 50px;
}
#socialIcons{
  text-align: justify;
  -ms-text-justify: distribute-all-lines;
  text-justify: distribute-all-lines;
  height: 80%;
  padding: 4%;
  overflow: hidden;
}
#cover1{
  display: ;
}
#cover2{
  display: none;
}
