body {
  font-family: switzer;
}
em {
  font-family: Eiko Italic;
}

header {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100vw;
  height: 100vh;
  margin-bottom: 40px;
  filter: brightness(0.8);
}
header .text {
  text-align: center;
  padding-top: 130px;
}
header .text h1 {
  font-size: 53px;
  color: #fff;
}
header .text p {
  font-size: 25px;
  color: #fff;
}

nav .offcanvas a {
  text-decoration: none;
}

@media (max-width: 576px) {
  nav .offcanvas a {
    text-decoration: none;
    color: #000000a6;
  }
}
@media (max-width: 768px) and (min-width: 577px) {
  nav .offcanvas a {
    text-decoration: none;
    color: #000000a6;
  }
}
@media (max-width: 992px) and (min-width: 769px) {
  nav .offcanvas a {
    text-decoration: none;
    color: #000000a6;
  }
}
.start .container .t2 p {
  color: #fff;
  font-size: 20px;
}
.new .con-1 {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.new .heading {
  text-align: center;
  align-items: center;
}

.new .con2 {
  background-color: aliceblue;
  padding-top: 30px;
  padding-bottom: 30px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-evenly;
}
.mission .heading {
  text-align: center;
}
.mission .heading h1 {
  font-size: 40px;
}
.mission .container .card .row .col-md-8 {
  display: flex;
  align-items: center;
}
