* {
  border: 0;
  margin: 0;
  padding: 0;
}

header {
  background-image: linear-gradient(to right bottom, #2a4b9e, #2397d175), url("background.jpg");
  height: 853px;
  clip-path: polygon(0 0, 100% 0, 100% 75%, 0 100%);
}

h1 {
  font-family: Arial;
  margin: 20px;
  text-transform: uppercase;
  text-shadow: 3px 3px 6px rgb(0, 0, 0, 0.14);
}

h2 {
  padding: 10px;
  text-align: left;
  font-family: Arial;
}

h3 {
  padding: 10px;
  font-family: Arial;
}

p {
  font-family: Arial;
  text-align: justify;
  padding: 10px;
  line-height: 1.5;
}

ol {
  font-family: Arial;
  text-align: justify;
  padding: 10px;
  margin-left: 40px;
}

li {
  line-height: 1.5;
}

a {
  text-decoration: none;
  text-shadow: 0 3px 6px rgb(0, 0, 0, 0.14);
}

a:visited {
  color: #ffffff;
}

.btn:hover {
  background-color: #6a8438;
  color: #c7c8ca;
}

.h1-white {
  color: #ffffff;
}

.navbar {
  background-color: #ffffff;
  box-shadow: 0 3px 6px rgb(0, 0, 0, 0.14);
  height: 90px;
}

.logo {
  position : relative;
  transform: translate(0, 40%);
  margin-left: 20px;
}

.container {
  width: 73%;
  margin: 0 auto;
  text-align: center;
  min-height: 853px;
}

.text-box {
  position: absolute;
  top: 40%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.btn {
  display: inline-block;
  background-color: #ffffff;
  margin: 10px;
  font-family: Arial;
  border-radius: 3px;
  padding: 10px 20px;
  box-shadow: 0 3px 6px rgb(0, 0, 0, 0.14);
  background-color: #AFD136;
}

.docs-bkg {
  background-image: linear-gradient(to right bottom, #2a4b9e, #2397d1);
  height: 853px;
  clip-path: polygon(0 25%, 100% 0, 100% 100%, 0 100%);
}

.card {
  background-color: #ffffff;
  color: #000;
  margin: 60px;
  padding: 20px;
  font-family: Arial;
  display: inline-block;
  border-radius: 3px;
  box-shadow: 0 3px 6px rgb(0, 0, 0, 0.14);
}

.docs {
  position: relative;
  color: #ffffff;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-gap: 20px;
  text-align: center;
}

.link-card {
  color: #0d53a3;
  padding: 20px;
}

.link-card:hover {
  color: #add03c;
}

.link-card:visited {
  color: #0d53a3;
}

.footer > p {
  text-align: center;

}

@media only screen and (max-width: 1400px) {
  header {
    background-image: linear-gradient(to right bottom, #2a4b9e, #2397d175), url("background.jpg");
    min-width: 960px;
    min-height: 600px;
    clip-path: polygon(0 0, 100% 0, 100% 90%, 0 100%);
    overflow: hidden;
  }


  .text-box {
    position: absolute;
    width: 90v
    top: 25%;
    left: 50%;
    transform: translate(-50%, -50%);
  }


}




@media only screen and (max-width: 1200px) {
  h1 {
    font-size: 2.5em;
  }

  h2 {
    font-size: 2em;
  }

  h3 {
    font-size: 2em;
  }

  a {
    font-size: 2em;
  }
  .container {
    width: 90vw;
    margin: 0 auto;
    text-align: center;
  }
  header {
    background-image: linear-gradient(to right bottom, #2a4b9e, #2397d175), url("background.jpg");
    min-width: 80vw;
    clip-path: polygon(0 0, 100% 0, 100% 90%, 0 100%);
    overflow: hidden;
  }
  .text-box {
    position: absolute;
    width: 90vw;
    top: 25%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
  .docs-bkg {
    background-image: linear-gradient(to right bottom, #2a4b9e, #2397d1);
    height: 1580px;
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
  }

  .docs {
    top: 0%;
    color: #ffffff;
    grid-template-columns: 1fr;
    grid-gap: 20px;
    text-align: center;
  }

}
