body {
  width: calc(100vw - 5px);
  height: 100vh;
  font-family: Lora, "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: #fff;
  background-color: #000;
  /* overflow: hidden; */
}

/* Hide scrollbar for Chrome, Safari and Opera */
div::-webkit-scrollbar {
  display: none;
}

div {
  -ms-overflow-style: none; /* IE and Edge */
  scrollbar-width: none; /* Firefox */
}

.formdark {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: inherit;
  font-size: 100%;
  vertical-align: baseline;
  border: 0;
  outline: 0;
  color: #fff;
}

.formdark::-moz-focus-inner,
.formdark::-moz-focus-inner {
  border: 0;
  padding: 0;
}

[placeholder]::-webkit-input-placeholder {
  color: rgba(255, 255, 255, 0.8);
}
[placeholder]:hover::-webkit-input-placeholder {
  color: rgba(255, 255, 255, 0.4);
}
[placeholder]:focus::-webkit-input-placeholder {
  color: transparent;
}

[placeholder]::-moz-placeholder {
  color: rgba(255, 255, 255, 0.8);
}
[placeholder]:hover::-moz-placeholder {
  color: rgba(255, 255, 255, 0.4);
}
[placeholder]:focus::-moz-placeholder {
  color: transparent;
}

[placeholder]:-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.8);
}
[placeholder]:hover:-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.4);
}
[placeholder]:focus:-ms-input-placeholder {
  color: transparent;
}

.gofield {
  font-family: Montserrat, "Helvetica Neue", Helvetica, Arial, sans-serif;
  display: block;
  width: 400px;
  margin: 0 0 20px;
  padding: 8px 12px 10px 12px;
  border: 1px solid rgba(192, 192, 192, 0.5);
  background: rgba(0, 0, 0, 0.25);
  width: 100%;
}

.gobtn {
  font-family: Montserrat, "Helvetica Neue", Helvetica, Arial, sans-serif;
  display: block;
  width: 100%;
  margin: 0 0 20px;
  padding: 8px 0 10px 0;
  text-align: center;
  border: 1px solid rgba(192, 192, 192, 0.5);
  background: rgba(0, 0, 0, 0.25);
}

.mb-lg-0 {
  margin-bottom: 0 !important;
}

html {
  width: calc(100vw - 5px);
  height: 100vh;
}

@media only screen and (max-width: 768px) {
  .framepdf,
  .framechange {
    width: calc(100vw - 5px);
    height: 100vh;
    padding-top: 52px;
  }
  .framenew,
  .framechange {
    padding-top: 60px;
    padding-left: 12px;
    padding-right: 12px;
    padding-bottom: 12px;
  }
}

@media only screen and (min-width: 768px) {
  .framepdf,
  .framechange {
    width: calc(100vw - 5px);
    height: 100vh;
    padding-top: 42px;
  }
  .framenew,
  .framechange {
    padding-left: 25%;
    padding-right: 25%;
    padding-top: 48px;
    padding-bottom: 12px;
  }
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0 0 15px;
  text-transform: uppercase;
  font-family: Montserrat, "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 700;
  letter-spacing: 1px;
}

.pretty-font,
p {
  font-family: Montserrat, "Helvetica Neue", Helvetica, Arial, sans-serif;
  margin: 0 0 25px;
  font-size: 18px;
  line-height: 1.5;
}

@media (min-width: 767px) {
  p {
    margin: 0 0 35px;
    font-size: 20px;
    line-height: 1.6;
  }
}

a {
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

a:hover,
a:focus {
  text-decoration: none;
}

.light {
  font-weight: 400;
}

.navbar {
  text-transform: uppercase;
  line-height: 12px;
  font-family: Montserrat, "Helvetica Neue", Helvetica, Arial, sans-serif;
  background-color: #000;
}

.navbar-brand {
  font-weight: 700;
}

.navbar-brand:focus {
  outline: 0;
}

.navbar-custom a {
  color: #fff;
}

.navbar-custom ul li a {
  -webkit-transition: background 0.3s ease-in-out;
  -moz-transition: background 0.3s ease-in-out;
  transition: background 0.3s ease-in-out;
}

.navbar-custom ul li a:hover,
.navbar-custom ul li a:focus,
.navbar-custom ul li.active {
  outline: 0;
  color: white;
  background-color: rgba(255, 255, 255, 0.2);
}

.navbar-toggle {
  color: #fff;
}

.navbar-toggler:focus,
.navbar-toggler:active,
.navbar-toggler-icon:focus {
  outline: none;
  box-shadow: none;
}

@media (max-width: 767px) {
  .navbar-nav .nav-link {
    padding-left: 10px;
  }
  .nav-item {
    margin-bottom: 10px;
  }
  .nav-link {
    padding-left: 10px;
  }
}

.navbar-text {
  padding: 0px;
}

@media (min-width: 767px) {
  .nav-item {
    margin-right: 5px;
    margin-left: 5px;
  }

  .navbar {
    padding: 30px 0;
    border-bottom: 0;
    letter-spacing: 2px;
    background: 0 0;
    -webkit-transition: background 0.5s ease-in-out, padding 0.5s ease-in-out;
    -moz-transition: background 0.5s ease-in-out, padding 0.5s ease-in-out;
    transition: background 0.5s ease-in-out, padding 0.5s ease-in-out;
  }
  .top-nav-collapse {
    padding: 3px;
    background-color: #000;
  }
  .navbar-custom.top-nav-collapse {
    border-bottom: 1px solid rgba(255, 255, 255, 0.3);
  }
}

.intro {
  display: table;
  width: 100%;
  height: 100%;
  text-align: center;
  color: #fff;
  background: url(../img/stuff/intro-bg.jpg) no-repeat bottom center scroll;
  background-color: #000;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  -o-background-size: cover;
}

.dvrpart {
  display: table;
  width: calc(100vw - 5px);
  height: 100vh;
  text-align: center;
  color: #fff;
  background: url(../img/stuff/nvrs-bg.jpg) no-repeat bottom center scroll;
  background-color: #000;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  -o-background-size: cover;
}

.contact_part {
  display: table;
  width: calc(100vw - 5px);
  text-align: left;
  color: #fff;
  background-color: #121212;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  -o-background-size: cover;
}

.cameraspart {
  width: 100%;
  height: 100%;
}

.navbar-toggler {
  color: rgb(255, 255, 255);
}

.intro-body {
  display: table-cell;
  vertical-align: middle;
}

.intro-text {
  font-size: 18px;
}

@media (min-width: 1500px) {
  .info_tag {
    height: 100vh;
    padding-bottom: 150px;
  }
}

.soft_shadow {
  color: #fff;
  text-shadow: 0px 0px 3px rgb(0, 0, 0);
}

@media (min-width: 767px) {
  .intro,
  .dvrpart {
    height: 100%;
  }
  .brand-heading {
    font-size: 100px;
  }
  .intro-text {
    font-size: 25px;
  }
}

@media (max-width: 767px) {
  .dvrpart,
  .cameraspart {
    height: auto;
  }
}

@font-face {
  font-family: "entros";
  src: url("../fonts/ethnocentric.ttf");
}

.btn-circle {
  width: 70px;
  height: 70px;
  margin-top: 15px;
  padding: 7px 16px;
  border: 2px solid #fff;
  border-radius: 35px;
  font-size: 40px;
  color: #fff;
  -webkit-transition: background 0.3s ease-in-out;
  -moz-transition: background 0.3s ease-in-out;
  transition: background 0.3s ease-in-out;
}

.btn-circle:hover,
.btn-circle:focus {
  outline: 0;
  color: #fff;
  background: rgba(255, 255, 255, 0.1);
}

.page-scroll .btn-circle i.animated {
  -webkit-transition-property: -webkit-transform;
  -webkit-transition-duration: 1s;
  transition-property: transform;
  transition-duration: 1s;
  -webkit-transition-property: -webkit-transform;
  -webkit-transition-duration: 1s;
  -moz-transition-property: -moz-transform;
  -moz-transition-duration: 1s;
}

.page-scroll .btn-circle:hover i.animated {
  animation-name: pulse;
  animation-duration: 1.5s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
  -webkit-animation-name: pulse;
  -moz-animation-name: pulse;
  -webkit-animation-duration: 1.5s;
  -moz-animation-duration: 1.5s;
  -webkit-animation-iteration-count: infinite;
  -moz-animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
  -moz-animation-timing-function: linear;
}

@keyframes pulse {
  0% {
    -moz-transform: scale(1);
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  50% {
    -moz-transform: scale(1.2);
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
  }
  100% {
    -moz-transform: scale(1);
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

.entros {
  font-family: entros;
  font-size: 56px;
  font-weight: 1;
  letter-spacing: 8px;
}

@media (min-width: 767px) {
  .entros {
    font-size: 100px;
    font-family: entros;
    font-weight: 1;
    letter-spacing: 11px;
  }
}

::-moz-selection {
  text-shadow: none;
  background: #fcfcfc;
  background: rgba(255, 255, 255, 0.2);
}

::selection {
  text-shadow: none;
  background: #fcfcfc;
  background: rgba(255, 255, 255, 0.2);
}

body::-webkit-scrollbar {
  width: 5px !important;
  height: 5px !important;
}
body::-webkit-scrollbar-track {
  background: #000000 !important;
}
body::-webkit-scrollbar-thumb {
  background-color: #464646 !important;
}

.navbar-toggler {
  padding: 0.25rem 0.75rem;
  font-size: 1.25rem;
  line-height: 1;
  background-color: transparent;
  transition: box-shadow 0.15s ease-in-out;
}

.product {
  display: table;
  width: 100%;
  height: 100%;
  padding-top: 65px;
}

.sidebar {
  margin: 0;
  padding: 0;
  width: 15%;
  background-color: black;
  position: fixed;
  height: 100%;
  overflow: auto;
  border-right: 1px solid rgba(255, 255, 255, 0.3);
}

/* Sidebar links */
.sidebar a {
  display: block;
  color: white;
  padding: 5%;
  text-decoration: none;
}

/* Active/current link */
.sidebar a.active {
  background-color: #555;
  color: white;
}

/* Links on mouse-over */
.sidebar a:hover:not(.active) {
  background-color: #555;
  color: white;
}

/* .intro {
  display: table;
  width: 100%;
  height: 100%;
  text-align: center;
  color: #fff;
  background: url(../img/stuff/intro-bg.jpg) no-repeat bottom center scroll;
  background-color: #000;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  -o-background-size: cover;
} */
