body {
  background-color: #F5F5F5;
  color: #333333;
  font-family: Monospace;
  align-content: center;
  font-weight: 300;
  font-size: 15px
}

html, body {
    max-width: 100%;
    overflow-x: hidden;
}

a {
  font-size: 18px;
  font-weight: 600;
}

/* unvisited link */
a:link {
  color: #BF9B30;
  text-decoration: none;
}

/* visited link */
a:visited {
  color: #BF9B30;
  text-decoration: none;
}

/* mouse over link */
a:hover {
  color: #333333;
  text-decoration: none;
}

/* selected link */
a:active {
  color: #333333;
  text-decoration: none;
}

h1{
  
}

#header{
  background-color: #BF9B30;
  color: #001F54;
  text-align: center;
  padding-top: 3px;
  padding-bottom: 3px;
  font-size: 25px;
  margin-bottom: 50px;
}


#intro {
  text-align: center;
  align-content: center;
  align-self: center;
  align-items: center;
  justify-content: center;
  border: 2px solid #001F54;
  border-radius: 25px;
  width: 50%;
  margin-bottom: 50px;
}

#menu {
  width: 40%;
  align-content: center;
  align-self: center;
  align-items: center;
  border: solid 3px #001F54;
  border-radius: 25px;
  padding: 25px;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

#altA {
  color: #001F54;
  text-decoration: none;
}

#logIn {
  text-align: center;
  margin-bottom: 20px;
}

#hide1{
  display:none ;
}

#hide2{
  
}


.images {
  height: 325px;
  width: auto;
  padding: 30px;
  display: inline-block;
  }

.pageCard {
  border: 2px solid #001F54;
  border-radius: 25px;
  background-color: #BF9B30;
  text-align: center;
  padding: 10px 0;
  margin: 50px;
}

.closing {
  text-align: left;
  align-content: center;
  align-self: center;
  align-items: center;
  border: solid 3px #001F54;
  border-radius: 25px;
  padding: 25px;
  display: block;
  margin-left: 50px;
  margin-right: 50px;
}

.expCard {
  border: 2px solid #001F54;
  border-radius: 25px;
  background-color: #BF9B30;
  padding: 20px;
  text-align: left;
  margin-left: 50px;
  margin-right: 50px;
}

.rateCard {
  border: 2px solid #001F54;
  border-radius: 25px;
  background-color: #BF9B30;
  text-align: center;
  align-content: center;
  align-self: center;
  align-items: center;
  padding: 10px;
  margin: 50px;
  width: 50%;
  height: auto;
}

.rateCardThree {
  border: 2px solid #001F54;
  border-radius: 25px;
  background-color: #BF9B30;
  text-align: center;
  align-content: center;
  align-self: center;
  align-items: center;
  padding: 10px;
  margin: 50px;
  width: 33%;
  height: auto;
}

.one {
  display: flex;
}

.two {
  text-align: center;
  align-content: center;
  align-self: center;
  align-items: center;
  display: flex;
  justify-content: center;
}

.form-box {
  width: 70%;
  background-color: #BF9B30;
  margin: 12% auto;
  padding: 50px 0;
  color: #001F54;
  border-radius: 50px;
}

.input-box {
  margin: 30px auto;
  width: 80%;
  border-bottom: 1px solid #001F54;
  padding-top: 10px;
  padding-bottom: 5px;
}

.input-box input{
  width: 90%;
  border: none;
  outline: none;
  background: transparent;
}

.fa-solid {
  color: #001F54;
  margin-right: 5px;
}

.eye {
  position: absolute;
}

.login{
  margin: 40px auto;
  width: 80%;
  display: block;
  outline: none;
  padding: 10px 0;
  border: 10px 0;
  cursor: pointer;
  background: transparent;
  font-size: 25px;
}

::placeholder{
  color: #001F54;
}


  border-bottom: 1px dotted #001F54;
  }