html, body{
    font-family: 'tt_commonslight';
    font-size: 24px;
    background-image: url(../img/services-bg.jpg);
    background-size: cover;
    background-position: center center;
    background-attachment: fixed;
}

#header{
  position:fixed;
  height: 80px;
  display:block;
  width: 100%;
  z-index:9;
}

#header{
  top:0px;
}

b{
    font-family: 'tt_commonsdemibold';
    font-weight: normal;
}

a {
    text-decoration: none ;
}

a:hover {
    /* font-family: 'tt_commonsregular'; */
    color: #7bacd5;
    text-decoration: none ;
}

.font-light{
    color: #ffffff;
}

.font-dark{
    color: #666666;
}

.font-highlight{
  color: #7bacd5;
  font-family: 'tt_commonsregular';

}

.icon{
  margin-left: 10px;
}


h1{
    font-size: 36px;
}

h2{
    font-size: 30px;
    line-height: 1.8rem;
    margin-top: 20px;
}

h3{
    font-size: 24px;
}

h4{
    font-family: 'tt_commonsregular';
    font-size: 20px;
    letter-spacing: 0.1em;
}

h5{
    font-size: 18px;
    letter-spacing: 0.1em;
}

p{
    font-size: 24px;
}

.navbar-dark .navbar-nav .nav-link{
  color: #ffffff;
}

.navbar-dark .navbar-nav .nav-link:focus, .navbar-dark .navbar-nav .nav-link:hover {
  color:  #7bacd5;;
}

.nav-link{
  font-size: 20px;
  letter-spacing: 0.08em;
  margin-left: 20px;
  font-family: 'tt_commonsregular';
}

.nav-button , .nav-button:hover{
  font-family: 'tt_commonsregular';
  font-size: 18px;
  letter-spacing: 0.05em;
  margin-top: 10px;
  margin-left: 20px;
  background-color: #7bacd5;
  color: #ffffff;
  border-radius: 50rem;
  padding: 5px 30px;
  display: block;
}


.navbar-brand-dark{
    width: 243px;
}


.navbar-brand-light{
  width: 320px;
}



.navbar-dark .navbar-toggler, .navbar-toggler-custom, .navbar-toggler-custom:focus, .navbar-toggler:focus, button:focus {
  border: none !important;
  background:none;
  box-shadow: none;
}

.navbar-toggler-icon {
  width: 1em;
  height: 1em;
}

#menu li.active a{
  border-bottom: 1px solid #7bacd5;
  color:#7bacd5;
}


.py-80 {
  padding-top: 80px;
  padding-bottom: 80px;
}

.py-120 {
  padding-top: 120px;
  padding-bottom: 120px;
}

.panel-services{
  margin-top: 100px;
}

.panel-copyright {
  text-align: right;
}

/* LINE */

.line-header{
    border-left: 1px solid #666;
    height: 20vh;
    position: absolute;
    left: 50%;
    margin-left: -3px;
    top: 0;
  }

  .line-footer{
    border-left: 1px solid #666;
    height: 80px;
    position: absolute;
    left: 50%;
    margin-left: -3px;
    top: 0;
  }

  
/* BACKGROUND */


.bg-landing{
    background-image: url(../img/bg-landing.jpg);
    background-size: cover;
    background-position-x: center;
    background-position-y: center;
}

.bg-services{
    background-image: url(../img/bg-services.jpg);
    background-size: cover;
    background-position-x: center;
    background-position-y: center;
    /* background-attachment: fixed; */
}

/* FOOTER */

.bg-footer{
  background-color:#191c24;
}


/* LANDING ANIMATE */

.landing-title{
  font-size: 60px;
  font-family: 'tt_commonsdemibold';
  margin-bottom: 30px;
}


  .output {
    text-align:center;
    color:white;
  }
  
  /* Cursor Styling */
  .cursor::after {
    content:'';
    display:inline-block;
    margin-left:3px;
    background-color:white;
    animation-name:blink;
    animation-duration:0.5s;
    animation-iteration-count: infinite;
  }
  h1.cursor::after {
    height:2px;
    width:13px;
  }
  @keyframes blink {
    0% {
      opacity:1;
    }
    49% {
      opacity:1;
    }
    50% {
      opacity:0;
    }
    100% {
      opacity:0;
    }
  }




/* Medium devices (tablets, less than 992px) */
@media (max-width: 991.98px) {

  h1{
    font-size: 30px;
  }

  h2{
      font-size: 24px;
      line-height: 1.6rem;
      margin-top: 20px;
  }

  h3{
      font-size: 20px;
  }

  h4{
      font-size: 18px;
      letter-spacing: 0.1em;
  }

  h5{
      font-size: 16px;
      letter-spacing: 0.1em;
  }

  p{
      font-size: 20px;
  }


  .py-80 {
    padding-top: 60px;
    padding-bottom: 60px;
  }
  
  .py-120 {
    padding-top: 80px;
    padding-bottom: 80px;
  }
  
  .panel-services{
    margin-top: 50px;
  }

  
  /* LINE */

  .line-header{
    height: 20vh;
  }

  .line-footer{
    height: 60px;
  }

 }

 /* Small devices (landscape phones, less than 768px) */
@media (max-width: 767.98px)  {

  .navbar-brand-dark{
    width: 160px;
  }
  
  
  .navbar-brand-light{
    width: 240px;
  }
  

  .landing-title{
    font-size: 48px;
    margin-bottom: 30px;
  }

  h1{
    font-size: 24px;
  }

  h2{
      font-size: 22px;
      line-height: 1.4rem;
      margin-top: 16px;
  }

  h3{
      font-size: 18px;
  }

  h4{
      font-size: 16px;
      letter-spacing: 0.1em;
  }

  h5{
      font-size: 14px;
      letter-spacing: 0.1em;
  }

  p{
      font-size: 18px;
  }


  .py-80 {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  
  .py-120 {
    padding-top: 60px;
    padding-bottom: 60px;
  }
  
  .panel-services{
    margin-top: 50px;
  }

  
  /* LINE */

  .line-header{
    height: 20vh;
  }

  .line-footer{
    height: 40px;
  }

  .panel-copyright {
    text-align: left;
    margin-top: 20px;
  }

  .navbar{
    padding-top: 0;
    padding-bottom: 0;
  }

  .nav-link{
    font-size: 18px;
    letter-spacing: 0.08em;
  }

  .nav-button , .nav-button:hover{
    font-size: 18px;
    letter-spacing: 0.05em;
    margin-top: 10px;
    margin-left: 20px;
    padding: 5px 30px;
    display: block;
  }

  
}


/* X-Small devices (portrait phones, less than 576px) */
@media (max-width: 575.98px) {

  .navbar-brand-dark{
    width: 160px;
  }
  
  .navbar-brand-light{
    width: 220px;
  }

  .landing-title{
    line-height: 48px;
  }

  .line-header{
    height: 15vh;
  } 
  
}


/* Large devices (desktops, less than 1200px) */
@media (max-width: 1199.98px) { }

/* X-Large devices (large desktops, less than 1400px) */
@media (max-width: 1399.98px) { }
