/* Navbar */
.navbar{
    background-color: #ffffff !important;
}
.navbar-brand img{
    width: 120px !important;
    margin: auto auto auto 70px !important;
}
.nav-link{
    margin: auto 33px !important;
    color: #000 !important;
    font-size: 16px !important;
    font-weight: 600 !important;
    font-family: 'Raleway', sans-serif !important;
}
.navbar-nav a:hover{
    color: #055CA2 !important;
}
.btn-course{
    /* height: 35px;
    width: 78px; */
    background-color: #055CA2 !important;
    border: #055CA2 !important;
    border-radius: 5px !important;
    font-family: 'Raleway', sans-serif !important;
    font-size: 14px !important;
}
.btn-later{
    height: 35px;
    width: 78px;
    border-radius: 5px !important;
    font-family: 'Raleway', sans-serif !important;
    font-size: 14px !important;
}
.navbar-nav2 .btn{
    margin: auto 70px auto auto !important;
}
.btn-course:hover{
    background-color: #06518f !important;
}
/* stroke */
.navbar-nav.stroke a{
  position: relative;
}
.navbar-nav.stroke a:after{
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: 0%;
  content: '.';
  color: transparent;
  background: #055CA2;
  height: 1px;
}
.navbar-nav.stroke a:hover:after {
  width: 100%;
}
.navbar-nav.stroke .active::after {
  width: 100%;
}
/* Navbar-end */

/* Masthead */
header.masthead {
    padding-top: 10rem;
    padding-bottom: calc(10rem - 4.5rem);
    background: /*linear-gradient(to bottom, rgba(107, 107, 107, 0.8) 0%, rgba(152, 152, 152, 0.8) 100%),*/ url("../img/elpclass-bg.JPG");
    background-position: center;
    background-repeat: no-repeat;
    background-attachment: scroll;
    background-size: cover;
  }
  header.masthead h1, header.masthead .h1 {
    font-family: 'Raleway', sans-serif !important;
    font-size: 2.25rem;
  }
  @media (min-width: 992px) {
    header.masthead {
      height: 100vh;
      min-height: 40rem;
      padding-top: 4.5rem;
      padding-bottom: 0;
    }
    header.masthead p {
      font-size: 1.15rem;
    }
    header.masthead h1, header.masthead .h1 {
      font-size: 3rem;
    }
  }
  @media (min-width: 1200px) {
    header.masthead h1, header.masthead .h1 {
      font-size: 3.5rem;
    }
  }
  /* Masthead-end */

  
  /* About-section */
  .location{
    margin-top: 70px;
  }
  .location-title{
    padding-top: 30px;
    padding-bottom: 10px;
  }
  /* About-section-end */

  /* gmaps */
  .gmaps{
    padding-top: 80px;
  }
  /* gmaps-end */