/* 768px / 16px = 48em */
/* Extra Small Only */
/* Small Devices, Tablets */
/* 768px / 16px = 48em */
/* Large */
/* Large */
/* Medium 453px; */
/* Extra Small Only */
/* waar on col begin kry */
/* Hero Text*/
/***************************
****************************
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.
     */
@import url("https://fonts.googleapis.com/css?family=Montserrat:400,700&display=swap");
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;
}

html {
  font-family: Montserrat, sans-serif, 'Trebuchet MS', 'Lucida Sans Unicode',  Verdana;
  color: #222222;
}

body {
  background-color: #E4E4E4;
}

a {
  text-decoration: none;
  color: #222222;
}

a:active {
  color: #222222;
}

a:visited {
  color: #222222;
}

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

/***************************
****************************
Base Styles
****************************
***************************/
/*Button Modules*/
.btn {
  /* display: inline-block; 
    vertical-align: middle; - dis net vir inline elements*/
  display: block;
  text-align: center;
  white-space: nowrap;
  background-image: none;
  margin: .5em !important;
  color: white;
  cursor: pointer;
  text-decoration: none;
  font-size: 1.4em;
  font-weight: 700;
  line-height: 60px;
  text-transform: uppercase;
  border: none;
  margin: 0em 1em 1em 1em;
  height: 60px;
  width: 285px;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.btn:active {
  color: #e1e1eb;
}

.btn:visited {
  color: #e1e1eb;
}

.am {
  background-color: #7B1E1E;
}

.need {
  background-color: #FF6C00;
}

.btnMenu {
  cursor: pointer;
}

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

/***************************
****************************
HERO
****************************
***************************/
#BackgroundContainer {
  overflow: hidden;
}

#SlidingBackground {
  background: url("../images/SlidingBackground.jpg") repeat-x;
  height: 100vh;
  background-size: cover;
  -webkit-animation: slide 1000s linear infinite;
          animation: slide 1000s linear infinite;
}

@-webkit-keyframes slide {
  0% {
    background-position: 0 center;
  }
  100% {
    background-position: -50000px center;
  }
}

@keyframes slide {
  0% {
    background-position: 0 center;
  }
  100% {
    background-position: -50000px center;
  }
}

#mask {
  background-color: rgba(2, 1, 0, 0.5);
  width: 100%;
  height: 100%;
  height: 100vh;
  position: absolute;
}

#HeroText {
  color: #e1e1eb;
  position: relative;
  text-align: center;
  padding: .5em;
  padding-top: 10vh;
}

#HeroText h1 {
  margin: 0;
  font-weight: 700;
  font-size: 30pt;
}

@media only screen and (min-width: 768px) {
  #HeroText h1 {
    font-size: 72px;
  }
}

@media only screen and (min-width: 1000px) {
  #HeroText h1 {
    font-size: 110px;
  }
}

#HeroText h2 {
  margin: 0;
  font-weight: 700;
  font-size: 20pt;
}

@media only screen and (min-width: 768px) {
  #HeroText h2 {
    font-size: 40px;
  }
}

@media only screen and (min-width: 1000px) {
  #HeroText h2 {
    font-size: 60px;
  }
}

#HeroText p {
  margin: 1em;
  line-height: 1.5em;
  font-weight: 600;
  font-size: 1.5em;
}

@media only screen and (min-width: 1000px) {
  #HeroText p {
    font-size: 26px;
  }
}

.HeroBtn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 5vh;
}

.HeroBtnRow2 {
  margin-top: 0;
}

/*********************************************** SIDE MENU ******************************************/
.sideMenu {
  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;
  -webkit-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
  overflow-y: auto;
  background-color: white;
  height: 100%;
  width: 100vw;
  max-width: 375px;
  z-index: 101;
}

.sideMenu select, .sideMenu input {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 285px;
  margin: auto;
  margin-top: 1em;
  font-size: 1em;
  padding: .3em .5em;
}

.sideMenu select:required:invalid {
  color: gray;
}

.sideMenu option[value=""][disabled] {
  display: none;
}

.sideMenu option {
  color: black;
}

.sideMenu button {
  margin: auto !important;
  margin-top: 0em !important;
  margin-bottom: .5em !important;
}

.sideMenu .closeBtn {
  width: 30px;
  height: 30px;
  margin: 20px 20px 0px 20px;
  -ms-flex-item-align: end;
      align-self: flex-end;
  background-color: white;
}

.sideMenu h1 {
  text-align: center;
  margin-top: 5px;
  margin-bottom: 0;
  margin-left: .5em;
  margin-right: .5em;
  font-size: 2em;
  font-weight: 700;
}

.sideMenu h2 {
  text-align: center;
  margin-top: .7em;
  margin-bottom: 0;
  font-size: 2em;
  font-weight: 700;
}

.sideMenu p, .sideMenu li {
  font-size: 1.2em;
  margin-left: 1em;
  margin-right: 1em;
  margin-top: .5em;
  margin-bottom: .5em;
  color: #5E5A5A;
}

.sideMenu a {
  color: #7B1E1E;
}

.sideMenu .sidebtn a {
  color: white;
}

.sideMenu .sidebtn:visited {
  color: white;
}

.sideMenu ul a {
  color: #5E5A5A;
  -webkit-transition: color 0.3s ease 0s;
  transition: color 0.3s ease 0s;
}

.sideMenu ul a:hover {
  color: #7B1E1E;
}

.sideMenu .btn {
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
}

.sideMenu .sidebtn:last-child {
  margin-bottom: 1em;
}

.sideMenu .sidebtn {
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
  margin-top: auto;
}

.sideMenu ul {
  list-style-type: disc;
  list-style-position: inside;
}

.sideMenu img {
  margin-top: 1em;
  margin-bottom: 1em;
  margin-left: auto;
  margin-right: auto;
  border: solid 2px black;
}

.sideMenu .btnBottom {
  margin-top: auto !important;
}

.sideMenu .line {
  margin-left: 1em;
  margin-right: 1em;
  width: 80%;
}

.sideMenuAm {
  left: -377px;
}

.sideMenuMore {
  left: -377px;
}

.sideMenuWeb {
  left: -377px;
}

.sideMenuNeed {
  left: -377px;
}

.sideMenuNeed h1 {
  font-size: 1.9em;
}

.sideMenuResearch {
  right: -377px;
}

.sideMenuContact {
  right: -377px;
}

/**************** color bar **********************/
#colorBar {
  background-color: #7B1E1E;
  height: 20px;
  width: 100%;
}

/************BLUR************/
#blur {
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.blurOn {
  position: fixed;
  top: 0;
  left: 0;
  background-color: rgba(2, 1, 0, 0.6);
  width: 100%;
  height: 100%;
  z-index: 100;
}

.blurOff {
  background-color: rgba(2, 1, 0, 0);
}

/******************************************** LINE **********************************************/
.line {
  width: 100%;
  height: 2px;
  background-color: #EEEEEE;
}

.line .red {
  background-color: #7B1E1E;
}

.line .Orange {
  background-color: #FF6C00;
}

.subLine {
  width: 60px;
  height: 2px;
}

footer .line {
  background-color: #4B4B4B;
}

/******************************************** Footer ****************************************************************/
footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  background-color: #222222;
  color: white;
}

@media only screen and (min-width: 1200px) {
  footer {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

footer .row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

@media only screen and (min-width: 400px) {
  footer .row {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}

footer h1 {
  font-size: .9em;
  font-weight: 700;
  margin: 2em .5em .5em;
  text-transform: uppercase;
}

footer .line {
  width: 90%;
  height: 2px;
  background-color: #4B4B4B;
  margin-left: .5em;
}

footer .subLine {
  width: 60px;
  height: 2px;
  background-color: #FF6C00;
}

footer a {
  font-size: .9em;
  color: white;
  -webkit-transition: color 0.3s ease 0s;
  transition: color 0.3s ease 0s;
}

footer a:active {
  color: white;
}

footer a:visited {
  color: white;
}

footer a:hover {
  color: #7C7C7C;
}

footer .one {
  margin: .3em;
}

@media only screen and (min-width: 400px) {
  footer .one {
    margin: 1em;
  }
}

footer .top {
  margin-top: .7em;
}

@media only screen and (min-width: 400px) {
  footer .top {
    margin: 1em;
  }
}

footer .one {
  background-image: url(../images/dotFooter.svg);
  background-repeat: no-repeat;
  background-position: 0% 90%;
  padding-left: 1.5em;
  padding-top: .5em;
}
/*# sourceMappingURL=style.css.map */