/* 

1. Add your custom Css styles below
2. Place the this code in your template: 

 <link href="css/custom.css" rel="stylesheet">

*/

/* ----------------------------------------------------------------
	Logo
-----------------------------------------------------------------*/

#logo-img {
  width: 200px;
}

.custom-header-hero {
  position: relative;
  top: 35vh;
  z-index: 100;
  width: 40%;
  left: 50%;
  transform: translateX(-50%);
}

.custom-header-hero .text-line {
  font-weight: 700;
  color: rgba(0, 0, 0, 1);
  font-family: Roboto;
  border-width: 0px;
}

.custom-header-hero .line1 {
  font-size: 50px;
  line-height: 50px;
}

.custom-header-hero .line2 {
  font-size: 70px;
  line-height: 70px;
  text-align: center;
}

.custom-header-hero .line3 {
  font-size: 50px;
  line-height: 50px;
  text-align: right;
}

.custom-header-hero .line4 {
  font-size: 15px;
  line-height: 15px;
  color: rgba(0, 0, 0, 1);
  text-align: center;
  margin-top: 10px;
}

.lines,
.lines:before,
.lines:after {
  background-color: #00c7fd;
}



@media (max-width: 1500px) {

  .custom-header-hero .line1 {
    text-align: center;

  }

  .custom-header-hero .line2 {
    text-align: center;
  }

  .custom-header-hero .line3 {
    text-align: center;
  }
}


/* Medium size*/
@media (max-width: 991.98px) {

  .custom-header-hero .line1 {
    font-size: 40px;
    line-height: 40px;
    text-align: center;

  }

  .custom-header-hero .line2 {
    font-size: 50px;
    line-height: 50px;
    text-align: center;
  }

  .custom-header-hero .line3 {
    font-size: 40px;
    line-height: 40px;
    text-align: center;
  }

}

/* smartphones, Android phones, landscape iPhone */
@media (max-width: 480px) {
  #logo-img {
    width: 150px;
  }

  .custom-header-hero .line1 {
    font-size: 30px;
    line-height: 30px;
    text-align: center;

  }

  .custom-header-hero .line2 {
    font-size: 40px;
    line-height: 40px;
    text-align: center;
  }

  .custom-header-hero .line3 {
    font-size: 30px;
    line-height: 30px;
    text-align: center;
  }
}

.bg-overlay[data-style="2"] {
  background: rgb(0,104,181);
  opacity: .9;
}

#footer {
  background: transparent;
}
