h1,
h2,
h3,
p {
  color: silver;
}

h5 {
  color: silver;
}

h4 {
  color: lightslategray;
}

p {
  font-weight: lighter;
  text-align: center;
  font-style: italic;
  font-variant: small-caps;
  color: lightslategray;
}

.card-text,
card-text-p {
  color: lightslategrey;
}

card {
  border-color: white;
}

a {
  border-color: white;
}

div {
  border-color: white;
}


mb-2,
text-center {
  color: slategray;
}

.img {
  border-radius: 5%;
  border-color: silver;
  padding: 25px;
}


.sidenav {
  top: 0; /* Position the navbar at the top of the page */
  width: 100%; /* Full width */
  container-type: inherit;
  background: linear-gradient(55deg, #ffc400 0%, #07f5c164 51%, #02f1e6b8 85%);
  position: fixed;
  overflow: hidden
}

.sidenav a {
  float:inline-start;
  color: #f2f2f2;
  text-align: center;
  padding: 14px 16px;
  text-decoration: none;
  font-size: medium;
}

.content {
  top:250px;
  position: fixed;
  padding-top: 3%;
  overflow-y: scroll;
  height: 90%;
  width: 100%;
}

h1 {
  text-align: center;
  border-radius: 15px;
  padding: 0px;
  font-size: x-large;
  margin-top: 15%;
}

h2 {
  text-align: center;
  visibility: hidden;
}

a {
  text-align: center;
  font-size: 15px;
  color: white;
}

a:hover {
  background-color: skyblue;
  color: goldenrod;
}

.nav-item {
  list-style: none;
}

.topnav {
  display: inline-table;
  visibility: hidden;
  top: 5px;
  padding: 0px;
  display: flex;
  justify-content: stretch;
  align-items: center;
  font-size: xx-small;
  position: relative;
}

.topnav a {
  color: #f2f2f2;
  align-self: center;
  justify-content: center;
  text-align: center;
  font-size: 14px;
  visibility: hidden;
}


.form-control {
  align-items: center;
  align-self: center;
  align-content: center;
  text-align: center;
  border-color: gold;
  border-radius: 25px;
  font-weight: bold;
  color: green;
}

.w3-center {
  text-align: center;
  font-size: 5px;
  color: springgreen;
  padding: 5px;
  left: 10px;
}

@media screen and (max-width: 1900px) {


  .h1 {
    visibility: hidden;
  }

  .section {
    position: relative;
  }

  .card-title,
  .btn {
    font-size: 10px;
  }

}


@media screen and (max-width: 1200px) {


  .header {
    display: block;
  }

  .section {
    position: relative;
  }

  .card-title,
  .btn {
    font-size: 10px;
  }

}


@media screen and (max-width: 1500px) {

  .li,
  .ul {
    position: inherit;
  }

  .footer,
  .banners,
  .header,
  .card-text {
    display: none;
    visibility: hidden;
  }

  .section {
    width: 80%;
    font-size: x-small;
    width: min-content;
    height: min-content;

  }

  .card-title,
  .btn {
    font-size: 10px;
  }

  .card-text {
    display: none;
  }

}

.btn-primary:hover {
  background-color: darkorange;
  border-color: white;
}

.btn-primary {
  background-color: orange;
  border-color: white;
}

h3,
p {
  color: slategray;
}

html {
  scroll-behavior: smooth;
}

.container-fluid mt-4 {
  margin-left: 300px;
}

#topBtn {
  display: none;
  position: fixed;
  bottom: 20px;
  right: 30px;
  z-index: 99;
  font-size: 12px;
  border: none;
  outline: none;
  background-color: darkorange;
  color: white;
  cursor: pointer;
  padding: 15px;
  border-radius: 4px;
}

.w3-badge,
.w3-tag {
  background-color: olivedrab;
  color: #fff;
  display: inline-block;
  padding-left: 8px;
  padding-right: 8px;
  text-align: center
}

.w3-badge {
  border-radius: 50%
}