/* Move down content because we have a fixed navbar that is 3.5rem tall */
body {
    color: #000000;
    font-size: 1.1rem;
    background-color: #ededed !important;
}

.naba {
    background-color: rgba(0, 0, 0, 0.35);
    transition: all 1s ease-in-out;
}

.naba:hover {
    background-color: rgba(108, 117, 125, 0.9);
}

.whisha {
    text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.59);
}

.blasha {
    text-shadow: 1px 1px 2px rgba(238, 238, 238, 0.95);
}

.homer {
    background-image: url('images/filwide1whi.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: right top;
}

@media (max-width:575px) {
    .homer {
        background-image: url('images/behmob2.jpg');
        background-repeat: no-repeat;
        background-size: cover;
        background-position: center center;
    }
}

.jomer {
    background-image: url('images/filibacko.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center top;
}

@media (max-width:575px) {
    .jomer {
        background-image: url('images/filimob.jpg');
        background-repeat: no-repeat;
        background-size: cover;
        background-position: center center;
    }
}

.behomer {
    background-image: url('images/bluesoft.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center right;
}

.bighomer {
    background-image: url('images/bigback.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: right center;
}

.bbehomer {
    background-image: url('images/behanwi.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top right;
}

@media (min-width: 641px) and (max-width: 1100px) {
    .bbehomer {
        background-image: url('images/behdt.jpg');
        background-repeat: no-repeat;
        background-size: auto;
        background-position: top right;
    }
}

@media (max-width:640px) {
    .bbehomer {
        background-image: url('images/behmob.jpg');
        background-repeat: no-repeat;
        background-size: auto;
        background-position: top center;
    }
}

.behan {
    background-image: url('images/behdt.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    padding-top: 3rem;
    padding-bottom: 3rem;
}

.vik {
    padding-top: 3rem;
    padding-bottom: 3rem;
    color: #ffffff;
    background-color: #010101;
    text-shadow: none;
}

.grow {
    transition: all 1s ease-in-out;
}

.grow:hover {
    transform: scale(1.1);
}

.grow2 {
    transition: all 1s ease-in-out;
}

.grow2:hover {
    transform: scale(1.4);
}

.jumbotron {
    padding: 2rem 1rem;
    background-color: #e9ecef;
    border-radius: 0.3rem;
    margin-bottom: 0;
}

.bg-pan-right {
    -webkit-animation: bg-pan-right 8s both;
    animation: bg-pan-right 8s both;
}

.bg-pan-left {
    -webkit-animation: bg-pan-left 8s both;
    animation: bg-pan-left 8s both;
}

@-webkit-keyframes bg-pan-right{
    0% {
        background-position: 0 50%;
    }

    100% {
        background-position: 100% 50%;
    }
}

@keyframes bg-pan-right{
    0% {
        background-position: 0 50%;
    }

    100% {
        background-position: 100% 50%;
    }
}

@-webkit-keyframes bg-pan-left{
    0% {
        background-position: 100% 50%;
    }

    100% {
        background-position: 0 50%;
    }
}

@keyframes bg-pan-left{
    0% {
        background-position: 100% 50%;
    }

    100% {
        background-position: 0 50%;
    }
}

a {
    color: #000000;
    text-decoration: none;
    background-color: transparent;
}

a:hover {
    color: #000000;
    text-decoration: underline;
}

.navbar-dark .navbar-toggler {
    color: rgba(255, 255, 255, 0.86);
    border-color: rgba(255, 255, 255, 0.69);
}

.btn-dark {
    color: #fff;
    background-color: #050505;
    border-color: #0f0f0f;
}

.btn-dark:hover {
    color: #fff;
    background-color: #23272b;
    border-color: #1d2124;
}

.btn-dark:focus,
.btn-dark.focus {
    box-shadow: 0 0 0 0.2rem rgba(82, 88, 93, 0.5);
}

.navbar-dark .navbar-nav .nav-link {
    color: rgba(255, 255, 255, 0.84);
}

.navbar-dark .navbar-nav .nav-link:hover,
.navbar-dark .navbar-nav .nav-link:focus {
    color: rgba(255, 255, 255, 0.95);
}

.beh {
    background-image: url('images/behwide.jpg');
    background-repeat: no-repeat;
    background-size: contain;
    background-position: right top;
    background-attachment: fixed;
}

@media (max-width:768px) {
    .beh {
        background-image: url('images/behmob.jpg');
        background-repeat: no-repeat;
        background-position: right top;
        background-size: cover;
        background-attachment: fixed !important;
    }
}

.bbeh {
    background-image: url('images/behanwide8.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: right top;
    background-attachment: fixed !important;
    min-height: 700px;
}

@media (max-width:768px) {
    .bbeh {
        background-image: url('images/behanmob.jpg');
        background-repeat: no-repeat;
        background-size: contain;
        background-position: center center;
        background-attachment: fixed !important;
    }
}

@media (min-width: 768px) {
    .card-columns {
        -webkit-column-count: 3;
        -moz-column-count: 3;
        column-count: 3;
        -webkit-column-gap: 1.25rem;
        -moz-column-gap: 1.25rem;
        column-gap: 1.25rem;
        orphans: 1;
        widows: 1;
    }

    .card-columns .card {
        display: inline-block;
        width: 100%;
    }
}

.bg-light {
    background-color: #ededed !important;
}

.bg-black {
    background-color: #030303 !important;
}

