body{
   font-family: Arimo, 'Open Sans', sans-serif;
}
.is-navbar-container {
    padding-top:10px;
    padding-bottom:10px;
    border-bottom: 1px solid #eee;
    margin-bottom: 10px;
}
}

hr {
    width: 100%;
    padding-top: 1em;
}

b.is-logo {
    font-size: 1.5em;
}
nav li a {
    text-decoration: none;
    color: #999;
}
nav li a:visited {
    color: #999;
}
nav li.active a{
  font-weight: 500;
  color: #333;
}
a.nav-toggle{
  color: #333;
}
.nav-toggle:hover {
    color: #ccc;
}

a, a:visited {
	color: #666;
}

.clean-hero {
    margin: 20px 0;
    min-height: 250px;
    text-align: center;
    color: white;
    padding-top: 50px;
    padding-bottom: 50px;
    text-shadow: 1px 1px #333;
    background-position: center center;
    background-color: rgba(0,0,0,.5);
    background-blend-mode: multiply;
    background-size: cover;

}
.clean-hero h1, .clean-hero h2, .clean-hero h3, .clean-hero h4 , .clean-hero h5, .clean-hero h6{
  border:unset;
}

 h1,h2,h3,h4,h5,h6 , [href*="/nyhetsbrev"] {
	text-align:left; 
	}

.bluebox{
	text-align:center;
	width:100%;padding:0.5em 0.5em;
	font-size:2vw;
	color:white;
	font-weight:700;
	background: rgb(3,166,208);
	background: linear-gradient(111deg, rgba(3,166,208,1) 0%, rgba(65,209,238,1) 100%);
}

.footer {
    border-top: 1px solid #eee;
    padding-top: 20px;
    padding-bottom: 20px;
}

h1 {
  font-size: 1.9rem;
}

h2 {
  font-size: 1.6rem;
}
h3 {
  font-size: 1.3rem;
}
h4 {
  font-size: 1.1rem;
}
h5 {
  font-size: 0.9rem;
}
h6{
  font-size: 0.8rem;
}

.right {
    float: right;
    max-width: 50%;
    margin-left: 20px;
}
.left {
    float: left;
    max-width: 50%;
    margin-right: 20px;
}
.center {
    text-align:center;
}

.circle {
  border-radius:50%
}
.button, .button:active, .button:focus, .btn, .btn:active, .btn:focus{
  background: #000;
  font-weight: 700;
  color: #fff !important;
}
.button .is-secondary, .btn .is-secondary {
    color: #333;
    background: 0 0;
    border-radius: 4px;
    border: 2px solid #333;
    padding: .5em 1.6em;
}
.btn:hover, .button:hover{
  background-color:#666;
}
.full-width{
    width: 100%;
    margin-top: 1em;
    margin-bottom: 1em;

}
h1, h2, h3 {
    font-weight: 700;
    margin-top: 1.5em !important;
    border-bottom: unset;	
    margin-bottom: unset;
    padding-bottom: unset;
}
img, video {
    height: auto;
    margin-bottom: 1.2em;
}
img.icon {
    width: 80px;
    padding: 20px;
}
@media screen and (max-width: 32rem){
  .right, .left{
    max-width: 100%;
    min-width: 100%;
    padding: unset;
    margin: unset;
    float: none;
  }

}
