body {
  background: #fafafa;
  background-size: cover !important;
  background-repeat: no-repeat !important;
  font-family: "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
}
.navbar {
  min-height: 35px !important;
  margin-bottom: 0 !important;
  border-radius: 0 !important;
}
.jumbotron {
  background: linear-gradient(to right, grey, rgb(0, 81, 255));
  /* background: url(/img/jumbo-bg.jpg); */
  font-family: "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
  border-radius: 0;
  min-height: 250px !important;
  /* justify-content: space-between; */
  /* align-items: center !important; */
}
.jumbotron div h1 {
  padding-top: 20px;
}
/* .jumbotron.container h3 {
  padding-top: 10px !important;
  margin-top: 10px !important;
} */

nav {
  background: linear-gradient(to right, grey, peru);
}
.navbar a {
  color: white !important;
  justify-self: right !important;
}

section {
  /* font-family: Verdana, Geneva, Tahoma, sans-serif; */
  font-family: "Scheherazade", serif;
}
#home {
  background-color: powderblue;
  /* background: url("/img/slide6.jpg") no-repeat;
  background-size: cover;
  min-height: 100%;
  margin-top: 0 !important;
  padding: 0 !important;
} */
}
/* #home ul {
  list-style-type: none;
} */

.carousel {
  margin: 0 !important;
  padding: 0 !important;
}
.carousel-item > img {
  max-height: 500px;
  width: auto;
}
#consult {
  background: url("/img/slide6.jpg") no-repeat !important;
  background-size: 100%;
}
#contact > .row {
  justify-content: space-between !important;
}
#contact .row ul {
  list-style-type: none;
}
#contact .row a {
  padding: 20px;
  font-size: 30px;
  width: 50px;
  text-align: center;
  text-decoration: none;
}
section .row .card-title {
  font-weight: bolder !important;
}
section .row .card-text {
  font-size: 1.2rem !important;
}

footer {
  min-height: 100px !important;
  width: 100% !important;
  padding-top: 30px;
  background: linear-gradient(to right, grey, lightblue);
}

#home p{
  font-size: xx-large;
  font-weight: 800 !important;
}

#home ul{
  font-size: x-large;
  font-weight: 800 !important;
  list-style-type: none !important;
}

#about .container p{
  font-size: xx-large !important;
  font-weight: 800 !important;
}