/* body {
  font-family: "Jost", Arial, Helvetica, sans-serif;
  font-size: 14px;
  margin: 0;
} */
/* 
header {
  padding: 1.5rem 0;
}

main {
  margin: 1rem;
}

h1 {
  font-size: 2rem;

  margin: 0.75rem 1rem;
}

h2 {
  font-size: 1.6rem;

  margin: 0.5rem 1rem;
}

h3 {
  font-size: 1.4rem;
}

h5 {
  color: #726f9f;
}

p {
  font-size: 1rem;
  padding: 0.25rem 0;
}

img {
  max-width: 100%;
  display: block;
}

a {
  color: #726f9f;
  text-decoration: none;
}

.form-group .btn {
  color: #ffffff;
  background-color: #726f9f;
}
/* .row  {
    display: inline-block;
} */
/* 
.active {
  color: #726f9f;
}
.thirty {
  margin-left: 200px !important;
  margin-right: 200px !important;
  margin-bottom: -50px;
  z-index: 9;
  position: fixed !important;
}

.thirty ul {
  margin-left: 500px;
}
.thirty ul a {
  color: white;
  margin-left: 0px;
  font-size: 14px;
}
.thirty ul a:hover {
  color: #ffffff;
  border-bottom: 1px solid white;
}

.img10 {
  width: 30%;
  /* margin-left: 100px;
  height: 30%;
} */

/* .carousel-item .in-obj {
  top: 50% !important;
  left: 50% !important;
  position: absolute !important;
  transform: translate(-50%, -50%) !important;
  text-align: center !important;
}

.carousel-caption h2 {
  color: #ffffff !important;
  font-size: 55px;
  font-weight: bold;
  font-family: poppins;
}

.carousel-caption p {
  color: #ffffff !important;
  font-size: 22px;
  font-weight: bold;
  font-family: century gothic;
}

.carousel-caption button {
  color: #ffffff !important;
  padding: 10px 30px !important;
  font-weight: bold;
  background-color: #726f9f !important;
  outline: none;
  border: 0;
  margin-top: 30px;
  margin-bottom: 30px;
}

.navbar-light .navbar-nav .active > .navbar-light,
.navbar-nav .nav-link .active,
.navbar-light .navbar-nav .nav-link .show > .nav-link {
  color: #ffffff;
}

.navbar-light .navbar-nav .nav-link {
  color: #ffffff;
}

.navbar-light .nav-link:focus,
.navbar-light .navbar-nav .nav-link:hover {
  color: #ffffff;
}

.navbar-nav a {
  font-family: poppins;
  font-size: 18px;
  text-transform: uppercase;
  font-weight: bold;
}

.navbar-light .navbar-brand {
  color: #ffffff;
  font-size: 25px;
  text-transform: uppercase;
  font-weight: bold;
  letter-spacing: 2px;
}

.navbar-brand {
  margin-top: 5px;
}

.navbar-toggler {
  padding: 0.25rem 0.75rem;
  font-size: 1.25rem;
  line-height: 1;
  color: white;
  background-color: white !important;
  border: 1px solid transparent;
  border-radius: 0.25rem;
}

.navbar-light .navbar-nav .nav-link {
  color: #fff !important;
}

.navbar-collapse {
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
  -ms-flex-positive: 1;
  flex-grow: 1;
  background: none !important;
  -ms-flex-align: center;
  align-items: center;
}

.navbar-toggler {
  /* height: 40px; */
  /* background-color: #fff;
  border: 1px solid transparent;
  border-radius: 0.25rem;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
}

.fixed-top {
  position: fixed;
  top: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.7) !important;
  left: 0;
  z-index: 9;
} */ 

/* .card {
  width: 100%;
}

.card-body {
  padding: 1rem;
}

a:hover {
  color: #726f9f;
  text-decoration: none;
  border-bottom: 2px #726f9f;
} */ */ */

.slideshow-container {
  position: relative;
  background: #844da3;
  margin-top: auto;
}

/* Slides */
.mySlides {
  display: none;
  padding: 80px;
  text-align: center;
}

/* Next & previous buttons */
.prev,
.next {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: auto;
  margin-top: -30px;
  padding: 16px;
  color: #726f9f;
  font-weight: bold;
  font-size: 20px;
  border-radius: 0 3px 3px 0;
  user-select: none;
}

/* Position the "next button" to the right */
.next {
  position: absolute;
  right: 0;
  border-radius: 3px 0 0 3px;
}

/* On hover, add a black background color with a little bit see-through */
.prev:hover,
.next:hover {
  background-color: #000000;
  color: white;
}

/* The dot/bullet/indicator container */
.dot-container {
  text-align: center;
  padding: 20px;
  background: #ddd;
}

/* The dots/bullets/indicators */
.dot {
  cursor: pointer;
  height: 15px;
  width: 15px;
  margin: 0 2px;
  background-color: #726f9f;
  border-radius: 50%;
  display: inline-block;
  transition: background-color 0.6s ease;
}

/* Add a background color to the active dot/circle */
.active,
.dot:hover {
  background-color: #726f9f;
}

/* Add an italic font style to all quotes */
q {
  font-style: normal;
  color: #fff;
}

/* Add a blue color to the author */
.author {
  color: #ffffff;
}

.avatar {
  /* vertical-align: center; */
  width: 80px;
  height: 80px;
  border-radius: 50%;
}

/* @media (max-width: 768px) {
  .carousel-caption h2 {
    font-size: 36px;
  }

  .carousel-caption p {
    font-size: 18px;
  }
}

@media (max-width: 576px) {
  .img10 {
    width: 60%;
  }

  .thirty {
    margin-left: 10px !important;
    margin-right: 10px !important;
  }
  .thirty ul {
    margin-left: 10px;
  }
  .thirty ul {
    margin-left: 0px;
  }
  .thirty ul a {
    color: white;
    margin-left: 20px;
    font-size: 20px;
  }
}

@media (min-width: 577px) and (max-width: 768px) {
  .img10 {
    width: 60%;
  }

  .thirty {
    margin-left: 10px !important;
    margin-right: 10px !important;
    z-index: 9;
  }
  .thirty ul {
    margin-left: 10px;
  }
  .thirty ul {
    margin-left: 0px;
  }
  .thirty ul a {
    color: white;
    margin-left: 20px;
    font-size: 20px;
  }
}

@media (min-width: 769px) and (max-width: 1200px) {
  .img10 {
    width: 60%;
  }

  .thirty {
    margin-left: 10px !important;
    margin-right: 10px !important;
  }
  .thirty ul {
    margin-left: 10px;
  }
  .thirty ul {
    margin-left: 0px;
  }
  .thirty ul a {
    color: white;
    margin-left: 20px;
    font-size: 20px;
  }
} */
