.main-nav {
    position: absolute;
    width: 100%;
    padding-top: 1rem;
    z-index: 2;
}

.main-nav img {
    width: 30%;
}

.hero .main-slider-carousel .img-desk {
    display: none;
}

.hero .img-mobi {
    display: block
}

.find h2 {
    text-transform: uppercase;
    color: #216fb6;
    margin-bottom: 2rem;
}

.find .search {
    border-radius: 2rem;
    padding-top: 1rem;
    padding-bottom: 1rem;
    text-align-last: center;
    font-size: 1.2rem;
    color: #c9c9c9;
    text-transform: uppercase;
    -webkit-box-shadow: 0px 0px 16px 5px rgba(0, 0, 0, 0.13);
    -moz-box-shadow: 0px 0px 16px 5px rgba(0, 0, 0, 0.13);
    box-shadow: 0px 0px 16px 5px rgba(0, 0, 0, 0.13);
}

.find .btn-outline-secondary {
    background-color: #fbbd62;
    text-transform: uppercase;
    color: #fff;
    border-color: #fbbd62;
    -webkit-box-shadow: 3px 0px 16px 5px rgba(0, 0, 0, 0.13);
    -moz-box-shadow: 4px 0px 16px 5px rgba(0, 0, 0, 0.13);
    box-shadow: 4px 0px 16px 5px rgba(0, 0, 0, 0.13);
    border-top-right-radius: 2rem !important;
    border-bottom-right-radius: 2rem !important;
}

.find .btn {
    padding-left: 2rem;
    padding-right: 2rem;
}

.find .art-itm {
    text-align: center;
    margin-bottom: 2rem;
    margin-top: 2rem;
}
.find .art-itm:hover{
    cursor: pointer;
}

.find .art-itm h4,
h5,
h6 {
    text-transform: uppercase;
}

.find .art-itm h5 {
    color: #ef7a11;
}

.find .art-itm h5 sup {
    font-size: 0.7rem;
}

.find .art-itm h6 {
    color: #a4a4a4;
}

.find .art-itm .art-fimg {
    border-radius: 1.5rem;
    height: 250px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
.find .art-itm .art-fimg-cont{
    background-color: #ebebeb;
    border-radius: 2rem;
    margin-bottom: 1rem;
    padding: 0.8rem;
}

.find .art-pagination {
    text-align: center;
    margin-top: 2rem;
    margin-bottom: 2rem;
}

.find .page-link {
    color: #333;
}

.find .active>.page-link,
.page-link.active {
    color: #fff;
    background-color: #ef7a11;
    border-color: #ef7a11;
}
.modal-art{
    margin-bottom: 2rem;
}

.footer {
    text-align: center;
    margin-top: 3rem;
}

.footer h4 {
    text-transform: uppercase;
    margin-bottom: 2rem;
}

.footer img {
    margin-bottom: 2rem;
}

.footer .btn-primary {
    text-transform: uppercase;
    background-color: #ef7a11;
    border-color: #ef7a11;
    padding-left: 3rem;
    padding-right: 3rem;
    border-radius: 2rem;
    margin-bottom: 2rem;
}

.footer .copy {
    text-transform: uppercase;
    font-size: 0.7rem;
}

/*Auto complete styles*/
.autocomplete {
    position: relative;
    display: inline-block;
}

input {
    border: 1px solid transparent;
    background-color: #f1f1f1;
    padding: 10px;
    font-size: 16px;
}

input[type=text] {
    background-color: #f1f1f1;
    width: 100%;
}

input[type=submit] {
    background-color: DodgerBlue;
    color: #fff;
    cursor: pointer;
}

.autocomplete-items {
    position: absolute;
    border: 1px solid #d4d4d4;
    border-bottom: none;
    border-top: none;
    z-index: 99;
    top: 100%;
    left: 26px;
    right: 0;
    width: 85%;
}

.autocomplete-items div {
    padding: 10px;
    cursor: pointer;
    background-color: #fff;
    border-bottom: 1px solid #d4d4d4;
}

.autocomplete-items div:hover {
    background-color: #e9e9e9;
}

.autocomplete-active {
    background-color: DodgerBlue !important;
    color: #ffffff;
}

.gallery{
    text-align: center;
    padding-top: 2rem;
    padding-bottom: 2rem;
}
.gallery h3{
    margin-bottom: 1rem;
}

@media (min-width: 992px) {
    .main-nav img {
        width: 15%;
    }

    .hero .main-slider-carousel .img-desk {
        display: block;
    }

    .hero .main-slider-carousel .img-mobi {
        display: none;
    }

    .autocomplete-items {
        width: 73%;
    }
}