/* GLOBAL STYLES
-------------------------------------------------- */
/* Padding below the footer and lighter body text */
/* html, body {
  padding: 0;
  margin: 0;
}
 */
html, body {
  margin: 0;
  height: 100%;
  overflow: hidden;
  color: #000000;
}


/* START - MAIN LAYOUT SPLIT SCREEN */
.leftside, .rightside {
  height:50vh;
  width:100%;
}

@media screen and (min-width:768px) {
  .leftside, .rightside {
    height:100vh;
  }

}

@keyframes menuAnim {
  from {
    opacity:0.0;
  }
  to{
    opacity: 1;
  }
}

.menuOverlay {
  margin-bottom: 10px;
  z-index:500;
  position:absolute;
  background-color: transparent;
  width:100%;
  height:30px;
  text-align:center;
  bottom:100px;
  animation: menuAnim 6s;
}

@keyframes glowLogo {
  from {
    width:100px;
    height:100px;
    margin-top: -50px;
    margin-left:-50px;
    box-shadow: 2px 2px 2px black ;
  }
  to {
    width:110px;
    height:110px;
    margin-top: -55px;
    margin-left:-55px;
    box-shadow: 20px 20px 2px black ;
  }
}
@keyframes fadeinMenu {
  from {
    opacity: 0.0;
  }
  to{
    opacity:1;
  }
}

.mocho {
  /* background-color: transparent; */
  
  background: url('../../images/icons/fdm_logo.jpg');
  background-size: cover;
  z-index:510;
  top: 50%;
  left: 50%;
  margin-top: -50px;
  margin-left:-50px;
  position:absolute;
  height:100px;
  width:100px;
  /* box-shadow: 25px 25px 10px black ; */
  border-radius:60px;
  
  animation: glowLogo 1s infinite alternate;

}


.bandcamp {
  
  z-index:510;
  top:50%;
  right:50%;
  width:170px;
  height:170px;
  margin-top:-85px;
  margin-right:-85px;  
  position:absolute;
}

.iconSpacing {
  padding-top:60px;
}
.iconAuto-smaller {
  height:20px !important;
  width:auto !important;
}

.iconAuto { 
  width:auto;
  height:22px;
  transition: height 1s, box-shadow 1s;
  
}
.iconAuto:hover{
  width:auto;
  height:30px;
  box-shadow: 8px 8px 8px blueviolet ;
  /* animation: menuGlow 1s ease-in; */
}


/* .canvas {
  position:absolute;
  top:0;
  left:0;
  width:100%;
  height:auto;
  z-index:50;
}
*/
/* .pContainer1, .pContainer2 {
  vertical-align: top;
  background-color: blueviolet;
}
  */


























/* CUSTOMIZE THE CAROUSEL
-------------------------------------------------- */

/* Carousel base class */
.carousel {
  margin-bottom: 4rem;
}
/* Since positioning the image, we need to help out the caption */
.carousel-caption {
  bottom: 3rem;
  z-index: 10;
}

/* Declare heights because of positioning of img element */
.carousel-item {
  height: 100%;
}
.carousel-item > img {
  position: absolute;
  top: 0;
  left: 0;
  min-width: 100%;
}


/* MARKETING CONTENT
-------------------------------------------------- */

/* Center align the text within the three columns below the carousel */
.marketing .col-lg-4 {
  margin-bottom: 1.5rem;
  text-align: center;
}
.marketing h2 {
  font-weight: 400;
}
.marketing .col-lg-4 p {
  margin-right: .75rem;
  margin-left: .75rem;
}


/* Featurettes
------------------------- */

.featurette-divider {
  margin: 5rem 0; /* Space out the Bootstrap <hr> more */
}

/* Thin out the marketing headings */
.featurette-heading {
  font-weight: 300;
  line-height: 1;
  letter-spacing: -.05rem;
}


/* RESPONSIVE CSS
-------------------------------------------------- */

@media (min-width: 40em) {
  /* Bump up size of carousel content */
  .carousel-caption p {
    margin-bottom: 1.25rem;
    font-size: 1.25rem;
    line-height: 1.4;
  }

  .featurette-heading {
    font-size: 50px;
  }
}

@media (min-width: 62em) {
  .featurette-heading {
    margin-top: 7rem;
  }
}
