
html {
    font-family:sans-serif;
    -webkit-text-size-adjust:100%;
    -ms-text-size-adjust:100%;
    -webkit-box-sizing:border-box;
    box-sizing:border-box;
    font-size:16px;
    -webkit-tap-highlight-color:transparent
}

body {
        margin: 0;
	color: #333;
	font-family: 'Open Sans', Helvetica, Arial, sans-serif;
	font-size: 18px;
	font-weight: 300;
	overflow-x: hidden;
        line-height:1.5;
        background-color:#fff;
}

footer,
nav,
section,
main,
header {
       display:block
}

a {
    background-color:transparent;
    color:#c90;
    text-decoration:underline dashed 1px #c90;
    text-decoration-skip-ink: all;
    text-underline-offset: 10%;
}

a:active, a:hover {
    outline:0
}

b {
   font-weight:700
}

a, button { transition: all 0.3s ease; }

a:hover,
a:focus {
    text-decoration: solid underline 1px #fc6;
    outline: none;
    color:#fc6   ;
}

h1,
h2,
h3 {
     margin-top:0;
     margin-bottom:.5rem;
     font-family:inherit;
     font-weight:500;
     line-height:1.1;
     color: #cc9900;		   
}

h1 {
    font-size: 2.2em;
   }

h2 {
    font-size: 1.4em;
    line-height: 1.6;
   }
h3 {
    font-size: 1.2em;
}

img {
    border: 0;
    vertical-align: middle;
}

p, ul {
  margin-top:0;
  margin-bottom:1rem
}

a,
button {
  -ms-touch-action:manipulation;
  touch-action:manipulation;
}

*,
::after,
::before {
    -webkit-box-sizing:inherit;
    box-sizing:inherit
}

   
.img-fluid {
    display:block;
    max-width:100%;
    height:auto
}

.container-fluid {
	margin-left: auto;
	margin-right: auto;
        padding-right:.9375rem;
        padding-left:.9375rem;
	max-width: 1390px;
	overflow-x: hidden;
}


.container-fluid::after {
       display:table;
       clear:both;
       content:""
}

.row {
       margin-right:-.9375rem;
       margin-left:-.9375rem
}

.row::after {
       display:table;
       clear:both;
       content:""
}


.solfisk-1.col,
.solfisk-3-col {
    position:relative;
    min-height:1px;
    padding-right:.9375rem;
    padding-left:.9375rem;
    float: left;
    width:  100%;
}

.solfisk-header-inner {
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-align-items: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-justify-content: space-between;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
	height: 70px;
}

.solfisk-site-name {
	color: #cc9900;
	display: block;
	font-size: 2.6rem;
	font-weight: 400;
}

.solfisk-main-nav { font-size: 1.0rem; }

.navbar-nav .nav-link {
	border-radius: 6px;
	color: black;
	padding: 8px 36px;
}

.nav-item.active .nav-link,
.nav-link:hover,
.nav-link:focus {
	color: white;
	background-color: #cc9900;
}

.solfisk-section {
	padding-top: 10px;
	padding-bottom: 100px;
}

.solfisk-row { margin-top: 1em; }

#solfisk-home-img-container {
	background-image: url('/images/roervig1.jpg');
	background-size: 100% auto;
	background-position: center;
	background-repeat: no-repeat;
	min-height: 300px;
}

#solfisk-about-img-container,
#solfisk-areas-img-container,
#solfisk-engagement-img-container,
#solfisk-contact-img-container {
	background-size: auto 200px;
	background-position: center;
	background-repeat: no-repeat;
	height: 200px;
}


#solfisk-about-img-container { background-image: url('/images/roervig4.jpg'); background-size: auto 240px; height: 240px;}
#solfisk-engagement-img-container { background-image: url('/images/kop1.jpg'); background-size: auto 250px; height: 250px; }
#solfisk-areas-img-container { background-image: url('../images/nyborg1.jpg'); background-size: auto 300px; height: 300px; }
#solfisk-contact-img-container { background-image: url('../images/kop2.jpg'); }


.solfisk-title {
    margin-bottom: 1rem;
    max-width: 800px;
    text-align: center;
    margin: 0 auto 0;
    line-height: 1.4;
}

.solfisk-subtitle {
	font-size: 1.4em;
	max-width: 800px;
	margin: 0 auto 2em;
	text-align: center;
}

.solfisk-content-box {
	max-width: 310px;
	margin: 0 auto;
}

.solfisk-btn {
	color: white;
	background-color: #cc9900;
	border: none;
	border-radius: 5px;
	display: inline-block;
	padding: 10px 30px;
	text-decoration: none;
}

.solfisk-btn:hover,
.solfisk-btn:focus {
	background-color: #906E09;
	color: white;
	outline: none;
}

.solfisk-footer {
	color: #c6c6c6;
	background-color: #191919;
	background-image: url('../images/footer-bg.png');
	font-size: 0.8rem;
	padding-top: 40px;
	padding-bottom: 20px;
}

.solfisk-copyright-text { 
	color: #999999; 
	margin-bottom: 0;
}

hr { border-top: 1px solid #ccc; }
p { line-height: 1.9; }

.nav {
    padding-left:0;
    margin-bottom:0;
    list-style:none;
}
.nav-link {
    display:inline-block;
    text-decoration: none;
}
.nav-link:focus,
.nav-link:hover {
    text-decoration:none;
}

.navbar {
    position:relative;
    padding:.5rem 1rem;
}
.navbar::after {
    display:table;
    clear:both;
    content:""
}

.navbar-brand {
       float:left;
       padding-top:.25rem;
       padding-bottom:.25rem;
       margin-right:1rem;
       font-size:1.25rem
}
.navbar-brand:focus,
.navbar-brand:hover {
    text-decoration:none
}
.navbar-brand>img {
    display:block
}

.navbar-nav .nav-item {
    float:left
}
.navbar-nav .nav-link {
       display:block;
       padding-top:.425rem;
       padding-bottom:.425rem
}

.navbar-nav .nav-item+.nav-item {
       margin-left:1rem
}


.blurpgrid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-gap: 0 1em;
    grid-template-areas:
	"bi1 bi2 bi3 bi4"
	"bt1 bt2 bt3 bt4"
	"bl1 bl2 bl3 bl4";
}

.blurp-region {
    display: contents;
}

.blurp-image1 { grid-area: bi1; }
.blurp-image2 { grid-area: bi2; }
.blurp-image3 { grid-area: bi3; }
.blurp-image4 { grid-area: bi4; }
.blurp-text1 { grid-area: bt1; }
.blurp-text2 { grid-area: bt2; }
.blurp-text3 { grid-area: bt3; }
.blurp-text4 { grid-area: bt4; }
.blurp-link1 { grid-area: bl1; }
.blurp-link2 { grid-area: bl2; }
.blurp-link3 { grid-area: bl3; }
.blurp-link4 { grid-area: bl4; }

@media print {
       *,
       ::after,
       ::before {
	   text-shadow:none!important;
	   -webkit-box-shadow:none!important;
	   box-shadow:none!important
       }
       a,
       a:visited {
	   text-decoration:underline
       }
       img {
	   page-break-inside:avoid
       }
       img {
	   max-width:100%!important
       }
       h2,
       h3,
       p {
	   orphans:3;
	   widows:3
       }
       h2,
       h3 {
	   page-break-after:avoid
       }
       .navbar {
	   display:none
       }
}



@media (min-width:544px) {
    .navbar {
        border-radius:.25rem
    }
}

@media (min-width:768px) {
}

@media (min-width:992px) {
       .solfisk-3-col {
	   width:33.333%;
       }
}

@media (min-width:1200px) {
    .solfisk-3-col {
	width: 33.333%;
    }
}


@media (max-width: 1390px) {
    .container-fluid {
	padding-left: 5%;
	padding-right: 5%;
    }
}

@media (max-width: 1199px) {
    .solfisk-text-link {
	line-height: 2.2;
    }
    .container-fluid {
	padding-left: 4%;
	padding-right: 4%;
    }
}

@media (max-width: 991px){
    #solfisk-home-img-container {
	background:none;
	display: none;
	height: auto;
    }
    #solfisk-home-img-container img {
	display :none;
	height: auto;
    }

    .solfisk-subtitle { margin-bottom: 40px; }
	
    #topNavbar .navbar-nav .nav-link { padding: 10px 25px; }

    .solfisk-content-box { margin-bottom: 50px; }
  
    .solfisk-section {
        padding-top: 50px;
        padding-bottom: 60px;
    }

    .blurpgrid {
	grid-gap: 0 0.5em;
    }

    .blurpgrid  div {
	font-size: 16px;
    }
}

@media (max-width: 897px) {
    .solfisk-btn {
	padding: 10px 15px;
	font-size: 1rem;
    }
}

@media (max-width: 799px) {
    #topNavbar .navbar-nav .nav-link { padding: 5px 6px; font-size: 12px; }
    #topNavbar {
	background: white; 
	border-radius: 6px;
    }
    .solfisk-content-box { margin-bottom: 50px; }
	
    .solfisk-copyright-text { padding-top: 0; }
    .solfisk-footer { padding-bottom: 15px; }

    .blurpgrid {
	grid-template-columns: repeat(2, 1fr);
        grid-gap: 0 1em;
        grid-template-areas:
	"bi1 bi2"
	"bt1 bt2"
	"bl1 bl2"
	"bi3 bi4"
	"bt3 bt4"
	"bl3 bl4";
    }

    .blurp-image3, .blurp-image4 {
	margin-top: 2em;
    }

}

@media (max-width: 543px) {
    .solfisk-btn { padding: 10px 30px; }
}

@media(max-width: 510px) {
    .solfisk-section {
	padding-top: 10%;
	padding-bottom: 10%;
    }
    
    .solfisk-subtitle { margin-bottom: 20px; }
    .solfisk-content-box { margin-bottom: 40px; }

    #topNavbar .navbar-nav .nav-item { float: none; margin-left: 0; }
    .solfisk-header-inner {
	height: auto;
    }
    
    .blurpgrid {
	grid-template-columns: 1fr;
        grid-gap: 0 0;
        grid-template-areas:
	"bi1"
	"bt1"
	"bl1"
	"bi2"
	"bt2"
	"bl2"
	"bi3"
	"bt3"
	"bl3"
	"bi4"
	"bt4"
	"bl4";
    }

    .blurp-image1, .blurp-image2, .blurp-image3, .blurp-image4 {
	margin-top: 2em;
    }

}
