
body { 
	overflow-x: hidden;
}

#brand {
    font-size : 1.3em; 
}

#navbar {
    font-size: 1.2em;
    font-weight: 600; 
}

nav.navbar.navbar-default.navbar-fixed-top {
    /* background: #111111; */
    /* border-color: #xxxxx; */
}

section {

    min-height: 800px; 
    padding-top: 50px;

}

#mainsection {
    padding-top: 170px; 
    background: url(../images/piano3.jpg); 
    min-height: 500px; 
    background-position: center; 
}
@media screen and (min-width: 768px) {	
	#mainsection {
		min-height: 750px;
	}
}
@media screen and (max-width: 392px) {	
	#mainsection {
		padding-top: 50px;
	}
}
@media screen and (min-width: 393px) and (max-width: 681px) {	
	#mainsection {
		padding-top: 80px;
	}
}
@media screen and (min-width: 682px) and (max-width: 767px) {	
	#mainsection {
		padding-top: 100px;
	}
}
@media screen and (min-width: 768px) and (max-width: 1199px) {	
	#mainsection {
		padding-top: 140px;
	}
}


.intro-message {
    text-align: center; 
    color: white; 
    font-size: 3em; 
	text-transform: uppercase;
}


.social-icon a {
    color:white; 
}

.social-icon a:hover {
    color : #2c3e50; 
}

.fa-stack {
    font-size: 0.6em;
}

#infos, #videos {
	background: #f1f1f1; 
}

.services-block {
	width: 100%;
	border: solid 2px rgba(33, 32, 32, 0.08); 
	border-radius : 10px; 
	margin-top : 30px; 
	margin-bottom : 30px; 
	margin-right: 60px; 
}

.icon-services {
	padding-top : 30px;
	color : #2c3e50; 
}

.icon-services i {
	margin-left: 30px;
}

#contact {
	padding-top : 80px; 
	padding-bottom : 80px; 
	background: #111111; 
	height :380px; 
    color : white;
    font-size: 1.1em;
}

h1, h2 {
	font-family: 'Raleway', Helvetica, Arial, sans-serif;
	font-weight: 700;
}
h1 {
	font-size: 30px;
	line-height: 45px;
}
h2 {
	font-size: 18px;
	line-height: 
}
@media screen and (min-width: 768px) {	
	h1 {
		font-size: 50px;
		line-height: 70px;
	}
	h2 {
		font-size: 30px;
	}
}
h3 {
	font-family: 'Lobster', Georgia, Times, serif;
}
p {
	font-family: 'Cabin', Helvetica, Arial, sans-serif;
	text-align: justify;
}


/* CAROUSEL */

.youtube-carousel{
	border: 4px solid #e25454;
}

.video-container { 
   position: relative; /* keeps the aspect ratio */ 
   padding-bottom: 56.25%; /* fine tunes the video positioning */ 
   padding-top: 60px; overflow: hidden;
   margin-bottom: -1px;
   margin-right: -1px;   
}

.video-container iframe,
.video-container object,
.video-container embed {
  position: absolute;  
  top: 0; 
  left: 0; 
  width: 100%; 
  height: 100%;
}
  
.carousel-control .glyphicon-chevron-left{
  top:35%;
  font-size: 20px;
  left:5%;
  margin: 0;
}

.carousel-control .glyphicon-chevron-right{
  top:35%;
  font-size: 20px;
  left:33%;
  margin: 0;
}

.carousel-control.left, .carousel-control.right {
  background-image: none;
  color: #ffffff;
  top: 50%;
  transform: translate(0,-50%);
  -webkit-transform: translate(0,-50%);
  -ms-transform: translate(0,-50%);
  opacity: 1;
  height:120px;
}

.controls{
   display: none;
}

.carousel-control:hover {
  text-decoration: none;
  filter: alpha(opacity=60);
  outline: 0;
  opacity: 0.6;
}

.left-button {
  height:70px;
  width:35px;
  border-radius: 0 90px 90px 0;
  top: 50%;
  -webkit-transform: translate(0,-50%);
  -ms-transform: translate(0,-50%);
  transform: translate(0,-50%);
  -moz-border-radius: 0 90px 90px 0;
  -webkit-border-radius: 0 90px 90px 0;
  background-color: #e25454;
  display: inline-block;
  position: relative;
  float:left;
  /*subpixel bug*/
  margin-left: -1px; 
}

.right-button {
  height:70px;
  width:35px;
  border-radius: 90px 0 0 90px;
  top: 50%;
  -webkit-transform: translate(0,-50%);
  -ms-transform: translate(0,-50%);
  transform: translate(0,-50%);
  -moz-border-radius: 90px 0 0 90px;
  -webkit-border-radius: 90px 0 0 90px;
  background-color: #e25454;
  display: inline-block;
  position: relative;
  float:right;
  /*subpixel bug*/
  margin-right: -1px;
}


.carousel-caption {
 display: none;
 background: none repeat scroll 0 0 #e25454;
  bottom: 0;
  font-size: 12px;
  text-align: center;
  opacity: 1;
  padding:7px 30px 7px;
  text-transform: uppercase;
  z-index:11;
  pointer-events:none;
}

@media screen and (min-width: 768px) {
.right-button {
  height:120px;
  width:60px;
  border-radius: 90px 0 0 90px;
  -moz-border-radius: 90px 0 0 90px;
  -webkit-border-radius: 90px 0 0 90px;
  display: inline-block;
  position: relative;
  float:right;
}

.left-button {
  height:120px;
  width:60px;
  border-radius: 0 90px 90px 0;
  -moz-border-radius: 0 90px 90px 0;
  -webkit-border-radius: 0 90px 90px 0;
  display: inline-block;
  position: relative;
  float:left;
}

.carousel-control .glyphicon-chevron-left{
  top:35%;
  font-size: 35px;
  left:5%;
}

.carousel-control .glyphicon-chevron-right{
  top:35%;
  font-size: 35px;
  left:35%;
}

.carousel-caption {
  font-size: 18px;
  padding:15px 20px 15px;
  }
}
@media screen and (min-width: 992px) {
 .carousel-caption {
    font-size: 18px;
    padding:15px 20px 15px;
  }
}