@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Outfit:wght@300&display=swap");
@font-face {
  font-family: Graphik;
  src: url("/assets/GraphikLight.otf");
}
/* VARIABLES */
* {
  margin: 0;
  padding: 0;
}

body {
  font-family: "Outfit", sans-serif;
  background-color: #222;
  color: #fff;
}

.scroll-link {
  cursor: pointer;
  text-decoration: none;
  transition: color 0.3s;
}

.image-background {
  max-width: 100vw;
  min-width: 100%;
  height: 100vh;
  background-image: url("../resources/background.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}

.video-container {
  position: absolute;
  top: 0;
  bottom: 0;
  max-width: 100vw;
  min-width: 100%;
  height: 100vh;
  overflow: hidden;
}

.video-container video {
  min-width: 100%;
  min-height: 100vh;
  width: auto;
  height: auto;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  filter: brightness(50%);
}

.center-absolute {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.flex-center {
  display: flex;
  justify-content: center;
}

#sound-btn {
  cursor: pointer;
  position: absolute;
  right: 5vh;
  top: 5vh;
  width: 35px;
  height: 35px;
  font-weight: 400;
  text-align: center;
  vertical-align: middle;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  font-size: 1rem;
  border: 1px solid transparent;
  color: rgba(255, 255, 255, 0.7);
  background: rgba(240, 240, 240, 0.15);
  border-radius: 0.5rem;
  box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
  backdrop-filter: blur(7.4px);
  -webkit-backdrop-filter: blur(7.4px);
}
#sound-btn:focus {
  outline: none;
}
@media (max-width: 451px) {
  #sound-btn {
    display: none;
  }
}

.glassmorphism {
  background: rgba(240, 240, 240, 0.15);
  border-radius: 16px;
  box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
  backdrop-filter: blur(7.4px);
  -webkit-backdrop-filter: blur(7.4px);
}
@media (max-width: 451px) {
  .glassmorphism {
    border-radius: 0;
  }
}

.card {
  position: relative;
  display: flex;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
}
@media (max-width: 451px) {
  .card {
    height: 100vh;
  }
}

.card-body {
  border: none;
}
@media (max-width: 451px) {
  .card-body {
    flex: 0 0 auto;
  }
}

.card-header,
.card-footer {
  height: 50px;
  border: none;
  border-radius: 16px;
}
@media (max-width: 451px) {
  .card-header,
  .card-footer {
    height: auto;
    flex: 1;
  }
}

a {
  text-decoration: none;
}

.infobox {
  border: none !important;
  position: relative;
  min-height: 90px;
  width: 450px;
  border-radius: 4px;
}
.infobox:hover {
  background-color: rgba(240, 240, 240, 0.05);
}
@media (max-width: 451px) {
  .infobox {
    max-width: 100%;
    min-width: 100%;
  }
}

.icon-wrap {
  position: absolute;
  display: block;
  height: 90px;
  width: 90px;
  text-align: center;
  font-size: 28px;
  line-height: 90px;
  padding: 0;
  margin: 0;
}
.icon-wrap img {
  vertical-align: middle;
}

.text-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 450px;
  height: 90px;
  overflow: hidden;
}
.text-wrap span {
  font-weight: bold;
}
@media (max-width: 451px) {
  .text-wrap {
    max-width: 100%;
    min-width: 100%;
  }
}

.infobox-rect .icon-wrap {
  float: left;
  color: rgba(255, 255, 255, 0.7);
  position: absolute;
}
.infobox-rect .icon-wrap::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 5px;
  background: white;
  display: none;
}
.infobox-rect .text-wrap {
  padding: 0;
  color: rgba(255, 255, 255, 0.7);
}
.infobox-rect:hover .icon-wrap::before {
  display: block;
}

/* OLD

.infobox-rect {
	.icon-wrap {
		float: left;
		color: rgba(255, 255, 255, 0.7);
	}
	.text-wrap {
		padding: 0 15px;
		color: rgba(255, 255, 255, 0.7);
	}
	&:hover {
		.icon-wrap {
			background: rgba(240, 240, 240, 0.05);
		}
	}
}

*/
#cv {
  font-weight: 400 !important;
  font-family: "Graphik", sans-serif;
  font-size: 14px;
  line-height: 1.6;
  color: #eee !important;
}
#cv p {
  color: #bdb7af;
}
#cv h2 {
  font-size: 20px;
  font-weight: 400;
  line-height: 1.3;
}
#cv h3 {
  font-size: 14px;
  margin-bottom: 4px;
  font-weight: 400;
}

.profile {
  height: 100%;
  width: 540px;
  padding-top: 92px;
}
@media (max-width: 564px) {
  .profile {
    margin: 0 24px;
  }
}

.profile-header {
  display: flex;
  flex-direction: row;
  align-items: center;
}
.profile-header .profile-avatar {
  margin-right: 16px;
  position: relative;
}
.profile-header .profile-avatar img {
  width: 92px;
  height: 92px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 50%;
  left: 0;
  top: 0;
}

.profile-info {
  flex: 1 1;
  display: grid;
}
.profile-info .profile-name {
  display: flex;
  flex-direction: row;
  align-items: center;
}
.profile-info .profile-description {
  display: flex;
  flex-direction: row;
}

.profile-about {
  margin: 36px 0;
}
.profile-about p {
  margin: 16px 0;
}

.profile-section {
  margin: 60px 0;
}

.section-container {
  margin: 36px 0;
  display: flex;
  flex-direction: row;
  position: relative;
}

.container-item-wrap {
  display: flex;
  flex-direction: row;
  flex: 1 1;
  margin: 0;
}

.item-duration {
  color: #888;
  margin-right: 36px;
  white-space: nowrap;
  position: relative;
  text-align: right;
}
.item-duration span {
  position: absolute;
}
.item-duration::after {
  content: "0000 — 0000";
  visibility: hidden;
}

.item-content {
  flex: 1 1;
  word-break: break-word;
}
.item-content .item-title {
  display: flex;
  flex-direction: row;
  align-items: center;
}
.item-content .item-location {
  color: #bbb;
}/*# sourceMappingURL=style.css.map */