body {
  background-color: #1c1c1c;
  font-family: "Roboto", sans-serif;
}

.navbar {
  padding-top: 0px;
  padding-bottom: 0px;
}

#navBar {
  position: absolute;
  font-size: 200%;
  --bs-navbar-color: #494949;
  background-color: #1c1c1c;
  padding: 5px 20px 5px 20px;
}

#navBar a:hover {
  color: white;
}

#navBar a {
  padding-left: 30px;
}

.navbar-toggler {
  background-color: #333333;
}

.banner {
  max-width: 100%;
  height: 906px;
  background-image: url("./images/banner.png");
  background-position: center;
}

.info,
.card-text,
p,
span {
  font-size: 17px;
}

.text-body-secondary,
.title,
.info,
.card-text,
p,
span {
  color: #e9e9e9 !important;
}

#myBtn {
  display: none;
  position: fixed;
  bottom: 100px;
  right: 30px;
  z-index: 99;
  border: none;
  outline: none;
  background-color: #333333;
  color: white;
  cursor: pointer;
  padding: 15px;
  border-radius: 10px;
  font-size: 18px;
}

#myBtn:hover {
  background-color: #555;
}

.hiddenTablet {
  visibility: hidden;
}

.title {
  margin: 2%;
  text-align: center;
  text-transform: uppercase;
}

p.info {
  margin: auto;
  max-width: 707.7px;
  text-align: justify;
}

p.available {
  width: 132px;
  visibility: hidden;
  margin: auto;
  padding: 0px 20px;
}

.content {
  margin: auto;
}

.left,
.right {
  max-width: 1140px;
  margin: auto;
  border: none;
}

.left {
  padding-left: 3rem;
}

.right {
  margin-top: 5%;
  margin-bottom: 5%;
  padding-right: 3rem;
  text-align: right;
}

.card-title {
  color: #e9e9e9;
  font-family: "Roboto", sans-serif;
}

.card-text,
.info {
  font-family: "Roboto Serif", serif;
}

.card-body {
  background-color: #1c1c1c;
}

.card-img {
  border: solid #e9e9e9;
}

.leftBoxPics,
.rightBoxPics {
  position: absolute;
  top: 80%;
  visibility: hidden;
}

.leftBoxPics {
  left: -3rem;
}

.rightBoxPics {
  right: -3rem;
}

.leftBoxLinks,
.rightBoxLinks {
  display: flex;
  position: absolute;
}

.tinyPicsRight,
.tinyPicsLeft {
  border: solid #e9e9e9 !important;
  border-radius: 2%;
  visibility: hidden;
}

.tinyPicsRight {
  margin-left: 1rem;
}

.tinyPicsLeft {
  margin-right: 1rem;
}

.button {
  background-color: #333;
  color: #e9e9e9;
  width: 124.7px;
  visibility: hidden;
  border-radius: 2%;
  border: none;
  padding: 15px 15px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  cursor: pointer;
}

.button:hover {
  background-color: #494949;
}

.aboutUs {
  text-align: center;
  margin: 0 20%;
}

.avatarBox {
  margin-top: 5%;
  margin-left: auto;
  margin-right: auto;
}

#firstMember {
  margin-left: -42%;
}

#secondMember {
  margin-right: -42%;
}

.avatar {
  margin: 0 5%;
  text-align: center;
  border-radius: 50%;
  height: 205px;
  width: 205px;
}

.name {
  margin-top: 1rem;
  font-size: 22px;
}

#footer {
  max-width: 1140px;
}

.section-header {
  text-align: center;
  margin: 0 auto;
  padding: 40px 0;
  text-transform: uppercase;
  letter-spacing: 6px;
}

.contact-wrapper {
  padding: 0px 20px 30px 20px;
}

.form-group {
  margin-bottom: 15px;
}

#contact-form {
  text-align: end;
  margin-left: auto;
  margin-right: auto;
  width: 250px;
  border-radius: 0.375rem;
}

.form-horizontal {
  max-width: 400px;
  font-family: 'Lato';
  font-weight: 400;
}

.form-control,
textarea {
  max-width: 400px;
  letter-spacing: 1px;
  background: #333333 !important;
  font-family: "Roboto", sans-serif !important;
  color: #e9e9e9 !important;
}

textarea {
  resize: none !important;
}

input.form-control {
  margin-bottom: 20px;
}

.send-button {
  color: #333333;
  border: none;
  margin-top: 15px;
  height: 34px;
  max-width: 400px;
  overflow: hidden;
  transition: all .2s ease-in-out;
}

.alt-send-button {
  max-width: 400px;
  height: 34px;
  transition: all .2s ease-in-out;
}

.send-text {
  color: #333333 !important;
  display: block;
  margin-top: 10px;
  font: 700 12px 'Lato', sans-serif;
  letter-spacing: 2px;
}

.alt-send-button:hover {
  transform: translate3d(0px, -29px, 0px);
}

#submit {
  background-color: #e9e9e9;
  width: 188px;
}

footer {
  border-top: solid #333333;
}

footer a {
  color: #333333;
}

footer a:hover {
  color: #e9e9e9;
}

.social-media-list {
  position: relative;
  font-size: 22px;
  text-align: center;
  width: 100%;
  margin: 0 auto;
  padding: 0;
}

.social-media-list a {
  color: #fff;
}

.social-media-list li {
  position: relative;
  display: inline-block;
  height: 45px;
  width: 45px;
  margin: 10px 3px;
  line-height: 48px;
  border-radius: 50%;
  color: #fff;
  background-color: #333333;
  cursor: pointer;
  transition: all .2s ease-in-out;
}

.social-media-list li:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 45px;
  height: 45px;
  line-height: 60px;
  border-radius: 50%;
  opacity: 0;
  box-shadow: 0 0 0 1px #fff;
  transition: all .2s ease-in-out;
}

.social-media-list li:hover {
  background-color: #fff;
}

.social-media-list li:hover:after {
  opacity: 1;
  transform: scale(1.12);
  transition-timing-function: cubic-bezier(0.37, 0.74, 0.15, 1.65);
}

.social-media-list a li:hover {
  color: #000;
}

::placeholder {
  color: #e9e9e9 !important;
  opacity: 1 !important;
  /* Firefox */
}

::-ms-input-placeholder {
  /* Edge 12 -18 */
  color: #e9e9e9 !important;
}

@media only screen and (max-width : 260px) {
  .right {
    margin: 30px 10%!important;
  }}


@media only screen and (max-width : 500px) {
  .banner {
    background-image: url("images/banner_mobile_500x570.png");
  }

  .leftBoxPics,
  .rightBoxPics {
    display: none;
  }

  /* p.info {
    font-size: 15px;
  } */

  #mobile {
    margin-top: 70% !important;
    position: absolute;
  }

  p.card-text{
  font-size: 14px;
  max-height: 450px;
  }


}

@media only screen and (max-width : 881px) {
  #navBar {
    width: 100%;
  }

  .banner {
    height: 570px;
  }

  .title {
    margin-top: 10%;
  }

  #myBtn {
    visibility: hidden;
    display: none !important;
  }

  .left,
  .right {
    padding: 0 !important;
    display: grid !important;
    grid-auto-rows: repeat(2, 1fr);
    text-align: center !important;
  }

  .left {
    max-height: 600px;
  }

  .right {
    height: 600px;
    margin: 0 10%;
  }

  .card-body {
    max-height: 400px;
  }

  .left {
    margin: 0 10%;
  }

  #mobile {
    margin-top: 55%;
    position: absolute;
  }

  .left p {
    max-width: 707.7px;
  }

  p.info {
    margin: 0 !important;
  }

  .leftBoxLinks,
  .rightBoxLinks {
    display: none;
  }

  #firstMember {
    margin-left: 0% !important;
  }

  #secondMember {
    margin-right: 0% !important;
    margin-top: 10%;
  }

  .form-horizontal {
    margin: 0 auto;
  }

  .form-wrapper {
    float: none;
    margin: 0 auto;
  }

  .form-control,
  textarea {
    margin: 0 auto;
  }

  .left img,
  .right img {
    max-width: 300px;
    max-height: 200px;
  }

  .avatarBox {
    margin-top: 10%;
  }
}

@media only screen and (min-width : 640px) {
  #mobile {
    margin-top: 50%;
  }
}

@media only screen and (min-width : 881px) {
  #navBar {
    width: 100%;
  }

  .banner {
    height: 570px;
  }

  .left {
    max-height: 250px;
  }

  .right {
    display: flex !important;
  }

  .card {
    width: 45rem !important;
  }

  .card-img {
    width: 350px;
    height: 250px;
  }

  #mobile {
    margin-top: 0;
  }

  p.card-text {
    font-size: 15px;
  }

  .tinyPicsRight,
  .tinyPicsLeft {
    border-radius: 5% !important;
    height: 75px;
    width: 115px;
    visibility: visible !important;
  }

  .hiddenTablet {
    visibility: hidden;
  }

  p.available,
  .button {
    visibility: visible !important;
  }

  .leftBoxLinks {
    top: 100%;
    left: 69.5%;
  }

  .rightBoxLinks {
    top: 100%;
    left: 0%;
  }

  .avatarBox {
    display: grid;
    grid-template-columns: 1fr 1fr;
    align-items: center;
    justify-content: space-between;
    max-width: 707.7px;
  }

  #aboutUs {
    margin-top: 12%;
  }

  #contact-form {
    width: 600px !important;
  }
}

/* Tablet */
@media only screen and (min-width: 992px) {
  #navBar {
    left: 50%;
    transform: translate(-50%, 0);
    width: 100%;
  }

  p.card-text {
    font-size: 17px;
  }

  .banner {
    height: 906px;
  }

  .card {
    width: 50rem !important;
  }

  .tinyPicsRight,
  .tinyPicsLeft {
    height: 100px;
    width: 150px;
    visibility: visible !important;
  }

  p.available,
  .button {
    visibility: visible !important;
  }

  .leftBoxLinks {
    top: 107%;
    left: 75.5%;
  }

  .rightBoxLinks {
    top: 107%;
    left: 0%;
  }
}

/* Computer */
@media (min-width : 1200px) {
  #navbar {
    width: 1140px;
  }

  #navBar {
    left: 50%;
    transform: translate(-50%, 0);
    width: 100%;
  }

  .card {
    width: 1120px !important;
  }

  .card-img {
    width: 635px !important;
    height: 385px;
  }

  .hiddenTablet {
    visibility: visible;
  }

  #mobile {
    margin-top: 0;
  }

  p.available,
  .button {
    visibility: visible !important;
  }

  .tinyPicsRight,
  .tinyPicsLeft {
    height: 160px;
    width: 206px;
    visibility: visible !important;
  }

  .leftBoxLinks {
    top: 110%;
    left: 74.5%;
  }

  .rightBoxLinks {
    top: 110%;
    left: 0%;
  }

  .left {
    max-height: 100%;
  }
}