body {
    font-size: 1.6rem;
}

.admin-card {
    background-color: #1f2933;
    color: #f5f7fa;
    border: 1px solid #475569;
}

.admin-card .card-title,
.admin-card .card-text,
.admin-card p,
.admin-card li {
    color: #f5f7fa;
}

.admin-card .display-6 {
    color: #8bd3ff;
}

.nav-link {
    cursor: pointer;
}

.navbar {
    height: 91px;
}

.navbar,
.carousel {
    border-bottom: 1px solid #888;
}

.navbar .container {
    height: 91px;
}

.nav-link:active,
.nav-link:hover {
    color: limegreen !important;
}

.icon-link {
    color: white
}

.auth-user {
    white-space: nowrap;
}

.icon-link:hover,
.icon-link:active {
    color: red;
}

.slider-image {
    width: 100vw;
    height: 50vh;
    background-size: cover;
    background-position: center;
}

.footer {
    font-family: sans-serif;
    font-size: 1rem;
    text-align: center;
    border-top: 1px solid #888;
}

.anchor {
    display: block;
    position: relative;
    top: -218px;
    visibility: hidden;
}

.portfolio-menu {
    text-align: center;
}

.portfolio-menu ul li {
    display: inline-block;
    margin: 0;
    list-style: none;
    padding: 10px 15px;
    cursor: pointer;
    -webkit-transition: all 05s ease;
    -moz-transition: all 05s ease;
    -ms-transition: all 05s ease;
    -o-transition: all 05s ease;
    transition: all .5s ease;
}

.portfolio-item .item {
    /*width:303px;*/
    float: left;
    margin-bottom: 10px;
}

#sites_header {
    top: 91px;
}

@media (max-width: 1200px) {
    .offcanvas-collapse {
        position: fixed;
        top: 91px;
        /* Height of navbar */
        bottom: 0;
        left: 100%;
        width: 100%;
        padding-right: 1rem;
        padding-left: 1rem;
        overflow-y: auto;
        visibility: hidden;
        background-color: #343a40;
        transition: transform .3s ease-in-out, visibility .3s ease-in-out;
        /* height: 300px;*/
    }
    .offcanvas-collapse.open {
        visibility: visible;
        transform: translateX(-250px);
        width: 250px;
    }
}

.dropdown-menu {
    background-color: #343a40;
}

.dropdown-item {
    color: white;
}

.dropdown:hover .dropdown-menu {
    display: block;
    margin-top: 0;
}

@media (max-width: 365px) {
    .navbar-brand {
        font-size: 20px;
    }
}

@media (min-width: 366px) {
    .navbar-brand {
        font-size: 28px;
    }
}

@media all and (transform-3d),
(-webkit-transform-3d) {
    .carousel-inner>.item {
        -webkit-transition: -webkit-transform .6s ease-in-out;
        -o-transition: -o-transform .6s ease-in-out;
        transition: transform .6s ease-in-out;
        -webkit-backface-visibility: hidden;
        backface-visibility: hidden;
        -webkit-perspective: 1000;
        perspective: 1000;
    }
    .carousel-inner>.item.next,
    .carousel-inner>.item.active.right {
        left: 0;
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0);
    }
    .carousel-inner>.item.prev,
    .carousel-inner>.item.active.left {
        left: 0;
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0);
    }
    .carousel-inner>.item.next.left,
    .carousel-inner>.item.prev.right,
    .carousel-inner>.item.active {
        left: 0;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

@media (max-width: 575px) {
    .border-top {
        border-top: 1px solid #ffffff;
    }
    .border-left {
        border-left: 1px solid #ffffff;
    }
    .border-bottom {
        border-bottom: 1px solid #ffffff;
    }
    .border-right {
        border-right: 1px solid #ffffff;
    }
    .border-top-0 {
        border-top: none!important;
    }
    .border-left-0 {
        border-left: none!important;
    }
    .border-bottom-0 {
        border-bottom: none!important;
    }
    .border-right-0 {
        border-right: none!important;
    }
}

@media (min-width: 576px) {
    .border-sm-top {
        border-top: 1px solid #ffffff;
    }
    .border-sm-left {
        border-left: 1px solid #ffffff;
    }
    .border-sm-bottom {
        border-bottom: 1px solid #ffffff;
    }
    .border-sm-right {
        border-right: 1px solid #ffffff;
    }
    .border-sm-top-0 {
        border-top: none!important;
    }
    .border-sm-left-0 {
        border-left: none!important;
    }
    .border-sm-bottom-0 {
        border-bottom: none!important;
    }
    .border-sm-right-0 {
        border-right: none!important;
    }
}

@media (min-width: 768px) {
    .border-md-top {
        border-top: 1px solid #ffffff;
    }
    .border-md-left {
        border-left: 1px solid #ffffff;
    }
    .border-md-bottom {
        border-bottom: 1px solid #ffffff;
    }
    .border-md-right {
        border-right: 1px solid #ffffff;
    }
    .border-md-top-0 {
        border-top: none!important;
    }
    .border-md-left-0 {
        border-left: none!important;
    }
    .border-md-bottom-0 {
        border-bottom: none!important;
    }
    .border-md-right-0 {
        border-right: none!important;
    }
}

@media (min-width: 992px) {
    .border-lg-top {
        border-top: 1px solid #ffffff;
    }
    .border-lg-left {
        border-left: 1px solid #ffffff;
    }
    .border-lg-bottom {
        border-bottom: 1px solid #ffffff;
    }
    .border-lg-right {
        border-right: 1px solid #ffffff;
    }
    .border-lg-top-0 {
        border-top: none!important;
    }
    .border-lg-left-0 {
        border-left: none!important;
    }
    .border-lg-bottom-0 {
        border-bottom: none!important;
    }
    .border-lg-right-0 {
        border-right: none!important;
    }
}

@media (min-width: 1200px) {
    .border-xl-top {
        border-top: 1px solid #ffffff;
    }
    .border-xl-left {
        border-left: 1px solid #ffffff;
    }
    .border-xl-bottom {
        border-bottom: 1px solid #ffffff;
    }
    .border-xl-right {
        border-right: 1px solid #ffffff;
    }
    .border-xl-top-0 {
        border-top: none!important;
    }
    .border-xl-left-0 {
        border-left: none!important;
    }
    .border-xl-bottom-0 {
        border-bottom: none!important;
    }
    .border-xl-right-0 {
        border-right: none!important;
    }
}