@font-face {
  font-family: 'Code-Bold';
  src: url('../assets/fonts/Code-Bold.eot');
  src: url('../assets/fonts/Code-Bold.woff2') format('woff2'),
       url('../assets/fonts/Code-Bold.woff') format('woff'),
       url('../assets/fonts/Code-Bold.ttf') format('truetype'),
       url('../assets/fonts/Code-Bold.svg#Code-Bold') format('svg'),
       url('../assets/fonts/Code-Bold.eot?#iefix') format('embedded-opentype');
  font-weight: bold;
  font-style: bold;
}

  @font-face {
  font-family: 'Code-Light';
  src: url('../assets/fonts/codeCode-Light.eot');
  src: url('../assets/fonts/Code-Light.woff2') format('woff2'),
       url('../assets/fonts/Code-Light.woff') format('woff'),
       url('../assets/fonts/Code-Light.ttf') format('truetype'),
       url('../assets/fonts/Code-Light.svg#Code-Light') format('svg'),
       url('../assets/fonts/Code-Light.eot?#iefix') format('embedded-opentype');
  font-weight: normal;
  font-style: normal;
}






body{
	background-color: #f06d86;
}
.contentSection{
	min-height:100vh;
	padding-top: 200px;
	padding-bottom: 200px;
	height:100%;
}


/*nav*/
.navbar-default {
    background-color: transparent;
    border-color: transparent;
    border-width: 0px;
}
.navbar-brand{
	padding-top: 0px;
}

.navbar-default .navbar-nav>li>a{
	color: #dc9a9a;
	font-family: 'Code-Bold';
	font-size: 18px;
}
.icon-bar{
	color: #ffffff;
}
.navbar-brand>img {
    height: 108px;
}
.navbar-nav {
    width: 100%;
    text-align: center;
  }
   .navbar-nav > li {
      float: none;
      display: inline-block;
    
  }
  .navbar{
    background: #f06d86;
  }

/*main sec*/
#title{
	width: 400px;
  display:block;
    margin: auto;
    margin-top: 80px;
    margin-bottom: 80px;
    /*margin-right: 30px;*/
}
#album{
	max-width: 440px;
	display:block;
    margin:auto;
}

/*bio*/
#bio .container, #bio .container .row,
#video .container, #video .container .row,
#photos .container, #photos .container .row,
#contact .container, #contact .container .row{
	height: 100%;
}

.bioText{
	color: #ffffff;
	font-family: 'Code-Bold';
	font-size: 16px;
}
.band{
	width: 250px;
	float: left;
}

/*video*/

/*photos*/
.thumbnail{
	background-color: transparent;
	border: 0px solid #ddd;
}
.gridImage{
  border: 6px grey solid;
}

/*contact*/
.contactSection{
  text-align: center;
}
.socialIcons{
  display: inline-block;
  list-style: none;
  padding: 0px;
}
.socialIcons li{
  display: inline-block;
  margin: 20px;
}
.socialIcons li i{
  font-size: 40px;
  color: #000;
}
iframe{
  margin: 0 auto;
  display:block;
}

.emailBtn{
  padding: 20px 40px;
  border-radius: 10px;
  background: #ddd;
  color: #f06d86;

}
.contactSection {
    text-align: center;
    padding: 40px;
}
.bandcampLink{
  text-align: center;
  margin-top: 40px;
}
.bandcampLink p{
  font-size: 20px;
}

/*.vcenter {
   	position: relative;
  	top: 50%;
  	transform: translateY(-50%);
}*/