html {
  scroll-behavior: smooth; }

body {
  margin: 0;
  padding: 0;
  background-color: #696a6f;
  background-repeat: no-repeat;
  background-position: center;
  background-attachment: fixed;
  background-size: cover;
  font-family: 'Carrois Gothic'; }
  @media (max-device-height: 600px) {
    body {
      background-image: url("./images/background-sd.png"); } }
  @media (min-device-height: 601px) {
    body {
      background-image: url("./images/background-hd.png"); } }
  @media (min-device-height: 721px) {
    body {
      background-image: url("./images/background-fhd.png"); } }
  @media (min-device-height: 1081px) {
    body {
      background-image: url("./images/background-qhd.png"); } }
  @media (min-device-height: 1441px) {
    body {
      background-image: url("./images/background-uhd.png"); } }
  @media (min-device-height: 2161px) {
    body {
      background-image: url("./images/background.jpg"); } }

.about {
  height: 100vh;
  min-height: 0px;
  display: flex;
  flex-direction: column;
  justify-content: space-evenly;
  align-items: center;
  color: white; }
  .about .business-card {
    background-color: rgba(0, 0, 0, 0.9);
    border-radius: 20px;
    padding-top: 20px;
    padding-bottom: 20px;
    padding-left: 60px;
    padding-right: 60px;
    font-size: 30pt; }
    .about .business-card p {
      text-transform: capitalize;
      font-variant: small-caps;
      font-weight: bold; }
  .about .social-media-badges {
    background-color: rgba(197, 197, 183, 0.9);
    border-radius: 20px;
    padding: 20px;
    display: flex;
    flex-direction: row;
    justify-content: space-evenly; }

.badge-box .badge {
  background-image: linear-gradient(rgba(249, 253, 254, 0.85), rgba(249, 253, 254, 0.85));
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: 0% 0%;
  transition: background-size .3s;
  width: 120px;
  height: 120px;
  padding: 10px;
  border-radius: 20px; }
.badge-box .img:hover {
  background-size: 100% 100%; }

/*# sourceMappingURL=index.css.map */
