body {
    font-size: 18px;
    font-family: 'Open Sans', "Helvetica Neue", Helvetica, Arial, "sans-serif";
    color: #000;
}

h1,
h2,
h3,
h4,
h5,
h6,
.btn {
    font-family: 'Oswald', "Helvetica Neue", Helvetica, Arial, "sans-serif";
    text-transform: uppercase;
    line-height: 1.4 !important;
}

.navbar-brand {
    font-family: 'Oswald', "Helvetica Neue", Helvetica, Arial, "sans-serif";
    text-transform: uppercase;
    line-height: 1 !important;
}

.navi {
    max-width: 1820px;
}

.navbar-brand img {
    margin-top: 0!important;
}

.nav-link {
    font-family: 'Oswald', "Helvetica Neue", Helvetica, Arial, "sans-serif";
    text-transform: uppercase;
    font-size: 18px;
    color: #fff !important;
    line-height: 1 !important;
    padding-top: 0;
}

.sh1 {
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12) !important;
}

.sh2 {
    box-shadow: 0 8px 17px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19) !important;
}

.sh3 {
    box-shadow: 0 12px 15px 0 rgba(0, 0, 0, 0.24), 0 17px 50px 0 rgba(0, 0, 0, 0.19) !important;
}

.sh4 {
    box-shadow: 0 16px 28px 0 rgba(0, 0, 0, 0.22), 0 25px 55px 0 rgba(0, 0, 0, 0.21) !important;
}

.sh5 {
    box-shadow: 0 27px 24px 0 rgba(0, 0, 0, 0.2), 0 40px 77px 0 rgba(0, 0, 0, 0.22) !important;
}

/* XL Desktops */
@media only screen and (min-width : 1200px) {
}

/* LG Desktops */
@media only screen and (max-width : 1200px) {
}

/* MD Tablets */
@media only screen and (max-width : 992px) {
}

/* XS Landscape phones Phones */
@media only screen and (max-width : 768px) {
    .nav-link {
        padding-top: 10px;
    }

    .herobg h1 {
        font-size: 42px !important;
        padding-top: 120px !important;
    }

    .herobg {
        min-height: 400px !important;
    }

    .fifty {
        padding: 35px 25px !important;
    }

    .bgcolumn {
        height: 300px;
    }
}

/* XS Portrait Phones */
@media only screen and (max-width : 544px) {
    .navbar-brand {
        font-size: 16px;
    }
}

.bg-success {
    background-color: #2a6cae !important;
}

.btn-outline-success {
    color: #2a6cae;
    background-color: transparent;
    background-image: none;
    border-color: #2a6cae;
}

.btn-success {
    color: #fff;
    background-color: #2a6cae;
    border-color: #2a6cae;
}

.btn-sucess a:hover {
    background-color: #215282 !important;
    color: #fff;
    border-color: #215282;
}

.text-success {
    color: #2a6cae !important;
}

.border-success {
    border-color: #2a6cae !important;
}

.herobg {
    background-image: url('images/tak.webp');
    min-height: 450px;
    width: 100%;
    text-align: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.herobg .btn {
    font-size: 22px;
    margin-top: 30px;
    background: #2a6cae;
    border-color: #2a6cae;
    color: #fff;
}

.herobg h1 {
    color: #fff;
    padding-top: 170px;
    font-size: 60px;
}

.fifty {
    padding: 50px;
}

.fotlink {
    position: absolute;
    bottom: 0;
    right: 0;
}

.fifty h2 {
    margin-bottom: 0px;
}

.fifty h5 {
    border-bottom: solid 1px #000;
    padding-bottom: 5px;
}

.bord {
    border: solid 3px #000;
}

footer {
    background: #000;
    padding-top: 30px;
    padding-bottom: 0;
}

.fadeIn {
    -webkit-animation-name: fadeIn;
    animation-name: fadeIn;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}

@-webkit-keyframes fadeIn {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@keyframes fadeIn {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

.fadeIn2 {
    -webkit-animation-name: fadeIn2;
    animation-name: fadeIn2;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-delay: 1s;

    /* Safari 4.0 - 8.0 */
    animation-delay: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}

@-webkit-keyframes fadeIn2 {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@keyframes fadeIn2 {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

a:link,
a:visited {
    color: inherit;
}

.bgcolumn {
    background-image: url(images/taklaggare-goteborg.webp);
    background-size: cover;
    background-position: center center;
}

.puff {
    position: absolute;
    bottom: 0;
    right: 0;
    text-align: right;
}

.puff h3 {
    margin-right: 10px;
    text-shadow: 3px 3px 2px rgba(0, 0, 0, 1);
    color: #fff;
}

.slideInLeft {
    -webkit-animation-name: slideInLeft;
    animation-name: slideInLeft;
    -webkit-animation-duration: 1.5s;
    animation-duration: 1.5s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}

@-webkit-keyframes slideInLeft {
    0% {
        -webkit-transform: translateX(-100%);
        transform: translateX(-100%);
        visibility: visible;
    }

    100% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
}

@keyframes slideInLeft {
    0% {
        -webkit-transform: translateX(-100%);
        transform: translateX(-100%);
        visibility: visible;
    }

    100% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
}

.goog {
    width: 100%;
    border: none;
    height: 1300px;
}

.hov:hover {
    background: #000;
}
