/* Edits from Losk.fr for WBCE */

body, html {
  scroll-behavior: smooth;
  scroll-padding-top: 80px;
}

body {
  background: #111;
  color: #fff;
}

img {
  max-width: 100%;
}

#header {
  background: #00000030;
  box-shadow: 0px 0px 30px rgba(36, 212, 252, 0.3);
  backdrop-filter: blur(10px);
}

#header a, .mobile-nav-toggle i {
  color: #26D6FD;
}

#header .logo img {
  margin: -5px 0;
  max-height: 50px;
}
.main-nav .drop-down ul {
  background: #00242d;
}

#content {
  padding: 40px 0;
}

#intro2 { 
  padding: 0;
  background-color: #444;
  background-image: url('../img/losklivebg-dark.jpg');
  background-position: center;
  background-size: cover;
  min-height: 60px;
}
#intro2 .minihero {
  font-family: 'Montserrat', Arial, Helvetica, sans-serif;
  padding-top: 60px;
}

#intro2 .container {
  margin-top: 60px;
  padding: 40px 0;
}

.minihero-overlay {
  background-color: rgba(0, 0, 0, 0.5) !important;
}

.input-button, .buttonlink {
  font-family: "Montserrat", sans-serif;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 1px;
  display: inline-block;
  padding: 10px 32px;
  border-radius: 50px;
  transition: 0.5s;
  margin: 0 20px 20px 0;
  background: #26D6FD;
  border: 2px solid #26D6FD;
  color: #000;
}

.input-button:hover, .buttonlink:hover {
  background: none;  
  border-color: #fff;
  color: #fff;
}

#intro2 .input-button:hover {
  background: none;
  border-color: #fff;
  color: #fff;
}

.footer-logo {
  max-width: 80%;
  margin: auto;
  margin-bottom: auto;
  display: block;
  margin-bottom: 20px;
}

.main-nav a:hover, .main-nav .active > a, .main-nav li:hover > a {
  color: #26D6FD;
}

#footer {
  background: #000;
}

#footer .footer-top {
  background: #2f2f2f;
}

.barimg {
  float: right;
  height: 150px;
  width: 150px;
  border: 2px solid #26D6FD;
  border-radius: 50px;
}
.addonimg {
  border-radius: 10px;
  max-width: 150px;
  max-height: 150px;
  margin-bottom: 10px;
  -webkit-box-shadow: 0px 1px 5px 0px #4a4a4a;
  -moz-box-shadow: 0px 1px 5px 0px #4a4a4a;
  box-shadow: 0px 1px 5px 0px #4a4a4a;
  background-color: #eee;
}

.simage img {
  border-radius: 3%;
}

.minihero-text p.pfirst .input-button {
  text-shadow: none;
}

@media (max-width: 720px) {
  .col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12 {
    width: 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  #intro2 .intro-info { 
    padding-top: 20px;
  }
  .footer-logo {
    width: 60%;
  }
  .barimg {
    height: 50px;
    width: 50px;
  }
  #intro2 .container {
    padding: 40px 20px;
  }
}
