* {
    box-sizing: border-box;
}
@font-face {
    font-family: Emma;
    src: url(fonts/emma.ttf);
}
@font-face {
    font-family: Bubble;
    src: url(fonts/bubble.ttf);
}

}
html {
    min-height: 100%;
    min-width: 100%;
}
body {
    font-family: Emma, Arial, sans-serif;
    font-weight: 400;
    font-size: 30px;
    line-height: 0.8;
    color: #222;
    background: #fff;
    min-height: 100%;
    min-width: 100%;
    background-position: top center;
    background-repeat: no-repeat;
    background-size: cover;
}
.width100{
    width:100%;
}
.text-center{
    text-align: center !important;
}
.width-small{
    width:100px;
}
.marked-text{
    font-weight: 700;
    color:darkgreen;
}
.top-margin-lg{
    margin-top: 150px;
}
.overlay {
    min-width: 100%;
    min-height: 100%;
    background: rgba(0, 0, 0, 0.7);
}
.header-bar {
    width: 100%;
    min-width: 100%;
    max-width: 100%;
    height: 60px;
    text-align: center;
}
.header-img {
    display: block;
    height: 100%;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
}
.header-img2 {
    display: none;
    height: 100%;
    margin-left: auto;
    margin-right: auto;
}
@media screen and (max-width: 360px) {
    .header-img {
        display: none;
    }
    .header-img2 {
        display: block;
    }
   .header-bar {
        padding-right: 0px;
    }
}
@media screen and (min-width:360px) and (max-width: 760px) {
   .header-bar {
        padding-right: 60px;
    }
}
h1 {
    color: #111;
    font-size: 40px;
    font-family: Bubble, "Sacramento", Arial, serif;
    font-weight: 400;
}
.top-margin{
    margin-top: 60px;
}
.bottom-margin{
    margin-bottom: 40px;
}
.side-piece{
    display: inline;
    height:20px;
    margin-bottom: 20px;
}
.side-standing{    
    height:120px;
    margin-top: 60px;
}
.side-laying{    
    width:180px;
    margin-bottom: 40px;
}
@media screen and (max-width: 420px) {
    .side-piece{
        display: none;
    }
}
.inline{
    display: inline;
}
.font-large {
    font-size: 28px;
    color: #fff;
}
.white-box {
    background-color: #fff;
    color: #000;
    text-align: center;
    margin-bottom: 50px;
}
.reg-image-container {
    width: 100%;
    min-height: 120px;
    background-color: #fff;
    background-position: top center;
    background-repeat: no-repeat;
    background-size: contain;
}
.reg-content {
    text-align: center;
    min-height: 80px;
}
.reg-header {
    font-family: Bubble, "Sacramento", Arial, serif;
    font-size: 24px;
    line-height: 24px;
    color: #000;
    margin-bottom: 0px;
    margin-top: 5px;
}
.reg-link1 {
    color: firebrick;
    line-height: 32px;
}
.reg-link1:hover{
    color:darkslategray;
}
.reg-link2 {
    color:darkcyan;
    line-height: 32px;
}
.reg-link2:hover{
    color:darkolivegreen;
}
.reg-button {
    width: 100%;
    border-radius: 0px;
    background-color: darkred;
    border-color: darkred;
    color: #fff;
}
@media screen and (min-width: 950px) {
    .header-bar {
        height: 100px;
    }
    h1 {
        color: #111;
        font-size: 50px;
        font-family: Bubble, "Sacramento", Arial, serif;
        font-weight: 400;
        margin-bottom: 50px;
    }
    .side-piece{
        display: inline;
        height:40px;
    }
    .font-large {
        font-size: 48px;
        color: #fff;
    }
}
.dark-theme {
    background-color: #333;
    color: #fff;
}
#page {
    position: relative;
    overflow-x: hidden;
    width: 100%;
    height: 100%;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
}
.offcanvas #page {
    overflow: hidden;
    position: absolute;
}
.offcanvas #page:after {
    -webkit-transition: 2s;
    -o-transition: 2s;
    transition: 2s;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 101;
    background: rgba(0, 0, 0, 0.7);
    content: "";
}
a {
    color: #46b8da;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
    text-decoration: none;
}
a:hover,
a:active,
a:focus {
    color: #ffb6c1;
    outline: none;
    text-decoration: none;
}
p {
    margin-bottom: 20px;
}
.megatext{
    margin-top:30px;
    margin-bottom: 30px;
    font-size:40px !important;
    font-weight: 700 !important;
}
h2,
h3,
h4,
h5,
h6,
figure {
    color: #111;
    font-family: 36px;
    font-family: Bubble, "Sacramento", Arial, serif;
    font-weight: 400;
    margin: 40px 0 20px 0;
}
.full-content {
    width: 100%;
    min-height: 100px;
    margin: 0px;
    padding: 0px;
}
.bubbles{
    background-image: url(images/bubbles.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: top center;
}
.form-control{
    font-size: 36px;
    line-height: 22px;
    border: 2px solid #000 !important;
    border-radius: 0;
}
.form-button{
    background-color: transparent;
    color:#000;
    font-size: 36px;
    background-image: url(images/btn1.png);
    background-repeat: no-repeat;
    background-size: cover;
    border: 0px;
    width:180px;
    height:72px;
    margin:10px;
    padding:5px;
}
.form-button:hover{
    color:#fff;
    background-image: url(images/btn2.png);
}
input[type='radio']:after {
        width: 20px;
        height: 20px;
        border-radius: 15px;
        top: -4px;
        left: -4px;
        position: relative;
        background-color: #;
        content: '';
        display: inline-block;
        visibility: visible;
        border: 2px solid white;
    }

    input[type='radio']:checked:after {
        width: 20px;
        height: 20px;
        border-radius: 15px;
        top: -4px;
        left: -4px;
        position: relative;
        background-color: #000;
        content: '';
        display: inline-block;
        visibility: visible;
        border: 2px solid white;
    }

#hamnav {
    width: 100%;
    background: #fff;
    text-align: right;
    z-index: 2000;
}
#hamnav label,
#hamburger {
    display: none;
    cursor: pointer;
}
#hamitems {
    display: flex;
    background: #fff;
}
#hamitems a {
    width: 20%;
    padding: 10px;
    color: #000;
    font-family: Bubble, "Sacramento", Arial, serif;
    text-decoration: none;
    text-align: center;
    position: relative;
}
#hamitems a .link-img{
    display: none;
    position: absolute;
    left:20%;
    bottom:-5;
    width:60%;
    
}
#hamitems a:hover .link-img{
    display: block;
}
@media screen and (max-width: 950px) {
    #hamnav {
        background: transparent;
        position: absolute;
        top: 0;
        right: 0;
    }
    #hamnav label {
        display: inline-block;
        color: #000;
        font-style: normal;
        font-size: 1.2em;
        padding: 20px;
        padding-bottom: 40px;
    }
    #hamitems a {
        box-sizing: border-box;
        display: block;
        width: 100%;
        background: #fff;
        color: #000;
        border-top: 1px solid lightgrey;
    }
    
#hamitems a:hover .link-img{
    display: none;
}
    #hamitems a .link-img{
        display: none;
    }
    #hamitems a:hover {
        background: #333;
        color: #fff;
    }
    #hamitems {
        display: none;
    }
    #hamnav input:checked ~ #hamitems {
        display: block;
    }
}
@media screen and (max-width: 767px) {
    #hamnav label {
        padding-bottom: 0px;
    }
}


/* Sticky footer styles
-------------------------------------------------- */
html {
  position: relative;
  min-height: 100%;
}
body {
  /* Margin bottom by footer height */
  margin-bottom:50px;
}
.footer {
    font-family: Emma, Arial, sans-serif;
  position:absolute;
  bottom:0;
  width:100%;
  /* Set the fixed height of the footer here */
  height:50px;
  background-color:#fff;
  text-align:center;
  line-height:10px;
  color:#000;
}
.footertekst{
	margin-top:10px;
	font-size:30px;
	color:#000;
}
.footerlink :hover{color:#2F90C9;}