

@import url('https://fonts.googleapis.com/css?family=Lato:400,700');

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

.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, .6)!important;
}
.navbar-brand img {
  height: 2rem;
}
.navbar-nav li {
  padding-right: .7rem
}
.navbar-dark .navbar-nav .navbar-link{
  color: white;
  padding-top: .8rem;
}
.navbar-dark .navbar-nav .navbar-link.active,
.navbar-dark .navbar-nav .navbar-link:hover {
  color: #ff3030;
}
/*---Silder---*/
.carousel-item{
  height: 100vh;
}

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

.narrow {
  width: 75%;
  margin: 1.5rem auto;
  padding-top: 2rem;
}
.btn-lg {
  border-width: medium;
  border-radius: 0;
  padding: .6rem 1.1rem;
  text-transform: uppercase;
  margin: 1rem;
}

.narrow h1{
  font-size:2.4rem;

}
.btn-secondary{
  border-width: medium;
  border-radius: 0;
  text-transform: uppercase;
  font-size:1.2rem;
  padding: .6rem 1.2rem;
  margin: 1rem;
  color:white;
  background-color:  #ff3030;
  border-color:  #ff3030;
}
.btn-secondary:hover{
  background-color:   #999999;
  border-color:   #999999;
}

/*=============feature SECTION =============*/
.jumbotron {
    margin-bottom: 0;
    padding: 2rem 0 3.5rem;
    border-radius: 0,
}
h3.heading{
  font-size: 1.9rem;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 1.9rem;
}
.heading-underline{
  width: 3rem;
  height: .2rem;
  background-color: #ff3030;
  margin: 0 auto 2rem;
}
.feature svg.svg-inline--fa{
  color:#ff3030;
}
.feature h3{
  font-size: 1.3rem;
  text-transform: uppercase;
  padding-bottom: .4rem;
}
.feature p{
  font-size: 1.1rem;
}
/*=============Resources SECTION =============*/

.fixed{
  background-image: url(img/poll.jpg);
  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;
}
/*--- Clients Section ---*/
.team img{
  width: 100%;
  border-radius: 50%;
}


/*============ 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) { ... }

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