@import url("https://fonts.googleapis.com/css2?family=Orbitron:wght@500&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Yanone+Kaffeesatz&display=swap");
* {
  box-sizing: border-box;
  text-decoration: none;
  list-style: none;
  margin: 0px;
}

.logo-name {
  letter-spacing: 4px;
  color: rgb(91, 154, 236) !important;
  font-weight: bolder;
  font-family: "Orbitron", sans-serif;
}

.dropdown-menu {
  text-align: center;
}

header {
  background-image: url(../images/img1.jpg);
  background-size: cover;
  width: 100%;
  height: 100vh;
  background-repeat: no-repeat;
  text-align: center;
}
header h5 {
  font-size: 50px;
  color: rgb(157, 157, 157);
  font-family: "Orbitron", sans-serif;
}
header p {
  font-size: 40px;
  color: rgb(98, 98, 98);
  font-family: "Yanone Kaffeesatz", sans-serif;
}
header span {
  color: rgb(91, 154, 236);
  font-family: "Orbitron", sans-serif;
}
header .hero-section {
  position: absolute;
  bottom: 30px;
  left: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto;
}

section.container {
  margin: 0px;
  text-align: center;
  max-width: unset;
  min-height: 300px;
  height: auto;
  width: 100%;
  background-color: rgb(0, 0, 0);
  padding: 20px;
}
section.container h1 {
  color: rgb(134, 134, 134);
  font-family: "Orbitron", sans-serif;
  margin-top: 50px;
}
section.container p {
  color: rgb(134, 134, 134);
  margin-top: 20px;
  font-size: 20px;
}

.abilities {
  background-color: #212529;
  padding: 30px;
  min-height: 550px;
  height: auto;
}

.abilities-position {
  position: relative;
  top: -87px;
}

.abilities-block {
  display: flex;
  flex-direction: row;
  align-items: stretch;
  justify-content: center;
  background-color: rgb(255, 255, 255);
  padding: 20px 0px;
  min-height: 400px;
  height: auto;
  margin-left: 150px;
  margin-right: 150px;
  border-radius: 5px;
}

.abilities-parent {
  text-align: center;
  background-color: rgb(26, 26, 26);
  padding: 20px;
  margin: 30px 20px;
  border-radius: 5px;
  color: white;
  width: 500px;
  box-shadow: 2px 2px 20px rgb(48, 48, 48);
}
.abilities-parent img {
  height: 50px;
  width: 50px;
  display: block;
  left: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto;
}
.abilities-parent h1 {
  font-family: "Orbitron", sans-serif;
  padding-top: 20px;
  color: rgb(91, 154, 236);
}
.abilities-parent p {
  padding-top: 20px;
  color: rgb(223, 223, 223);
  font-family: "Yanone Kaffeesatz", sans-serif;
  font-size: 20px;
}
.abilities-parent h5 {
  font-size: 20px;
  padding-top: 10px;
  color: rgb(134, 134, 134);
  font-family: "Yanone Kaffeesatz", sans-serif;
  font-size: 25px;
}
.abilities-parent ul {
  list-style: none;
  padding: 15px;
}
.abilities-parent li {
  padding: 5px;
  color: rgb(223, 223, 223);
  font-family: "Yanone Kaffeesatz", sans-serif;
  font-size: 20px;
}
.abilities-parent .abilities-margin {
  margin-top: 25px;
}

.container-tech {
  display: flex;
  flex-flow: row wrap;
  padding: 200px 10px;
  justify-content: center;
  background-color: rgb(255, 255, 255);
  transition: padding 1s;
}
.container-tech:hover {
  padding: 230px 10px;
}
.container-tech div {
  height: 90px;
  width: 90px;
  padding: 10px;
  transition: height 0.5s, width 0.5s;
}
.container-tech div:hover {
  height: 100px;
  width: 100px;
}

.footer-section {
  text-align: center;
  background-color: black;
  padding: 5PX;
}
.footer-section h1 {
  letter-spacing: 4px;
  color: rgb(91, 154, 236) !important;
  font-weight: bolde;
  font-family: "Orbitron", sans-serif;
  margin-top: 30px;
}

.social {
  background-color: black;
  display: flex;
  justify-content: center;
}
.social a {
  text-decoration: none;
}
.social .link {
  color: white;
  padding: 20px 25px;
  font-family: "Quicksand", sans-serif;
  letter-spacing: 1px;
}
.social #insta::after {
  content: "";
  display: inline-block;
  cursor: pointer;
  width: 40px;
  height: 40px;
  background-size: contain;
  margin-left: 1px;
  background-repeat: no-repeat;
  background-image: url("../images/img7.svg");
}
.social #linkedin::after {
  content: "";
  display: inline-block;
  cursor: pointer;
  width: 40px;
  height: 40px;
  background-size: contain;
  margin-left: 1px;
  background-repeat: no-repeat;
  background-image: url("../images/img8.svg");
}
.social #facebook::after {
  content: "";
  display: inline-block;
  cursor: pointer;
  width: 25px;
  height: 25px;
  background-size: contain;
  margin-left: 5px;
  background-repeat: no-repeat;
  background-image: url("../images/img9.svg");
}
.social #mail::after {
  content: "";
  display: inline-block;
  cursor: pointer;
  width: 25px;
  height: 25px;
  background-size: contain;
  margin-left: 5px;
  background-repeat: no-repeat;
  background-image: url("../images/img10.png");
}

.copyright {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: baseline;
  justify-content: center;
  align-content: center;
}
.copyright p {
  color: rgb(197, 197, 197);
  letter-spacing: 2px;
}
.copyright h1 {
  font-size: small;
}/*# sourceMappingURL=main.css.map */