/*Services information*/
 .services-wrapper{
    margin-left: auto;
    margin-right: auto;
    max-width: 1500px;
    color: #666;
    padding-left: 50px;
}

.services-wrapper > .services-heading{
    margin-top: 55px;
    font-weight: 100;
    padding: 10px 50px;
    color: #bc9d5b;
}

.services-wrapper > .issues-heading{
    margin-top: 55px;
    font-size: 1.3em;
    font-weight: 300;
    padding: 10px 50px;
}

.services-wrapper > .issues-heading h2{
    color: #bc9d5b;
    font-family: 'Libre Baskerville', serif;
}

.services-wrapper > .services-list, .issues-list{
    line-height: 48px;
    font-size: 1.2em;
    font-weight: 600;
    columns: 3;
    margin-left: auto;
    margin-right: auto;
    padding: 10px 70px;
}

/* Images */
.background-image-top{
    background-image: url(../images/flowers.jpg);
    padding: 100px; 
    height:300px; 
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover; 
}

.background-image-bottom{
    background-image: url(../images/pathInNature.jpg);
    padding: 100px; 
    height:400px; 
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover; 
}

.alps-wrapper{
    width: 70%;
    margin-left: auto;
    margin-right: auto;
    padding: 50px 0px;
    margin-top: 100px;
}

.alps-wrapper img{
    height: auto;
    width: 100%;
}

.seaANDfamily-wrapper{
    width: 70%;
    margin-left: auto;
    margin-right: auto;
    padding: 50px 0px;
    max-width: 1300px;
}

.seaANDfamily-wrapper img{
    height: auto;
    width: 100%;
}

@media all and (max-width: 1250px){
    .services-wrapper > .services-list, .issues-list{
        columns: 2;
    }
}

@media all and (max-width: 920px){
    .services-wrapper > .services-list, .issues-list{
        columns: 1;
    }

}

@media all and (max-width: 600px){
    .services-wrapper > .services-list, .issues-list{
        line-height: 48px;
        font-size: 1.2em;
        padding: 10px 30px;
    }


    .services-wrapper{
        padding-left: 20px;
    }
    
    .services-wrapper > .services-heading{
        padding: 10px;

    }

    .services-wrapper > .issues-heading{
        padding: 10px;
    }
    

}

@media all and (max-width: 486px){
    .services-wrapper > .services-heading, .issues-heading{
        text-align: center;
    }

}

