body {
    margin: 0;
    padding: 0;
    background: #292929;
    font-family: 'Roboto', sans-serif;
}

.header_area {
    background: #292929;
}

.header_logo a {
    color: #fff;
    font-weight: bold;
}

/*menu area*/
a.nav-link {
    font-size: 16px;
    font-family: 'Roboto', sans-serif;
    text-transform: uppercase;
    display: block;
    padding: 10px 10px;
    box-sizing: border-box;
}

.navbar-dark .navbar-brand {
    padding-bottom: 0;

}

.navbar-dark .navbar-brand a {
    font-weight: bold;
    text-transform: uppercase;
    text-decoration: none;
    color: #fff;
}

.navbar-expand-lg .navbar-nav .dropdown-menu {
    position: absolute;
    background: #343A40;
}

.navbar-expand-lg .navbar-nav {
    margin: auto;
    text-align: center;
}

nav.navbar.navbar-expand-lg.navbar-dark {
    margin-bottom: 10px;
}

.dropdown-item {
    color: #fff;
    transition: .5s linear;
}

.nav-item {
    display: inline-block;
}

.nav-item:hover {
    border-top: 1px solid #cccccc;
    border-bottom: 1px solid #cccccc;
}


/*slider */
.slider_area {
    width: 100%;
    margin: auto;
}

.carousel-item img {
    width: 100%;
}

/* .carousel-control-next-icon {
    margin-right: -134%;
}
.carousel-control-next-icon, .carousel-control-prev-icon {
    width: 58px;
    height: 38px;
}
.carousel-control-prev-icon {
    margin-left: -134%;
} */
.main_content {
    min-height: 100vh;
}

/*home page about*/
.home_about {
    color: #fff;
    font-family: lato, sans-serif;
    text-align: center;
    margin-top: 80px;
    margin-bottom: 80px;
    padding-bottom: 30px;
    background: #4D4D4D;
}

.home_about p {
    font-size: 15px;
    font-family: 'Roboto', sans-serif;

}


/*about page css*/
.about_area h2,
.contact_area h2,
.collection h2 {
    display: inline-block;
    padding: 10px 100px 17px 100px;
    margin-top: 30px;
    margin-bottom: 50px;
    color: #ccc;
}

.contact_mail {
    background: #4D4D4D;
}

.about_image {
    text-align: center;
    margin-bottom: 50px;
}

.about_content {
    font-family: 'Roboto', sans-serif;
    margin-bottom: 80px;
    background: #4D4D4D;
}

.about_content h2 {
    color: #ccc;
}

.about_content p {
    text-align: justify;
    padding: 10px 47px 10px 47px;
    color: #ccc;
    margin-left: 15px;
}


/*contact page*/

.contact_content {
    margin-top: 100px;
    margin-bottom: 100px;
}

.contact_mail {
    padding: 30px;
    position: relative;
    margin-top: 40px;
}

.contact_mail i {
    font-size: 41px;
}

.contact_mail a {
    font-size: 20px;
    margin-left: 16px;
    color: #ccc;
    text-decoration: none;
    position: absolute;
    top: 37%;
}

.contact_form input {
    width: 100%;
    background: transparent;
    outline: none;
    border-top: none;
    border-left: none;
    border-right: none;
    padding: 6px;
    border-bottom: 2px solid #ccc;
    transition: .25s linear;
    color: #fff;
}

.contact_form input:focus {
    border-bottom: 2px solid #fff;
}

.contact_form textarea {
    background: transparent;
    width: 100%;
    outline: none;
    border-top: none;
    border-left: none;
    border-right: none;
    border-bottom: 2px solid #ccc;
    margin-top: 30px;
    color: #fff;
}


/*collection area*/
.collection_single {
    text-align: center;
    position: relative;
    margin-top: 30px;
}

.collection_single p {
    width: 80%;
    color: #ccc;
    margin-left: 8%;
}

.collection_name {
    text-align: left;
}

.collection_single .collection_image:hover .collection_shadow {
    opacity: 1;
    left: 10%;
}

.collection_single .collection_image:hover img {
    border: 2px solid #ccc;
}

.collection_image {
    overflow: hidden;
}

.collection_shadow {
    background: rgba(0, 0, 0, 0.6);
    color: #fff;
    position: absolute;
    top: 50%;
    left: 10%;
    height: 34%;
    width: 80%;
    opacity: 0;
    transition: .2s linear;
    transform: translateY(-50%);
}

.collection_shadow h5 {
    padding: 56px;
    margin-top: 0;
    font-size: 24px;
}

.collection_shadow p {
    color: #ccc;
    text-decoration: none;
    transition: .5s linear;
    text-transform: uppercase;
    cursor: pointer;
    padding: 0;
    margin: 0 auto;
}

.collection_shadow:hover a {
    color: #fff;
}

.image_overview img {
    height: 450px;
}

.art_desc h3 {
    margin-top: 13px;
    font-family: 'Roboto', sans-serif;
}

.art_desc p {
    margin-top: 20px;
    text-align: justify;
    font-family: 'Roboto', sans-serif;
}


/*overview modal css*/
.modal-content {
    background: #4D4D4D;
}

.modal-header {
    border-bottom: none;
}

.close {
    color: #fff;
    text-decoration: none;
}

.modal-open .modal {
    overflow-x: hidden;
    overflow-y: auto;
    background: #292929;
}

.image_overview img {
    height: 100%;
}

.art_desc {
    color: #fff;
}

.column {
    margin-top: 6px;
}

/*footer area css*/
#scroll_up {
    background: url('../images/scroll-up.jpg') no-repeat scroll 0 0;
    background-position-x: 0px;
    background-position-y: 0px;
    background-size: auto;
    bottom: 20px;
    right: 10px;
    position: fixed;
    width: 50px;
    height: 50px;
    cursor: pointer;
    background-position: center;
    background-size: cover;
    display: none;
}

.footer_area {
    background: #4D4D4D;
    color: #ccc;
    padding: 15px;
    font-size: 16px;
    font-family: 'Roboto', sans-serif;
}

.footer_designer_info {
    text-align: right;
    color: #73695E;
}

#scroll {
    position: fixed;
    right: 10px;
    bottom: 10px;
    cursor: pointer;
    width: 50px;
    height: 50px;
    background-color: #3498db;
    text-indent: -9999px;
    display: none;
    -webkit-border-radius: 60px;
    -moz-border-radius: 60px;
    border-radius: 60px
}

#scroll span {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -8px;
    margin-top: -12px;
    height: 0;
    width: 0;
    border: 8px solid transparent;
    border-bottom-color: #ffffff;
}

#scroll:hover {
    background-color: #e74c3c;
    opacity: 1;
    filter: "alpha(opacity=100)";
    -ms-filter: "alpha(opacity=100)";
}

.callArtDetailsModal {
    cursor: pointer;
}


.about_content p {
    text-align: center;
}

.art_desc p {
    text-align: left;
}

.collection_shadow h5 {
    padding: 15px;
    margin-top: 0;
    font-size: 24px;
}

.collection_shadow {
    height: auto !important;
}
a.navbar-brand.hide-lg.show-mb.mr-auto {
    padding-left: 0;
}
.art_desc h3{
    font-size: 20px;
}
.hide-lg{
    display: none ;
}

.hide-sm{
    display: block ;
}