.about-intro {
  align-items: center;
  display: flex;
  height: 75vh;
  justify-content: center;
  min-height: 450px;
}

.about-intro h1.custom-font {
  font-size: 5rem;
  margin: 40px;
  text-align: center;
}



.introduce {
  align-items: center;
  display: flex;
  flex-direction: column;
  height: 75vh;
  justify-content: center;
  min-height: 600px;
}

.introduce img.header-intrd, .introduce img.bottom-intrd {
  border-radius: 30px;
  min-width: 256px;
  max-height: 300px;
  max-width: 80%;
}

.introduce img.bottom-intrd-icon {
  min-width: 256px;
  max-height: 150px;
  max-width: 80%;
}

.introduce h2.custom-font {
  font-size: 3rem;
  margin: 10px;
  text-align: center;
  width: 90%;
}

.introduce h2.custom-font a img.oin_icon {
  height: 2rem;
}


.introduce h4 {
  margin: 10px;
  text-align: center;
  width: 90%;
}

.introduce h4.flex {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.introduce h4.quote {
  color: #999999;
  font-style: italic;
}

.introduce h4 img {
  height: 1.1em;
  margin: 0px 3px 0px 7px;
}


.introduce .img-col {
  align-content: space-between;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-evenly;
  margin: 10px;
  width: 90%;
}

.introduce .img-col .img-1 {
  align-items: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin: 10px;
  min-width: 200px;
}

.introduce .img-col .img-1 img {
  margin: 10px;
  min-width: 300px;
  width: auto;
}

.introduce .img-col .img-1 a h5 {
  color: #00ffba;
  text-align: center;
}
.introduce .img-col .img-1 a h5:hover {
  color: #00ccfb;
}

.introduce .img-col .img-1 a h5.flex {
  align-items: center;
  display: flex;
}
.introduce .img-col .img-1 a h5.flex::selection {
  background-color: #00ccfb;
  color: #005368;
}
.introduce .img-col .img-1 a h5.flex::-moz-selection {
  background-color: #00ccfb;
  color: #005368;
}

.introduce .img-col .img-1 a h5 img {
  height: 1rem;
  margin: 0px 4px 0px 0px;
  min-width: 1rem;
}
.introduce .img-col .img-1 a h5 img::selection {
  background-color: #00ccfb;
}
.introduce .img-col .img-1 a h5 img::-moz-selection {
  background-color: #00ccfb;
}
.introduce .img-col .img-1 a h5 img.oin_icon {
  height: .6rem;
  margin-left: 2px;
}



.frostbits_list {
  align-items: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-height: 600px;
}

.frostbits_list h2.custom-font {
  font-size: 3rem;
  margin: 10px;
  text-align: center;
  width: 90%;
}

.frostbits_list .list {
  align-items: flex-start;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-evenly;
  min-width: 300px;
  max-width: 1700px;
  width: 90%;
}

.frostbits_list .list .user {
  align-items: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin: 15px;
}

.frostbits_list .list .user h3 {
  font-size: 2rem;
  max-width: 300px;
  text-align: center;
  transition: .2s;
}
.frostbits_list .list .user:hover h3 {
  color: #00ffba;
}

.frostbits_list .list .user h4 {
  color: #ffffff55;
  font-size: 1rem;
  margin-bottom: 5px;
  max-width: 300px;
  text-align: center;
  transition: .2s;
}
.frostbits_list .list .user:hover h4 {
  color: #00ccfb;
}

.frostbits_list .list .user .socials {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  max-width: 300px;
  width: 100%;
}

.frostbits_list .list .user .socials .socials_tap, .frostbits_list .list .user .socials .socials_tap a {
  align-items: center;
  display: flex;
  height: 40px;
  justify-content: center;
  margin: 5px;
  width: 40px;
}

.frostbits_list .list .user .socials .socials_tap a {
  border: 1px solid #fff;
  border-radius: 50%;
  min-height: 40px;
  min-width: 40px;
}

.frostbits_list .list .user .socials .socials_tap a img {
  height: 20px;
  width: 20px;
  transition: .1s;
}
.frostbits_list .list .user .socials .socials_tap:active a {
  transform: scale(.9);
}



.apply-area {
  align-items: center;
  display: flex;
  justify-content: center;
  margin-top: 20px;
}

.apply-area .apply-int-bounce {
  align-items: center;
  display: flex;
  justify-content: center;
}

.apply-area .apply-int-bounce .apply-int {
  align-items: center;
  border-radius: 10px;
  cursor: pointer;
  display: flex;
  height: auto;
  justify-content: center;
  width: auto;
  transition-duration: 0.2s;
  -o-transition-duration: 0.2s;
  -webkit-transition-duration: 0.2s;
}

.apply-area .apply-int-bounce .apply-int .apply {
  align-items: center;
  display: flex;
  justify-content: center;
  height: 50px;
  width: 200px;
}

.apply-area .apply-int-bounce .apply-int .apply .selection {
  align-items: center;
  display: flex;
  justify-content: center;
  height: 50px;
  width: 200px;
}
.apply-area .apply-int-bounce:active .apply-int:active .apply .selection {
  height: 45px;
  width: 190px;
  transition-duration: 0.1s;
  -webkit-transition-duration: 0.1s;
  -o-transition-duration: 0.1s;
}

.apply-area .apply-int-bounce .apply-int .apply .selection button {
  background-color: #00ffba;
  border: 0px;
  border-radius: 10px;
  font-size: 1.2rem;
  font-weight: bold;
  height: 50px;
  width: 200px;
}
.apply-area .apply-int-bounce .apply-int .apply .selection button::selection {
  background-color: #00ccfb;
}
.apply-area .apply-int-bounce .apply-int .apply .selection button::-moz-selection {
  background-color: #00ccfb;
}
.apply-area .apply-int-bounce:hover .apply-int:hover .apply .selection button {
  background-color: #00e0a5
}
.apply-area .apply-int-bounce:active .apply-int:active .apply .selection button {
  background-color: #00e9ab;
  font-size: 1.17rem;
  height: 45px;
  width: 190px;
}



.profile {
  border-radius: 300px !important;
}

.profile.small {
  width: 300px;
  height: 300px;
}



/* Webpage tweaks */

body {
  transition: 2.5s;
}



.body .header_shadow { /* Include the .body so .header_shadow can overwritten the class from /styles/assets/header.css */
  background-color: #001812;
}


.body .header_shadow .desktop-sidebar-area::-webkit-scrollbar { /* Edge Chrome Opera */
  background-color: #00181200;
}
.body .header_shadow .desktop-sidebar-area::-webkit-scrollbar-track:hover {
  background-color: #0035282c;
}
.body .header_shadow .desktop-sidebar-area::-webkit-scrollbar-thumb {
  background-color: #002a1f;
}
.body .header_shadow .desktop-sidebar-area::-webkit-scrollbar-thumb:hover {
  background-color: #003f2e;
}
.body .header_shadow .desktop-sidebar-area::-webkit-scrollbar-thumb:active {
  background-color: #003c05;
}
.body .header_shadow .desktop-sidebar-area { /* Firefox */
  scrollbar-color: #002a1f #00181200;
}



.body .open-products::-webkit-scrollbar { /* Edge Chrome Opera */
  background-color: #00181200;
}
.body .open-products::-webkit-scrollbar-track:hover {
  background-color: #003f2e2c;
}
.body .open-products::-webkit-scrollbar-thumb {
  background-color: #003f2e;
}
.body .open-products::-webkit-scrollbar-thumb:hover {
  background-color: #004936;
}
.body .open-products::-webkit-scrollbar-thumb:active {
  background-color: #003c05;
}
.body .open-products { /* Firefox */
  scrollbar-color: #002a1f #00181200;
}



.body .footer .language .selection::-webkit-scrollbar { /* Edge Chrome Opera */
  background-color: #00181200;
}
.body .footer .language .selection::-webkit-scrollbar-track:hover {
  background-color: #003f2e2c;
}
.body .footer .language .selection::-webkit-scrollbar-thumb {
  background-color: #003f2e;
}
.body .footer .language .selection::-webkit-scrollbar-thumb:hover {
  background-color: #004936;
}
.body .footer .language .selection::-webkit-scrollbar-thumb:active {
  background-color: #003c05;
}
.body .footer .language .selection { /* Firefox */
  scrollbar-color: #002a1f #00181200;
}