@import url("https://fonts.googleapis.com/css?family=Raleway");
html,
body {
  height: 100%;
}
/* Style for body */
body {
  padding: 0;
  width: 100%;
  min-width: 100%;
  min-height: 100%;
  margin: 0px;
  color: #444;
  line-height: 1.5em;
  font-size: 14px;
  font-family: "Raleway", sans-serif;
  background: #f3f3f3;
  background-image: url("../img/laptop.jpg");
  background-size: cover;
}
#bg-wrapper {
  min-height: 100%;
  height: auto;
  height: 100%;
  margin: 0 auto -4em;
}
#home {
  background: #fff;
}
:root {
  --sec-color: #e34b3b;
}
* {
  box-sizing: border-box;
}
/* Style for button */
button {
  font-family: sans-serif;
  font-weight: bold;
  font-size: 16px;
}
header {
  font-size: 17px;
}
/* Styling for navigation bar container */
.nav-container {
  margin: 0;
  padding: 0;
  background: #fff;
  position: fixed;
  top: 0;
  height: 70px;
  width: 100%;
}

.home nav-container {
  justify-content: space-between;
}
/* style for logo container */
.brand-icon {
  width: 31%;
  margin-top: 0px;
}

/* style for logo */
.logo {
  padding: 0px;
  margin-top: 15px;
  text-align: center;
  /* z-index: 4; */
}
.logo-img {
  margin-top: 0px;
  padding: 0px;
  max-width: 240px;
}
/* Style for navigation bar */
.navbar {
  padding: 0;
  background-color: #fff;
  position: fixed;
  top: 0;
  right: 0;
  text-align: right;
  color: black;
  width: 68%;
}
div[data-home="nav"] {
  padding-right: 8em;
}
.home.nav-container {
  box-shadow: 0 8px 6px -6px black;
}

.overlay {
  position: fixed;
  display: none;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 2;
  cursor: pointer;
}

.spinner-icon path {
  stroke-width: 2px;
  stroke-dasharray: 36.299235026041664, 72.59847005208333;
  -webkit-animation: wistia_dash 1s infinite linear forwards;
}

.spinner-icon-container {
  height: 80px;
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 125px;
}
.feedback-message-error {
  color: #dc3545;
  text-align: center;
  display: block;
  list-style-type: none;
}

.feedback-message-success {
  color: green;
  border: 0.9px solid green;
  display: block;
  border: none;
}
.error {
  color: #dc3545;
  margin-top: 0.25rem;
  font-weight: 600;
  font-size: 80%;
}
/* style for navbar link */
.navbar a {
  display: inline-block;
  letter-spacing: 1px;
  color: #fff;
  margin: 0px;
  text-decoration: none;
  font-size: 17px;
  padding: 23px 15px;
}
.navbar a:hover {
  font-weight: bold;
}
div[data-home="nav"] a {
  color: var(--pri-color);
}
div[data-home="nav"] a:hover {
  font-weight: bold;
}
#login {
  background: var(--sec-color);
  padding: 10px 15px;
  color: white;
  border-radius: 5px;
}
/* Style for landing page background */
#background {
  height: 40em;
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  background: url("../img/dollars.jpg");
  background-attachment: fixed;
  background-repeat: no-repeat;
  background-size: cover;
  z-index: -1;
}
/* Style for landing page welcome note */
.header-text {
  text-align: center;
  padding-top: 1em;
  color: #eee;
  margin-top: 60px;
  font-family: "Raleway", sans-serif;
}
/* Style for welcome text */
.quick-header {
  font-size: 60px;
  padding: 0 2em;
  line-height: 2em;
  margin-bottom: 0px;
}
/* Style for Notes in landing page */
.sub-text {
  font-size: 30px;
  margin-top: 10px;
}

div h3 {
  line-height: 28px;
}

#buttons {
  margin: 30px 0px;
  text-align: center;
}
/* Style for landing page sign up and learn more button */
.start-btn {
  text-decoration: none;
  color: white;
  font-weight: normal;
  letter-spacing: 2px;
  width: 190px;
  padding: 0.8em 2em;
  background: var(--sec-color);
  border: solid 2px var(--sec-color);
  border-radius: 3px;
  display: block;
  margin: 30px 10px;
  display: inline-block;
}
/* style for button hover state */
.start-btn:hover {
  background: var(--sec-color);
  border: solid 2px var(--sec-color);
}
.transparent {
  background: transparent;
  border: solid white 2px;
}
/* style for link */
a {
  color: var(--sec-color);
  text-decoration: none;
}
/* Style for Reset password link */
.sign-link {
  color: var(--sec-color);
  font-size: 15px;
  text-decoration: none;
}

/*ABOUT SECTION*/
#about {
  padding: 3em 4%;
  margin-top: 100px;
  font-size: 15px;
}
.about-text {
  text-align: center;
  padding: 0em 17em;
}
.about-text h2 {
  font-size: 30px;
  font-weight: normal;
  line-height: 28px;
}
.about-row {
  display: flex;
  flex-direction: row;
  justify-content: space-around;
  padding: 0px;
}
.about-item {
  width: 400px;
  text-align: center;
  padding: 1em 2em;
  margin: 0px auto 20px auto;
}
.about-item .fa {
  color: var(--sec-color);
  font-size: 30px;
  border-radius: 50%;
  padding: 0.2em;
}
.about-item h3 {
  margin-top: 10px;
  font-size: 20px;
  font-weight: normal;
}

/* Responsivenes on mobile for landing page */
@media screen and (max-width: 760px) {
  #background {
    height: 35em;
  }
  .home.nav-container {
    box-shadow: 0 8px 6px -6px black;
  }
  div[data-home="nav"] a,
  #login {
    color: var(--pri-color);
    background: #fff;
    padding: 20px;
  }
  #login {
    border-radius: 0px;
  }
  div[data-home="nav"] a:hover,
  #login:hover {
    color: #fff;
    background: var(--pri-color);
  }
  div[data-home="nav"] {
    padding-right: 0;
  }
  .quick-header {
    margin-top: 50px;
    padding: 0 0.7em;
  }
  .start-btn {
    padding: 0.9em 0;
  }
  .brand-icon {
    width: 100%;
    padding: 5px 0;
  }
  .logo {
    padding: 0px;
    padding-left: 5%;
    margin-top: 0px;
    text-align: left;
  }
  .logo-img {
    max-width: 160px;
  }
  #nav-icon-home {
    color: var(--pri-color);
    font-size: 25px;
  }
  .nav-container {
    background: #fff;
    height: 60px;
  }
  div[data-home="nav"] {
    text-align: center;
  }

  /* Style for navigation bar */
  .navbar {
    margin-top: 60px;
    text-align: center;
    width: 80%;
    transform: translateX(-130%);
  }
  .responsive {
    transition: transform 0.6s ease;
  }
  .open {
    transform: translateX(-30%);
  }
  .navbar a {
    display: block;
    text-decoration: none;
    padding: 20px;
    color: #eee;
    background: #043565;
  }
  .navbar a:hover {
    background: white;
    color: #043565;
  }
  #about {
    font-size: 14px;
  }
  .about-text {
    padding: 0em 6em;
  }
  .about-text h2 {
    margin-top: 0px;
    display: inline;
  }
  .about-row {
    flex-direction: column;
  }
  .about-item {
    width: 100%;
    padding: 0px 4em;
    margin: 15px auto;
  }
  .about-item h3 {
    margin: 5px auto;
    font-size: 20px;
  }
}

@media screen and (max-width: 600px) {
  .quick-header {
    margin-top: 50px;
    padding: 0 0.5em;
    font-size: 32px;
  }
  .sub-text {
    font-size: 17px;
  }
  .start-btn {
    width: 120px;
    margin: 20px 5px;
    padding: 0.7em 0;
  }
  .about-text {
    margin-top: 20px;
    padding: 2em 2.5em;
  }
  .about-item {
    padding: 0px 1.7em;
  }
}

/*SIGN UP/ SIGN IN */

.container {
  max-width: 400px;
  margin: 130px auto 80px auto;
  padding: 30px 40px 20px 40px;
  background: white;
  border-radius: 3px;
}
#page-nav {
  color: #eee;
}
#page-nav .navbar a {
  text-transform: uppercase;
}

form .label {
  margin-bottom: 5px;
  color: #32669a;
}
form h3 {
  margin-bottom: 30px;
  font-size: 25px;
  font-weight: normal;
  text-align: center;
}
form .label .fa {
  font-size: 11px;
  color: var(--sec-color);
  margin-left: 10px;
}

.reset-text {
  padding: 10px;
  font-size: 15px;
}

.acct {
  text-align: center;
  font-size: 16px;
}
#option-article {
  height: 50vh;
  display: block;
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
}
/* SITE OPTIONS */
#site-options {
  padding-top: 7em;
}

#option-article {
  height: 50vh;
  display: block;
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
}

#option-article {
  text-align: center;
}
#option-article h1 {
  font-size: 2.5em;
  color: #e34b3b;
  margin-bottom: 0.6em;
}

#option-article li {
  font-size: 1.5em;
  color: #e34b3b;
  list-style-type: none;
  padding: 0.4em;
  font-weight: bolder;
}

#option-article li a {
  color: inherit;
  outline: none;
  text-decoration: none;
  background-size: 100% 0.6em;
  background-repeat: no-repeat;
  background-position: left 0 bottom -40%;
}

form input {
  width: 100%;
  padding: 10px;
  margin-bottom: 10px;
  border: solid 1px #32669a;
  border-radius: 3px;
  color: inherit;
}

::placeholder {
  color: #999;
}
button[type="submit"] {
  margin: 40px 0;
  margin-bottom: 20px;
  width: 100%;
  padding: 14px 0;
  background: var(--sec-color);
  border: none;
  color: white;
  border-radius: 2px;
  cursor: pointer;
}

button[type="submit"]:hover {
  opacity: 0.9;
}
button[type="submit"]:focus {
  outline: none;
}
#submit {
  margin: 40px 0;
  margin-bottom: 20px;
  width: 100%;
  padding: 14px 0;
  background: var(--sec-color);
  border: none;
  color: white;
  border-radius: 2px;
  cursor: pointer;
}

/* Styles the footer */
#footer {
  margin-top: 10px;
  padding: 25px;
  width: 100%;
  font-size: 13px;
  line-height: 0.2em;
  background-color: var(--sec-color);
  color: #ddd;
  text-align: center;
  clear: both;
  position: absolute;
  display: inline-block;
  margin: 0;
  position: fixed;
  left: 0px;
  bottom: 0px;
  max-height: 2px;
}
#footer h4 {
  margin: 0px;
}

@media screen and (max-width: 900px) {
  div[input-page="nav"] {
    padding-right: 20px;
  }
  #page-nav .navbar a {
    padding: 23px 5px;
  }
}

@media screen and (max-width: 760px) {
  .container {
    margin: 100px auto 0px auto;
  }
  .acct {
    margin-bottom: 3em;
    text-align: center;
    font-size: 16px;
  }

  #login-form input {
    width: 100%;
  }

  button[type="submit"] {
    width: 100%;
  }
}
