/* CSS Document */

.fadein img {
  opacity: 0.5;
  transition: 1s ease;
}

.fadein img:hover {
  opacity: 1;
  transition: 1s ease;
}

.no-margin {
  margin: 0px;
}

.small-margin {
  margin: 20px;
}

.responsive {
  max-width: 100%;
  height: auto;
}

/*-----Misc End-----*/

/****************************Font Start**************************************/

.large-font1 {
  font-family: "catamaran", "sans-serif";
  text-align: center;
  font-size: 4vw;
  font-weight: 900;
  padding: 0px;
  color: #81b3db;
}

.medlg-font1 {
  font-family: "catamaran", "sans-serif";
  text-align: center;
  font-size: 3vw;
  font-weight: 700;
  color: #e8b6ff;
}

.medgal-font1 {
  font-family: "catamaran", "sans-serif";
  text-align: center;
  font-size: 3vw;
  font-weight: 700;
  color: #421f5d;
}

.medmed-font1 {
  font-family: "catamaran", "sans-serif";
  text-align: center;
  font-size: 2vw;
  font-weight: 700;
  color: #81b3db;
}

.medium-font1 {
  font-family: "catamaran", "sans-serif";
  font-size: 1.5vw;
  font-weight: 100;
  padding: 10px;
  color: #326395;
}

.medneut-font1 {
  font-family: "catamaran", "sans-serif";
  font-size: 1.1vw;
  font-weight: 300;
  padding: 10px;
}

.border-container {
  border: none;
  display: block;
}

.bordertrans {
  display: flex;
  width: 100%;
}

.border-container img {
  width: 100%;
}

/****************************Font End**************************************/

@media screen and (max-width: 1200px) {
  .large-font1 {
    font-family: "catamaran", "sans-serif";
    text-align: center;
    font-weight: 400;
    font-size: 6vw;
    padding: 0px;
    color: #326395;
  }

  .medium-font1 {
    font-family: "catamaran", "sans-serif";
    text-align: center;
    font-size: 4vw;
    font-weight: 100;
    color: #326395;
  }

  .medneut-font1 {
    font-family: "catamaran", "sans-serif";
    font-size: 3vw;
    font-weight: 100;
    padding: 10px;
  }

  .medmed-font1 {
    font-family: "catamaran", "sans-serif";
    text-align: center;
    font-size: 3.5vw;
    font-weight: 500;
    color: #81b3db;
  }

  .medlg-font1 {
    font-family: "catamaran", "sans-serif";
    text-align: center;
    font-size: 4vw;
    font-weight: 700;
    color: #e8b6ff;
  }
}
