@font-face {
    font-family: 'lato_regular';
    src: url('../fonts/Lato-Regular.ttf');
  }

  @font-face {
    font-family: 'lato_light';
    src: url('../fonts/Lato-Light.ttf');
  }

  @font-face {
    font-family: 'lato_bold';
    src: url('../fonts/Lato-Bold.ttf');
  }

  @font-face {
    font-family: 'FontAwesome';
    src: url('../fonts/fontawesome-webfont.woff2?v=4.7.0') format('woff2');
    font-weight: normal;
    font-style: normal;
  }

  :root {
    --smoke: #777;
    --black: #000;
    --white: #ffffff;
    --blue: #0076FF;
    --light_blue: #3d7af5;
    --lato_regular: 'lato_regular';
    --lato_light: 'lato_light';
    --lato_bold: 'lato_bold';
  }

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

  img {
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -o-user-select: none;
    user-select: none;
  }

  .nav-link:hover,
  a:hover {
    color: var(--blue)
  }
 
  a:active {
    color: var(--light_blue);
  }

  .nav-link {
    margin: 0 0.75rem 0 0.75rem;
  }

  body {
    box-sizing: border-box;
    overflow-x: hidden;
    font-family: var(--lato_regular);
  }

  .offcanvas-header {
    padding: .5rem .5rem;
  }


  .form-control:focus {
    border-color: var(--blue);
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px var(--blue);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px var(--blue);
  }

  textarea {
    resize: none;
    height: 15em !important; /* Bootstrap backs us into a corner, inline styles or !important. */
  }

  .banner-logo {
    width: 150px;
    height: auto;
    filter: brightness(0) invert(1);
  }

  #counter {
    background-color: var(--smoke);
    margin-top: -2.5em;
    margin-right: 0.9em;
  }

  .map {
    padding-top: 1rem;
    filter: grayscale(100%);
  }

  .map:hover {
    filter: grayscale(0%);
  }

  .map a {
    display: block;
  }

  .navbar {
    border-bottom: .1px solid rgba(250, 250, 250, .5);
  }

  #bug0 img, #bug1 img, #bug2 img {
      width: 50%;
  }

  .copyright {
    font-size: .7em;
    text-align: left;
  }

  .vat {
    font-size: .7em;
    text-align: right;
  }

  .nav-link {
    font-family: var(--lato_regular);
    color: var(--white);
    font-weight: 400;
  }

  .offcanvas.show {
    background-color: #eaeaea;
  }

  .offcanvas-header {
    background-color: var(--white);
  }

  .contact_btn {
    margin-right: 0;
    padding: .7rem 2.5rem;
    background: transparent;

    border: .2rem solid var(--blue);
    border-radius: 2.5rem;
  }

  .contact_btn:hover {
    color: var(--white);
    background: var(--blue);
    border: .2rem solid var(--blue);
  }

  .contact_btn:active {
    color: var(--white);
    background: var(--light_blue);
    border-color: var(--light_blue);
  }

  header .contact_btn {
    padding-left: 1em !important;
    padding-right: 1em !important;
  }

  .navbar-toggler {
    color: var(--white);
  }

  .navbar-toggler:focus {
    outline: none;
    box-shadow: none;
  }

  .sticky_navigation .navbar-toggler {
    color: var(--black);
  }

  @keyframes slide-down-fade-in {
    0% {
      opacity: 0;
      -webkit-transform: translateY(-20px);
    }

    100% {
      opacity: 1;
      -webkit-transform: translateY(0);
    }
  }

  .sticky_navigation {
    background: var(--white);

    -webkit-box-shadow: 0 2px 28px 0 rgba(0, 0, 0, 0.09);
    box-shadow:         0 2px 28px 0 rgba(0, 0, 0, 0.09);

    -webkit-animation: 500ms ease-in-out 0s normal none 1 running slide-down-fade-in;
    animation:         500ms ease-in-out 0s normal none 1 running slide-down-fade-in;
  }

  .sticky_navigation .navbar {
    margin-top: 0px;
    padding: auto 1rem;
  }

  .sticky_navigation .nav-link {
    color: var(--black);
  }

  .sticky_navigation .nav-link:hover {
    color: var(--blue);
  }

  .sticky_navigation .contact_btn:hover {
    color: var(--white);
  }

  .sticky_navigation img {
    filter: invert(1);
  }

  .landingpage {
    overflow: hidden;
    background-color: var(--black);
    align-items: center;
    height: 65vh;
  }

  @keyframes fade {
    0% {
      opacity: 1;
    }
    100% {
      opacity: 0;
    }
  }

  video {
    width: 100%;
    animation: fade 2s ease-in 8s forwards;
  }


  .video-overlay {
    position:absolute;
    z-index:1;
    padding-top: 93px;
    max-width: 50%;
    max-height: 50%;
  }

  footer ul.col:nth-child(3) {
    min-width: 10rem;
  }

  .feature_section {
    background: var(--black);;
  }

  a.anchor {
    display: block;
    position: relative;
    top: -228px;
    visibility: hidden;
  }

  h2 {
    font-family: var(--lato_bold);
    text-align:center;
  }

  p {
    font-family: var(--lato_regular);
  }

  p.font-light {
    font-family: var(--lato_light);
  }

  .intro_title {
    font-family: var(--lato_regular);
    font-weight: 600;
    margin-top: 2rem;
    margin-bottom: .7rem;
  }

  .how-it-works {
    background: #f6f7f9;
  }

  .contact_section {
    background: #f6f7f9;
  }

  input[type="checkbox"] {
    width: 1.5rem;
    height: 2.2rem;
    margin-top: -.3rem;
    margin-right: .5rem;
    accent-color: var(--blue);
  }

  footer {
    padding-bottom: 1rem;
    background: #00090b;
    color: #7a7e8e;
  }

  footer h5 {
    color: var(--white);
    opacity: 1;
  }

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

  footer a {
    color: #7a7e8e;
    text-decoration: none;
  }

  .banner_logo {
    max-width: 10rem;
  }

  hr {
    margin: 0;
    border: .1rem solid #555b5d;
  }

  .trusted {
    text-align:center;
  }

  .trusted img {
    filter: grayscale(100%);
    transition: filter 0.3s ease;
  }

  .trusted img:hover {
    filter: grayscale(0%);
  }


  #overlay {
    background-color: rgba(0, 0, 0, 0.6);
    bottom: 0;
    cursor: wait;
    display: none;
    height: 100%;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    width: 100%;
    z-index: 2;
  }

  #getintouch {
    position: relative;
  }

  #overlay-body {
    -ms-transform: translate(-50%, -50%);
    background: #f1f2f3;
    border-radius: 6px;
    color: #222;
    left: 50%;
    padding: 3%;
    position: absolute;
    text-align: center;
    top: 50%;
    transform: translate(-50%, -50%);
  }

  @media (hover: none) {
	.contact_btn {
		color: var(--white) !important;
		background-color: var(--blue);
	}


}

@media only screen and (max-width:1200px) {
	#bug2 {
		display: none;
	}
}


@media only screen and (max-width: 990px) {
	.nav-link {
		margin: initial;
	}

	#resources {
		display: none;
	}

	.promo-out {
		display: none !important;
	}

	.map {
		display: none;
	}

	.offcanvas-header {
		border-bottom: .1px solid var(--black);
	}

	.offcanvas-header img {
		filter: invert(1);
	}

  .offcanvas-body i {
    width: 1em;
    text-align: center;
    margin-right: 0.8em;
  }

	.nav-link {
		color: black;
	}

	.sticky_navigation .nav-link {
		color: black;
	}
}

@media only screen and (max-width: 768px) {

	.copyright, .vat {
		text-align: center;
	}

	.offcanvas.show {
		max-width: 70%;
	}

	.feature_section {
		display: none;
	}

	.check_box_form {
		align-items: flex-start;
	}

	.check_box_form input {
		width: 3rem;
		height: 3rem;
		margin-top: .8rem;
		margin-right: .5rem;
	}
}

@media only screen and (max-width: 576px) {

	.contact_btn {
		width: 100%;
		background-color: var(--blue);
		color: var(--white);
	}

	footer div {
		justify-content: center;
	}
}

@media (orientation:landscape) {
	video {
		width: 100%;
		height: initial;
	}
}

@media (orientation:portrait) {
	video {
		height: 100%;
		width: initial;
	}
}
