@import url('https://fonts.googleapis.com/css2?family=Major+Mono+Display&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@300&display=swap');

body{
  background-color: #FAF6E8;
}
h1 {
  font-family: 'Major Mono Display', monospace;
  font-size: 45px;
}
h2 {
  font-family: 'Major Mono Display', monospace;
  font-size: 30px;
}
h3 {
  font-family: 'Roboto', sans-serif;
  font-size: 18px;
  margin-top: 20px;
  margin-bottom: 30px;
}
h4{
  font-family: 'Roboto', sans-serif;
  font-size: 18px;
  text-align: center;
}
.pad{
  margin-bottom: -20px;
}
.title-reg{
  margin-bottom: 50px;
}
.steps{
  margin-bottom: 20px;
}
.step {
height: 15px;
width: 15px;
margin: 0 2px;
background-color: #bbbbbb;
border: none;
border-radius: 50%;
display: inline-block;
opacity: 0.5;
}
.step.active {
  opacity: 1;
}
/* Mark the steps that are finished and valid: */
.step.finish {
  background-color: #4CAF50;
}
.tab {
  display: none;
}
.landing{
  margin-top: 150px;
  margin-bottom: 100px;
  text-align: center;
}
.back{
}

.edit{
  margin-top: 50px;
}
.state{
  text-align: center;
  background-color: #FFEBA4;
  padding: 15px;
  font-family: 'Roboto', sans-serif;
  font-size: 15px;
  width: 200px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 20px;
}
.left-align{
  text-align: left;
  margin-top: 50px;
}
.block-white{
  background-color: #fff;
  padding: 20px;
  border-radius: 5px;
  border-color: #DDDDDD;
  border-style: solid;
  height: 300px;
  border-width: 1px;
}
.holder2{
  width: 100%;
  margin-left:auto;
  margin-right: auto;
  margin-top: 100px;
  padding: 50px;

}
.holder-password{
  margin-top: 100px;
  width: 500px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 100px;
}
.footer-links{
  margin-top: 20px;
}
.dont{
  text-align: center;
}
#sorry_citizen{
  display: none;
}
.active-line{
  color: #000000;
  border-bottom-style: solid;
  padding-bottom: 10px;
  margin-bottom: -10px;
  opacity: 1;
  border-bottom-color: #000000;
}
.holder{
  width: 500px;
  margin-left:auto;
  margin-right: auto;
  margin-top: -70px;
  background-color: #ffffff;
  border-radius: 5px;
  border-color: #C4C4C4;
  border-width:1px;
  border-style: solid;
  padding: 50px;
}
.holder3{
  width: 900px;
  margin-left:auto;
  margin-right: auto;
  margin-top: -70px;
  background-color: #ffffff;
  border-radius: 5px;
  border-color: #C4C4C4;
  border-width:1px;
  border-style: solid;
  padding: 50px;
  margin-bottom: 100px;
}
.stretch{
  width: 100%;
}
.logo-holder{
  padding-top: 80px;
  padding-bottom: 100px;
  margin: auto;
  text-align: center;
}
.logo-holder h1{
  padding-top: 50px;
}
.contact{
  margin-bottom: 300px;
}
.eighty{
  padding: 5%;
}
.navigation-stick{
  position: fixed;
  top: 0;
  z-index: 100;
  background-color: #FAF6E8;
  border-bottom-color: #D7D7D7;
  border-bottom-style: solid;
  border-bottom-width: 1px;
}

li .controlled{
  display: inline;
}
ul{
  display: inline-block;
  padding-top: 15px;
}
ul .controlled{
  display: contents;
}
.contents{
  text-align: left;
  background-color: #F8F7FF;
  border-color: #CDCDD3;
  border-radius: 5px;
  border-style: solid;
  border-width: 1px;
  padding: 20px;
}
.right{
  float: right;
  text-align: right;
}
.footer{
  margin-top: -30px;
}
.des-text{
    font-size: 10px !important;
}
.form-group .center-text{
      text-align: center !important;
      margin-left: auto;
      margin-right: auto;
    }
.center{
  text-align: center;
  margin-top: 200px;
  margin-bottom: 100px;
}

.center img{
  margin-bottom: 50px;
}
.center-header{
  padding-top: 40px;
  text-align: center;
  width: 60%;
  margin:auto;
}
.bottom{
  color: white;
}
p {
  font-family: 'Roboto', sans-serif;
  font-size: 16px;
  margin-top: 20px;
}
.white{
  background-color: white;
}
.home-1 img{
  width: 90%;
}
.eighty img{
    width: 90%;
}
.s-padding{
  padding-top: 80px;
  padding-bottom: 100px;
}
.leader img{
  width: 60%;
  border-radius: 70%;
  border-color: #4D9833;
  border-width: 1px;
  border-style: solid;
  margin: auto;
}
.btn-success{
  color: white !important;
}
.float{
  text-align: right;
  float: right;
  display: block;
}
.leader {
  padding-bottom: 80px;
  text-align: center;
  margin: auto;
}
.leader h3{
  text-align: center;
  margin: auto;
  padding-top:30px;
  font-weight: bold;
}
.leader p{
  font-size: 12px;
  margin: auto;
  text-align: center;
  padding-top: 20px;
}

.middle-of-screen{
    margin-left:auto;
    margin-right:auto;
}
@media (max-width: 768px) {
  .center{
    text-align: center;
    margin-top: 100px;
    margin-bottom: 100px;
  }

  h1 {
    font-family: 'Major Mono Display', monospace;
    font-size: 30px;
  }
  .right{
    text-align: left;
  }
  .home-1 img{
    padding-top: 40px;
  }
  .center-header{
    width: 90%;
    margin-top: 30px;
    text-align: left;
    margin: auto;
  }
  .holder{
    width: 90%;
  }
  .float{
    text-align: left;
    float: left;
    margin-bottom: 20px;
    margin-top: 10px;
  }
  .navbar{
    padding-left: 0;
    padding-right: 0;
  }
  .nav-item{
    padding-left: 10px;
    padding-right: 10px;
    padding-bottom: 10px;
  }
  .active-line{
    background-color: #F7E9B8;
    color: #000000;
    border-bottom-style: none;
    border-radius: 5px;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 10px;
    padding-bottom: 10px;
    margin-bottom: 5px;
    opacity: 1;
    border-bottom-color: #000000;
  }
  .block-white{
    margin-bottom: 20px;
    height: none;
  }
  .edit{
    margin-top: 20px;
  }
  .landing{
    margin-top: 80px;
  }
  .holder3{
    width: 100%;
    margin-left: 0;
    margin-right: 0;
  }

}
