html,
body {
  background-color: #fff1ed;
  scroll-behavior: smooth;
}

/* -----------------------BODY----------------------- */
.mynav {
  background-color: #dd007a1a;
  backdrop-filter: blur(3px);
}
.nav-link {
  font-size: 14px;
}
.dropdown-menu {
  background-color: #dd007a09;
  backdrop-filter: blur(3px);
}
.my_img {
  margin-top: 100px;
  height: 350px;
  width: auto;
}
.dropdown-item:focus,
.dropdown-item:hover {
  color: #000000;
  background-color: #ffffff;
}
/* -----------------------OUR MISSION----------------------- */

.mission {
  font-size: 35px;
  font-weight: bold;
  color: #314974;
}

.misDesc {
  font-size: 30px;
  font-weight: bold;
  color: #314974;
}

hr.style-line {
  overflow: visible; /* For IE */
  padding: 0;
  border: none;
  border-top: medium double #333;
  color: #333;
  text-align: center;
}
hr.style-line:after {
  content: "༺❤️༻";
  display: inline-block;
  position: relative;
  top: -0.9em;
  font-size: 1.5em;
  padding: 0 0.25em;
  background: #fff1ed;
}

/* -----------------------FOOTER----------------------- */

footer {
  background-color: #ffc7b7;
  min-height: 100px;
  padding-top: 45px;
  padding-bottom: 45px;
  padding-left: 10px;
  padding-right: 10px;
  font-family: "Abel", sans-serif;
}
#nte-footer p {
  font-size: 1.25rem;
}

#nte-footer a,
span {
  font-weight: 600;
  color: black;
}

footer li {
  list-style: none;
}

footer ul {
  padding-left: 0;
}

.social-media-container > a:hover {
  text-decoration: none !important;
}

.boxicon-container {
  display: flex;
  justify-content: space-between;
  width: 80%;
}

.boxicon-container .box-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.5s;
}

.box-icon i {
  font-size: 2rem;
}

/* -----------------------MEDIA QUERY----------------------- */
/* MOBILE AND LESSER */
@media (max-width: 600px) {
  br {
    display: none;
  }
}
