@import url("https://fonts.googleapis.com/css2?family=Quicksand:wght@300;400;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Open+Sans:wght@300;400&display=swap");

body,
html {
  height: 100%;
  box-sizing: border-box;
  font-family: "Open Sans", sans-serif;
  scroll-behavior: smooth;
  margin: 1rem;
  margin-top: 2.2rem;
}

@media only screen and (min-width: 1260px) {
  body,
  html {
    overflow: hidden;
  }
}

@media only screen and (max-width: 1260px), screen and (max-height: 764px) {
  body,
  html {
    margin-top: 2.6rem;
    overflow: visible;
  }
}

#result {
  font-size: normal;
}

#submit {
  background-color: #1c6ab3 !important;
  color: white;
}

#submit:hover {
  background-color: #255a8b !important;
  color: white;
}

.left {
  float: left;
}

footer {
  font-size: small;
  padding-bottom: 1rem;
}

#footer a {
  text-decoration: none;
  color: #3a75ad;
}

#footer a:hover {
  text-decoration: none;
  color: #235786;
}

#mainCard {
  max-width: 348px;
  margin-left: auto;
  margin-right: auto;
}

#result-display {
  max-width: 500px;
}

/* START NAV */

#mainNavbar .navbar-brand {
  font-size: 1.7rem;
  color: #cc5c00;
  font-weight: bold;
}

#mainNavbar .navbar-brand:hover {
  color: #d4772a;
}

#mainNavbar .nav-link {
  font-size: 1.2rem;
  font-weight: lighter;
}

.navbar-toggler-icon {
  color: black;
}

#burger {
  background-color: white !important;
}

#navbarNav {
  flex-direction: column;
  align-items: flex-end;
}

#navbarNav a {
  color: rgb(0, 0, 0);
  font-weight: lighter;
}

#navbarNav a:hover {
  color: #cc5c00;
}
