@charset "utf-8";
/* CSS Document */

 /* Style the navbar */
#navbar {
    overflow: hidden;
    background-color: #000000;
    right: auto;
    width: auto;
}

/* Navbar links */
#navbar a {
	float: left;
	display: block;
	color: #f2f2f2;
	text-align: center;
	padding: 14px;
	text-decoration: none;
	margin-left: auto;
	margin-right: 10px;
}

/* Page content */
.content {
  padding: 16px;
}

/* The sticky class is added to the navbar with JS when it reaches its scroll position */
.sticky {
  position: fixed;
  top: 0;
  width: 100%;
}

/* Add some top padding to the page content to prevent sudden quick movement (as the navigation bar gets a new position at the top of the page (position:fixed and top:0) */
.sticky + .content {
  padding-top: 60px;
} 
#navbar {
    text-align: center;
    float: none;
    clear: none;
    background-repeat: repeat-y;
    background-attachment: fixed;
    background-position: center center;
}
.navbar {


}

body {
    font-family: sans-serif;
    background-color: #FFFFFF;
    text-align: center;
    background-image: url(images/jpg%20__%20%20gif/ersfjord-00-background.jpg);
    width: auto;
    background-size: cover;
}

.center {
    display: block;
    margin-left: auto;
    margin-right: auto;
    max-width: none;
}
.topic_1 {
    max-width: 70%;
    margin-left: auto;
    margin-right: auto;
    background-color: #FFFFFF;
    /* [disabled]background-image: -webkit-linear-gradient(270deg,rgba(255,255,255,0.48) 0%,rgba(255,255,255,0.45) 100%); */
    /* [disabled]background-image: -moz-linear-gradient(270deg,rgba(255,255,255,0.48) 0%,rgba(255,255,255,0.45) 100%); */
    /* [disabled]background-image: -o-linear-gradient(270deg,rgba(255,255,255,0.48) 0%,rgba(255,255,255,0.45) 100%); */
    padding-top: 5px;
    padding-right: 50px;
    padding-left: 50px;
    padding-bottom: 50px;
    /* [disabled]background-image: linear-gradient(180deg,rgba(255,255,255,0.48) 0.00%,rgba(255,255,255,0.45) 100%); */
    text-align: center;
    /* [disabled]background-color: #EDEDEE; */
}
.topic_1_dark {
    max-width: 70%;
    margin-left: auto;
    margin-right: auto;
    background-color: #000000;
    /* [disabled]background-image: -webkit-linear-gradient(270deg,rgba(255,255,255,0.48) 0%,rgba(255,255,255,0.45) 100%); */
    /* [disabled]background-image: -moz-linear-gradient(270deg,rgba(255,255,255,0.48) 0%,rgba(255,255,255,0.45) 100%); */
    /* [disabled]background-image: -o-linear-gradient(270deg,rgba(255,255,255,0.48) 0%,rgba(255,255,255,0.45) 100%); */
    padding-top: 5px;
    padding-right: 50px;
    padding-left: 50px;
    padding-bottom: 50px;
    /* [disabled]background-image: linear-gradient(180deg,rgba(255,255,255,0.48) 0.00%,rgba(255,255,255,0.45) 100%); */
    text-align: center;
    /* [disabled]background-color: #EDEDEE; */
    color: #FFFFFF;
}
ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
	overflow: hidden;
	/* [disabled]background-color: #333; */
	  text-align: center;
}

li {
  float: left;
}

li a {
  display: block;
  color: white;
  text-align: center;
  padding: 14px 16px;
  text-decoration: none;
}

li a:hover {
  background-color: #111;
}

* {
    box-sizing: border-box;
    max-width: none;
    width: auto;
}

img {
    vertical-align: middle;
    border-radius: 15px;
}


.footer {
    background-color: #000000;
    width: 100%;
    color: #FFFFFF;
    padding-bottom: 10px;
    margin-top: 0px;
    margin-bottom: 0px;
    font-style: normal;
    font-weight: 200;
    text-align: center;
    padding-top: 50px;
  position: fixed;
  left: 0;
  bottom: 0;
  width: 100%;
}

.footer-socialmedia-btn {
    border-radius: 12px;
    margin-top: auto;
    margin-left: 6px;
    margin-right: 6px;
    padding-top: 4px;
}
