html {
    position: relative;
}
body {
    background-color: #E6EAEC;
    background-image: url("../img/contemporary_china_2.png");
    font-family: 'Montserrat-Regular';
    color:#3E2B2E;
}
a {
    color: #936D73;
}
a:hover {
    color: #FFB3AB;
}
a:hover img{
    opacity: 0.9;
}

.footer {
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 60px;
    line-height: 60px;
    padding-right: 40px;
}
#message{
    margin-top: 15px;
}
#facebook-link{
    margin-top: 6px;
}
.fill { 
    min-height: 100vh;
    height: 100%;
}
body>div.container {
    background-color: #FFFFFF;
    padding-bottom: 80px;
}

/*padding mobile view*/
@media (max-width: 767px) {
    body>div.container {
        padding-right: 25px;
        padding-left: 25px;
    }
    .row{
        margin-right: -25px;
        margin-left: -25px;
    }
    .col, .col-1, .col-10, .col-11, .col-12, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-auto, .col-lg, .col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-auto, .col-md, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-auto, .col-sm, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-auto, .col-xl, .col-xl-1, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-auto{
        padding-right: 25px;
        padding-left: 25px;
    }
}
/*END padding mobile view*/

.sewing-border {
    position: relative;
}
.sewing-border-left:before{
    background: repeating-linear-gradient(45deg,transparent 0px, transparent 12px,#f2b1ad 13px,#f2b1ad 14px),repeating-linear-gradient(135deg,transparent 0px, transparent 12px,#f2b1ad 13px,#f2b1ad 14px) !important;
    position: absolute;
    content: '';
    width:15px;
    left: 0;
    top: 0;
    bottom:0;
}

.sewing-border-right:after {
    background: repeating-linear-gradient(45deg,transparent 0px, transparent 12px,#f2b1ad 13px,#f2b1ad 14px),repeating-linear-gradient(135deg,transparent 0px, transparent 12px,#f2b1ad 13px,#f2b1ad 14px) !important;
    position: absolute;
    content: '';
    width:15px;
    right: 0;
    top: 0;
    bottom:0;
  }


h1.big{
    
    font-size: 4rem;
}
#title{
    margin-top: 50px;
}
#loader{
    margin-top: 10px;
}
#logo {
    margin-top: 50px;
}

#contact{
    margin-top: 85px;
}

@media (min-width: 768px) {
    #message-container{
        padding-left: 57px;
        padding-right: 57px;
    }
    #contact{
        padding-left: 57px;
        padding-right: 57px;
    }
}

.google-maps iframe {
    top: 0;
    left: 0;
    width: 100% !important;
    border: 0;
}


@media (max-width: 991px) {
    #contactform{
        margin-top: 50px;
    }
}



@media (max-width: 767px) {
    .hidden-sm-down{
        display: none !important;
    }
}
@media (min-width: 768px) {
    .hidden-md-up{
        display: none !important;
    }
}


.btn-leontine {
    color: #3E2B2E;
    background-color: #FFB3AB;
    border-color: #FFB3AB;
}
.btn-leontine:hover {
    color: #3E2B2E;
    background-color: #ffc8c2;
    border-color: #ffc8c2;
    cursor: pointer;
}

/*Colors*/
.color-yellow {
    color: #FFCD00;
}
.color-pink {
    color: #FFB3AB;
}
.color-pink-brown {
    color: #936D73;
}
.color-black-brown {
    color: #3E2B2E;
}
.color-grey {
    color: #888B8D;
}
/*END Colors*/

/*Background color*/
.background-color-yellow {
    background-color: #FFCD00;
}
.background-color-pink {
    background-color: #FFB3AB;
}
.background-color-pink-brown {
    background-color: #936D73;
}
.background-color-black-brown {
    background-color: #3E2B2E;
}
.background-color-grey {
    background-color: #888B8D;
}
/*END Background color*/

/*Fonts*/
@font-face {
    font-family: 'Yellowtail';
    src: url('../fonts/yellowtail/Yellowtail-Regular.otf'), url('../fonts/yellowtail/Yellowtail-Regular.ttf');
}

.font-yellowtail{
    font-family: 'Yellowtail';
}

@font-face {
    font-family: 'Arkhip';
    src: url('../fonts/arkhip/Arkhip_font.otf'), url('../fonts/arkhip/Arkhip_font.ttf');
}

.font-arkhip{
    font-family: 'Arkhip';
}

@font-face {
    font-family: 'Montserrat-SemiBold';
    src: url('../fonts/Montserrat/Montserrat-SemiBold.otf'), url('../fonts/Montserrat/Montserrat-SemiBold.ttf');
}

.font-montserrat-semibold{
    font-family: 'Montserrat-SemiBold';
}

@font-face {
    font-family: 'Montserrat-Regular';
    src: url('../fonts/Montserrat/Montserrat-Regular.otf'), url('../fonts/Montserrat/Montserrat-Regular.ttf');
}

.font-montserrat-regular{
    font-family: 'Montserrat-Regular';
}
/*END Fonts*/

/*Button loader*/
@-webkit-keyframes imagebulger {
    to {
        -webkit-transform: scale(.85);
        transform: scale(.85);
    }
}
@keyframes imagebulger {
    to {
        -webkit-transform: scale(.85);
        transform: scale(.85);
    }
}
div.image-wrap img {
    -webkit-animation: imagebulger 1.4s infinite alternate;
    -moz-animation: imagebulger 1.4s infinite alternate;
    -o-animation: imagebulger 1.4s infinite alternate;
    animation: imagebulger 1.4s infinite alternate;
}

#loader-bouton-1 img {
    animation-delay: 0s;
}

#loader-bouton-2 img {
    animation-delay: 0.5s;
}

#loader-bouton-3 img {
    animation-delay: 0.8s;
}
/*END Button loader*/