body {
    background-color: #ffdae2;
    font-family: 'Source Sans Pro', sans-serif;
}

a:hover{ text-decoration: underline; color:#222;}
a:link{ color:#222;}
a:visited {color: #222; }

.logo{
}

.logo img{
    width: 60%;
}

.cs-presentation{
    margin-top:30px;
    }

.cs-presentation p{
padding:0 8%;
letter-spacing: 0.5px;
}

.cs-right-bg{
position: absolute;
border:10px solid #ffdae2;
box-sizing: border-box;
-moz-box-sizing: border-box;
-webkit-box-sizing: border-box;
background:url('../img/feelgoodhome-bg.jpg');
background-repeat: no-repeat;
background-position:center;
background-size: cover;
}

.cs-information{
z-index: 999;
background: rgba(255, 219, 227, 0.9);
background: linear-gradient(0deg, rgba(255,218,226,1) 0%, rgba(255,218,226,0.85) 100%);
padding:30px 0;
}

.cs-height{
    height: 100%;
}

.cs-col-height{
    height: 100%;
}

.cs-adress{
    margin-top:20px;
}

.cs-adress div.row{
    border:1px solid #222;
    padding:20px;
    }

.cs-adress div p{
    font-size: 14px;
    margin-bottom:1px;
    line-height: 1.1em;
    white-space: nowrap;
    }

.cs-border-adress{
    border-left:1px solid #222;
    padding-left:30px;
}

@media (min-width: 576px) { 

}

@media (min-width: 768px) { 
    .logo img{
        width: 40%;
    }
}

@media (min-width: 992px) { 
    .cs-right-bg{
        position: relative;
    }
    .cs-height{
        height: 100vh;
    }
    .cs-information{    
        padding:0px;
        }
    .cs-presentation {
       margin-top: 50px;
     }
}

@media (min-width: 1200px) {


}