@charset "utf-8";
/* Simple fluid media
   Note: Fluid media requires that you remove the media's height and width attributes from the HTML
   http://www.alistapart.com/articles/fluid-images/ 
*/
img, object, embed, video {
	max-width: 100%;
}

body{
	background-size: cover; 
	background-repeat: no-repeat;
	background-attachment: fixed; 
	background-position: center center;
}
.max_w{max-width: 980px;}
.c1{
	color: #1c549f;
}
.c2{
	color: #940505;
}
.c3{
	color: #fff;
}
.c4{color: #323232}
.f1{
	background-color: #891F45;
}
.f2{
	background-color: #26a8b1;
}
.f3{
	background-color: #fff;
}
.f4{
        background:rgba(255,255,255,0.9);
}
.t1{
	font-size: 28px; font-weight: normal
}
.t2{
    font-size: 24px;
}
.t3{
    font-size: 18px;
}
.t4{
    font-size: 16px;
}
.back-img{
    background-size: contain; 
    background-repeat: no-repeat;
    background-position: center center;
}

.header{
    background-color: white;
}
.w-25{
     z-index: 2;
}
.header .w-25 p:nth-child(1){
    font-size: 38px;
    color: rgb(228, 121, 23);
    font-weight: 500;
}
.header .w-25 p:nth-child(2){
    font-size: 52px;
    margin-top: -20px;
}
.header .w-100 p:nth-child(1){
    font-size: 58px;
    color: rgb(228, 121, 23);   
}
.header .w-100 p:nth-child(2){
    font-size: 87px;
     z-index: 2;
     margin-top: -50px;
}

.transparence{
    position: absolute;
    top: 0;
    bottom: 0;
    left:0px;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 20%;
    text-align: left;
    max-height: 100%;
    margin-left: -15px;
}
.linear-gradient {
  background: linear-gradient(to left, transparent, transparent, rgba(255, 228, 225, 0.97),white, white), url("img/demenagement-piano-background-2.jpg");
  background-repeat: no-repeat;
  background-position: center;
  min-height: 245px;
    background-size: cover;
}

.zeroMargin_mobile {
margin-left: 0;
}
.hide_mobile {
display: none;
}

@media (min-width: 576px){
    .linear-gradient {
        background: linear-gradient(to left, transparent, transparent, rgba(255, 228, 225, 0.97) , white), url("img/demenagement-piano-background-2.jpg");
        background-position: center bottom;
        background-size: cover;
     }
}

@media (max-width: 768px) {
    .w-50,.w-100{
        width: 100% !important;
    }
    
}
@media only screen and (max-width: 992px) {
    .w-25,.w-75{
            width: 100% !important;
    }
}
/* Tablet Layout: 481px to 768px. Inherits styles from: Mobile Layout. */

@media only screen and (min-width: 768px) {
    .header .w-25 p:nth-child(1){
        font-size: 48px;
        color: rgb(228, 121, 23);
    }
    .header .w-25 p:nth-child(2){
        font-size: 72px;
        z-index: 2;
        margin-top: -50px;
    }
    
    .hide_tablet {
    display: none;
    }
    .zeroMargin_tablet {
    margin-left: 0;
    }
}

@media (min-width: 880px){
    .back-img{
        background-size: 96.5%;
    }
}

@media (min-width: 992px){
    .header .w-25 p:nth-child(1){
        font-size: 58px;
        color: rgb(228, 121, 23);
    }
    .header .w-25 p:nth-child(2){
        font-size: 82px;
        z-index: 2;
        margin-top: -50px;
    }
    .transparence{
        margin-left: auto;
    }
    .back-img{
        background-size: cover;
    }
}
/* Laptop Layout: 769px to a max of 1232px.  Inherits styles from: Mobile Layout and Tablet Layout. */

@media only screen and (min-width: 1024px) {
	
    .zeroMargin_desktop {
    margin-left: 0;
    }
    .hide_desktop {
    display: none;
    }
}
