


.maillink {
  color: rgb(159,159,159);
  font-weight: 500;
  text-decoration: initial;
  font-weight: 700!important;
  text-decoration: initial;
  font-family: 'Barlow', sans-serif;
  font-size: 16px;
  font-weight: 600;
  border-bottom-width: 0;
}

.maillinkactive {
  color: rgb(143,13,13)!important;
  font-weight: 700!important;
  text-decoration: initial;
  font-family: 'Barlow', sans-serif;
  font-size: 16px;
  font-weight: 600;
  border-bottom: #8f0d0d;
  border-bottom-width: 1px;
  border-bottom-style: dashed!important;
}

.maillink:hover {
  color: #101010;
  border-bottom: #8f0d0d;
  border-bottom-width: 1px;
  border-bottom-style: dashed!important;
}

.anabaslik {
  font-size: 40px;
  font-weight: 600;
  font-family: 'Barlow Condensed', serif;
  color: #675f4b;
}

.anastil {
  background-color: #fffdf9;
  color: #675f4b;
}

.parag {
  font-family: 'Barlow', serif;
  font-size: 16px;
  font-weight: 500;
}

.carousletitle {
  display: block;
  position: absolute;
  top: 20%;
  left: 9%;
  color: #fff;
  text-align: left;
  font-size: 47px;
  font-weight: 600;
  font-family: 'Barlow Condensed';
  max-width: 400px;
  line-height: initial;
}

@media (min-width: 576px) {
  .carousletitle {
    display: block;
    position: absolute;
    top: 9%;
    left: 9%;
    color: #fff;
    text-align: left;
    font-size: 57px;
    font-weight: 600;
    font-family: 'Barlow Condensed', serif;
    max-width: 400px;
    line-height: initial;
  }
}

.navdiv {
  /*max-height: 667px;*/
  /*overflow: hidden;*/
}

@media (min-width: 576px) {
  .navdiv {
    max-height: 650px;
    overflow: hidden;
  }
}

.navimg {
  height: 350px;
}

@media (min-width: 576px) {
  .navimg {
    height: auto;
  }
}

.maincontainer {
  margin-top: 15px;
}

@media (min-width: 768px) {
  .maincontainer {
    margin-top: 25px;
    padding: 25px;
  }
}

.mmcnav1{
  min-height: 100px;
  background-color: white;
  padding-left: 10%;
  padding-right: 10%;
  
}