#lang{
    font-size: 10px;
    text-transform: lowercase;
    color: #914311;
}

.services_bg_pad{
    background-color: white;
}

.user-not-found{
    height: 100vh;
}
.user-found{
    height: 100vh;
}

.author{
    text-align: center;
}

.middle {
    transition: .5s ease;
    opacity: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    text-align: center;
}

.author:hover .image {
    opacity: 0.3;
}

.author:hover .middle {
    opacity: 1;
}

.text {
    background-color: cornflowerblue;
    color: white;
    font-size: 12px;
    padding: 16px 32px;
    /* position: relative; */
    margin-top: -80px;

}

.img {
    opacity: 1;

    height: auto;
    transition: .5s ease;
    backface-visibility: hidden;
}

.custom-file-container {

    margin: 0 auto;
}

.custom-file-container__image-preview {
    box-sizing: border-box;
    transition: all 0.2s ease;
    margin-top: 20px;
    margin-bottom: 40px;
    height: 250px;
    width: 100%;
    border-radius: 4px;

    background-position: center center;
    background-repeat: no-repeat;
    background-color: #fff;
    overflow: auto;
    background-size: contain;
}

#select-tools-selectized{
    min-width: 150px!important;
}
section {
    min-height: 100%;
    display: grid;
    grid-template-rows: auto 1fr auto;
    /*height: -webkit-fill-available;*/
}
footer{background-color: #313131!important;z-index: 1006;}
@media only screen and (max-width: 425px) {
   .carousel-item img{
       width: 400px!important;
       height: 300px;
   }

    .carousel-caption a {
        font-size: 14px!important;
        background-color: #65a7ef!important;
    }
}


p,h1,h2,h3,h4,h5,h6,span div{
    word-break: break-all!important;
}

input{
    color: black!important;
}


@media only screen and (min-width: 425px) {
    .carousel-item img{
       width: 100%!important;
        height: 100%!important;
    }
}

.navbar .navbar-nav .nav-item .nav-link {
    display: inline-block;
    vertical-align: middle;
    color: #777575;
    letter-spacing: .04em;
    padding: 10px;
    border-radius: 3px;
    position: relative;
    font-size: 16px;
    font-weight: bold;
    text-align: center;
}
.navbar .navbar-nav .nav-item.active .nav-link {
    background: #e6e6e6!important;
}

.navbar .navbar-nav .nav-item .nav-link:focus, .navbar .navbar-nav .nav-item .nav-link:hover{
    background:#e6e6e6!important;
}

.category-box{
    border-style: solid;
    border-width: 1px;
    border-color: grey;
    margin: 4px!important;
    height: 240px;
}

@media only screen and (max-width: 728px) {
    .category-box{
        border-style: solid;
        border-width: 1px;
        border-color: grey;
        margin: 4px!important;
        height: 200px;
    }
}
.carousel-caption{
    right: 5%!important;
    left: 5%!important;
}
html,
body {
    height: 100%;
}

#page-content {
    flex: 1 0 auto;
}

#sticky-footer {
    color:white;
    flex-shrink: none;
    margin-top: 42px;
}

/* Other Classes for Page Styling */

.navbar-toggler{
    font-size: 16px!important;
}
.custom-control.custom-checkbox, .custom-control.custom-radio{
    margin-right: 0px!important;
}
.form-control{
    font-size: 13px!important;
}

.bg-primary-gradient{
    background: linear-gradient(-45deg,#54585d,#858a90)!important;
}