* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  font-weight: 400;
  font-size: 1.4rem;
  line-height: 1.5;
  color: #444;
  /* Only works if there is nothing absolutely positioned in relation to body */
  overflow-x: hidden;
  font-family: "Source Sans Pro", sans-serif;
  width: 100%;
  background-image: url(../images/upload-bkgnd.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position-x: center;
  background-position-y: top;
  background-color: #08961b;
  min-height: auto;
}
#upload {
  margin-top: 0;
}
.g-recaptcha {
  transform: scale(0.77);
  transform-origin: 0 0;
}
html {
  /* font-size: 10px; */

  /* 10px / 16px = 0.625 = 62.5% */
  /* Percentage of user's browser font-size setting */
  font-size: 62.5%;
  overflow-x: hidden;
}

.navbar {
  background: rgba(8, 150, 27, 0.7);
  display: flex;
  justify-content: center;
  width: 100%;
  height: 80px;
  top: 0px;
  margin-bottom: 0px;
}

.nav {
  list-style: none;
  display: flex;
  align-content: center;
  gap: 1rem;
}

.navlink a:link,
.navlink a:visited {
  border-radius: 30px;
  padding: 10px;
  border: thin solid #e4b20d;
  text-decoration: none;
  text-transform: uppercase;
  font-size: 1.4rem;
  font-weight: 500;
  color: #fff;
  line-height: 80px;
}

.navlink a:hover,
.navlink a:active {
  color: #e4b20d;
  font-weight: 600;
}
.container {
  width: 90%;
  height: auto;
  margin-top: 10px;
  margin-right: auto;
  margin-left: auto;
  position: relative;
  padding: 1rem;
  /* background-color: rgba(128, 0, 128, 0.5); */
}
.header {
  width: 95%;
  display: flex;
  justify-content: center;
  flex-direction: column;
  margin: 0 auto;
  gap: 2rem;
  padding-top: 1rem;
}

.logo {
  padding: 1rem;
  top: 2rem;
  margin-left: 4%;
  width: 100%;
  height: auto;
}

.logo h1 {
  padding: 10px 5px 10px 5px;
  background: rgb(255, 255, 255, 0.6);
  text-align: center;
  text-transform: lowercase;
  font-size: 1.6rem;
  color: #000;
}

.logo h2 {
  padding: 10px 5px 10px 5px;
  background: rgb(255, 255, 255, 0.6);
  text-align: center;
  font-size: 1.5rem;
  color: #000;
}

.logo p {
  padding: 5px;
  background: #e4b20d;
  text-transform: none;
  font-size: 1.4rem;
  color: #000;
  margin-right: auto;
  margin-left: auto;
  text-align: center;
  font-weight: 600;
}

.logo a:link,
.logo a:visited {
  border: none;
  background: none;
  text-decoration: none;
  color: #000;
}

.logo a:hover,
.logo a:active {
  color: purple;
}

.tagline {
  padding: 1rem;
  margin-top: -2rem;
  margin-right: 4%;
  width: 100%;
  height: auto;
}

.tagline h1 {
  padding: 5px;
  background: rgb(255, 255, 255, 0.6);
  letter-spacing: normal;
  text-align: center;
  font-size: 2.1rem;
  color: #fff;
}

.copyright {
  display: block;
  width: 100%;
  text-align: center;
  height: 60px;
  background: #08961b;
  margin-top: 0;
  color: #fff;
  line-height: 2;
}

@media only screen and (min-width: 2301px) {
  .container {
    width: 60%;
    margin-top: -0.5rem;
  }
  .header {
    width: 80%;
    /* display: flex;
    justify-content: center;
    margin: 0 auto;
    gap: 6rem;
    margin-top: -2rem; */
  }
  .logo h1 {
    font-size: 2.3rem;
  }
  .logo h2 {
    font-size: 2.2rem;
  }
  .logo p {
    font-size: 2.1rem;
  }

  .taglne h1 {
    font-size: 2.3rem;
  }
}

@media only screen and (max-width: 2300px) {
  .container {
    width: 60%;
    margin-top: -0.5rem;
  }
  /* .header {
    width: 80%;
    display: flex;
    justify-content: center;
    margin: 0 auto;
    gap: 6rem;
    margin-top: -2rem;
  } */
  .logo {
    top: 0;
  }
  .logo h1 {
    font-size: 2.3rem;
  }
  .logo h2 {
    font-size: 2.2rem;
  }
  .logo p {
    font-size: 2.1rem;
  }
  .tagline {
    top: 0;
  }
  .taglne h1 {
    font-size: 2.3rem;
  }
}

@media only screen and (max-width: 1990px) {
  .container {
    width: 60%;
    margin-top: -0.5rem;
  }
  /* .header {
    width: 80%;
    display: flex;
    justify-content: center;
    margin: 0 auto;
    gap: 6rem;
    margin-top: -2rem;
  } */
  .logo h1 {
    font-size: 2rem;
  }
  .logo h2 {
    font-size: 1.92rem;
  }
  .logo p {
    font-size: 1.8rem;
  }

  .taglne h1 {
    font-size: 2rem;
  }
}

@media only screen and (max-width: 1730px) {
  .container {
    width: 60%;
    margin-top: -0.5rem;
  }
  /* .header {
    width: 80%;
    display: flex;
    justify-content: center;
    margin: 0 auto;
    gap: 6rem;
    margin-top: -2rem;
  } */
}

@media only screen and (max-width: 1450px) {
  .container {
    width: 60%;
    margin-top: -0.5rem;
  }
  /* .header {
    width: 80%;
    display: flex;
    justify-content: center;
    margin: 0 auto;
    gap: 6rem;
    margin-top: -2rem;
  } */
}

/* @media only screen and (max-width: 1250px) {
  .logo {
    width: 50%;
  }
  .tagline {
    width: 50%;
  }
} */

@media only screen and (max-width: 1050px) {
  /* .container {
    width: 60%;
    margin-top: -0.5rem;
  }
  .header {
    width: 80%;
    display: flex;
    justify-content: center;
    margin: 0 auto;
    gap: 6rem;
    margin-top: -2rem;
  }
  .logo {
    width: 40%;
  } */
  .logo h1 {
    font-size: 1.3rem;
  }
  .logo h2 {
    font-size: 1.1rem;
  }
  .logo p {
    font-size: 1.1rem;
  }
  /* .tagline {
    width: 40%;
  } */
  .taglne h1 {
    font-size: 1.1rem;
  }
}

@media only screen and (max-width: 850px) {
  .navbar {
    height: 65px;
  }
  .navlink a:link,
  .navlink a:visited {
    border-radius: 30px;
    padding: 5px;
    border: 2px solid #e4b20d;
    text-decoration: none;
    text-transform: uppercase;
    font-size: 1rem;
    font-weight: 500;
    color: #fff;
    line-height: 80px;
  }
  .navlink a:hover,
  .navlink a:active {
    color: lightgreen;
    font-weight: 600;
  }
  /* .container {
    width: 95%;
  }
  .header {
    width: 91%;
    display: flex;
    justify-content: center;
    margin: 0 auto;
    gap: 3rem;
    padding-top: 0;
  } */

  /* .logo {
    padding: 1rem;
    padding-bottom: 4rem;
    top: 1rem;
    left: 20%;
    width: 45%;
    height: auto;
  }
  .tagline {
    width: 45%;
  } */
  .tagline h1 {
    font-size: 1rem;
  }
}
@media only screen and (max-width: 700px) {
  .navlink a:link,
  .navlink a:visited {
    border-radius: 30px;
    padding: 5px;
    border: medium solid #e4b20d;
    text-decoration: none;
    text-transform: uppercase;
    font-size: 1rem;
    font-weight: 500;
    color: #fff;
    line-height: 80px;
  }
  .container {
    width: 95%;
  }
  .header {
    width: 90%;
  }
  /* .logo {
    width: 83%;
    margin: 0 auto;
  }
  .tagline {
    width: 83%;
    margin: 0 auto;
  } */
  .tagline h1 {
    font-size: 1.3rem;
  }
}
@media only screen and (max-width: 580px) {
  .header {
    width: 98%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin: 0 auto;
    gap: 3rem;
    padding-top: 0;
  }
  /* .logo {
    width: 83%;
    margin: 0 auto;
  }
  .tagline {
    width: 83%;
    margin: 0 auto;
  } */
  .logo h1 {
    font-size: 1.3rem;
  }
  .logo h2 {
    font-size: 1.1rem;
  }
  .logo p {
    font-size: 1.1rem;
  }

  .taglne h1 {
    font-size: 1.3rem;
  }
}

@media only screen and (max-width: 490px) {
  .navlink a:link,
  .navlink a:visited {
    border-radius: 30px;
    padding: 5px;
    border: thin solid #e4b20d;
    text-decoration: none;
    text-transform: uppercase;
    font-size: 1rem;
    font-weight: 500;
    color: #fff;
    line-height: 80px;
  }
  .container {
    width: 99%;
  }
  .header {
    padding-top: 1rem;
    width: 100%;
  }
  .logo {
    width: 96%;
    display: block;
    margin: 1rem auto;
    margin-top: -1rem;
  }
  .tagline {
    width: 96%;
    display: block;
    margin: 1rem auto;
    margin-top: -6rem;
  }
  .tagline h1 {
    font-size: 1.3rem;
  }

  .copyright {
    background: none;
    font-size: 0.8rem;
    margin-top: 3rem;
  }
}
@media only screen and (max-width: 400px) {
  body {
    background-image: url(../images/upload-bkgnd.jpg);
  }
  .navbar {
    background: none;
  }
  .navlink a:link,
  .navlink a:visited {
    border-radius: 30px;
    padding: 5px;
    border: 1px solid purple;
    text-decoration: none;
    text-transform: uppercase;
    font-size: 1rem;
    font-weight: 500;
    color: #000;
    background-color: #e4b20d;
    line-height: 80px;
  }
  /* .container {
    width: 99%;
    height: auto;
    margin: 2rem auto;
  } */
  .header {
    padding-top: 1rem;
  }
  /* .logo {
    width: 86%;
    display: block;
    margin: 1rem auto;
    top: 1rem;
    margin-top: -2rem;
  } */
  .logo h1 {
    background: rgb(255, 255, 255, 0.7);
  }
  .logo h2 {
    background: rgb(255, 255, 255, 0.7);
  }
  /* .tagline {
    width: 85%;
    display: block;
    margin: 1rem auto;
    margin-top: -6rem;
  } */
  .tagline h1 {
    font-size: 1.3rem;
    background: none;
    color: #000;
    padding-top: 1rem;
    background: rgb(255, 255, 255, 0.7);
  }
  #upload {
    padding: 1rem;
    margin: 1rem auto;
  }

  .copyright {
    background: none;
  }
}
@media only screen and (min-width: 100px) and (max-width: 290px) {
  .navbar {
    /* display: block; */
    background: none;
    height: auto;
    padding-top: 10px;
    margin: 0;
  }
  .nav {
    list-style: none;
    display: flex;
    flex-direction: column;
    gap: 0;
    width: 80%;
    height: auto;
    padding-left: 0;
  }

  .navlink a:link,
  .navlink a:visited {
    border-radius: 30px;
    width: 100%;
    padding: 7px;
    height: 30px;
    border: 1px solid #e4b20d;
    font-size: 1.2rem;
    color: #fff;
    background-color: purple;
  }
  .navlink a:hover,
  .navlink a:active {
    color: #e4b20d;
  }
  .container {
    width: 100%;
  }
  .header {
    width: 100%;
    display: flex;
    flex-direction: column;
    margin: 0 auto;
    gap: 3rem;
    padding-top: 1rem;
  }
  .logo {
    display: none;
    /* width: 90%;
    display: block;
    left: 0;
    margin: 1rem auto; */
  }
  .tagline {
    width: 100%;
    display: block;
    position: absolute;
    right: 0;
    top: -350px;
    height: 100%;
    margin: 1rem auto;
  }
  #upload {
    height: 100%;
    padding-bottom: 2rem;
  }
  .taglne h1 {
    font-size: 1.3rem;
  }
  .copyright {
    margin-top: -2rem;
  }
}
