// Color Variables
@background: #131313;
@background-dark: #131313;
@background-light: #191919;
@blue: #008ce1;
@dark-blue: #336699;
@white: #efefef;
//@yellow: #ffcc00;
@yellow: #c8fa00;
@accent: lighten(@blue, 20%);
@button-border: darken(@blue, 5%);
@pink: #fe00fb;
@gray-border: #333;
@gray: #444;

@radius: 25px;





// Global Styles
html, body {
  height: 100%;
  margin: 0;
  display: flex;
  flex-direction: column;
}

main {
  flex: 1;
}

body {
  background: @background url('/img/tex-buried.png');
  background: lighten(@background, 1%) url('/img/tex-black-felt.png');
  background: @background url('/img/tex-black-felt.png');
  color: @white;
  padding: 0;
  margin: 0;
  font-family: 'Segoe UI', sans-serif;

}

a, a:link, a:visited {
  text-decoration: none;
  color: @blue;
  &:hover {
    color: @accent;
  }
}

h1, h2, h3 {
  color: @blue;
}

.container {
  width: 1140px;
  margin: 0 auto;
  font-size: 1.2em;
}
.container-content {
  margin-top: 20px;
}


h2 {
  margin-bottom: 30px;
  color: @white;
  &.block-title {
    text-align: center;
    background: @gray;
    padding: 10px 20px;
    margin-bottom: 15px;
  }

}

h2.page-subtitle {
  font-size: 1.6em;
  font-weight: normal;
  font-style: italic;
  color: @blue;
  margin-bottom: 0;
}

.subtitle-small {
  font-style: normal;
  font-size: 1.25em;
  margin-top: 20px;
}


form {
  label {
    color: @white;
    font-size: 1.1em;
  }
  .form-group {
    margin-bottom: 10px;
    label {
      margin-bottom: 2px;
      margin-left: 4px;
    }
  }
}


table {
  thead {
    color: @blue;
  }
  text-align: right;
  a, a:link, a:visited {
    color: @white;
    &:hover {
      color: @yellow;
    }
  }
}

/* ### Button Styling ### */
a.btn-primary {
  background-color: darken(@blue, 20%);
  border-color: @button-border;
  color: @white;

  &:hover {
    background-color: darken(@blue, 10%);;
    border-color: @button-border;
    color: @white;
  }

  &:focus,
  &:active {
    background-color: darken(#008ce1, 12%);
    border-color: darken(#008ce1, 20%);
    box-shadow: 0 0 0 0.25rem fade(#008ce1, 30%);
  }
}



/* ### Header ### */
img.logo-img {
  width: 100%;
}
#header {
  margin-bottom: 40px;
}

#header-big {
  background: @background url('/img/tex-asfalt-light.png');
  background: @background;

  padding-top: 40px;
  padding-bottom: 5px;
  border-bottom: 3px solid @blue;
}

#main_menu {
  padding-top: 25px;
  ul {
    text-align: right;
    li {
      list-style: none;
      display: inline;
      padding-right: 20px;
      a {
        padding: 0 10px;
        font-size: 1.3em !important;
        color: @white;
      }
      a.active, a:hover {
        color: @blue;
      }
    }
  }
}

/* ### Footer ### */
#footer-big {
  background: @background-dark;
  padding: 20px 0;
  margin-top: 40px;
  text-align: center;
  border-top: 3px solid @blue;
  #footer {
    .site-name-footer {
      font-weight: bold;
      //border-right: 2px solid darken(@white, 75%);
      font-size: 1.2em;
    }
    a, a:link, a:visited {
      color: @white;
      &:hover {
        color: @blue;
      }
    }
    ul#footer-stuff {
      list-style: none;
      margin: 0;
      padding: 0;
      li {
        display: inline;
        //border-right: 1px solid @blue;
        padding: 0;
        margin: 0;
        padding-right: 15px;
        margin-right: 10px;
        a {

        }
        &:last-child {
          border-right: none;
        }
      }
      .icons {
        display: inline-block;
        float: right;
        li {
          padding: 0;
          margin: 0;
          padding-right: 2px;
        }
        .icon-adjust, .social-icon {
          top: 0px;
          width: 33px;
          position: relative;
          transition: filter 0.2s ease;
          &:hover {
            filter: brightness(130%);
          }
        }
      }
    }
    .icon-logo {
      top: -3px;
      width: 35px;
      position: relative;
      margin-right: 5px;
      margin-left: 5px;
    }
    .site-name-block-footer {

    }
  }

}

#header-big, #footer-big {
  background: @background url('/img/tex-black-felt.png');
  background: @background;
}


/* ### Homepage ### */
.row.cta-buttons {
  text-align: center;
}

.col-center {
  margin: 0 auto;
}

#services, #why-me {

}
.title-headline {
  h1 {
    margin-bottom: 1em;
    padding-top: 0;
    margin-top: 0;
  }
}
.row.cta-buttons {
  margin-bottom: 40px;
}
.banner-homepage {
  background: @background url('img/bg-connectionss.png');
  //background: @background url('img/bg-green-beams.jpg');
  //background: @background;
  background-size: cover;
  background-position-x: center;
  background-position-y: 49%;
  background-repeat: no-repeat;
  padding: 20px 0 1px 0;
  position: relative;
  height: 200px;
  margin-bottom: 40px;
  margin-bottom: 0;
  border-bottom: 3px solid @blue;
  border-left: 0;
  border-right: 0;
  .overlay {
    position: absolute;
    inset: 0; /* shorthand for top/right/bottom/left: 0 */
    background-color: rgba(0, 0, 0, 0.3); /* adjust darkness here */
    z-index: 1;
  }
  .content {
    position: relative;
    z-index: 2;
    h1 {
      color: @white;
      text-align: center;
      font-size: 3.4em;
      margin-top: 40px;
      text-shadow: 0 2px 4px rgba(0, 0, 0, 0.9);
    }
  }
}

.video-wrapper {
  position: relative;
  width: 100%;
  padding-bottom: 56.25%; /* 16:9 aspect ratio */
  height: 0;
  overflow: hidden;
}

.video-wrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
#why-me {
  ul {
    list-style: none;
    padding: 0;
    padding-left: 15px;
  }
}

.services-listing {
  ul {
    list-style: none;
    padding: 0;
  }
}
.btn-home-cta-req-quote {
  margin-top: 10px;
}

ul.faq {
  list-style: none;
  padding-left: 4px;
}
.services-row {
  padding-top: 20px;
  padding: 23px 18px;
  background: @background url('img/green-beams.png');
  background: lighten(@background, 3%);
  //background: @background url('img/bg-green-beams.jpg');
  //background: @background;
  background-size: cover;
  background-position-x: center;
  background-position-y: 49%;
  background-repeat: no-repeat;
  z-index: 0;
  position: relative;
  margin-top: 15px;
  border-radius: @radius - 5;
  padding: 0;
  background: none;
  .overlay {
    position: absolute;
    inset: 0; /* shorthand for top/right/bottom/left: 0 */
    background-color: rgba(0, 0, 0, 0.1); /* adjust darkness here */
    z-index: 1;
  }
  .services-listing {
    z-index: 100;
    position: relative;
    ul {
      background: rgba(0, 0, 0, 0.75);
      margin-bottom: 0;
      padding: 20px 35px;
      border-radius: @radius;
    }
  }
}

.services-subtitle-block {
  background: rgba(0, 0, 0, 0.8);
  background: none;
  padding: 15px 30px;
  padding:0;
  border-radius: @radius;
  z-index: 100;
}

.main-body {
  ul.service-list {
    li {
      margin-bottom: 5px
    }
    &.home {
      list-style: none;
      /* background: #dac; */
      margin: 0;
      padding: 0;
      margin: 0 20px;
    }
  }
}

 h3 {
   font-size: 1.3em;
 }
.mid-col-text {
  font-size: 1.3em;
}

.services-description {
  margin-top: 20px;
  margin-bottom: 25px !important;
  h2 {
    color: ;
  }
  p.service-name {
    margin-bottom: 0;
  }
  .service-title {
    color: @blue;
    font-size: 1.1em;
    font-weight: bold;
  }
  .service {
    margin-bottom: 0px;
    padding: 20px 40px;
    background: lighten(@background-light, 5%);
    background: @background url('/img/tex-buried.png');
    background: @background url('/img/tex-black-felt.png');
    background: @background;
    border-radius: @radius;
    //border: 1px solid @blue;
    border-top: 5px solid darken(@blue, 15%);
    border-top: 5px solid @pink;
    //border-top: 5px solid @blue;
    border-bottom: 1px solid lighten(@background, 15%);
    border-bottom: 1px solid @blue;
  }
  .service-container {
    //background: @background-light;
    //border-radius: 20px !important;
  }
}

.box-content {
  //padding: 15px 30px;
  //background: #333;
  height: auto;
  p:last-child {
    //margin-bottom: 0;
  }
}

.service-desc-box {
  background: @background-light;
  padding: 15px 30px;
}

.services-description-subtitle {
  font-size: 1.25em;
  margin: 0;
}







////// General classes
.nopadright {
  padding-right: 0 !important;
}
.text-right {
  text-align: right;
}
.text-left {
  text-align: left;
}
.text-center {
  text-align: center;
}
.text-italic {
  font-style: italic;
}
.space-top {
  padding-top: 10px;
}
.blue-text {
  color: @blue;
}
.pink-text {
  color: @pink;
}
.display-none {
  display: none;
}
.block-inside {
  //padding: 20px;
  border: 5px solid @gray-border;
  border-top-color: @pink;
  border-top-color: @pink;
  height: 100%;
}
.no-italic {
  font-style: normal;
}
.main-body {
  padding-top: 20px;
}
.mg-bottom {
  margin-bottom: 40px;
}
.mg-bottom-20 {
  margin-bottom: 20px;
}
h1.page-title {
  margin-bottom: 20px;
  color: @white;
}
ul, ol {
  li {
    margin-bottom: 5px;
  }
}

img.img-space-bot {
  margin-bottom: 20px;
}
.mb-20 {
  margin-bottom: 20px;
}
.p-indent p {
  margin-left: 4px;
}
.need-options {
  margin-left: 20px;
}

.form-check {

  input {
    position: relative;
    top: 1px;
  }
  label{
    font-size: 1em;
  }
}
.form-check-input {
  background-color: @gray-border;
}
ul.service-list {
  li {
    margin-bottom: 20px;
  }
}


ul.service-list {
  li {
    span.service-name {
      font-weight: bold;
      display: block;
      margin-bottom: -7px;
      color: @blue;
      font-size: 1.4em;
    }
    span.service-description {
      font-style: italic;
    }
  }
}

form {
  input[type="text"], input[type="email"], textarea {
    background-color: @background-light !important;
    border-color: lighten(@background-light, 7%) !important;
    background-color: lighten(@background, 1%) !important;
    color: #ffffff !important;
  }
  .form-control {
    &:focus {
      box-shadow: 0 0 8px 2px @blue;
    }
  }
}
textarea {
  background: @blue;
}




.services-main-title {
  font-size: 2.2em;
  padding-bottom: 0px;
  padding-top: 20px;
  ///color: @white;
  color: @yellow;
  color: @blue;
  margin-bottom: 10px;
}
.services-video-divider {
  padding-top: 50px;
}

.service-perfect-for {
  color: @white;
  font-size: 2em;
  font-style: italic;
}
.virtual-support {
  ul {
    li {
      &::marker {
        color: @blue;
      }
    }
  }
}
.faq-q {
  font-size: 1.15em;
}

.box-content-split {
  display: inline-block;
  width: 49%;
}
.box-content.service2 {
  margin-bottom: 0px;
  padding: 30px 40px;
  background: lighten(@background-light, 5%);
  background: @background url('/img/tex-buried.png');
  background: @background url('/img/tex-black-felt.png');
  background: @background;
  border-radius: @radius;
  //border: 1px solid @blue;
  border-top: 5px solid darken(@blue, 15%);
  border-top: 5px solid @pink;
  //border-top: 5px solid @blue;
  border-bottom: 1px solid lighten(@background, 15%);
  border-bottom: 1px solid @blue;
}
#header .row{
  align-items:center;
}
a.nav-link{
  color:#fff;
}
.navbar-nav a.active.nav-link,  a.nav-link:hover {
    color: #008ce1;
}
@media (min-width: 800px) and (max-width: 1050px) 
{
    .container, .container-md, .container-sm {
        max-width: 800px;
    }
  
}
@media (min-width: 767.99px) {

.offcanvas-collapse,.navbar-toggler {
display:none;
}

}
@media (max-width: 767.98px) {
#header {
    margin-bottom: 35px;
}
.banner-homepage {
height:initial;
margin: 0;
    padding: 0;
}
.banner-homepage .content h1 {
    margin:0 !important;
    padding: 40px 0 !important;
}
.container{
  max-width:100%;
  padding:0 20px;
  width:100%;
}
.banner-homepage .content h1 {
    font-size: 2em;
}

.dn_m{
  display:none;
}
a.btn-primary{
      font-size: 15px;
}
.services-main-title {
    font-size: 1.6em;
    } 
    .services-description .service-title {
    color: #008ce1;
    font-size: 1.3rem;
    font-weight: bold;
}
.faqs .col-8{
  width:100%;
  order:2;
}

.faqs .col-3 img{
  max-width:100px;
  margin:20px 0;
}
.faqs .col-3{
  width:100%;
  text-align:center;
  order:1;
}

.navbar-toggler {
width:25px;
height:25px;
cursor:pointer;
}
#header .row{
  align-items:center;
}
#header .al_r{
  text-align:right;
}
.navbar-toggler svg{
  width:100%;
  height:100%
}
#main_menu{
  display:none;
}
#close_bt{
      position: absolute;
          right: 0px;
        top: 0px;
    cursor:pointer;
    
    cursor: pointer
}
  .offcanvas-collapse {
    position: fixed;
    top: 0px; 
    bottom: 0;
    width: 100%;
    padding-right: 2rem;
    padding-left: 2rem;
    overflow-y: auto;
    background-color: var(--gray-dark);
    transition: -webkit-transform .3s ease-in-out;
    transition: transform .3s ease-in-out;
    transition: transform .3s ease-in-out, -webkit-transform .3s ease-in-out;
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
    background:#000;
    padding-top:50px;
    z-index:999;
  }
  .offcanvas-collapse.open {
    -webkit-transform: translateX(0rem);
    transform: translateX(0rem); /* Account for horizontal padding on navbar */
  }
}

.nav-scroller {
  position: relative;
  z-index: 2;
  height: 2.75rem;
  overflow-y: hidden;
}

.nav-scroller .nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  padding-bottom: 1rem;
  margin-top: -1px;
  overflow-x: auto;
  color: rgba(255, 255, 255, .75);
  text-align: center;
  white-space: nowrap;
  -webkit-overflow-scrolling: touch;
}

.nav-underline .nav-link {
  padding-top: .75rem;
  padding-bottom: .75rem;
  font-size: .875rem;
  color: var(--secondary);
}

.nav-underline .nav-link:hover {
  color: var(--blue);
}

.nav-underline .active {
  font-weight: 500;
  color: var(--gray-dark);
}

.share-icons {
  margin-top: 60px;
}