@font-face {
  font-family: "matrix";
  src: url("/fonts/Antimatrix-BWBVw.ttf");
}

body {
  background-color: #000000;
  font-family: Raleway, sans-serif;
  color: whitesmoke;
}

h1 {
  font-size: 4.5rem;
}

.bg-dark {
  background-color: black !important;
}

.carouselImage {
  height: 40vh;
}

.welcomeContainer {
  background-color: black;
  height: 325px;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-image: url("/imgs/matrix-showcase.jpg");
  background-size: cover;
  padding: 0 20px;
  position: relative;
}

.selfie {
  width: 300px;
  height: 300px;
}

.imageContainer {
  height: 300px;
  width: 300px;
  border-radius: 50%;
  background-color: white;
  position: absolute;
  right: 20px;
  overflow: hidden;
  border: 1px solid white;
}

.aboutMeContainer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: auto;
  width: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 30px 0px;
}

@media screen and (min-width: 0px) and (max-width: 576px) {
  h1 {
    font-size: 2rem;
  }
  .imageContainer {
    display: none;
  }
  .carouselImage {
    height: 30vh;
  }
}

@media screen and (min-width: 577px) and (max-width: 768px) {
  h1 {
    font-size: 3em;
  }
  .imageContainer {
    display: none;
  }
  .carouselImage {
    height: 25vh;
  }
}

@media screen and (min-width: 769px) and (max-width: 1100px) {
  h1 {
    font-size: 2.5em;
  }
}

@media screen and (min-width: 1101px) {
  h1 {
    font-size: 4.5em;
  }
}
/*# sourceMappingURL=styles.css.map */