.imgOfSection {
  width: 100%;
  margin-top: 20px;
  margin-bottom: 20px;
}

.headLine::after {
  content: "";
  width: 110px;
  background-image: linear-gradient(45deg, #ffff00, #E90D0D);
  display: block;
  border-radius: 10px;
  height: 5px;
  margin-top: 5px;
}

nav {
  background-color: #E90D0D;
}

nav a.navbar-brand img {
  width: 30px;
}

nav button.navbar-toggler {
  outline: 0;
}

nav button.navbar-toggler span.navbar-toggler-icon {
  background-image: none;
}

nav button.navbar-toggler span.navbar-toggler-icon i {
  color: #fff;
  font-size: 1.45em;
}

nav .navbar-nav .nav-link {
  color: #fff !important;
  font-size: 1.2em;
}

nav .navbar-nav .nav-link:hover {
  color: #ff0 !important;
}

footer {
  padding-top: 50px;
  padding-bottom: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background-color: #eee;
  border-top: 3px solid #E90D0D;
}

footer .footer-logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

footer .footer-logo h3 {
  -ms-flex-item-align: start;
      align-self: flex-start;
  margin-top: 5px;
  font-size: 2em;
}

footer img {
  width: 100px;
  margin: 5px 10px;
}

footer ul {
  list-style: none;
  padding: 0;
}

footer ul li a {
  text-decoration: none;
  color: #000;
  font-size: 1.23em;
  padding-right: 0 !important;
}

footer .address address {
  line-height: 2;
  font-size: 1.12em;
}

footer .address address span:nth-child(2) {
  color: royalblue;
}

footer .social-media ul li {
  font-size: 1.8em !important;
}

footer .copyright {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  border-top: 2px solid #777;
  padding-top: 10px;
}

@media (max-width: 576px) {
  .container .row .copyright {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

button#scroll-to-top {
  position: fixed;
  right: 5%;
  bottom: 10%;
  background-color: #E90D0D;
  border: 0;
  border-radius: 50%;
  height: 50px;
  width: 50px;
  z-index: 5;
  display: none;
  outline: 0 !important;
}

button#scroll-to-top i {
  color: #fff;
  font-size: 1.8em;
}

body {
  font-family: 'Tajawal', sans-serif;
}

h2 {
  font-weight: bold;
}

p {
  font-size: 1.34em;
  line-height: 1.7;
}

@media (max-width: 992px) {
  nav ul.navbar-nav {
    text-align: right;
  }
}

header {
  width: 100%;
  height: 100vh;
  background-image: url(../../images/header.jpg);
  background-size: cover;
  background-position: center;
  color: #fff;
  margin-top: 60px;
}

header .overlay {
  height: 100%;
  background-color: rgba(0, 0, 0, 0.4);
}

header .overlay .header-info {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

header .overlay .header-info h1 {
  margin: 90px auto;
  font-size: 5em;
}

header .overlay .header-info a {
  font-size: 2.2em;
  border-radius: 10px;
  background-color: #E90D0D;
  border: 0;
  outline: 0;
  color: #fff;
  padding: 15px 55px;
  text-decoration: none;
}

header .overlay .header-info a:hover {
  background-color: #0777ca;
}

@media (max-width: 768px) {
  header .overlay .header-info h1 {
    font-size: 2.4em;
  }
}

@media (min-width: 769px) and (max-width: 992px) {
  header .overlay .header-info h1 {
    font-size: 4em;
  }
}

@media (max-width: 992px) {
  header {
    margin-top: 57px;
  }
  header .overlay .header-info a {
    font-size: 1.8em;
  }
}

section#about {
  padding-top: 40px;
  padding-bottom: 40px;
}

section#courses {
  padding-top: 40px;
  padding-bottom: 40px;
}

section#courses h2::after {
  width: 85px;
}

section#teachers {
  padding-top: 40px;
  padding-bottom: 40px;
}

section#teachers h2::after {
  width: 134px;
}

section#contact {
  padding-top: 40px;
  padding-bottom: 40px;
}

section#contact h2::after {
  width: 125px;
}

@media (max-width: 768px) {
  section .container .row {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
            flex-direction: column !important;
  }
}
/*# sourceMappingURL=main-style.css.map */