#navbar_custom {
background-color: black;
opacity: 0.7;
    top: 0;
margin-right: 17px;


}



#footer {
background-color: black;
margin-bottom: -15px;
text-align: center;
padding: 10px;
z-index: 100;
opacity: 0.7;
}


#testme {
z-index: 200;
position: absolute;
margin-top: 150px;
}

#mattySmokey {

}

#mattyLogo{
padding-right: 20px;


}


#nav_row {
	margin-right: 5px;
}

#collapse_button{



}


#nav_links{
font-family: Cherry Cream Soda;
color: white;
font-size: 20px;
font-weight: bold;
margin-top: 15px;
margin-right: 40px;
z-index: 100;
float: right;
}

#twitter_bw{
opacity: 0.6;

}

#twitter_bw:hover{
opacity: 1;
}

#you_tube_bw{
opacity: 0.6;
}

#you_tube_bw:hover{
opacity: 1;
}

#facebook_bw{
opacity: 0.6;

}

#facebook_bw:hover{
opacity: 1;

}

#soundcloud_bw{
opacity: 0.6;
}

#soundcloud_bw:hover{
opacity: 1;

}

#mattyID {
padding-right: 25px;

}

#mattyID:hover{
color: #4A71C0;
cursor: pointer;

}

#imagesID {
padding-right: 25px;

}

#imagesID:hover{
color: #4A71C0;
cursor: pointer;
}

#musicID {
padding-right: 25px;

}

#musicID:hover{
color: #4A71C0;
cursor: pointer;
}

#you_tubeID:hover{
color: #4A71C0;
cursor: pointer;
}


  /* Parallax base styles
  --------------------------------------------- */

  .parallax {
	background: black;
    height: 500px; /* fallback for older browsers */
    height: 100vh;
    overflow-x: hidden;
    overflow-y: auto;
    -webkit-perspective: 300px;
	-webkit-perspective-origin-x: 100%;
    perspective: 300px;
	perspective-origin-x: 100%;
  }

  .parallax__group {
    position: relative;
    height: 500px; /* fallback for older browsers */
    height: 100vh;
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
  }

  
  
  .parallax__layer {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
	-webkit-transform-origin-x: 100%;
	transform-origin-x: 100%;
  }

    
  .parallax__layer--fore {
    -webkit-transform: translateZ(90px) scale(.7);
    transform: translateZ(90px) scale(.7);
    z-index: 10;
  }

  .parallax__layer--base {
	margin-left: -30px;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    z-index: 4;

  }

  .parallax__layer--back {
    -webkit-transform: translateZ(-300px) scale(2);
    transform: translateZ(-300px) scale(2);
    z-index: 3;
  }

  .parallax__layer--deep {
  margin-left: -10px;
    -webkit-transform: translateZ(-600px) scale(3);
    transform: translateZ(-600px) scale(3);
    z-index: 2;
  }


  /* Debugger styles - used to show the effect
  --------------------------------------------- */

  .debug {
    position: fixed;
    top: 0;
    left: .5em;
    z-index: 999;
    background: rgba(0,0,0,.85);
    color: #fff;
    padding: .5em;
    border-radius: 0 0 5px 5px;
  }
  .debug-on .parallax__group {
    -webkit-transform: translate3d(800px, 0, -800px) rotateY(30deg);
    transform: translate3d(700px, 0, -800px) rotateY(30deg);
 }
  .debug-on .parallax__layer {
    box-shadow: 0 0 0 2px #000;
    opacity: 0.9;
  }
  .parallax__group {
    -webkit-transition: -webkit-transform 0.5s;
    transition: transform 0.5s;
  }


  /* demo styles
  --------------------------------------------- */
 body, html {

 overflow: hidden;
 
 }
  
  body {
    font: 100% / 1.5 Arial;
	background-color: black;
	
   
  }

  * {
    margin:0;
    padding:0;
  }

  .parallax {
    font-size: 200%;

	
  }

   /* centre the content in the parallax layers */
  .title {
    text-align: center;
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
  }

  

  /* style the groups
  --------------------------------------------- */

  #group1 {
    z-index: 5; /* slide over group 2 */
  }
  #group1 .parallax__layer--base {
    background-image: url(../images/mattyBizcard_resized.jpg);
	background-size: cover;
  }

  #group2 {
      z-index: 3; /* slide under groups 1 and 3 */
	  margin-left: -10px;
  }
  #group2 .parallax__layer--back {
    background-image: url(../images/mattyBizBack_resized.jpg);
	background-size: cover;
  }

  #group2 .parallax__layer--base {
  
  
  }
  
  
  #group3 {
  background-color: black;
  
    z-index: 4; /* slide over group 2 and 4 */
  }
  #group3 .parallax__layer--base {
    background-color: black;
  }

  #group4 {
    z-index: 2; /* slide under group 3 and 5 */
  }
  #group4 .parallax__layer--deep {
  background: -webkit-linear-gradient(left, #a7a7a7, #d3d3d3, #a9a9a9); /* For Safari 5.1 to 6.0 */
  background: -o-linear-gradient(right, #a7a7a7, #d3d3d3, #a9a9a9); /* For Opera 11.1 to 12.0 */
  background: -moz-linear-gradient(right, #a7a7a7, #d3d3d3, #a9a9a9); /* For Firefox 3.6 to 15 */
  background: linear-gradient(to right, #a7a7a7, #d3d3d3, #a9a9a9); /* Standard syntax */
  }

  #group5 {
    z-index: 3; /* slide over group 4 and 6 */
	margin-bottom: 20px;
	text-align: center;
  }
  #group5 .parallax__layer--base {
    background: #efefef;
  }

  #group6 {
    z-index: 2; /* slide under group 5 and 7 */
	margin-left: -10px;
	
  }
  #group6 .parallax__layer--back {
   background-color: black;
  }

  #group7 {
	text-align: center;
    z-index: 3; /* slide over group 7 */
	
  }
  #group7 .parallax__layer--base {
  background: -webkit-linear-gradient(left, #a7a7a7, #d3d3d3, #a9a9a9); /* For Safari 5.1 to 6.0 */
  background: -o-linear-gradient(right, #a7a7a7, #d3d3d3, #a9a9a9); /* For Opera 11.1 to 12.0 */
  background: -moz-linear-gradient(right, #a7a7a7, #d3d3d3, #a9a9a9); /* For Firefox 3.6 to 15 */
  background: linear-gradient(to right, #a7a7a7, #d3d3d3, #a9a9a9); /* Standard syntax */
  }


  /* misc
  --------------------------------------------- */
  .demo__info {
    position: absolute;
    z-index:100;
    bottom: 1vh;
    top: auto;
    font-size:80%;
    text-align:center;
    width: 100%;
  }
  
  .swiper-container{
  width: 650px;
  height: 450px;
  margin: 20px auto;
  
  }
  
  .swiper-slide{
  text-align:center;
  font-size:18px;
  background:#fff;
  display:-webkit-box;
  display:-ms-flexbox;
  display:-webkit-flex;
  display:flex;
  -webkit-box-pack:center;
  -ms-flex-pack:center;
  -webkit-justify-content:center;
  justify-content:center;
  -webkit-box-align:center;
  -ms-flex-align:center;
  -webkit-align-items:center;
  align-items:center;
  
  }
  
#slide_pic {

width: 650px;
height: 450px;


}

#swipelogo {
position: relative;
bottom: 0;
margin: 10px auto;

}
 #HW_cover {
opacity: 0.1;
 width: 775px;
height: 575px;
 }
 
 #music_title {
 margin-left: 50px;
 margin-top: 45px;
 font-family: 'Monoton', cursive;
 font-size: 80px;
 color: #4A71C0;
 
 }
 
 #song_title {
 font: bold 17px 'Cherry Cream Soda', cursive;
 color: #4A71C0;
 
 }
 
 #vid_title {
 font: bold 17px 'Cherry Cream Soda', cursive;
 color: black;
 }
 

 #rowTube {
 margin-top: 75px;
 margin-left: 30px;
 z-index: 20;
 
 }

 #rowTube2 {
 margin-left: 30px;
 z-index: 20;
 
 }
 
  
 #youtubelogo {
  opacity: 0.1;
 z-index: 3;
 
 
 }
 
 #last_layer {
 margin-bottom: 0px;
 }
 
 
#credits {
font-family: Cherry Cream Soda;
color: white;
font-size: 12px;
margin-right: 70px;
}
 
 #matty_name{
 
font-family: Cherry Cream Soda;
color: white;
font-size: 16px;
margin-right: 70px;
color: #4A71C0;
 
 }


#social_swap_bw{
background: transparent;
margin-left: 100px;
}


#social_swap_bw  li {
display: inline;

}