/* Navbar */
.navbar{
  opacity: 0.95;
}

/*  */
.cover-container {
  background-image: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0)),
    url('/img/slider_img.png');
  background-size: cover;
  background-repeat: no-repeat;
  height: 40vh;
}

@media (min-width: 700px) {
  .cover-container {
    height: 70vh;
  }
}

/* skills CONTENT
-------------------------------------------------- */

/* Center align the text within the three columns below the carousel */
.skills .col-lg-4 {
  margin-bottom: 1.5rem;
  text-align: center;
}
/* rtl:begin:ignore */
.skills .col-lg-4 p {
  margin-right: 0.75rem;
  margin-left: 0.75rem;
}


/* about */
#about {
  background-image: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0)),
    url('../img/dottet_bg.png');
  background-size: cover;
  background-repeat: no-repeat;
}

/* Operating Hours */
.operate {
  background-image: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0)),
    url('../img/cours_bg.jpg');
  background-size: cover;
  background-repeat: no-repeat;
}

/* Contact */
.contact {
  background-image: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0)),
    url('../img/blue_bg.jpg');
  background-size: cover;
  background-repeat: no-repeat;
}

.svg{
  display: inline-block;
  width: 50px !important;
}

/* Media */
@media only screen and (max-width: 550px) {
  .apply{
    font-size: 0.8rem !important;
  }  
}

.skils{
  border-width: 14px;
}