/* 768px / 16px = 48em */
/* Extra Small Only */
/* Small Devices, Tablets */
/* Grooter as phone 414px 26em */
/* 768px / 16px = 48em */
/* was 58em*/
/* 860px */
/*hero btn row colum swop */
/* Extra Small Only */
/* Small Devices, Tablets */
/* waar on col begin kry */
/* Menu full Screen*/
/***************************
****************************
Reset
****************************
***************************/
/*! normalize-scss | MIT/GPLv2 License | bit.ly/normalize-scss */
/* Document
       ========================================================================== */
/**
     * 1. Correct the line height in all browsers.
     * 2. Prevent adjustments of font size after orientation changes in
     *    IE on Windows Phone and in iOS.
     */
html {
  line-height: 1.15;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/* Sections
       ========================================================================== */
/**
     * Remove the margin in all browsers (opinionated).
     */
body {
  margin: 0;
}

/**
     * Add the correct display in IE 9-.
     */
article,
aside,
footer,
header,
nav,
section {
  display: block;
}

/**
     * Correct the font size and margin on `h1` elements within `section` and
     * `article` contexts in Chrome, Firefox, and Safari.
     */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
       ========================================================================== */
/**
     * Add the correct display in IE 9-.
     */
figcaption,
figure {
  display: block;
}

/**
     * Add the correct margin in IE 8.
     */
figure {
  margin: 1em 40px;
}

/**
     * 1. Add the correct box sizing in Firefox.
     * 2. Show the overflow in Edge and IE.
     */
hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}

/**
     * Add the correct display in IE.
     */
main {
  display: block;
}

/**
     * 1. Correct the inheritance and scaling of font size in all browsers.
     * 2. Correct the odd `em` font sizing in all browsers.
     */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/* Links
       ========================================================================== */
/**
     * 1. Remove the gray background on active links in IE 10.
     * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
     */
a {
  background-color: transparent;
  /* 1 */
  -webkit-text-decoration-skip: objects;
  /* 2 */
}

/* Text-level semantics
       ========================================================================== */
/**
     * 1. Remove the bottom border in Chrome 57- and Firefox 39-.
     * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
     */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
  /* 2 */
}

/**
     * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
     */
b,
strong {
  font-weight: inherit;
}

/**
     * Add the correct font weight in Chrome, Edge, and Safari.
     */
b,
strong {
  font-weight: bolder;
}

/**
     * 1. Correct the inheritance and scaling of font size in all browsers.
     * 2. Correct the odd `em` font sizing in all browsers.
     */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/**
     * Add the correct font style in Android 4.3-.
     */
dfn {
  font-style: italic;
}

/**
     * Add the correct background and color in IE 9-.
     */
mark {
  background-color: #ff0;
  color: #000;
}

/**
     * Add the correct font size in all browsers.
     */
small {
  font-size: 80%;
}

/**
     * Prevent `sub` and `sup` elements from affecting the line height in
     * all browsers.
     */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
       ========================================================================== */
/**
     * Add the correct display in IE 9-.
     */
audio,
video {
  display: inline-block;
}

/**
     * Add the correct display in iOS 4-7.
     */
audio:not([controls]) {
  display: none;
  height: 0;
}

/**
     * Remove the border on images inside links in IE 10-.
     */
img {
  border-style: none;
}

/**
     * Hide the overflow in IE.
     */
svg:not(:root) {
  overflow: hidden;
}

/* Forms
       ========================================================================== */
/**
     * 1. Change the font styles in all browsers (opinionated).
     * 2. Remove the margin in Firefox and Safari.
     */
button,
input,
optgroup,
select,
textarea {
  font-family: sans-serif;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */
}

/**
     * Show the overflow in IE.
     */
button {
  overflow: visible;
}

/**
     * Remove the inheritance of text transform in Edge, Firefox, and IE.
     * 1. Remove the inheritance of text transform in Firefox.
     */
button,
select {
  /* 1 */
  text-transform: none;
}

/**
     * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
     *    controls in Android 4.
     * 2. Correct the inability to style clickable types in iOS and Safari.
     */
button,
html [type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
}

button,
[type="button"],
[type="reset"],
[type="submit"] {
  /**
       * Remove the inner border and padding in Firefox.
       */
  /**
       * Restore the focus styles unset by the previous rule.
       */
}

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
     * Show the overflow in Edge.
     */
input {
  overflow: visible;
}

/**
     * 1. Add the correct box sizing in IE 10-.
     * 2. Remove the padding in IE 10-.
     */
[type="checkbox"],
[type="radio"] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
     * Correct the cursor style of increment and decrement buttons in Chrome.
     */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
     * 1. Correct the odd appearance in Chrome and Safari.
     * 2. Correct the outline style in Safari.
     */
[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
  /**
       * Remove the inner padding and cancel buttons in Chrome and Safari on macOS.
       */
}

[type="search"]::-webkit-search-cancel-button, [type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
     * 1. Correct the inability to style clickable types in iOS and Safari.
     * 2. Change font properties to `inherit` in Safari.
     */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

/**
     * Correct the padding in Firefox.
     */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
     * 1. Correct the text wrapping in Edge and IE.
     * 2. Correct the color inheritance from `fieldset` elements in IE.
     * 3. Remove the padding so developers are not caught out when they zero out
     *    `fieldset` elements in all browsers.
     */
legend {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  /* 1 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  color: inherit;
  /* 2 */
  white-space: normal;
  /* 1 */
}

/**
     * 1. Add the correct display in IE 9-.
     * 2. Add the correct vertical alignment in Chrome, Firefox, and Opera.
     */
progress {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */
}

/**
     * Remove the default vertical scrollbar in IE.
     */
textarea {
  overflow: auto;
}

/* Interactive
       ========================================================================== */
/*
     * Add the correct display in Edge, IE, and Firefox.
     */
details {
  display: block;
}

/*
     * Add the correct display in all browsers.
     */
summary {
  display: list-item;
}

/*
     * Add the correct display in IE 9-.
     */
menu {
  display: block;
}

/* Scripting
       ========================================================================== */
/**
     * Add the correct display in IE 9-.
     */
canvas {
  display: inline-block;
}

/**
     * Add the correct display in IE.
     */
template {
  display: none;
}

/* Hidden
       ========================================================================== */
/**
     * Add the correct display in IE 10-.
     */
[hidden] {
  display: none;
}

/* Change all elements to use border-box */
html {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

*, *:before, *:after {
  -webkit-box-sizing: inherit;
          box-sizing: inherit;
}

@font-face {
  font-family: Mermaids;
  src: url(../font/Mermaids.otf);
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: Poppins;
  src: url(../font/Poppins-Regular.ttf);
  font-weight: 400;
  font-style: normal;
}

html {
  font-family: Poppins, sans-serif, 'Trebuchet MS', 'Lucida Sans Unicode',  Verdana;
  color: #0F4149;
  line-height: 1.4em;
}

body {
  background-color: white;
}

a {
  text-decoration: none;
}

a:active {
  color: #0F4149;
}

a:visited {
  color: #0F4149;
}

/***************************
****************************
Base Styles
****************************
***************************/
/*Button Modules*/
.btn {
  /* display: inline-block; 
  vertical-align: middle; - dis net vir inline elements*/
  display: block;
  text-align: center;
  white-space: nowrap;
  color: #0F4149;
  background-image: none;
  background-color: #58A6B2;
  border: none;
  cursor: pointer;
  text-decoration: none;
  line-height: 1.7em;
  padding: .5em 0 .5em 0;
  font-size: 1.2em;
  border-radius: 25px;
  margin: 0em auto .9em auto;
  height: 50px;
  width: 260px;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  -webkit-box-shadow: 2px 2px 4px rgba(37, 58, 119, 0.5);
          box-shadow: 2px 2px 4px rgba(37, 58, 119, 0.5);
}

.btnGreen {
  background-color: #65D078;
}

.btnGreen:hover {
  background-color: #23C43F;
}

.btnBlue {
  background-color: #58A6B2;
}

.btnBlue:hover {
  background-color: #60C8D8;
}

.btnDark {
  background-color: #0F4149;
  color: #58A6B2;
}

.btnDark:hover {
  background-color: #002930;
}

.btnDark:visited {
  color: #58A6B2;
}

/***************************
****************************
Layout Styles
****************************
***************************/
/* Content Container max-width: 1170px; */
.container {
  padding-right: 1em;
  padding-left: 1em;
  margin-right: auto;
  margin-left: auto;
  max-width: 900px;
}

/***********************************************  NAV *******************************************************/
/*********** BAR ****************/
#bar {
  position: fixed;
  display: inline-block;
  vertical-align: middle;
  top: 0;
  height: 40px;
  width: 100%;
  background-color: #053B44;
  z-index: 1;
  -webkit-box-shadow: 2px 2px 4px rgba(37, 58, 119, 0.5);
          box-shadow: 2px 2px 4px rgba(37, 58, 119, 0.5);
}

#bar #hamburger {
  margin-top: 7px;
  margin-right: 7px;
  float: right;
  cursor: pointer;
}

@media only screen and (min-width: 860px) {
  #bar {
    display: none;
  }
}

/*********menu*******************/
nav {
  position: fixed;
  top: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  left: -280px;
  -webkit-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
  overflow-y: auto;
  background-color: white;
  height: 100vh;
  width: 275px;
  z-index: 1;
  /* menu full screen NAV********************************/
}

nav ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
}

nav .btnBottom {
  margin-top: auto;
  margin-bottom: 1em;
}

nav #menulogo {
  margin-top: 10px;
  margin-left: 10px;
}

nav #menulogo a {
  position: relative;
  font-family: mermaids;
  color: #58A6B2;
  margin-top: -60px;
  float: right;
  margin-right: 20px;
  font-size: 30pt;
  font-weight: 400;
  -webkit-filter: drop-shadow(0px 2px 4px rgba(0, 0, 0, 0.25));
  filter: drop-shadow(0px 2px 4px rgba(0, 0, 0, 0.25));
}

nav .btnMenu {
  margin-top: 1em;
  width: 205px;
}

nav .btnMenu:hover {
  background-color: #60C8D8;
}

nav .btnMenu:last-child {
  margin-bottom: 5px;
}

nav img {
  width: 250px;
  -webkit-filter: drop-shadow(0px 2px 4px rgba(0, 0, 0, 0.25));
  filter: drop-shadow(0px 2px 4px rgba(0, 0, 0, 0.25));
}

@media only screen and (min-width: 860px) {
  nav {
    display: inline;
    left: 0;
    width: 100vw;
    height: 65px;
    background: #053B44;
    -webkit-box-shadow: 2px 2px 4px rgba(37, 58, 119, 0.5);
            box-shadow: 2px 2px 4px rgba(37, 58, 119, 0.5);
  }
  nav li {
    float: right;
  }
  nav .btnMenuCall {
    display: none;
  }
  nav .btnMenu {
    height: 40px;
    width: 170px;
    font-size: 1em;
    margin: 12px 20px 9px 0px;
    line-height: 25px;
  }
  nav #menulogo img {
    display: none;
  }
  nav #menulogo {
    margin: 9px;
    float: left;
  }
  nav #menulogo a {
    margin: .3em 0 0 0;
  }
}

/************ Current page ************/
/************BLUR************/
#blur {
  -webkit-transition: background-color 0.3s ease 0s;
  transition: background-color 0.3s ease 0s;
  z-index: 1;
}

.blurOn {
  position: fixed;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(15, 65, 73, 0.69);
}

.blurOff {
  background: rgba(0, 0, 0, 0);
}

#hero {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 100vh;
}

#hero img {
  margin-top: 60px;
  width: 90vw;
  max-width: 550px;
  -webkit-filter: drop-shadow(0px 2px 4px rgba(0, 0, 0, 0.25));
  filter: drop-shadow(0px 2px 4px rgba(0, 0, 0, 0.25));
}

#hero h1 {
  font-family: mermaids;
  font-weight: 400;
  font-size: 2.5em;
  margin-top: -60px;
  margin-bottom: .4em;
}

#hero h2 {
  font-size: 1.3em;
  font-weight: 400;
  margin-top: 0px;
  margin-bottom: .4em;
}

#hero h3 {
  color: #58A6B2;
  font-size: 1em;
  font-weight: 400;
  margin-top: 0;
}

#hero p {
  margin: 0 1em 1em 1em;
  font-size: 1.2em;
  text-align: center;
}

#hero .heroBtn {
  margin-top: auto;
}

@media only screen and (min-width: 900px) {
  #hero .heroBtn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  #hero .heroBtn .btn {
    margin: 1em;
  }
}

#hero .heroBtn #nommerAsb:after {
  content: 'CALL US NOW';
}

@media only screen and (min-width: 860px) {
  #hero .heroBtn #nommerAsb:after {
    content: 'Cell: 076 056 6837';
  }
}

#services {
  background-color: #EFEFEF;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

#services img {
  width: 45vw;
  max-width: 230px;
  margin-left: -250px;
  margin-top: 2em;
}

#services h1 {
  margin-top: -40px;
  text-align: center;
}

#services ul {
  margin-top: 2em;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 2em;
  padding-left: 1em;
  max-width: 90vw;
  font-size: 1em;
  list-style-position: outside;
  list-style-image: url("/images/Bullet.svg");
}

#operate {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 4em;
}

#operate h1 {
  font-size: 1.8em;
}

#operate p {
  width: 290px;
  text-align: center;
}

#facebook {
  background-color: #EFEFEF;
  margin-top: 3em;
  padding-top: 2em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

#facebook h1 {
  font-size: 1.6em;
}

#facebook a {
  margin-top: 1em;
  margin-bottom: 3em;
}

#mail {
  margin-top: auto;
  margin-bottom: auto;
}

#mail .btn {
  width: auto;
  padding-left: 1em;
  padding-right: 1em;
}

@media only screen and (max-width: 350px) {
  #mail .btn {
    font-size: 1em;
    line-height: 2.2em;
  }
}

.formContainer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #58A6B2;
  padding: 2em 0 2em 0;
}

.formContainer h2 {
  text-align: center;
  margin-left: .5em;
  margin-right: .5em;
}

.formContainer input {
  height: 30px;
  margin: .5em 1em .5em 1em;
  padding-left: .5em;
  width: 90vw;
  max-width: 387px;
  border-radius: 15px;
  border: 0;
}

.formContainer textarea {
  margin: .5em 1em .5em 1em;
  padding-left: .5em;
  padding-right: .5em;
  padding-top: .5em;
  width: 90vw;
  max-width: 387px;
  border-radius: 15px;
  border: 0;
}

#message {
  margin-top: 1em;
}

#request {
  background-color: white;
  padding: 0;
}

#request img {
  width: 45vw;
  max-width: 230px;
  margin-left: -250px;
  margin-top: 2em;
}

#request input, #request textarea {
  border: 1px solid #092A2F;
  color: #0F4149;
}

#request h2 {
  margin-top: -20px;
}

#request .radioContainer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  list-style: none;
}

#request .radioContainer input {
  width: auto;
  margin: 0 .5em 0 1em;
}

#request .radioContainer label {
  line-height: 28px;
}

#request .btn {
  margin-bottom: 0;
}

#thankYou {
  margin-top: 2em !important;
  font-size: 1.7em !important;
}

:target:before {
  content: "";
  display: block;
  height: 150px;
  margin: -100px 0 0;
}

footer {
  width: 100%;
  height: 50px;
  background-color: #092A2F;
}
/*# sourceMappingURL=style.css.map */