@media (min-width: 992px) {
    .footer {
        position: fixed;
        left: 0;
        bottom: 0;
        width: 100%;
    }
    .stylos {
        margin: 30px auto 50px;
        max-width: 75%;
    }

    .stylos .d-flex figure {
        width: 30%;
        margin: 1%;
    }
    .contact-form {
        margin: 0px auto 50px;
    }
    .contact-form .btn { 
        width:60%;
    }
}

@media (max-width: 991px) and (min-width:576px) {
    .footer {
        position: fixed;
        left: 0;
        bottom: 0;
        width: 100%;
    }
    
    .stylos {
        margin: 30px auto 50px;
        max-width: 95%;
    }

    .stylos .d-flex figure {
        width: 47%;
        margin: 1.5%;
    }
    .contact-form {
        margin: 0px auto 50px;
    }
    .contact-form .btn { 
        width:60%;
    }
}

@media (max-width: 575px) {
    .stylos {
        margin: 30px auto 50px;
        max-width: 95%;
    }

    .stylos .d-flex figure {
        width: 90%;
        margin: 3% auto;
    }

    .modal-content {
        width: 100%;
    }
    
    .contact-form .btn {
        width:100%;
    }
}

@font-face {
    font-family: Amkifuny;
    src: url(private/fonts/Amkifuny.otf);
}

@font-face {
    font-family: GreatFeelingScript;
    src: url(public/fonts/GreatFeelingScript.otf);
}

@font-face {
    font-family: Mellisa;
    src: url(/public/fonts/Mellisa.ttf);
}

@font-face {
    font-family: Artesy;
    src: url(/public/fonts/Artesy.otf);
}

/****************************Error page****************************/

.error {
    color: black;
    text-align: center;
}

.error h1 {
    font-family: Amkifuny;
    font-size: 100px;
}

.error h3 {
    font-family: Mellisa;
    font-size: 50px;
}

.error img{
    max-width: 85%;
}
/****************************Error page****************************/

/*************************Header - Footer*************************/
body {
    background-image: url(../images/wood%20background%203.jpg);
    background-attachment: fixed;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.navbar {
    font-size: 20px;
    background-color: #867055;
    box-shadow: 0px 0px 10px 10px #867055;
}

.navbar .navbar-brand {
    font-family: Mellisa;
    font-size: 50px;
    line-height: 50px;
    height: 50px;
}

.footer {
    margin: 0px;
    margin-top: 40px;
    font-size: 15px;
    background-color: #867055;
    box-shadow: 0px 0px 10px 10px #867055;
}

.footer li {
    text-align: center;
    list-style: none;
    padding: 2px 10px;
}

.footer li p {
    margin: 0;
}

.footer li a,
.footer li p {
    color: rgba(0, 0, 0, 0.5);
}

.footer li a:hover,
.footer li p:hover {
    text-decoration: none;
    color: black;
}

/*************************Header - Footer*************************/

.img_stylo a {
    opacity: 0;
    position: absolute;
    bottom: 5px;
    left: 5px;
    line-height: 50px;
    font-size: 50px;
    color: white;
    z-index: 0;
}

.img_stylo a:hover {
    cursor: pointer;
}

.img_stylo {
    color: #ffffff;
    overflow: hidden;
    position: relative;
    text-align: left;
    box-shadow: 0px 0px 15px 15px #867055;
}

.img_stylo * {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: all 1s ease;
    transition: all 1s ease;
}

.img_stylo:after {
    background-color: white;
    opacity: 0.6;
    top: 0;
    bottom: 0;
    content: '';
    left: -120%;
    position: absolute;
    width: 200px;
    box-shadow: 0 0 100px white;
    -webkit-transform: skew(-20deg);
    transform: skew(-20deg);
    -webkit-transition: all 1s ease;
    transition: all 1s ease;
}

.img_stylo img {
    vertical-align: top;
    max-width: 100%;
}

.img_stylo figcaption {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 1;
    line-height: 1em;
    opacity: 0;
}

.img_stylo h2 {
    font-family: Mellisa;
    margin-top: 1%;
    font-size: 50px;
    text-align: center;
}

.img_stylo h3 {
    font-family: Artesy;
    text-align: right;
    position: absolute;
    margin: 0;
    bottom: 1%;
    right: 15px;
    font-size: 35px;
}

.img_stylo:hover > img {
    opacity: 1;
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
}

.img_stylo:hover:after {
    left: 200%;
}

.img_stylo:hover figcaption {
    opacity: 1;
}

.img_stylo:hover a {
    opacity: 1;
    z-index: 2;
}

ul.checkbox_list {
    list-style: none;
}

ul.checkbox_list li {
    display: inline;
}

ul.checkbox_list li label {
    display: inline-block;
    border-radius: 25px;
    margin: 3px 0px;
    transition: all .2s;
    padding: 8px 12px;
    cursor: pointer;
}

ul.checkbox_list li .check {
    background-color: rgba(255, 255, 255, .9);
    border: 2px solid rgba(139, 139, 139, .3);
    color: #adadad;

}

ul.checkbox_list li .button {
    border: 2px solid #e2e2e2;
    background-color: #fff;
    color: #000;
}

ul.checkbox_list li .check:before {
    display: inline-block;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    font-size: 12px;
    text-align: center;
    padding: 2px 8px 2px 0;
    content: "\f067";
    transition: transform .3s ease-in-out;
    width: 20px;
}


ul.checkbox_list li input[type="checkbox"]:checked + .check:before {
    content: "\f00c";
    transform: rotate(-360deg);
    transition: transform .3s ease-in-out;
}

ul.checkbox_list li input[type="checkbox"]:checked + .check {
    border: 2px solid #e2e2e2;
    background-color: #fff;
    color: #000;
    transition: all .2s;
}

ul.checkbox_list li input[type="checkbox"],
ul.checkbox_list li input[type="button"] {
    position: absolute;
    opacity: 0;
}

ul.checkbox_list li input[type="button"]:active + label {
    border: 2px solid #000;
}

.contact-form h1 {
    text-align:center;
}
.contact-form label {
    font-size: 24px;
}

.contact-form .was-validated .form-control:invalid {
    border-color: darkred;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='none' stroke='darkred' viewBox='0 0 12 12'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='darkred' stroke='none'/%3e%3c/svg%3e")
}

.contact-form .invalid-feedback {
    color: darkred;
}

.contact-form .btn {    
    display:block;
    margin:auto;
    background-color: rgba(134, 112, 85, 1);
    color: white;
    border-color: gray;
}

.contact-form .btn:hover {
    background-color: rgba(134, 112, 85, 0.7);
}
/********************* The Modal (background) ***********************/
.modal {
    display:none;
    position: fixed;
    z-index: 1024;
    padding-top: 20px;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgb(0, 0, 0);
    background-color: rgba(0, 0, 0, 0.7);
    
}

/* Modal Content (Image) */
.modal-content {
    margin: auto;
    display: block;
    width: auto;
    height: 99%;
}

/* Caption of Modal Image (Image Text) - Same Width as the Image */
.modal_title {
    margin: auto;
    display: block;
    position: absolute;
    top: 20px;
    width: 100%;
    text-align: center;
    color: #fff;
    font-family: Mellisa;
    font-size: 50px;
}

/* Add Animation - Zoom in the Modal */
.modal-content,
.modal_title {
    animation-name: zoom;
    animation-duration: 0.6s;
}

@keyframes zoom {
    from {
        transform: scale(0)
    }

    to {
        transform: scale(1)
    }
}

/* The Close Button */
.close {
    z-index: 1025;
    position: absolute;
    top: 15px;
    right: 35px;
    color: #f1f1f1;
    font-size: 80px;
    font-weight: bold;
    transition: 0.3s;
}

.close:hover,
.close:focus {
    color: #bbb;
    text-decoration: none;
    cursor: pointer;
}


.mentions{
    color:white;
}