
/*============= COURSE SECTION =============*/

.narrow {
  width: 75%;
  margin: 1.5rem auto;
  padding-top: 2rem;
}
.narrow h1 {
    font-size: 2.4rem;
  }


.btn-secondary {
  border-width: medium;
  border-radius: 0;
  padding: .6rem 1.2rem;
  font-size: 1.2rem;
  text-transform: uppercase;
  margin: 1rem;
  border-color: rgb(107, 0, 71);
  background-color: rgb(107, 0, 71);
  color: white;
}
.btn-secondary:hover,
.btn-secondary:focus {
  border-color: rgb(77, 0, 107);
  background-color: rgb(77, 0, 107);
  color: rgb(207, 0, 69);
}

@import url('https://fonts.googleapis.com/css2?family=Lato:ital,wght@1,700&display=swap');

body{
    overflow-x: hidden;
    font-family: 'Lato', sans-serif;
    color: #9c0027;
}

.offset:before {
  display: block;
  content: "";
  height: 4rem;
  margin-top: -4rem;
}

/*--- Navigation --*/

.navbar{
    text-transform: uppercase;
    font-weight: 700;
    font-size: .9rem;
    letter-spacing: .1rem;
    background: rgba(0,0,0,0.6)!important;
}
.navbar-nav li{
    padding-right: .7rem;
}
.nav-dark .navbar-nav .nav-link {
    color: #9c0027;
    padding-top: .8rem;
}
.nav-dark .navbar-nav .nav-link.active,
.nav-dark .navbar-nav .nav-link:hover{
  color: #1c41ba;
}


/*---landing Page ---*/

.home-inner{
  padding-top: 64%;
  background-image: url("img/3.jpeg");
}


.caption{
  width: 100%;
  max-width: 100%;
  position: absolute;
  top: 38%;
  text-transform: uppercase;
  z-index: 1;
  color: #9c0027;
  text-transform: uppercase;
}

.caption h1{
  font-size: 3.8rem;
  font-weight: 700;
  letter-spacing: .3rem;
  text-shadow: .1rem .1rem .8rem black;
  padding-bottom: 1rem;
}

.caption h3{
  font-size: 2rem;
  text-shadow: .1rem .1rem .5rem black;
  padding-bottom: 1.6rem;
}

.btn-lg{
  border-width: medium;
  border-radius: 20%;
  padding: .6rem 1.3rem;
  color: #9c0027;
  font-size: 1.1rem;
}


/*============ Start Course Section ===========*/
.course img{
  
} 

/*============ End Course Section ============ */


/*============ Start Features Section ============ */

.heading-underline {
  width: 3rem;
  height: .2rem;
  background-color: #9c0034;
  margin: 0 auto 2rem;
}

.image-hover-container {
  position: relative;
}

.image-hover {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  transition:  opacity 0.0s;
}

.image-container:hover .image-hover {
  opacity: 1;
}

.image-hover-container:hover > img {
  opacity: 0;
}
/*============ End Features Section ============ */


/*============ Start About Section ============ */

.heading {
  color: #9c0027;
}

.heading-underline {
  width: 3rem;
  height: .2rem;
  background-color: #9c0034;
  margin: -1 auto 2rem;
}

.fixed {
  background-image: url(img/11.jpeg);
  z-index: -1;
}
.dark {
  background-color: rgba(0,0,0,0.75);
  color: white;
  padding: 7rem 2rem;
}
.fixed-background h3 {
  margin-bottom: 2rem;
}
.fixed-background p {
  margin-top: 1.5rem;
}
/*============ End About Section ============ */


/*============ Start Clients Section ============ */
.clients img {
  width: 100%;
  border-radius: 40%;
}
blockquote .svg-inline--fa {
  color: #1ebba3;
  margin: 1rem;
}
.clients-hr {
  border-top: .05rem solid #9c0027;
}
/*============ End Clients Section ============ */


/*============ Start Contact Section ============ */
footer {
  background-color: #40474e;
  color: white;
  padding: 2rem 0 2rem;
  margin-top: 1rem;
}
footer img {
  height: 3rem;
  margin: 1.5rem 0;
}
footer a {
  color: white;
}
footer svg.svg-inline--fa {
  font-size: 1.6rem;
  margin: 1.2rem .5rem 0 0;
}
footer svg.svg-inline--fa:hover {
  color: #9c0027!important;
}
hr.socket {
  width: 100%;
  border-top: .2rem solid #9c0027;
  margin-top: 3rem;
}
/*============ End Contact Section ============ */


/*============ Start Media Queries Section ============ */
@media (max-width: 767px) {
  .caption h1{
    font-size: 2.3rem;
    letter-spacing: .15rem;
    padding-bottom: 5rem;
  }
  
  .caption h3{
    font-size: 1.2rem;
    padding-bottom: 1.2rem;
  }
  
  .btn-lg{
    padding: .5rem 1rem;
    font-size: 1rem;
  }

  .narrow h1{
    font-size: 1.5rem;
  }

  .clients img {
    max-width: 50%;
    display: block;
    margin: 0 auto;
  }
}
/*============ End Media Queries Section ============ */

/*============ BOOTSTRAP BREAK POINTS:

Extra small (xs) devices (portrait phones, less than 576px)
No media query since this is the default in Bootstrap

Small (sm) devices (landscape phones, 576px and up)
@media (min-width: 576px) { ... }

Medium (md) devices (tablets, 768px and up)
@media (min-width: 768px) { ... }

Large (lg) devices (desktops, 992px and up)
@media (min-width: 992px) { ... }

Extra (xl) large devices (large desktops, 1200px and up)
@media (min-width: 1200px) { ... }

=============*/
