/* montserrat-300 - latin */
@font-face {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 300;
  src: local(""), url("../fonts/montserrat-v25-latin-300.woff2") format("woff2"), url("../fonts/montserrat-v25-latin-300.woff") format("woff");
  /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}
/* montserrat-regular - latin */
@font-face {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 400;
  src: local(""), url("../fonts/montserrat-v25-latin-regular.woff2") format("woff2"), url("../fonts/montserrat-v25-latin-regular.woff") format("woff");
  /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}
/* montserrat-700 - latin */
@font-face {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 700;
  src: local(""), url("../fonts/montserrat-v25-latin-700.woff2") format("woff2"), url("../fonts/montserrat-v25-latin-700.woff") format("woff");
  /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}

/*
 * Globals
 */

/* Links */

/* Custom default button */

/*
 * Base structure
 */

html,
body {
  height: 100%;
}

body {
  display: flex;
  font-family: 'Montserrat', sans-serif;
  font-weight: 400;
  color: #fff;
  background-color: rgb(0, 49, 160);
  /* Support for all WebKit browsers. */
   -webkit-font-smoothing: antialiased;
  /* Support for Safari and Chrome. */
  text-rendering: optimizeLegibility;
  /* Support for Firefox. */
  -moz-osx-font-smoothing: grayscale;
  /* Support for IE. */
  font-feature-settings: "liga";
}

a {
  color: rgb(199, 211, 230);
  display: inline-block;
}

a:hover,
a:focus,
a:active {
  color: #fff;
  text-decoration: none;
}

p {
  color: rgb(199, 211, 230);
}

.cover-heading {
  font-weight: 700;
}

.cover-container {
  max-width: 42em;
}

.showcase::before {
  content: '';
  background: url(/img/fluff_1800.jpg) no-repeat center center fixed;
  background-size: cover;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}

.teltonika::before {
  content: '';
  background: url(/img/topview.png) no-repeat center center fixed;
  background-size: cover;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}

/*
 * Header
 */
.masthead {
  margin-bottom: 2rem;
}

.masthead-brand {
  margin-bottom: 0;
}

.nav-masthead .nav-link {
  padding: 0.25rem 0;
  /* font-weight: 300; */
  /* color: #fff; */
  /* background-color: transparent; */
}

/* .nav-masthead .nav-link:hover,
.nav-masthead .nav-link:focus {
  border-bottom: 2px #fff solid;
} */

.nav-masthead .nav-link + .nav-link {
  margin-left: 1.5rem;
}

.nav-masthead .active {
  color: #fff;
}

@media (min-width: 48em) {
  .masthead-brand {
    float: left;
  }
  .nav-masthead {
    float: right;
  }
}

/*
 * Cover
 */
.cover {
  padding: 0 1.5rem;
}

/*
 * Footer
 */
.mastfoot {
  color: rgb(199, 211, 230);
  margin-bottom: 0;
}
