@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.7rem;
}

#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;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.red-outline {
  border-color: rgb(255, 0, 0) !important;
  border-width: 1.25px !important;
}

/* 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;
}
