/* This is the default Tooltipster theme (feel free to modify or duplicate and create multiple themes!): */
#header .crapper, #intro .crapper, #main .crapper, #footer .crapper, #copyright .crapper {
  margin: 0 auto;
  max-width: 1200px;
  overflow-x: hidden; }

#header {
  position: fixed;
  width: 100%;
  z-index: 2;
  background: #0b333f;
  border-bottom: 3px solid white; }
  #header .crapper {
    display: grid;
    display: -ms-grid;
    grid-template-columns: 1fr 2fr;
    -ms-grid-columns: 1fr 2fr;
    grid-auto-rows: minmax(96px, auto);
    align-items: center;
    -ms-grid-row-align: center;
    justify-items: center;
    -ms-grid-column-align: center; }
    #header .crapper img {
      -ms-grid-column: 1; }
    #header .crapper div.hamburger {
      -ms-grid-column: 2; }

#main, #footer {
  padding: 50px 0;
  margin-top: 50px;
  border-top: 1px solid white;
  border-bottom: 2px solid white;
  box-shadow: 0 3px 10px #ccc; }
  #main h1, #footer h1 {
    text-align: center; }
  #main img, #footer img {
    display: block;
    margin: 0 auto; }

#intro {
  background: linear-gradient(to bottom, #0b333f 0%, #0b333f 56%, #eee 56%, #eee 100%);
  padding-top: 146px;
  padding-bottom: 50px;
  border-bottom: 2px solid white;
  box-shadow: 0 3px 10px #ccc; }
  #intro div.crapper {
    display: grid;
    display: -ms-grid;
    grid-template-columns: 1fr 2fr;
    -ms-grid-columns: 1fr 2fr;
    grid-auto-rows: minmax(250px, auto);
    grid-template-areas: "iphone text1 text1" "iphone text2 text2"; }
    #intro div.crapper div.iphone {
      grid-area: iphone;
      align-self: center;
      justify-self: center;
      -ms-grid-column: 1; }
      #intro div.crapper div.iphone img {
        width: 250px; }
    #intro div.crapper div.introtext1 {
      color: white;
      font-size: 35px;
      align-self: center;
      justify-self: center;
      text-align: center;
      grid-area: text1;
      -ms-grid-column: 2; }
    #intro div.crapper div.introtext2 {
      font-size: 35px;
      align-self: center;
      justify-self: center;
      text-align: center;
      position: relative;
      grid-area: text2;
      -ms-grid-column: 2;
      -ms-grid-row: 2; }
    #intro div.crapper .mailus {
      height: 40px;
      position: absolute;
      top: -75px;
      left: 50%;
      transform: translateX(-50%); }

@media screen and (max-width: 960px) {
  .crapper {
    padding: 0 15px; }

  #intro div.crapper {
    grid-template-columns: 1fr;
    grid-auto-rows: minmax(170px, auto);
    grid-template-areas: "text1" "iphone" "text2"; }

  .introtext1 {
    padding: 0 0 50px 0; }

  .introtext2 {
    margin-top: 100px; } }

@media screen and (min-width: 960px) {
  .articles {
    display: grid;
    display: -ms-grid;
    grid-gap: 20px;
    margin: 0 auto;
    margin-bottom: 50px; }
    .articles.grid4 {
      grid-template-columns: 1fr 1fr 1fr 1fr;
      grid-auto-rows: minmax(100px, auto);
      -ms-grid-columns: 1fr 1fr 1fr 1fr; }
      .articles.grid4 article:nth-child(0) {
        -ms-grid-column: 1; }
      .articles.grid4 article:nth-child(1) {
        -ms-grid-column: 2; }
      .articles.grid4 article:nth-child(2) {
        -ms-grid-column: 3; }
      .articles.grid4 article:nth-child(3) {
        -ms-grid-column: 4; }
    .articles.grid3 {
      grid-template-columns: 1fr 1fr 1fr;
      grid-auto-rows: minmax(100px, auto);
      -ms-grid-columns: 1fr 1fr 1fr; }
      .articles.grid3 article:nth-child(0) {
        -ms-grid-column: 1; }
      .articles.grid3 article:nth-child(1) {
        -ms-grid-column: 2; }
      .articles.grid3 article:nth-child(2) {
        -ms-grid-column: 3; }
    .articles.grid1 {
      grid-template-columns: 1fr;
      grid-auto-rows: minmax(100px, auto);
      -ms-grid-columns: 1fr; }
      .articles.grid1 article:nth-child(0) {
        -ms-grid-column: 1; } }

#footer {
  background: #0b333f;
  color: #eee; }

#copyright {
  text-align: center; }

html {
  scroll-behavior: smooth;
  overflow-x: hidden; }

body {
  margin: 0;
  background: #eee;
  font-family: 'Raleway', sans-serif;
  overflow-x: hidden; }

article {
  text-align: center;
  line-height: 140%;
  padding: 10px; }

blockquote {
  font: bold 35px/38px 'Raleway', sans-serif; }

hr {
  border: 1px solid white;
  margin: 50px 0; }

a {
  display: block; }

#header img {
  justify-self: center; }

@media screen and (max-width: 500px) {
  #header img {
    max-width: 200px; } }

.menu-main div {
  display: inline-block; }
  .menu-main div a, .menu-main div a:visited {
    display: block;
    border-radius: 3px;
    background: #55c181;
    color: white;
    margin-right: 15px;
    text-decoration: none;
    padding: 10px 15px;
    text-transform: uppercase; }
  .menu-main div a:hover {
    box-shadow: 0 3px 0 black; }

:target:before {
  content: "";
  display: block;
  height: 146px;
  /* fixed header height*/
  margin: -146px 0 0;
  /* negative fixed header height */ }

#Topper {
  /* Hidden by default */
  display: none;
  position: fixed;
  bottom: 20px;
  right: 30px;
  z-index: 99;
  border: none;
  /* Remove outline */
  outline: none;
  cursor: pointer;
  padding: 15px;
  border-radius: 3px;
  background: #55c181;
  color: white;
  text-transform: uppercase; }

#Topper:hover {
  background-color: #777; }

#nav-toggle {
  position: absolute;
  opacity: 0;
  display: none; }
  #nav-toggle ~ label {
    position: absolute;
    opacity: 0;
    display: none; }

.hamburger {
  display: flex;
  text-align: right;
  justify-content: flex-end;
  align-items: center; }

@media screen and (max-width: 959px) {
  .menu-main {
    position: fixed;
    right: -240px;
    top: 0;
    height: 100%;
    width: 240px; }

  #nav-toggle ~ label {
    display: block;
    position: relative;
    opacity: 1;
    cursor: pointer;
    transition: 0.5s transform;
    transition-timing-function: cubic-bezier(0.38, 0.52, 0.37, 1.27);
    display: inline-block;
    border-radius: 3px;
    background: #55c181;
    color: white;
    text-decoration: none;
    padding: 10px 15px;
    text-transform: uppercase; }

  #nav-toggle:checked ~ label {
    background-color: grey;
    color: white;
    transform: translateX(-240px); }
    #nav-toggle:checked ~ label::before {
      content: "Close"; }
    #nav-toggle:checked ~ label .toggle-words {
      display: none; }
    #nav-toggle:checked ~ .menu-main {
      transform: translateX(-240px); }

  .menu-main {
    padding-top: 32px;
    background: #0b333f;
    transition: 0.53s transform;
    transition-timing-function: cubic-bezier(0.38, 0.52, 0.37, 1); }
    .menu-main div {
      padding: 0;
      margin: 0;
      display: block; }
    .menu-main a {
      text-decoration: none;
      color: grey;
      padding: 20px;
      display: block;
      border-bottom: 1px solid #ccc;
      margin-bottom: 10px;
      margin-left: 15px; }

  .hamburger {
    position: absolute;
    top: 30px;
    right: 20px;
    display: inline-block; } }

.contactpage {
  transition-property: margin;
  transition-duration: 0.3s;
  transition-delay: 0.1s; }
  .contactpage h1 {
    text-align: left; }

.contact-container * {
  box-sizing: border-box; }

.contact-container {
  padding: 0;
  margin-top: 0; }
  .contact-container form {
    max-width: 80%;
    margin: 0 auto; }
  .contact-container form input, .contact-container form textarea, .contact-container form button {
    color: black;
    padding: 20px;
    width: 100%;
    display: block;
    margin-bottom: 20px;
    font-family: inherit;
    border: none; }
  .contact-container form input[type=text], .contact-container form input[type=email], .contact-container form textarea {
    background: #eee; }
  .contact-container form input[type=text]::-moz-placeholder, .contact-container form input[type=email]::-moz-placeholder, .contact-container form textarea::-moz-placeholder {
    color: #333; }
  .contact-container form textarea {
    resize: none;
    height: 150px; }
  .contact-container form button {
    background: #2faa6e;
    color: white; }
  .contact-container form input[type=text]#level {
    position: absolute;
    z-index: -9;
    width: 100px; }

.formreply {
  background: none;
  padding: 10px;
  border: 1px solid #791710; }

@media (max-width: 768px) {
  .contact-container form input, .contact-container form textarea, .contact-container form button {
    width: 100%; } }

.tooltipster-default {
  border-radius: 5px;
  border: 2px solid #000;
  background: #4c4c4c;
  color: #fff;
  /* Use this next selector to style things like font-size and line-height: */ }

.tooltipster-default .tooltipster-content {
  font-family: Arial, sans-serif;
  font-size: 14px;
  line-height: 16px;
  padding: 8px 10px;
  overflow: hidden;
  /* This next selector defines the color of the border on the outside of the arrow. This will automatically match the color and size of the border set on the main tooltip styles. Set display: none; if you would like a border around the tooltip but no border around the arrow */ }

.tooltipster-default .tooltipster-arrow .tooltipster-arrow-border {
  /* If you're using the icon option, use this next selector to style them */ }

.tooltipster-icon {
  cursor: help;
  margin-left: 4px;
  /* This is the base styling required to make all Tooltipsters work */ }

.tooltipster-base {
  padding: 0;
  font-size: 0;
  line-height: 0;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 9999999;
  pointer-events: none;
  width: auto;
  overflow: visible; }

.tooltipster-base .tooltipster-content {
  overflow: hidden;
  /* These next classes handle the styles for the little arrow attached to the tooltip. By default, the arrow will inherit the same colors and border as what is set on the main tooltip itself. */ }

.tooltipster-arrow {
  display: block;
  text-align: center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1; }

.tooltipster-arrow span, .tooltipster-arrow-border {
  display: block;
  width: 0;
  height: 0;
  position: absolute; }

.tooltipster-arrow-top span, .tooltipster-arrow-top-right span, .tooltipster-arrow-top-left span {
  border-left: 8px solid transparent !important;
  border-right: 8px solid transparent !important;
  border-top: 8px solid;
  bottom: -7px; }

.tooltipster-arrow-top .tooltipster-arrow-border, .tooltipster-arrow-top-right .tooltipster-arrow-border, .tooltipster-arrow-top-left .tooltipster-arrow-border {
  border-left: 9px solid transparent !important;
  border-right: 9px solid transparent !important;
  border-top: 9px solid;
  bottom: -7px; }

.tooltipster-arrow-bottom span, .tooltipster-arrow-bottom-right span, .tooltipster-arrow-bottom-left span {
  border-left: 8px solid transparent !important;
  border-right: 8px solid transparent !important;
  border-bottom: 8px solid;
  top: -7px; }

.tooltipster-arrow-bottom .tooltipster-arrow-border, .tooltipster-arrow-bottom-right .tooltipster-arrow-border, .tooltipster-arrow-bottom-left .tooltipster-arrow-border {
  border-left: 9px solid transparent !important;
  border-right: 9px solid transparent !important;
  border-bottom: 9px solid;
  top: -7px; }

.tooltipster-arrow-top span, .tooltipster-arrow-top .tooltipster-arrow-border, .tooltipster-arrow-bottom span, .tooltipster-arrow-bottom .tooltipster-arrow-border {
  left: 0;
  right: 0;
  margin: 0 auto; }

.tooltipster-arrow-top-left span, .tooltipster-arrow-bottom-left span {
  left: 6px; }

.tooltipster-arrow-top-left .tooltipster-arrow-border, .tooltipster-arrow-bottom-left .tooltipster-arrow-border {
  left: 5px; }

.tooltipster-arrow-top-right span, .tooltipster-arrow-bottom-right span {
  right: 6px; }

.tooltipster-arrow-top-right .tooltipster-arrow-border, .tooltipster-arrow-bottom-right .tooltipster-arrow-border {
  right: 5px; }

.tooltipster-arrow-left span, .tooltipster-arrow-left .tooltipster-arrow-border {
  border-top: 8px solid transparent !important;
  border-bottom: 8px solid transparent !important;
  border-left: 8px solid;
  top: 50%;
  margin-top: -7px;
  right: -7px; }

.tooltipster-arrow-left .tooltipster-arrow-border {
  border-top: 9px solid transparent !important;
  border-bottom: 9px solid transparent !important;
  border-left: 9px solid;
  margin-top: -8px; }

.tooltipster-arrow-right span, .tooltipster-arrow-right .tooltipster-arrow-border {
  border-top: 8px solid transparent !important;
  border-bottom: 8px solid transparent !important;
  border-right: 8px solid;
  top: 50%;
  margin-top: -7px;
  left: -7px; }

.tooltipster-arrow-right .tooltipster-arrow-border {
  border-top: 9px solid transparent !important;
  border-bottom: 9px solid transparent !important;
  border-right: 9px solid;
  margin-top: -8px;
  /* Some CSS magic for the awesome animations - feel free to make your own custom animations and reference it in your Tooltipster settings! */ }

.tooltipster-fade {
  opacity: 0;
  -webkit-transition-property: opacity;
  -moz-transition-property: opacity;
  -o-transition-property: opacity;
  -ms-transition-property: opacity;
  transition-property: opacity; }

.tooltipster-fade-show {
  opacity: 1; }

.tooltipster-grow {
  -webkit-transform: scale(0, 0);
  -moz-transform: scale(0, 0);
  -o-transform: scale(0, 0);
  -ms-transform: scale(0, 0);
  transform: scale(0, 0);
  -webkit-transition-property: -webkit-transform;
  -moz-transition-property: -moz-transform;
  -o-transition-property: -o-transform;
  -ms-transition-property: -ms-transform;
  transition-property: transform;
  -webkit-backface-visibility: hidden; }

.tooltipster-grow-show {
  -webkit-transform: scale(1, 1);
  -moz-transform: scale(1, 1);
  -o-transform: scale(1, 1);
  -ms-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  -webkit-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.15);
  -moz-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.15);
  -ms-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.15);
  -o-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.15);
  transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.15); }

.tooltipster-swing {
  opacity: 0;
  -webkit-transform: rotateZ(4deg);
  -moz-transform: rotateZ(4deg);
  -o-transform: rotateZ(4deg);
  -ms-transform: rotateZ(4deg);
  transform: rotateZ(4deg);
  -webkit-transition-property: -webkit-transform, opacity;
  -moz-transition-property: -moz-transform;
  -o-transition-property: -o-transform;
  -ms-transition-property: -ms-transform;
  transition-property: transform; }

.tooltipster-swing-show {
  opacity: 1;
  -webkit-transform: rotateZ(0deg);
  -moz-transform: rotateZ(0deg);
  -o-transform: rotateZ(0deg);
  -ms-transform: rotateZ(0deg);
  transform: rotateZ(0deg);
  -webkit-transition-timing-function: cubic-bezier(0.23, 0.635, 0.495, 1);
  -webkit-transition-timing-function: cubic-bezier(0.23, 0.635, 0.495, 2.4);
  -moz-transition-timing-function: cubic-bezier(0.23, 0.635, 0.495, 2.4);
  -ms-transition-timing-function: cubic-bezier(0.23, 0.635, 0.495, 2.4);
  -o-transition-timing-function: cubic-bezier(0.23, 0.635, 0.495, 2.4);
  transition-timing-function: cubic-bezier(0.23, 0.635, 0.495, 2.4); }

.tooltipster-fall {
  top: 0;
  -webkit-transition-property: top;
  -moz-transition-property: top;
  -o-transition-property: top;
  -ms-transition-property: top;
  transition-property: top;
  -webkit-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  -webkit-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.15);
  -moz-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.15);
  -ms-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.15);
  -o-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.15);
  transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.15); }

.tooltipster-fall.tooltipster-dying {
  -webkit-transition-property: all;
  -moz-transition-property: all;
  -o-transition-property: all;
  -ms-transition-property: all;
  transition-property: all;
  top: 0px !important;
  opacity: 0; }

.tooltipster-slide {
  left: -40px;
  -webkit-transition-property: left;
  -moz-transition-property: left;
  -o-transition-property: left;
  -ms-transition-property: left;
  transition-property: left;
  -webkit-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  -webkit-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.15);
  -moz-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.15);
  -ms-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.15);
  -o-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.15);
  transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.15); }

.tooltipster-slide.tooltipster-dying {
  -webkit-transition-property: all;
  -moz-transition-property: all;
  -o-transition-property: all;
  -ms-transition-property: all;
  transition-property: all;
  left: 0px !important;
  opacity: 0;
  /* CSS transition for when contenting is changing in a tooltip that is still open. The only properties that will NOT transition are: width, height, top, and left */ }

.tooltipster-content-changing {
  opacity: 0.5;
  -webkit-transform: scale(1.1, 1.1);
  -moz-transform: scale(1.1, 1.1);
  -o-transform: scale(1.1, 1.1);
  -ms-transform: scale(1.1, 1.1);
  transform: scale(1.1, 1.1); }

.tooltipster-light {
  border-radius: 5px;
  border: 1px solid #ccc;
  background: #ededed;
  color: #666; }

.tooltipster-light .tooltipster-content {
  font-family: Arial, sans-serif;
  font-size: 14px;
  line-height: 16px;
  padding: 8px 10px; }

.tooltipster-noir {
  border-radius: 0px;
  border: 3px solid #2c2c2c;
  background: #fff;
  color: #2c2c2c; }

.tooltipster-noir .tooltipster-content {
  font-family: 'Georgia', serif;
  font-size: 14px;
  line-height: 16px;
  padding: 8px 10px; }

.tooltipster-punk {
  border-radius: 5px;
  border-bottom: 3px solid #f71169;
  background: #2a2a2a;
  color: #fff; }

.tooltipster-punk .tooltipster-content {
  font-family: 'Courier', monospace;
  font-size: 14px;
  line-height: 16px;
  padding: 8px 10px; }

.tooltipster-shadow {
  border-radius: 5px;
  background: #fff;
  box-shadow: 0px 0px 14px rgba(0, 0, 0, 0.3);
  color: #2c2c2c; }

.tooltipster-shadow .tooltipster-content {
  font-family: 'Arial', sans-serif;
  font-size: 14px;
  line-height: 16px;
  padding: 8px 10px; }

.tooltipster-lighty {
  border-radius: 5px;
  border: 2px solid #673430;
  background: #ededed;
  color: #666; }

.tooltipster-lighty .tooltipster-content {
  font-family: Arial, sans-serif;
  font-size: 14px;
  line-height: 16px;
  padding: 8px 10px; }









