﻿html, body {
    height: 100%;
}
body {
    padding: 0;
    margin: 0;
    background-position: center center;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: cover;
    font-family: 'Nunito', sans-serif;
    color: #ACABAB;
}

@media only screen and (min-width: 992px) {
    .dropdown-container {
        margin-right: 0 !important;
    }
}

    @media only screen and (max-width: 767px) {
        .map-block {
            height: 400px;
        }
        .companylogo{
            max-height:34px;
            max-width:100px;
        }
        .hemen-spar-ver a {
            padding: 8px 12px !important;
        }
        .navbarSocialIcons {
            display:none !important;
        }
    }

    @media only screen and (max-width: 645px) {

        .contactinfo {
            font-size: 20px !important;
        }

        .title {
            font-size: 12px !important;
        }

        .home_address {
            font-size: 16px !important;
        }
    }

.onlineorder {
    display:inline-block;
    border-radius: 12px;
    padding: 22px 55px;
    margin: 10px 0;
    margin-bottom: 160px;
    font-weight:700;
}

        .onlineorder span {
            display: block;
            text-align: center;
            margin: auto;
            font-size: 24px;
            line-height: 1.2;
            color: #fff;
        }

    .onlineorderbutton {
        cursor: pointer;
    }

    .contactinfo {
        font-size: 40px;
        color: #000;
        text-align: right;
        text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.1);
        font-weight: 400;
    }

    .title {
        font-size: 15px;
        font-weight: normal;
        color: #f32a2a;
        text-transform: uppercase;
        letter-spacing: 1px;
    }

    .home_address {
        font-size: 20px;
        line-height: 32px;
        letter-spacing: 1px;
    }

    .navbar-botttom {
        position: fixed;
        width: 100%;
        bottom: 5%;
    }

    .menu-list {
        font-weight: 700;
    }

    #content {
        margin-top: 50px;
        background-color: #fff;
        min-height: 400px;
    }

        #content p {
            padding: 20px;
            padding-bottom: 0;
        }

    .nav-item {
        text-transform: uppercase;
        font-size:12px;
    }

    .content_text h1 {
        font-size: 26px;
        color: #A33722;
        margin-top: 0px;
        text-transform: uppercase;
        padding-bottom: 12px;
        letter-spacing: 1px;
    }

    .address {
        font-size: 15px;
        text-transform: uppercase;
        letter-spacing: 2px;
        line-height: 32px;
        margin: 0;
        color: #535353;
    }

.buttons>a{
    display: none;
}

    .content_text h2 {
        font-size: 16px;
        color: #535353;
        font-weight: normal;
    }

    .address i {
        color: #009846;
        font-size: 26px;
    }

    .phone {
        font-size: 15px;
        color: #535353;
        text-transform: uppercase;
        font-weight: normal;
        letter-spacing: 1px;
        line-height: 32px;
        margin: 10px 15px 10px 0px;
    }

        .phone i {
            color: #009846;
            font-size: 24px;
            text-transform: uppercase;
        }

    a.mail-text:hover {
        color: #A33722;
        text-decoration: none;
    }

    a.mail-text {
        font-size: 15px;
        text-decoration: none;
        line-height: 32px;
        font-weight: normal;
        letter-spacing: 1px;
        color: #535353;
        text-transform: uppercase;
    }

    .mail-text i {
        font-size: 20px;
        color: #009846;
    }

    .ffooter {
        background: #fff !important;
    }

    .headertext:hover {
    }

#welcome{
    display:none;
}
#homePageCarousel {
    width: 100%;
    position: absolute;
    z-index: -1;
    right: 0;
    top: 0;
    height: 100%;
    background-color:#000000;
}
#homePageCarousel div{
    height: 100%;
}

