
.header-nav {
    background: #343a40 !important;
}
body {
	background: #343a40;
}
.navbar {
    padding-top: 30px;
    padding-bottom: 30px;
    /*font-family: Garamond, ‘Times New Roman’, Times, serif;*/
    color: white !important;
}

header.header-nav .navbar-dark .navbar-nav .nav-link {
    color: white;
    font-size: 16px
}
.start-content-bg {
    background-image: url("/Content/Images/akupunkturhuset_varnamo.jpg");
	    background-repeat: no-repeat !important;
    background-position:center;
    background-size:cover;
}

.start-content {
    text-align: center;
    width: 100%;
    min-height: 935px;
    background-repeat: no-repeat !important;
    padding: 0;
    display: block;
}

.umb-grid {
   background: #d7d7d7;


}

.container .row {
    /*background: white;*/
}

.img-home {
    max-width: 100%;
    height: auto;
}

.navbar-brand {
    width: 53%;
    font-family: Garamond, ‘Times New Roman’, Times, serif;
    padding-right: 50px;
}

div.page-headline h1 {
    
}

div.page-headline h1 {
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    margin-top: 15px;
    margin-bottom: 30px;
}



    .page-content a {
        color: #255959;
    }

    .page-content .container .row {
        padding: 30px;
    }

.gallery-about-cells .container .row {
    padding: 30px;
}

hr {
    margin: 30px 0;
    border-bottom: 1px solid #4f4f4f;
}

.right-cell img {
    width: 100%;
    height: 100%;
}

.video-wrapper {
    text-align: center;
}

.video-wrapper {
    text-align: center;
}

    .video-wrapper iframe {
        width: 100%;
    }

.find-us-image {
    text-align: center;
}

    .find-us-image img {
        width: 100%;
    }

.google-map-wrapper {
    overflow: hidden;
}

body > footer{
    width: 100%;
    line-height: 50px;
    color: white;
    background: #343a40;
}
h1{
    font-size:2em;
}
.footer .row {
   padding: 20px 0 20px 0; 
}
.footer p {
    margin-bottom: 0;
    padding-left: 30px;
    color: white;
    line-height:1.6;
}
.footer .col-6 {
    padding-left: 30px;
}
.footer p a{
    color: white;

}
.footer .button {
    background-color:#e51b20;
    border: none;
    color: white;
    text-decoration: none;
    display: inline-block;
    font-size: 16px;
    cursor: pointer;
    padding: 2px 25px;
}
.button {
	background-color:#e51b20;
    border: none;
    color: white;
    text-decoration: none;
    display: inline-block;
    font-size: 16px;
    cursor: pointer;
    padding: 2px 25px;
}
.dynamic_massage{
    margin-bottom:20px;
	    text-align: center;
}
.dynamic-massage-img img{
    max-height:900px;

}

@media screen and (min-width: 1024px) {
    .navbar {
        /*margin-left: 20%;
        margin-right: 20%;*/
    }

    .navbar-brand {
        font-size: 2.5em;
    }

    .start-content {
        padding-left: 20%;
        padding-right: 20%;
    }
}

.active a {
    border-bottom: 2px red solid;
}

.dropdown-menu .active a {
    border-right: 2px red solid;
    border-left: 2px red solid;
    border-bottom: none;
}


@media only screen and (max-width: 1024px) {
    
	.dynamic-massage-img img{
    max-height:660px;

}
	.dynamic_massage .column{
    	width:50%;
}
}
@media only screen and (max-width: 600px) {
    .navbar-brand {
        width: 70%;
        font-family: Garamond, �Times New Roman�, Times, serif;
        padding-right: 0px;
    }
    .start-content {
        min-height:390px;
    }
	.footer p{
        font-size:14px;
    }
    .footer .second{
        margin-top:15px;
    }
	.dynamic-massage-img img{
    max-height:300px;

}
	.dynamic_massage .column{
    	width:50%;
}
}