/* header */
#headerwrap, #headerwrap.fixed-header {
    -webkit-transition: all 0.3s ease-in;
    -moz-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
    -ms-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
    position: fixed;

    /* background-color: rgba(108,92,128,1.00); */
    background-color: #047792; 
}
.transparent-header #headerwrap.fixed-header, #headerwrap.fixed-header {
    /* background-color: rgba(108,92,128,1.00); */
    background-color: #047792;
    padding-top: 0px;
    padding-bottom: 0px;
}
/*  headings */
h1 {
    color: #ffffff;
    /* font-family: Oleo Script; */
    /* font-family: 'Leckerli One'; */
    text-transform: none;
    font-size: 100px;
    line-height: 90px;
    letter-spacing: 0;
    font-weight: 900;
    text-shadow: 2px 2px 5px rgba(0, 0, 0, 0.50);
}

/* buttons */
#sln-salon .btn.btn-confirm {
    background-color: #047792;
    color: #fff;
}
#sln-salon .btn.btn-confirm:hover {
    background-color: #77409a;
    color: #fff;
}
