/*////////////////////////////////////
*    Configuration
////////////////////////////////////*/
@font-face {
  font-family: "Raleway";
  src: url("../fonts/Raleway-Regular.ttf") format("truetype");
}
@font-face {
  font-family: Sarpanch;
  src: url(../fonts/Sarpanch-Regular.ttf);
}
@font-face {
  font-family: Redressed;
  src: url(../fonts/Redressed-Regular.ttf);
}
html {
  font-size: 16px;
  line-height: 1.26;
  width: 100%;
  overflow-x: hidden;
}

body {
  font-family: Verdana, sans-serif;
  margin: 0;
  width: 100%;
  overflow-x: hidden;
}

@media screen and (max-width: 700px) {
  main {
    min-height: 70vh;
  }
}

section {
  min-height: 300px;
  position: relative;
}

header {
  position: relative;
  height: 100vh;
  width: 100%;
}
header #logo {
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: 100%;
  height: 30vw;
}
@media screen and (max-width: 700px) {
  header {
    height: 30vh;
  }
  header #logo {
    height: 30vw;
  }
}

band#rightBand {
  display: block;
  position: absolute;
  height: 9vw;
  width: 28vw;
  top: 2vw;
  right: 0;
  background: linear-gradient(90deg, #2f61b2, #3fa150);
}
@media screen and (max-width: 700px) {
  band#rightBand {
    top: 2vw;
  }
}

band#leftBand {
  display: block;
  position: absolute;
  height: 9vw;
  width: 40vw;
  top: 15vw;
  left: 0;
  background: linear-gradient(90deg, #3fa150, #2f61b2);
}
@media screen and (max-width: 700px) {
  band#leftBand {
    top: 16vw;
  }
}

.heading {
  font-family: "Sarpanch", serif;
  letter-spacing: 1vw;
  font-size: 10vw;
  line-height: 1;
  font-weight: 900;
  color: #4d6593;
  mix-blend-mode: color-dodge;
}

footer {
  width: 100%;
  background: #00608E;
  color: #E1AB00;
}

row {
  display: flex;
  justify-content: space-around;
  max-width: 100%;
}
row > * {
  flex: 1;
}
row.wrap {
  flex-wrap: wrap;
}

circle {
  background: radial-gradient(rgba(200, 200, 230, 0.3) 50%, rgb(255, 255, 255) 95%);
  position: absolute;
  height: 25px;
  width: 25px;
  border-radius: 50%;
  mix-blend-mode: color-dodge;
}
circle.xs {
  width: 10px;
  height: 10px;
}
circle.sm {
  width: 15px;
  height: 15px;
}
circle.lg {
  width: 50px;
  height: 50px;
}
circle.xl {
  width: 100px;
  height: 100px;
}

.center {
  text-align: center;
}

.lightblue {
  background: rgb(200, 200, 230);
}

.link-card {
  display: block;
  text-decoration: none;
  flex-basis: 200px;
  color: white;
  margin: 10px;
  padding: 1.5rem;
  background: #00608E;
  text-align: left;
}
.link-card h6 {
  font-size: 1.75rem;
  font-family: "Sarpanch", serif;
  font-weight: 600;
  margin: 0;
  white-space: nowrap;
}
.link-card p {
  font-size: 0.95rem;
  margin: 0.5em 0;
  font-family: sans-serif;
}
.link-card:hover {
  background: rgb(0, 130.4788732394, 193);
}
@media screen and (max-width: 700px) {
  .link-card {
    flex-basis: 120px;
    padding: 1rem;
  }
  .link-card h6 {
    font-size: 1.15rem;
  }
  .link-card p {
    font-size: 0.85rem;
  }
}

/*# sourceMappingURL=main.css.map */
