:root {
  --theme: #1b98ab;
  --theme-dark: #18899a;
}

@font-face {
  font-family: 'GOUDSANL';
  font-style: normal;
  font-weight: 600;
  src: local('GOUDSANL'), url('fonts/GOUDSANL.woff') format('woff');
}

.post_title,
.ff-theme {
  font-family: 'GOUDSANL';
}

body {
  overflow-y: scroll;
}

content {
  flex: 1;
  display: block;
  font-size: 18px;
}

.border-theme {
  border-color: var(--theme)!important;
}

.bg-theme {
  background: var(--theme)!important;
}

.text-theme {
  color:  var(--theme)!important;
}

.hide-me {
  display: none;
}

.pointer,
.form-check .form-check-label {
  cursor: pointer;
}

.btn-theme {
  background: var(--theme)!important;
  color: white;
  border-color: var(--theme-dark)!important;
}

.btn-theme:hover {
  background: var(--theme-dark)!important;
  color: white;
  border-color: var(--theme-dark)!important;
}

.btn {
  border-radius: 0!important;
}

.btn-block {
  display: block;
  width: 100%;
  text-align: center;
}

.btn-outline-theme {
  background: white;
  color: var(--theme)!important;
  border-color: var(--theme-dark)!important;
}

.btn-outline-theme:hover {
  background: var(--theme)!important;
  color: white!important;
  border-color: var(--theme-dark)!important;
}

.frontpage-wrapper {
  height: 100vh;
  overflow: hidden;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}

#video-holder {
  position: absolute;
  top: 0;
  bottom: 0;
  width: 100%;
  height: 100vh;
  overflow: hidden;
}

.frontpage-wrapper #video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  background-size: cover;
}

.frontpage-wrapper img {
  max-height: 40vh;
  width: auto;
}

.frontpage-wrapper .wp-block-media-text__media{
  text-align: center;
}

.nav-link {
  color: white!important;
  font-size: 1.25rem;
  margin-left: 2rem;
}

.bg-static {
  background-size: cover; 
  background-position: center center; 
  background-repeat: no-repeat; 
  background-attachment: fixed;
  box-shadow: inset 0 0 0 1000px rgba(0,0,0,.6);
}

.bg-image {
  background-size: cover; 
  background-position: center center; 
  background-repeat: no-repeat; 
}

section {
  display: block;
  border-bottom: 1px solid white;
  min-height: 100vh;
  color: white!important;
  padding: 3rem 0!important;
}

#menu-footer a {
  color: white;
  text-decoration: none;
}

hr {
  color: var(--theme)!important;
  opacity: 1;
}

.modal-content,
.modal-header,
.modal-fotoer,
.card,
.card-header,
.card-body,
.card-footer,
.form-control {
  border-radius: 0!important;
}

.card-header {
  background: var(--theme)!important;
  color: white;
}

.borderless * {
  border: 0!important;
}

.bg-theme a {
  color: white;
}

.post_title:after {
  content: "";
  height: 25px;
  display: block;
  text-align: center;
  background-image: url('../img/Iversen-linie.webp');
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 300px;
}

.wp-block-columns,
.wp-block-column p:last-of-type {
  margin-bottom: 0!important;
}