@import url("https://fonts.googleapis.com/css2?family=Oswald:wght@300;700&display=swap");

body {
  font-family: "Oswald", sans-serif;
}

h2 {
  font-weight: bold;
  text-transform: uppercase;
}

ul {
  list-style-type: none;
}

.container {
  max-width: 960px;
}

ul li {
  margin: 20px;
}
/*
Custom CSS
*/
.svglist {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}

.nike,
.bnp {
  height: 30px;
}

.parrot,
.techdata,
.tmobile {
  height: 20px;
}

.ubook,
.techdata,
.mcshark {
  height: 25px;
}

.target {
  height: 40px;
}

.trainingBackground {
  background: url(../img/training.jpg) center no-repeat;
  background-size: cover;
  min-height: 50vh;
}

.workshopBackground {
  background: url(../img/product.jpg) center no-repeat;
  background-size: cover;
  min-height: 50vh;
}

.eventBackground {
  background: url(../img/Depositphotos_67799165_xl-2015.jpg) center no-repeat;
  background-size: cover;
  min-height: 50vh;
}

.streamingBackground {
  background: url(../img/streaming.jpg) center no-repeat;
  background-size: cover;
  min-height: 50vh;
}

.promotionBackground {
  background: url(../img/promotion.jpg) center no-repeat;
  background-size: cover;
  min-height: 50vh;
}


#myVideo {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}

#myVideo img,
#myVideo video {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.videoBgWrapper {
  height: 70vh;
}

.lead {
  font-size: 1.1em;
  line-height: 1.75em;
  max-width: 450px;
}

footer ul li {
  margin-left: 0;
}

nav ul li a,
nav ul li a:hover {
  color: black !important;
  text-decoration: none !important;
}

.person a img {
  width: 25px;
}

.person .btn-outline-primary {
  border: none !important;
}
/*
 * Custom translucent site header
 */

.site-header {
  background-color: rgba(0, 0, 0, 0.85);
  -webkit-backdrop-filter: saturate(180%) blur(20px);
  backdrop-filter: saturate(180%) blur(20px);
}
.site-header a {
  color: #999;
  transition: ease-in-out color 0.15s;
}
.site-header a:hover {
  color: #fff;
  text-decoration: none;
}

/*
 * Dummy devices (replace them with your own or something else entirely!)
 */

.product-device {
  position: absolute;
  right: 10%;
  bottom: -30%;
  width: 300px;
  height: 540px;
  background-color: #333;
  border-radius: 21px;
  -webkit-transform: rotate(30deg);
  transform: rotate(30deg);
}

.product-device::before {
  position: absolute;
  top: 10%;
  right: 10px;
  bottom: 10%;
  left: 10px;
  content: "";
  background-color: rgba(255, 255, 255, 0.1);
  border-radius: 5px;
}

.product-device-2 {
  top: -25%;
  right: auto;
  bottom: 0;
  left: 5%;
  background-color: #e5e5e5;
}

/*
 * Extra utilities
 */

.flex-equal > * {
  -ms-flex: 1;
  flex: 1;
}
@media (min-width: 768px) {
  .flex-md-equal > * {
    -ms-flex: 1;
    flex: 1;
  }
}

.overflow-hidden {
  overflow: hidden;
}

.header {
  /* background-image: url(../img/_PAR0644.jpeg); */
  background-size: cover;
  height: calc(100vh - 30px);
}

.header nav {
  position: absolute;
  left: 20px;
  z-index: 1001 !important;
}

.navlink,
.navlink:hover {
  color: white;
  margin-left: 20px;
}

nav ul li {
  margin: 0;
}

nav ul li a {
  color: white !important;
}

.logo {
  position: absolute;
  right: 40px;
  bottom: 40px;
  height: 20%;
  z-index: 1001;
}

.button-dark {
  color: black !important;
  border-color: black !important;
}

.button-light {
  color: white !important;
  border-color: white !important;
}

.btn-outline-primary:hover,
.btn-outline-primary:active,
.btn-outline-primary:link,
.btn-outline-primary:focus,
.btn-outline-primary:not(:disabled):not(.disabled):active {
  background-color: transparent;
  box-shadow: none;
}

.svglist {
  padding-left: 0 !important;
}

@media screen and (max-width: 1024px) {
  .svglist {
    display: flex;
    justify-items: center;
    align-self: center;
    flex-direction: column;
  }

  .header {
    height: 60vw;
  }
}

@media screen and (max-width: 768px) {
  footer ul li {
    margin-right: 0 !important;
  }
}

@media screen and (max-width: 600px) {
  .logo {
    height: 40%;
    bottom: 20px;
    right: 20px;
  }

  .header nav {
    bottom: 0;
    left: 10px;
    width: 160px;
  }
  .header nav ul {
    justify-content: space-around;
  }
  .header nav ul li a {
    margin-left: 0;
  }
  footer {
    text-align: center;
  }
}

@media screen and (min-width: 601px) {
  .header nav {
    top: 40px;
  }
}

#footer-cookie,
    #footer-cookie * {
      box-sizing: border-box;
    }

    #footer-cookie {
      display: none;
      position: fixed;
      bottom: 0px;
      left: 0px;
      width: 100%;
      height: 60px;
      padding-left: 30px;
      padding-right: 30px;
      line-height: 60px;
      background: #303030;
      color: #fff;
    }
    
    #footer-cookie a {
      color: #fff;
    }

    #footer-cookie #description {
      float: left;
    }

    #footer-cookie #accept {
      float: right;
    }

    #footer-cookie #accept a {
      border: 1px solid #fff;
      padding: 5px 10px;
      text-decoration: none;
    }

    @media (max-width: 1200px) {
      #footer-cookie {
        padding-top: 30px;
        padding-bottom: 30px;
        line-height: inherit;
        height: auto;
      }

      #footer-cookie #description {
        width: 100%;
      }

      #footer-cookie #accept {
        width: 100%;
        margin-top: 15px;
      }

      #footer-cookie #accept a {
        width: 100%;
        display: block;
        text-align: center;
      }
    }
