body {
  background-color: #1f1e1f;
  font-family: "Roboto", sans-serif;
  font-weight: 300;
}
.container1 {
  height: 100%;
  width: 100%;
}
.brand {
  color: #c8c0cc;
  font-size: 22px;
}

.form-control, input::placeholder  {
	color:#ffffffa6 !important;
}

.btn-check:checked+.btn, .btn.active, .btn.show, .btn:first-child:active, :not(.btn-check)+.btn:active {
    color: var(--bs-btn-active-color);
    background-color: #3f51b5;
    border-color: #404bc1;
}

.navbar-brand img {
	padding-right:7.5px;
}
.navbar-brand {
    display: flex;
    flex-wrap: nowrap;
    flex-direction: row;
    justify-content: space-evenly;
}

.nav-link,
.nav-link:active,
.nav-link:hover,
.nav-link:focus,
.nav-link:focus-visible,
.nav-link:focus-within  {
  color: #8e9fff!important;
  font-size: 22px;
}
.accelerate {
	padding-top: 250px;
}
.input-group {
  border: 3px solid  #404bc1;
  border-radius: 10px;
  box-shadow: none;
}
.form-control,
.form-control:focus,
.form-control:hover,
.form-control:active,
.form-control:focus-visible,
.form-control:focus-within {
  background-color: #212529;
  border: 1px solid  #404bc1;
  color: white!important;
  font-size: 16px;
  box-shadow: none;
}

.input-group>.form-control:focus, .input-group>.form-floating:focus-within, .input-group>.form-select:focus {
    /* border: #1f3ee3; */
    box-shadow: 0 0 0 .25rem rgb(74 89 175 / 18%);
}

::placeholder,
::placeholder:focus {
  color: #999 !important;
}

.btn:hover,
.btn:focus {
	background-color: #353ea1 !important;
	border: #1f3ee3!important;
	box-shadow: 0 0 0 .25rem rgb(74 89 175 / 18%);
}

.btn,
.btn:hover,
.btn:focus {
  background-color: #3f51b5;
  border:  #404bc1;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  color: #d7d7d7;
  font-size: 16px;
  line-height: 200%;
  
}
footer {
    position: relative; 
    left: 0; bottom: 0; 
    padding: 10px; 
    width: 100%;
    color: #c8c0cc;
}
a {
  text-decoration: none;
  color: white;
}
a:active,
a:hover,
a:focus,
a:focus-visible,
a:focus-within {
  color: #8d54ab;
}

h1 {
	color: #999;
	margin-bottom:2em;
}

@media(max-width:767px){
  .container-fluid{
    display: flex!important;
    flex: wrap!important;
    align-items: center!important;
    justify-content: center!important;
    align-content: center!important;
  }
  
}
@media(max-width:375px) {
  .accelerate{
    padding-top:30px!important;
  }
}
@media(min-width:378px){

.accelerate{
  padding-top:90px!important;
}
}
@media(min-width:426px){
  .accelerate{
    padding-top:100px!important;
  }
}
/* @media(min-width:769px){ */
  /* .accelerate{ */
    /* padding-top: 180px!important; */
  /* } */
/* } */
/* @media(min-width:1025px){ */
  /* .accelerate{ */
    /* padding-top: 190px!important; */
  /* } */
/* } */

/* @media(min-width:1441px){ */
  /* .accelerate{ */
    /* padding-top: 350px!important; */
  /* } */
/* } */

.nav-pills .nav-link {
    font-size: 16px;
    font-weight: 400;
}

.description {
    color: #777;
    text-align: center;
    padding: 1em 2em;
    font-weight: 300;
    font-size: 19.3px;
}
