/* Lason Media Basic

Color Scheme:

Dark Blue: #1773f7
Grey: #9a9a9a , #e5e5e5



*/





/* Create a sticky/fixed navbar */
 #navbar {
    overflow: hidden;
    background-color: transparent;
    padding: 90px 10px; /* Large padding which will shrink on scroll (using JS) */
    transition: 0.4s; /* Adds a transition effect when the padding is decreased */
    position: fixed; /* Sticky/fixed navbar */
    width: 100%;
    top: 0; /* At the top */
    z-index: 99;
  }
  
  /* Style the navbar links */
  #navbar a {
    float: left;
    color: black;
    text-align: center;
    padding: 12px;
    text-decoration: none;
    font-size: 18px;
    line-height: 25px;
    border-radius: 4px;
  }
  
  /* Style the logo */
  #navbar #logo {
    font-size: 35px;
    font-weight: bold;
    transition: 0.4s;
  }
  
  /* Links on mouse-over */
  #navbar a:hover {
    background-color: #ddd;
    color: black;
  }
  
  /* Style the active/current link */
  #navbar a.active {
    background-color: dodgerblue;
    color: white;
  }
  
  /* Display some links to the right */
  #navbar-right {
    float: right;
  }
  
  /* Add responsiveness - on screens less than 580px wide, display the navbar vertically instead of horizontally */
  @media screen and (max-width: 580px) {
    #navbar {
      padding: 20px 10px !important; /* Use !important to make sure that JavaScript doesn't override the padding on small screens */
    }
    #navbar a {
      float: none;
      display: block;
      text-align: left;
    }
    #navbar-right {
      float: none;
    }
  } 

  
  .card-lason :hover{
    color: red;
    box-shadow: 0 18px 39px black;
    transition: 1s ease;
    visibility: visible;


  }
  
  .btn-lason {
    background-color: #1773f7;
    color: white;
    text-decoration: none;
  }

  .nav-link {
    text-align: center;
    font-size: 18px;
    color: black;
  }
  

  .lason-btn-blue {
    color: white;
    background-color: #1773f7;
    border-color: #1773f7;
    text-decoration: none;
    border-radius: 5px;
    display: inline;
  }

  .lason-btn-blue:hover {
    color:#1773f7;
    background-color: #9a9a9a;
  }

  .about-box {
    height: 500px;
  }
  


/*********** HOME PAGE ****************/  
.lason-home {
  padding-left: 2rem;
  padding-right: 2rem;

}



.section-fade {
  height: 150px;
  background-color: white;
  background-image: linear-gradient(#1773f7, white);
}

.section-footer {
  background-color: #e5e5e5; 
  padding-top: 2rem;
}

.section-creative {
  padding-top: 3rem;
}

.section-creative h2 {
  font-size: 1.2rem;
}

.section-about {
  padding-bottom: 5%;
  padding-top: 1%;
  
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#ffffff+0,9a9a9a+100 */
background: #ffffff; /* Old browsers */
background: -moz-linear-gradient(top,  #ffffff 0%, #e5e5e5 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top,  #ffffff 0%,#e5e5e5 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom,  #ffffff 0%,#e5e5e5 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#e5e5e5',GradientType=0 ); /* IE6-9 */
  
}

.section-cards {
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#9a9a9a+0,1773f7+100 */
background: #9a9a9a; /* Old browsers */
background: -moz-linear-gradient(top,  #e5e5e5 0%, #1773f7 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top,  #e5e5e5 0%,#1773f7 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom,  #e5e5e5 0%,#1773f7 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e5e5e5', endColorstr='#1773f7',GradientType=0 ); /* IE6-9 */

}

/*.content {

  bottom: 0;
  background: rgba(255, 255, 255, 0.6);
  color: #f1f1f1;
  width: 100%;
  padding: 5%;
}*/
.content h1{
  position: absolute;
  top: 1%;
  left: 35%;
  transform: translate(-50%, 50%);
  text-transform: uppercase;
  letter-spacing: 5px;
  margin: 0;
  padding: 0;
  color: transparent;
  font-size: 3rem;
}

.content h1:before{
  content: attr(data-text);
  position: absolute; 
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  color: #000;
  overflow: hidden;
  border-right: 5px solid #1773f7;
  animation: type 9s steps(26) infinite;
  white-space: nowrap;
}

@keyframes type 
{
  0%
  { 
    width: 0;
  }
  50%
  { 
    width: 100%;
  }
  100%
  { 
    width: 0;
  }
}

.content-cta {
  text-align: end;
  padding-top: 10%;
  padding-bottom: 4%;
  padding-right: 10px;
}

.row-video {
  padding-top: 240px
}

.vid-window {
  min-height: 529px;
  top: -56px;

}

.vid-window {
  min-height: 400px;
  min-width: 100%;
  overflow: hidden;
  position: relative;

}

#vidloop {
  position: absolute;
  margin-top: -1%;
  top: 0;
  left: 0;
  right: 0;
  min-width: 110%;
  min-height: 100%;
  width: auto;
  height: auto;
  opacity: .4;
  z-index: 0;
}

/*********** PRICING PAGE ***********/

.row-marketing h2{
  font-size: 1.2rem;
}

/*********** WORDPRESS PAGE ***********/
.red-bg {
  color: red;
  align-items: center;
}
.green-bg {
  color: green;
}

  



