@import url("https://fonts.googleapis.com/css?family=Acme|Lobster|Patua+One|Rubik|Sniglet|Quicksand|Barlow");

html {
  scroll-behavior: smooth;
  height: 100%;
  width: 100%;
}

main {
  font-family: Barlow, Quicksand, Rubik, sans-serif, serif, 'Times New Roman', Times, serif !important;
}

footer {
  font-family: Rubik, sans-serif, serif, 'Times New Roman', Times, serif;
}

.example::-webkit-scrollbar {
  display: none;
}

.navbar {
  background-color: rgb(0, 0, 0) !important;
}

.card {
  box-shadow: 15px 15px 10px rgb(78, 77, 77);
}

.card-header:hover {
  background: rgb(11, 22, 83) !important;
  color: whitesmoke !important;
  transition: 0.1s ease-in;
}

a {
  text-decoration: none !important;
  color: black;
}

a:hover {
  text-decoration: none;
  color: black;
}

.custom-header:hover {
  background: rgb(143, 189, 186) !important;
}

.card-header {
  color: black !important;
  background: rgb(152, 214, 230) !important;
  transition: 0.3s ease-in;
}

.nav-link:hover {
  background: black !important;
  color: white !important;
  transition: 0.7s ease;
}

.icon-bar {
  color: black;
}

.card h4 {
  margin: 40px 40px 0 40px;
  text-align: left;
}

.card h6 {
  margin: 25px 40px 0 40px;
  text-align: left;
}

.card p {
  text-align: right;
  margin-right: 50px;
  line-height: 10px;
}

.button {
  display: inline-block;
  font-family: "Montserrat", "Trebuchet MS", Helvetica, sans-serif;
  padding: .8em 1.4em;
  padding-right: 4.7em;
  background: #009ED8;
  border: none;
  color: white;
}

.card img {
  height: 210px;
}

html, body {
  max-width: 100%;
  min-width: 390px;
  overflow-x: hidden;
  height: 100%;
  width: 100%;
}

body {
  background: linear-gradient(rgba(0, 0, 0, 0.2), rgba(255, 255, 255, 0.5));
  overflow-x: hidden;
  background-repeat: no-repeat;
}

.card-header {
  background-color: rgb(133, 204, 231);
}

.myimage {
  opacity: 1;
  display: block;
  transition: .5s ease;
  backface-visibility: hidden;
}

.card-img-top:hover {
  opacity: 0.9;
  transform: scale(1.02);
  transition: 0.2s ease;
}

.col-md-3 {
  padding-bottom: 50px;
}

.col-md-3 .card {
  width: 100%;
  height: 100%;
}

.btn:hover {
  background: black;
  color: white;
  border: 0.5px solid white;
}

.fa:hover {
  color: red;
}

.fa {
  color: black;
}

.profa {
  color: black;
}

footer .container-fluid {
  padding: 10vmin 10vmin;
}

footer .column a+a {
  padding: 0 0.7em;
}

.content-section {
  background: #ffffff;
  padding: 10px 20px;
  border: 1px solid #dddddd;
  border-radius: 3px;
  margin-bottom: 20px;
}

.account-img {
  height: 125px !important;
  width: 125px !important;
  margin-right: 20px;
  margin-bottom: 16px;
}

.account-heading {
  font-size: 2.5rem;
}

/* Custom Scrollbar Styles */
::-webkit-scrollbar {
  width: 10px;
  background-color: #f1f1f1;
}

::-webkit-scrollbar-thumb {
  background-color: #888;
  border-radius: 5px;
}

::-webkit-scrollbar-thumb:hover {
  background-color: #555;
}
