/*!*******************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/sass-loader/dist/cjs.js!./client/styles/index.scss ***!
  \*******************************************************************************************************************/
@import url(https://fonts.googleapis.com/css2?family=Carter+One&family=Cinzel+Decorative&family=Cinzel:wght@600&family=Josefin+Slab&family=Khand&family=Lexend&family=Michroma&family=Nova+Round&family=Quicksand:wght@400;500&family=Righteous&family=Roboto+Condensed&family=Rokkitt&family=Saira+Semi+Condensed&family=Stick+No+Bills&family=Syncopate&display=swap);
/*!***********************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/sass-loader/dist/cjs.js!./client/styles/index.scss (1) ***!
  \***********************************************************************************************************************/
@import url(https://fonts.googleapis.com/css2?family=Carter+One&family=Cinzel+Decorative&family=Cinzel:wght@600&family=Josefin+Slab&family=Khand&family=Lexend:wght@400;700&family=Michroma&family=Nova+Round&family=Quicksand:wght@400;500&family=Righteous&family=Roboto+Condensed&family=Rokkitt&family=Saira+Semi+Condensed&family=Stick+No+Bills&family=Syncopate&display=swap);
/*!***********************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/sass-loader/dist/cjs.js!./client/styles/index.scss (2) ***!
  \***********************************************************************************************************************/
body {
  top: 0;
  left: 0;
  margin: 0;
  padding: 20px;
  font: 12px "Lexend", sans-serif;
  background-color: rgb(110, 124, 129);
}

h1 {
  font: "Lexend";
  font-size: 48px;
}

h3 {
  font-size: 18px;
  text-align: center;
  text-decoration: underline;
}

a {
  text-decoration: none;
  color: #36717A;
  transition-duration: 550ms;
  transition-property: color;
}

a:hover {
  color: #EB9B6C;
}

.nav-container {
  display: flex;
  justify-content: center;
  align-items: center;
  align-content: center;
}

.nav-bar {
  gap: 20px;
  font-size: 28px;
  margin-bottom: 20px;
  margin-top: 20px;
}
.nav-bar a {
  margin-left: 35px;
  margin-right: 35px;
  color: #fff;
}
.nav-bar a:hover {
  color: #EB9B6C;
}

.links-side {
  text-decoration: none;
  color: #dede92;
  transition-duration: 550ms;
  transition-property: color;
}

.links-side:hover {
  color: #EB9B6C;
}

.top-text {
  margin-top: 0px;
}

.bottom-text {
  margin-bottom: 0px;
}

.no-dots {
  list-style: none;
}

.flex-container {
  display: flex;
  justify-content: center;
  align-content: center;
  align-items: center;
}

.cv-container {
  margin-top: 20px;
  margin-bottom: 40px;
  max-width: 1000px;
  min-height: 100px;
  background-color: #fff;
  box-shadow: 0px 10px 20px 10px rgba(33, 33, 33, 0.5);
}

.header-container {
  display: flex;
  flex-direction: row;
  background-color: #fff;
  gap: 25%;
  padding: 25px 50px 25px;
  border: #000;
  border-style: solid;
  border-width: thin;
}

.header-links-list {
  gap: 55px;
  list-style: none;
  padding-top: 30px;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}
.header-links-list li {
  margin-bottom: 10px;
}
.header-links-list img {
  width: 18px;
  margin-right: 10px;
  margin-bottom: 0px;
}

.content-container {
  display: flex;
  flex-direction: row;
}

.left-side {
  position: relative;
  background-color: #36717A;
  padding: 40px;
  min-width: 25%;
  border: #000;
  border-style: solid;
  border-width: thin;
  color: #fff;
}

.right-side {
  position: relative;
  background-color: #fff;
  padding: 40px;
  border: #000;
  border-style: solid;
  border-width: thin;
}

.software-inner-container {
  display: flex;
  flex-direction: row;
  gap: 40px;
}

.tech-inner-container {
  display: flex;
  flex-direction: row;
  gap: 75px;
}

.skills-seperate-skills {
  display: flex;
  flex-direction: column;
}

/*# sourceMappingURL=styles.css.map*/