.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: var(--link);
  text-align: center;
}
.introduce .img-col .img-1 a h5:hover {
  color: var(--link-hover);
}

.introduce .img-col .img-1 a h5.flex {
  align-items: center;
  display: flex;
}
.introduce .img-col .img-1 a h5.flex::selection {
  background-color: var(--link-hover);
  color: var(--link-selection);
}
.introduce .img-col .img-1 a h5.flex::-moz-selection {
  background-color: var(--link-hover);
  color: var(--link-selection);
}

.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: var(--link-hover);
}
.introduce .img-col .img-1 a h5 img::-moz-selection {
  background-color: var(--link-hover);
}
.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: var(--link);
}

.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: var(--link-hover);
}

.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;
  height: 50px;
  justify-content: center;
  margin-top: 20px;
}

.apply-area .button-apply {
  align-items: center;
  display: flex;
  justify-content: center;
}

.apply-area button {
  background-color: var(--button);
  border: 0px;
  border-radius: 10px;
  font-size: 1.2rem;
  font-weight: bold;
  height: 50px;
  transition-duration: .2s;
  width: 200px;
}
.apply-area button::selection {
  background-color: var(--link-hover);
}
.apply-area button::-moz-selection {
  background-color: var(--link-hover);
}
.apply-area button:hover {
  background-color: var(--button-hover);
}
.apply-area button:active {
  background-color: var(--button-active);
  transform: scale(.9);
}



.profile {
  border-radius: 300px !important;
}

.profile.small {
  width: 300px;
  height: 300px;
}



/* Webpage tweaks */

body {
  transition: 1.5s;
}

body .header {
  transition: 1.5s !important;
}