@font-face {
	font-family: "introrustg-base2line";
	src: url(../fonts/introrustg-base2line.otf) format("opentype"), url(../fonts/introrustg_base2line_macroman/introrustg-base2line-webfont.woff) format("woff"), url(../fonts/introrustg_base2line_macroman/introrustg-base2line-webfont.woff2) format("woff2");
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: "silkscreen-normal";
	src: url(../fonts/silkscreen_normal_macroman/slkscr-webfont.woff) format(woff);
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: "silkscreen-bold";
	src: url(../fonts/silkscreen_bold_macroman/slkscrb-webfont.woff) format(woff);
	font-weight: bold;
	font-style: normal;
}
@font-face {
	font-family: "sjonarbokclassic-regular";
	src: url(../fonts/sjonarbokclassic_regular_macroman/sjonarbok_classic-webfont.woff) format("woff");
	font-weight: normal;
	font-style: normal;
}
* {
	box-sizing: border-box;
	margin: 0;
	padding: 0;
	scroll-behavior: smooth;
}
* ::-webkit-scrollbar {
	width: 0.5vw;
}
* ::-webkit-scrollbar-track {
	background: transparent;
}
* ::-webkit-scrollbar-thumb {
	background: #999;
	border-radius: 5px;
}
* ::-webkit-scrollbar-thumb:hover {
	background: #ab9c87;
}

body {
	background-attachment: fixed;
	background-color: #262d42;
	background-image: url(../img/background-lofi.jpg);
	background-position: top;
	background-repeat: no-repeat;
	background-size: cover;
	font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif;
}

h1,
h2,
summary,
legend,
h3,
h4,
h5,
h6 {
	color: #ab9c87;
	font-family: "introrustg-base2line";
	font-weight: normal;
	text-align: center;
	text-shadow: 0.5vh 0.5vw 0.5vmax #111;
}

h1 {
	color: #999;
	font-size: 56px;
}

h2,
legend {
	font-size: 42px;
}

h3 {
	font-size: 31.5px;
}

h4 {
	font-size: 28.35px;
}

h5 {
	font-size: 25.515px;
}

h6,
p {
	font-size: 22.9635px;
}

p {
	-webkit-text-stroke: 0.5px #111;
	color: white;
	text-indent: 1vw;
	text-shadow: 0.5vh 0.5vw 0.5vmax #111;
}

header {
	background: linear-gradient(to bottom, #063258 0%, #111 100%);
	position: relative;
	max-height: 100px;
	height: 6vmax;
	min-height: 55px;
	width: 100%;
}
header .header-nav {
	background-color: #111;
	background-image: url(../img/background-title.jpg);
	background-position: top;
	background-repeat: no-repeat;
	background-size: cover;
	align-items: center;
	border-bottom: 1px solid #ab9c87;
	border-bottom-right-radius: 10px;
	display: flex;
	font-family: "introrustg-base2line";
	justify-content: space-between;
	padding-left: 1vw;
	position: relative;
	height: 100%;
	width: 100%;
}
header .header-nav .logo-container,
header .header-nav .head-separator,
header .header-nav .head-section {
	display: flex;
}
header .header-nav .logo-container,
header .header-nav .head-section {
	position: inherit;
}
header .header-nav .head-separator,
header .header-nav .head-section {
	height: 100%;
}
header .header-nav .logo-container {
	justify-content: space-around;
	text-decoration: none;
}
header .header-nav .logo-container .logo-img {
	display: flex;
}
header .header-nav .logo-container .logo-img .logo-alt {
	-o-object-fit: contain;
	object-fit: contain;
	max-width: 112px;
	width: 7vmax;
	min-width: 56px;
}
header .header-nav .logo-container em {
	align-self: center;
	color: white;
	display: block;
	font-size: 56px;
}
header .header-nav .head-separator {
	border: none;
	border-right: 1px solid #ab9c87;
	border-radius: 10px;
	position: relative;
	width: 2vw;
}
header .header-nav .head-section {
	align-items: center;
	justify-content: flex-end;
	width: 80vw;
}
header .header-nav .head-section .head-menu {
	display: flex;
	justify-content: flex-end;
	width: 100%;
}
header .header-nav .head-section .head-menu .head-menu-btn {
	display: none;
}
header .header-nav .head-section .head-menu .head-menu-btn .menu-icon {
	display: none;
	filter: invert(100%);
}
header .header-nav .head-section .head-menu .head-menu-btn,
header .header-nav .head-section .head-menu #expandList {
	display: none;
}
header .header-nav .head-section .head-menu .head-list {
	align-items: center;
	display: flex;
	justify-content: space-evenly;
	width: 85%;
}
header .header-nav .head-section .head-menu .head-list .head-list-item {
	transition: 0.5s ease;
	color: white;
	font-size: 25.515px;
	text-align: center;
	text-decoration: none;
}
header .header-nav .head-section .head-menu .head-list .head-list-item:hover {
	text-shadow: 0.5vh 0.5vw 0.5vmax #111;
}
header .header-nav .head-section .head-menu .head-list .head-list-item:active,
header .header-nav .head-section .head-menu .head-list .head-list-item:visited:active {
	-moz-transform: translate(0.2vh, 0.2vw);
	-ms-transform: translate(0.2vh, 0.2vw);
	-o-transform: translate(0.2vh, 0.2vw);
	-webkit-transform: translate(0.2vh, 0.2vw);
	color: #999;
	text-shadow: none;
	transform: translate(0.2vh, 0.2vw);
}
header .header-nav .head-section .head-menu .head-list .head-list-item:visited {
	color: #d0d0d0;
}
header .header-nav .head-section .head-menu .head-list .head-list-item:hover,
header .header-nav .head-section .head-menu .head-list .head-list-item:visited:hover {
	color: #ab9c87;
}
header .header-nav .head-section .head-menu .head-list .list-separator {
	border: 1px solid #ab9c87;
	height: 2vmax;
}
header .header-nav .head-section .head-cont-separator,
header .header-nav .head-section .lang-stg {
	position: inherit;
	height: 100%;
}
header .header-nav .head-section .head-cont-separator {
	border: none;
	border-right: 1px solid #ab9c87;
}
header .header-nav .head-section .lang-stg {
	align-items: center;
	background: inherit;
	display: flex;
	justify-content: center;
	padding: 0 1vw;
}
header .header-nav .head-section .lang-stg .lang-btn,
header .header-nav .head-section .lang-stg .lang-content {
	align-items: center;
}
header .header-nav .head-section .lang-stg .lang-btn {
	transition: 0.5s ease;
	border: 1px solid transparent;
	border-radius: 10px;
	cursor: pointer;
	display: flex;
	padding: 0.5vh 0.5vw;
	z-index: 2;
}
header .header-nav .head-section .lang-stg .lang-btn:hover {
	border: 1px solid #ab9c87;
	box-shadow: 0.5vh 0.5vw 0.5vmax #111;
}
header .header-nav .head-section .lang-stg .lang-btn:hover > .lang-btn-alt {
	filter: invert(62%) sepia(12%) saturate(549%) hue-rotate(356deg) brightness(101%) contrast(83%);
}
header .header-nav .head-section .lang-stg .lang-btn:hover > span {
	filter: invert(62%) sepia(12%) saturate(549%) hue-rotate(356deg) brightness(101%) contrast(83%);
}
header .header-nav .head-section .lang-stg .lang-btn .lang-btn-alt {
	transition: 0.5s ease;
	filter: invert(100%);
	width: 3vmax;
	min-width: 28px;
}
header .header-nav .head-section .lang-stg .lang-btn span {
	transition: 0.5s ease;
	color: white;
	font-size: 22.9635px;
}
header .header-nav .head-section .lang-stg #expandLang {
	display: none;
}
header .header-nav .head-section .lang-stg #expandLang:checked ~ .lang-btn {
	-o-transition: none;
	-moz-transition: none;
	-webkit-transition: none;
	border: 1px solid transparent;
	box-shadow: none;
	transition: none;
}
header .header-nav .head-section .lang-stg #expandLang:checked ~ .lang-content {
	display: flex;
}
header .header-nav .head-section .lang-stg .lang-content {
	background-color: #111;
	background-image: url(../img/background-title.jpg);
	background-position: top;
	background-repeat: no-repeat;
	background-size: cover;
	border: 1px solid #ab9c87;
	border-right: none;
	border-top: none;
	border-bottom-right-radius: 10px;
	display: none;
	flex-direction: column;
	justify-content: flex-end;
	padding: 0 1vw 1vmax 1vw;
	position: absolute;
	z-index: 1;
	height: 14vmax;
	min-height: 140px;
	left: 0;
	right: 0;
	top: 0;
}
header .header-nav .head-section .lang-stg .lang-content .lang-item {
	display: flex;
	justify-content: flex-end;
	margin-top: 2vh;
	box-shadow: 0.5vh 0.5vw 0.5vmax #111;
}
header .header-nav .head-section .lang-stg .lang-content .lang-item .lang-item-alt {
	width: 2vmax;
	min-width: 22.9635px;
}

.about-me {
	align-items: center;
	display: flex;
	flex-direction: column;
	justify-content: center;
	position: relative;
	width: 100%;
}
.about-me .greetings {
	align-items: center;
	background: linear-gradient(#111 90%, transparent 100%);
	display: flex;
	justify-content: center;
	height: 101vh;
	min-height: 440px;
	width: 100%;
}
.about-me .personal-box {
	background-attachment: fixed;
	background-color: #2e465f;
	background-image: url(../img/background-section.jpg);
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	align-items: center;
	border: 1px solid #ab9c87;
	border-radius: 50px;
	box-shadow: 0.5vh 0.5vw 0.5vmax #111;
	display: flex;
	flex-direction: column;
	justify-content: center;
	margin: 5vh 0;
	position: inherit;
	min-height: 1000px;
	width: 95%;
}
.about-me .personal-box .my-name {
	display: flex;
	flex-direction: column;
	position: inherit;
	height: 110vh;
	min-height: 700px;
	width: 100%;
}
.about-me .personal-box .my-name .name-section-title,
.about-me .personal-box .my-name .name-section-detail {
	align-items: center;
	display: flex;
}
.about-me .personal-box .my-name .name-section-title {
	background-color: #063258;
	background-image: url(../img/background-title.jpg);
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	border-bottom: 1px solid #ab9c87;
	border-top-left-radius: 50px;
	border-top-right-radius: 50px;
	justify-content: center;
	padding: 1vh 0;
	width: 100%;
}
.about-me .personal-box .my-name .name-section-title h2 br {
	display: none;
}
.about-me .personal-box .my-name .name-section-detail {
	flex-direction: column;
	justify-content: space-evenly;
	position: inherit;
	height: 100%;
	width: 100%;
}
.about-me .personal-box .my-name .name-section-detail .sm-presentation {
	font-size: 31.5px;
	padding: 0.5vh 1vw;
	text-align: center;
	text-indent: 0;
}
.about-me .personal-box .my-name .name-section-detail .sm-presentation a {
	transition: 0.5s ease;
	text-decoration: none;
}
.about-me .personal-box .my-name .name-section-detail .sm-presentation a img {
	min-width: 112px;
	width: 10vmax;
}
.about-me .personal-box .my-name .name-section-detail .sm-presentation a:hover {
	filter: invert(62%) sepia(12%) saturate(549%) hue-rotate(356deg) brightness(101%) contrast(83%);
}
.about-me .personal-box .my-name .name-section-detail .name-pic-pag {
	align-items: center;
	display: flex;
	flex-direction: column;
	justify-content: space-evenly;
	position: inherit;
	width: 100%;
}
.about-me .personal-box .my-name .name-section-detail .name-pic-pag .name-slide-control,
.about-me .personal-box .my-name .name-section-detail .name-pic-pag .name-bullets {
	display: none;
}
.about-me .personal-box .my-name .name-section-detail .name-pic-pag .name-inner {
	display: flex;
	justify-content: space-evenly;
	position: inherit;
	width: 100%;
}
.about-me .personal-box .my-name .name-section-detail .name-pic-pag .name-inner .name-slide {
	display: flex;
	justify-content: center;
	position: inherit;
	width: 100%;
}
.about-me .personal-box .my-name .name-section-detail .name-pic-pag .name-inner .name-slide .name-slide-content {
	display: flex;
	justify-content: center;
	position: inherit;
}
.about-me .personal-box .my-name .name-section-detail .name-pic-pag .name-inner .name-slide .name-slide-content .name-overlay-btn,
.about-me .personal-box .my-name .name-section-detail .name-pic-pag .name-inner .name-slide .name-slide-content .name-overlay {
	display: flex;
	justify-content: center;
	width: 100%;
}
.about-me .personal-box .my-name .name-section-detail .name-pic-pag .name-inner .name-slide .name-slide-content .name-overlay-btn {
	cursor: pointer;
}
.about-me .personal-box .my-name .name-section-detail .name-pic-pag .name-inner .name-slide .name-slide-content .name-overlay-btn .name-img-block {
	transition: 0.5s ease;
	border-radius: 10px;
	box-shadow: 0.5vh 0.5vw 0.5vmax #111;
	-o-object-fit: cover;
	object-fit: cover;
	height: 75vh;
	min-height: 410px;
	max-width: 450px;
	width: 33vw;
	min-width: 280px;
}
.about-me .personal-box .my-name .name-section-detail .name-pic-pag .name-inner .name-slide .name-slide-content .name-overlay-btn .name-img-block:hover {
	box-shadow: 0.5vh 0.5vw 0.5vmax #ab9c87;
}
.about-me .personal-box .my-name .name-section-detail .name-pic-pag .name-inner .name-slide .name-slide-content #nameOverlayCheck1,
.about-me .personal-box .my-name .name-section-detail .name-pic-pag .name-inner .name-slide .name-slide-content #nameOverlayCheck2 {
	display: none;
}
.about-me .personal-box .my-name .name-section-detail .name-pic-pag .name-inner .name-slide .name-slide-content #nameOverlayCheck1:checked ~ .name-overlay {
	height: 23%;
}
.about-me .personal-box .my-name .name-section-detail .name-pic-pag .name-inner .name-slide .name-slide-content #nameOverlayCheck2:checked ~ .name-overlay {
	height: 28%;
}
.about-me .personal-box .my-name .name-section-detail .name-pic-pag .name-inner .name-slide .name-slide-content .name-overlay {
	transition: 0.5s ease;
	align-items: flex-start;
	background-color: rgba(17, 17, 17, 0.7);
	border-bottom-left-radius: 10px;
	border-bottom-right-radius: 10px;
	overflow-y: scroll;
	position: absolute;
	height: 0;
	bottom: 0;
}
.about-me .personal-box .my-name .name-section-detail .name-pic-pag .name-inner .name-slide .name-slide-content .name-overlay .name-img-desc {
	display: block;
	padding: 1vh 1vw;
	position: relative;
	text-align: justify;
	text-indent: 0.8em;
}
.about-me .personal-box .my-hobbies {
	display: flex;
	flex-direction: column;
	position: inherit;
	height: 110vh;
	min-height: 648px;
	width: 100%;
}
.about-me .personal-box .my-hobbies .hobby-section-title,
.about-me .personal-box .my-hobbies .hobby-section-detail {
	align-items: center;
	display: flex;
	justify-content: center;
	position: inherit;
	width: 100%;
}
.about-me .personal-box .my-hobbies .hobby-section-title {
	background-color: #063258;
	background-image: url(../img/background-title.jpg);
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	border-bottom: 1px solid #ab9c87;
	border-top: 1px solid #ab9c87;
	border-top-left-radius: 50px;
	border-top-right-radius: 50px;
	padding-bottom: 1vh;
	padding-top: 1vh;
}
.about-me .personal-box .my-hobbies .hobby-section-detail {
	height: 100%;
	min-height: 240px;
}
.about-me .personal-box .my-hobbies .hobby-section-detail .hobby-pic-pag {
	align-items: center;
	display: flex;
	flex-direction: column;
	justify-content: space-evenly;
	position: inherit;
	width: 100%;
}
.about-me .personal-box .my-hobbies .hobby-section-detail .hobby-pic-pag .hobby-slide-control {
	display: none;
}
.about-me .personal-box .my-hobbies .hobby-section-detail .hobby-pic-pag .hobby-bullets {
	display: none;
}
.about-me .personal-box .my-hobbies .hobby-section-detail .hobby-pic-pag .hobby-inner {
	display: flex;
	justify-content: space-evenly;
	position: inherit;
	width: 100%;
}
.about-me .personal-box .my-hobbies .hobby-section-detail .hobby-pic-pag .hobby-inner .hobby-slide {
	display: flex;
	justify-content: center;
	padding-bottom: 1.5vh;
	position: inherit;
	width: 100%;
}
.about-me .personal-box .my-hobbies .hobby-section-detail .hobby-pic-pag .hobby-inner .hobby-slide .hobby-slide-content {
	background-color: #063258;
	background-image: url(../img/background-title.jpg);
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	border: 1px solid #ab9c87;
	border-radius: 10px;
	box-shadow: 0.5vh 0.5vw 0.5vmax #111;
	display: flex;
	flex-direction: column;
	justify-content: flex-start;
	position: inherit;
	height: 75vh;
	min-height: 390px;
	width: 20vw;
	min-width: 210px;
}
.about-me .personal-box .my-hobbies .hobby-section-detail .hobby-pic-pag .hobby-inner .hobby-slide .hobby-slide-content h3 {
	border-bottom: 1px solid #ab9c87;
}
.about-me .personal-box .my-hobbies .hobby-section-detail .hobby-pic-pag .hobby-inner .hobby-slide .hobby-slide-content .hobby-img-block {
	-webkit-mask-image: linear-gradient(#063258 80%, transparent);
	mask-image: linear-gradient(#063258 80%, transparent);
	-o-object-fit: cover;
	object-fit: cover;
}
.about-me .personal-box .my-hobbies .hobby-section-detail .hobby-pic-pag .hobby-inner .hobby-slide .hobby-slide-content .hobby-img-desc {
	overflow-y: scroll;
	padding: 1vh 1vw;
	text-align: justify;
	text-indent: 0.8em;
}
.about-me .max-sticky-height {
	display: flex;
	position: absolute;
	height: 70%;
	bottom: 1vh;
	right: 0;
}
.about-me .max-sticky-height a {
	transition: 0.5s ease;
	background-color: #063258;
	background-image: url(../img/background-title.jpg);
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	align-self: flex-end;
	border: 1px solid #ab9c87;
	border-radius: 10px;
	box-shadow: 0.5vh 0.5vw 0.5vmax #111;
	margin: 0 1vw 1vh 0;
	padding: 5px 5px;
	position: sticky;
	min-width: 35px;
	bottom: 1vh;
}
.about-me .max-sticky-height a img {
	filter: invert(62%) sepia(12%) saturate(549%) hue-rotate(356deg) brightness(101%) contrast(83%);
	width: 3vw;
	min-width: 35px;
}
.about-me .max-sticky-height a:hover {
	box-shadow: 0.5vh 0.5vw 0.5vmax #ab9c87;
}

.my-skills {
	align-items: center;
	display: flex;
	flex-direction: column;
	justify-content: center;
	position: relative;
	width: 100%;
}
.my-skills .skills-box {
	background-attachment: fixed;
	background-color: #2e465f;
	background-image: url(../img/background-section.jpg);
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	align-items: center;
	border: 1px solid #ab9c87;
	border-radius: 50px;
	box-shadow: 0.5vh 0.5vw 0.5vmax #111;
	display: flex;
	flex-direction: column;
	justify-content: flex-start;
	margin: 5vh 0;
	position: inherit;
	width: 95%;
}
.my-skills .skills-box h1 {
	background-color: #063258;
	background-image: url(../img/background-title.jpg);
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	border-bottom: 1px solid #ab9c87;
	border-top-left-radius: 50px;
	border-top-right-radius: 50px;
	color: #ab9c87;
	padding: 1vh 0;
	width: 100%;
}
.my-skills .skills-box .skills-equip {
	display: flex;
	justify-content: flex-start;
	position: relative;
	min-height: 650px;
	width: 100%;
}
.my-skills .skills-box .skills-equip .maj-skills {
	position: inherit;
	width: 50%;
}
.my-skills .skills-box .skills-equip .maj-skills h2 {
	background-color: #063258;
	background-image: url(../img/background-title.jpg);
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	border-bottom: 1px solid #ab9c87;
}
.my-skills .skills-box .skills-equip .maj-skills .maj-skills-ord {
	align-items: flex-start;
	display: flex;
	flex-direction: column;
	list-style: none;
	padding: 0 1vw;
	position: inherit;
	width: 100%;
}
.my-skills .skills-box .skills-equip .maj-skills .maj-skills-ord .maj-skill-item {
	align-items: flex-start;
	display: flex;
	flex-direction: column;
	margin: 1vh 0;
	position: inherit;
	width: 100%;
}
.my-skills .skills-box .skills-equip .maj-skills .maj-skills-ord .maj-skill-item:first-of-type h4 img {
	filter: invert(62%) sepia(12%) saturate(549%) hue-rotate(356deg) brightness(101%) contrast(83%);
}
.my-skills .skills-box .skills-equip .maj-skills .maj-skills-ord .maj-skill-item:first-of-type .maj-skill-cont .skill-bar {
	background-color: #999;
}
.my-skills .skills-box .skills-equip .maj-skills .maj-skills-ord .maj-skill-item:first-of-type .maj-skill-cont .skill-bar .skill-mastery {
	width: 75%;
}
.my-skills .skills-box .skills-equip .maj-skills .maj-skills-ord .maj-skill-item:first-of-type .maj-skill-cont .skill-bar .skill-bns {
	width: 76%;
}
.my-skills .skills-box .skills-equip .maj-skills .maj-skills-ord .maj-skill-item:nth-of-type(2) h4 img {
	filter: invert(62%) sepia(12%) saturate(549%) hue-rotate(356deg) brightness(101%) contrast(83%);
}
.my-skills .skills-box .skills-equip .maj-skills .maj-skills-ord .maj-skill-item:nth-of-type(2) .maj-skill-cont .skill-bar {
	background-color: #999;
}
.my-skills .skills-box .skills-equip .maj-skills .maj-skills-ord .maj-skill-item:nth-of-type(2) .maj-skill-cont .skill-bar .skill-mastery {
	width: 2%;
}
.my-skills .skills-box .skills-equip .maj-skills .maj-skills-ord .maj-skill-item:nth-of-type(2) .maj-skill-cont .skill-bar .skill-bns {
	width: 3%;
}
.my-skills .skills-box .skills-equip .maj-skills .maj-skills-ord .maj-skill-item:nth-of-type(2) .p-s {
	color: #999;
	margin-top: 0.5vh;
	text-shadow: 0.5vh 0.5vw 0.5vmax #111;
	width: 80%;
}
.my-skills .skills-box .skills-equip .maj-skills .maj-skills-ord .maj-skill-item:nth-of-type(2) .p-s i {
	font-style: normal;
}
.my-skills .skills-box .skills-equip .maj-skills .maj-skills-ord .maj-skill-item h4 {
	text-align: start;
}
.my-skills .skills-box .skills-equip .maj-skills .maj-skills-ord .maj-skill-item h4 img {
	width: 2vmax;
	min-width: 16px;
}
.my-skills .skills-box .skills-equip .maj-skills .maj-skills-ord .maj-skill-item h4 .p-s {
	font-size: 22.9635px;
}
.my-skills .skills-box .skills-equip .maj-skills .maj-skills-ord .maj-skill-item .maj-skill-cont {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	position: inherit;
	width: 100%;
}
.my-skills .skills-box .skills-equip .maj-skills .maj-skills-ord .maj-skill-item .maj-skill-cont .skill-bar {
	border: 1px solid #423b26;
	align-items: center;
	background-color: #333;
	border-radius: 50px;
	box-shadow: 0.5vh 0.5vw 0.5vmax #111, inset 0vh 0vw 1vmax #555;
	display: flex;
	overflow: hidden;
	position: inherit;
	height: 30px;
	width: 80%;
}
.my-skills .skills-box .skills-equip .maj-skills .maj-skills-ord .maj-skill-item .maj-skill-cont .skill-bar .skill-mastery {
	background: linear-gradient(135deg, #262d42, #04091c);
	border-radius: 50px;
	display: flex;
	margin-left: 0.1vw;
	z-index: 2;
	height: 90%;
}
.my-skills .skills-box .skills-equip .maj-skills .maj-skills-ord .maj-skill-item .maj-skill-cont .skill-bar .skill-bns {
	background: linear-gradient(135deg, #ab9c87, #423b26);
	border-radius: 50px;
	display: flex;
	margin-left: 0.1vw;
	position: absolute;
	z-index: 1;
	height: 90%;
}
.my-skills .skills-box .skills-equip .maj-skills .maj-skills-ord .maj-skill-item .maj-skill-cont p {
	-webkit-text-stroke: 0.5px #423b26;
	color: #ab9c87;
	text-indent: 0;
}
.my-skills .skills-box .skills-equip .maj-skills .maj-skills-ord .min-skills-start {
	align-items: flex-start;
	display: flex;
	flex-direction: column;
	margin: 1vh 0 1vh 1vw;
	width: 100%;
}
.my-skills .skills-box .skills-equip .maj-skills .maj-skills-ord .min-skills-start .min-skills {
	transition: 0.5s ease;
	border: 1px solid transparent;
	border-radius: 10px;
	display: flex;
	margin: 0 1vw;
}
.my-skills .skills-box .skills-equip .maj-skills .maj-skills-ord .min-skills-start .min-skills:not([open]) {
	width: 50%;
}
.my-skills .skills-box .skills-equip .maj-skills .maj-skills-ord .min-skills-start .min-skills[open] {
	width: 90%;
}
.my-skills .skills-box .skills-equip .maj-skills .maj-skills-ord .min-skills-start .min-skills summary {
	background-color: #063258;
	background-image: url(../img/background-title.jpg);
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	border: 1px solid #ab9c87;
	border-radius: 10px;
	cursor: pointer;
	font-size: 28.35px;
	padding: 0 1vw;
	text-align: start;
}
.my-skills .skills-box .skills-equip .maj-skills .maj-skills-ord .min-skills-start .min-skills .min-skills-ord {
	align-items: flex-start;
	display: flex;
	flex-direction: column;
	list-style: none;
	padding: 0 1vw;
	position: inherit;
	width: 100%;
	/*Temporary - To continue in next projects*/
}
.my-skills .skills-box .skills-equip .maj-skills .maj-skills-ord .min-skills-start .min-skills .min-skills-ord .min-skill-item {
	align-items: flex-start;
	display: flex;
	flex-direction: column;
	margin: 1vh 0;
	width: 100%;
}
.my-skills .skills-box .skills-equip .maj-skills .maj-skills-ord .min-skills-start .min-skills .min-skills-ord .min-skill-item:first-of-type h5 img {
	filter: invert(62%) sepia(12%) saturate(549%) hue-rotate(356deg) brightness(101%) contrast(83%);
}
.my-skills .skills-box .skills-equip .maj-skills .maj-skills-ord .min-skills-start .min-skills .min-skills-ord .min-skill-item:first-of-type .min-skill-cont .skill-bar {
	background-color: #999;
}
.my-skills .skills-box .skills-equip .maj-skills .maj-skills-ord .min-skills-start .min-skills .min-skills-ord .min-skill-item:first-of-type .min-skill-cont .skill-bar .skill-mastery {
	width: 35%;
}
.my-skills .skills-box .skills-equip .maj-skills .maj-skills-ord .min-skills-start .min-skills .min-skills-ord .min-skill-item:first-of-type .min-skill-cont .skill-bar .skill-bns {
	width: 36%;
}
.my-skills .skills-box .skills-equip .maj-skills .maj-skills-ord .min-skills-start .min-skills .min-skills-ord .min-skill-item:nth-of-type(2) h5 img {
	filter: invert(62%) sepia(12%) saturate(549%) hue-rotate(356deg) brightness(101%) contrast(83%);
}
.my-skills .skills-box .skills-equip .maj-skills .maj-skills-ord .min-skills-start .min-skills .min-skills-ord .min-skill-item:nth-of-type(2) .min-skill-cont .skill-bar {
	background-color: #999;
}
.my-skills .skills-box .skills-equip .maj-skills .maj-skills-ord .min-skills-start .min-skills .min-skills-ord .min-skill-item:nth-of-type(2) .min-skill-cont .skill-bar .skill-mastery {
	width: 58%;
}
.my-skills .skills-box .skills-equip .maj-skills .maj-skills-ord .min-skills-start .min-skills .min-skills-ord .min-skill-item:nth-of-type(2) .min-skill-cont .skill-bar .skill-bns {
	width: 59%;
}
.my-skills .skills-box .skills-equip .maj-skills .maj-skills-ord .min-skills-start .min-skills .min-skills-ord .min-skill-item h5 img {
	width: 2vmax;
	min-width: 16px;
}
.my-skills .skills-box .skills-equip .maj-skills .maj-skills-ord .min-skills-start .min-skills .min-skills-ord .min-skill-item .min-skill-cont {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	position: inherit;
	width: 100%;
}
.my-skills .skills-box .skills-equip .maj-skills .maj-skills-ord .min-skills-start .min-skills .min-skills-ord .min-skill-item .min-skill-cont .skill-bar {
	border: 1px solid #423b26;
	align-items: center;
	background-color: #333;
	border-radius: 50px;
	box-shadow: 0.5vh 0.5vw 0.5vmax #111, inset 0vh 0vw 1vmax #555;
	display: flex;
	overflow: hidden;
	position: relative;
	height: 30px;
	width: 50%;
}
.my-skills .skills-box .skills-equip .maj-skills .maj-skills-ord .min-skills-start .min-skills .min-skills-ord .min-skill-item .min-skill-cont .skill-bar .skill-mastery {
	background: linear-gradient(135deg, #262d42, #04091c);
	border-radius: 50px;
	display: flex;
	margin-left: 0.1vw;
	z-index: 2;
	height: 90%;
}
.my-skills .skills-box .skills-equip .maj-skills .maj-skills-ord .min-skills-start .min-skills .min-skills-ord .min-skill-item .min-skill-cont .skill-bar .skill-bns {
	background: linear-gradient(135deg, #ab9c87, #423b26);
	border-radius: 50px;
	display: flex;
	margin-left: 0.1vw;
	position: absolute;
	z-index: 1;
	height: 90%;
}
.my-skills .skills-box .skills-equip .maj-skills .maj-skills-ord .min-skills-start .min-skills .min-skills-ord .min-skill-item .min-skill-cont p {
	-webkit-text-stroke: 0.5px #423b26;
	color: #ab9c87;
	text-indent: 0;
}
.my-skills .skills-box .skills-equip .maj-skills .maj-skills-ord .min-skills-start .min-skills .min-skills-ord .min-skill-item-otw {
	align-items: flex-start;
	display: flex;
	flex-direction: column;
	margin: 1vh 0;
	width: 100%;
}
.my-skills .skills-box .skills-equip .maj-skills .maj-skills-ord .min-skills-start .min-skills .min-skills-ord .min-skill-item-otw h5 {
	text-align: start;
}
.my-skills .skills-box .skills-equip .maj-skills .maj-skills-ord .min-skills-start .min-skills .min-skills-ord .min-skill-item-otw h5 img {
	width: 2vmax;
	min-width: 16px;
}
.my-skills .skills-box .skills-equip .maj-skills .maj-skills-ord .min-skills-start .min-skills .min-skills-ord .min-skill-item-otw h5 em {
	font-size: 22.9635px;
}
.my-skills .skills-box .skills-equip .maj-skills .maj-skills-ord .min-skills-start .min-skills .min-skills-ord .min-skill-item-otw .min-skill-cont {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	position: inherit;
	width: 100%;
}
.my-skills .skills-box .skills-equip .maj-skills .maj-skills-ord .min-skills-start .min-skills .min-skills-ord .min-skill-item-otw .min-skill-cont .skill-bar {
	border: 1px dashed #ab9c87;
	align-items: center;
	background-color: #333;
	border-radius: 50px;
	box-shadow: 0.5vh 0.5vw 0.5vmax #111, inset 0vh 0vw 1vmax #555;
	display: flex;
	overflow: hidden;
	position: relative;
	height: 30px;
	width: 50%;
}
.my-skills .skills-box .skills-equip .maj-skills .maj-skills-ord .min-skills-start .min-skills .min-skills-ord .min-skill-item-otw .min-skill-cont .skill-bar .skill-mastery {
	background: linear-gradient(135deg, #262d42, #04091c);
	border-radius: 50px;
	display: flex;
	margin-left: 0.1vw;
	z-index: 2;
	height: 90%;
}
.my-skills .skills-box .skills-equip .maj-skills .maj-skills-ord .min-skills-start .min-skills .min-skills-ord .min-skill-item-otw .min-skill-cont .skill-bar .skill-bns {
	background: linear-gradient(135deg, #ab9c87, #423b26);
	border-radius: 50px;
	display: flex;
	margin-left: 0.1vw;
	position: absolute;
	z-index: 1;
	height: 90%;
}
.my-skills .skills-box .skills-equip .maj-skills .maj-skills-ord .min-skills-start .min-skills .min-skills-ord .min-skill-item-otw .min-skill-cont p {
	color: #ab9c87;
	text-indent: 0;
}
.my-skills .skills-box .skills-equip hr {
	border: 1px solid #ab9c87;
}
.my-skills .skills-box .skills-equip .access-skills {
	position: relative;
	width: 50%;
}
.my-skills .skills-box .skills-equip .access-skills h2 {
	background-color: #063258;
	background-image: url(../img/background-title.jpg);
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	border-bottom: 1px solid #ab9c87;
}
.my-skills .skills-box .skills-equip .access-skills .access-skills-cont {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	height: 90%;
	width: 100%;
}
.my-skills .skills-box .skills-equip .access-skills .access-skills-cont .access-skills-list {
	align-items: center;
	display: flex;
	flex-direction: column;
}
.my-skills .skills-box .skills-equip .access-skills .access-skills-cont .access-skills-list .access-skills-item {
	border-bottom: 1px solid #ab9c87;
	display: flex;
	width: 90%;
}
.my-skills .skills-box .skills-equip .access-skills .access-skills-cont .access-skills-list .access-skills-item h6 {
	padding: 1vh 1vw;
	text-align: start;
	width: 50%;
}
.my-skills .skills-box .skills-equip .access-skills .access-skills-cont .access-skills-list .access-skills-item h6 .ita-br {
	display: none;
	font-style: normal;
}
.my-skills .skills-box .skills-equip .access-skills .access-skills-cont .access-skills-list .access-skills-item p {
	background: rgba(38, 45, 66, 0.7);
	display: flex;
	flex-direction: column;
	padding: 1vh 1vw;
	text-indent: 0;
	width: 50%;
}
.my-skills .skills-box .skills-equip .access-skills .access-skills-cont .access-skills-list .access-skills-item p em {
	-webkit-text-stroke: 0.5px #423b26;
	color: #ab9c87;
}
.my-skills .skills-box .skills-equip .access-skills .access-skills-cont .access-skills-list .access-skills-item:first-of-type {
	border-top: 1px solid #ab9c87;
	margin-top: 1vh;
}
.my-skills .skills-box .skills-equip .access-skills .access-skills-cont .skills-add-info-cont {
	display: flex;
	justify-content: flex-end;
	padding: 1vh 1vw;
	width: 100%;
}
.my-skills .skills-box .skills-equip .access-skills .access-skills-cont .skills-add-info-cont .skills-add-info {
	-webkit-text-stroke: 0;
	color: #999;
	text-align: right;
	text-indent: 0;
	width: 80%;
}
.my-skills .skills-box .skills-equip .access-skills .access-skills-cont .skills-add-info-cont .skills-add-info a {
	transition: 0.5s ease;
	color: white;
	font-style: italic;
	text-decoration: none;
}
.my-skills .skills-box .skills-equip .access-skills .access-skills-cont .skills-add-info-cont .skills-add-info a:visited {
	color: #d0d0d0;
}
.my-skills .skills-box .skills-equip .access-skills .access-skills-cont .skills-add-info-cont .skills-add-info a:hover,
.my-skills .skills-box .skills-equip .access-skills .access-skills-cont .skills-add-info-cont .skills-add-info a:visited:hover {
	color: #ab9c87;
}
.my-skills .skills-box .skills-equip .access-skills .access-skills-cont .skills-add-info-cont .skills-add-info a img {
	width: 22.9635px;
}
.my-skills .skills-box .skills-hist {
	width: 100%;
}
.my-skills .skills-box .skills-hist:not([open]) > summary {
	border-bottom: none;
	border-bottom-left-radius: 50px;
	border-bottom-right-radius: 50px;
}
.my-skills .skills-box .skills-hist[open] > summary {
	border-bottom: 1px solid #ab9c87;
	border-bottom-left-radius: 0;
	border-bottom-right-radius: 0;
}
.my-skills .skills-box .skills-hist summary {
	background-color: #063258;
	background-image: url(../img/background-title.jpg);
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	border-top: 1px solid #ab9c87;
	cursor: pointer;
	font-size: 42px;
}
.my-skills .skills-box .skills-hist ul {
	list-style: none;
	padding: 1vh 3vw 5vh 3vw;
}
.my-skills .skills-box .skills-hist ul li {
	color: #ab9c87;
	margin-top: 1vh;
}
.my-skills .skills-box .skills-hist ul li h6 {
	background-color: #063258;
	background-image: url(../img/background-title.jpg);
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	border: 1px solid #ab9c87;
	border-radius: 10px;
	padding: 1vh 1vw;
	text-align: left;
	width: -moz-fit-content;
	width: fit-content;
}
.my-skills .skills-box .skills-hist ul li p {
	margin-top: 0.5vh;
}
.my-skills .skills-box .skills-hist ul li .skill-context {
	-webkit-text-stroke: 0.5px #423b26;
	color: #ab9c87;
	text-indent: 0;
}
.my-skills .skills-box .skills-hist ul li .skill-context strong {
	-webkit-text-stroke: 0.5px #111;
	color: white;
}
.my-skills .skills-box .skills-hist ul li .skill-date {
	-webkit-text-stroke: 0.5px #423b26;
	color: #ab9c87;
	text-indent: 0;
}
.my-skills .skills-box .skills-hist ul li .skill-date em {
	-webkit-text-stroke: 0.5px #111;
	color: white;
}
.my-skills .skills-box .skills-hist ul li:last-of-type .skill-context a {
	transition: 0.5s ease;
	text-decoration: none;
}
.my-skills .skills-box .skills-hist ul li:last-of-type .skill-context a:hover {
	filter: invert(62%) sepia(12%) saturate(549%) hue-rotate(356deg) brightness(101%) contrast(83%);
}
.my-skills .skills-box .skills-hist ul li:last-of-type .skill-context a img {
	margin-top: 1vh;
	min-width: 112px;
	width: 10vmax;
}
.my-skills .max-sticky-height {
	display: none;
	position: absolute;
	height: 20%;
	bottom: 1vh;
	right: 0;
}
.my-skills .max-sticky-height a {
	transition: 0.5s ease;
	background-color: #063258;
	background-image: url(../img/background-title.jpg);
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	align-self: flex-end;
	border: 1px solid #ab9c87;
	border-radius: 10px;
	box-shadow: 0.5vh 0.5vw 0.5vmax #111;
	margin: 0 1vw 1vh 0;
	padding: 5px 5px;
	position: sticky;
	min-width: 35px;
	bottom: 1vh;
}
.my-skills .max-sticky-height a img {
	filter: invert(62%) sepia(12%) saturate(549%) hue-rotate(356deg) brightness(101%) contrast(83%);
	width: 3vw;
	min-width: 35px;
}
.my-skills .max-sticky-height a:hover {
	box-shadow: 0.5vh 0.5vw 0.5vmax #ab9c87;
}

.i-am-error {
	background: black;
	display: flex;
	flex-direction: column;
	font-family: "silkscreen-normal", "silkscreen-bold";
	padding: 5vh 2vw;
	height: 100vh;
	width: 100%;
}
.i-am-error h1 {
	color: darkslategray;
	font-family: "sjonarbokclassic-regular";
	font-size: 112px;
	text-align: start;
	text-shadow: none;
	width: 50%;
}
.i-am-error q {
	color: #999;
	font-size: 42px;
	font-style: italic;
	margin-top: 2vh;
	width: 50%;
}
.i-am-error em {
	font-size: 31.5px;
	font-style: normal;
	color: darkslategray;
}
.i-am-error em i {
	color: #999;
	font-weight: bold;
}
.i-am-error p {
	color: #ab9c87;
	margin-top: 2vh;
	text-indent: 0;
	text-shadow: none;
	width: 50%;
}
.i-am-error p a {
	font-weight: bold;
	text-decoration: none;
}
.i-am-error p a:hover {
	color: darkslategray;
}
.i-am-error p a:focus {
	color: #999;
}

footer {
	align-items: center;
	background: linear-gradient(135deg, #262d42, #04091c, #262d42);
	border-top: 1px solid #ab9c87;
	display: flex;
	position: relative;
	height: 50vh;
	min-height: 414px;
	width: 100%;
}
footer .footer-nav {
	display: flex;
	justify-content: space-evenly;
	height: 90%;
	width: 100%;
}
footer .footer-nav form {
	display: flex;
	flex-direction: column;
	font-family: "introrustg-base2line";
	padding: 0 1vw;
	height: 100%;
	width: 50%;
}
footer .footer-nav form legend {
	align-self: flex-start;
}
footer .footer-nav form fieldset,
footer .footer-nav form span {
	display: flex;
}
footer .footer-nav form fieldset {
	border: none;
	margin-top: 1vh;
}
footer .footer-nav form fieldset:last-of-type {
	height: 100%;
}
footer .footer-nav form fieldset label {
	color: #999;
	padding-left: 1vw;
	font-size: 25.515px;
	text-shadow: 0.5vh 0.5vw 0.5vmax #111;
	width: 40%;
}
footer .footer-nav form fieldset label i {
	color: #ab9c87;
	font-style: normal;
}
footer .footer-nav form fieldset input,
footer .footer-nav form fieldset textarea {
	border: 1px solid #ab9c87;
	box-shadow: 0.5vh 0.5vw 0.5vmax #111, inset 0vh 0vw 1vmax #555;
	font-size: 20.66715px;
	width: 60%;
}
footer .footer-nav form fieldset input {
	border-radius: 50px;
	padding: 0 0.5vw;
}
footer .footer-nav form fieldset textarea {
	border-radius: 10px;
	border-bottom-right-radius: 0;
	padding: 0.5vw;
	height: 90%;
}
footer .footer-nav form span {
	justify-content: flex-end;
	height: 20%;
}
footer .footer-nav form span input {
	border: 1px solid #ab9c87;
	border-radius: 50px;
	box-shadow: 0.5vh 0.5vw 0.5vmax #111;
	font-size: 20.66715px;
	height: 100%;
	width: 20%;
}
footer .footer-nav form span input[type="submit"] {
	background-color: #063258;
	color: #ab9c87;
}
footer .footer-nav form span input[type="reset"] {
	background-color: #262d42;
	color: #999;
	margin: 0 2vw;
}
footer .footer-nav form span input:hover {
	cursor: pointer;
}
footer .footer-nav form span input:active {
	-moz-transform: translate(0.2vh, 0.2vw);
	-ms-transform: translate(0.2vh, 0.2vw);
	-o-transform: translate(0.2vh, 0.2vw);
	-webkit-transform: translate(0.2vh, 0.2vw);
	box-shadow: none;
	transform: translate(0.2vh, 0.2vw);
}
footer .footer-nav .footer-separator {
	border: none;
	border-left: 1px solid #ab9c87;
	height: 100%;
}
footer .footer-nav .socials {
	display: flex;
	flex-direction: column;
	padding: 0 1vw;
	height: 100%;
	width: 50%;
}
footer .footer-nav .socials h2 {
	text-align: right;
}
footer .footer-nav .socials .link-tree,
footer .footer-nav .socials .side-note {
	width: 100%;
}
footer .footer-nav .socials .link-tree {
	align-items: center;
	display: flex;
	flex-direction: column;
	justify-content: space-around;
	height: 100%;
}
footer .footer-nav .socials .link-tree .social-links {
	align-items: flex-end;
	display: flex;
	height: 50%;
	width: 90%;
}
footer .footer-nav .socials .link-tree .social-links .envelope {
	align-items: flex-end;
	display: inline-flex;
	justify-content: space-evenly;
	margin-bottom: 1vh;
	height: 50%;
	width: 100%;
}
footer .footer-nav .socials .link-tree .social-links .envelope h4,
footer .footer-nav .socials .link-tree .social-links .envelope .link-group {
	width: 100%;
}
footer .footer-nav .socials .link-tree .social-links .envelope .link-group {
	display: inline-flex;
	justify-content: space-between;
	height: 100%;
}
footer .footer-nav .socials .link-tree .social-links .envelope .link-group span {
	align-items: center;
	display: flex;
	flex-direction: column-reverse;
	justify-content: flex-start;
	height: 100%;
}
footer .footer-nav .socials .link-tree .social-links .envelope .link-group span:first-of-type a:hover {
	filter: invert(31%) sepia(100%) saturate(325%) hue-rotate(181deg) brightness(90%) contrast(90%);
}
footer .footer-nav .socials .link-tree .social-links .envelope .link-group span:nth-of-type(2) a:hover {
	filter: invert(63%) sepia(13%) saturate(1550%) hue-rotate(316deg) brightness(107%) contrast(90%);
}
footer .footer-nav .socials .link-tree .social-links .envelope .link-group span:nth-of-type(3) a:hover {
	filter: invert(0%) sepia(17%) saturate(1102%) hue-rotate(353deg) brightness(92%) contrast(87%);
}
footer .footer-nav .socials .link-tree .social-links .envelope .link-group span:nth-of-type(4) a:hover {
	filter: invert(100%);
}
footer .footer-nav .socials .link-tree .social-links .envelope .link-group span:last-of-type a:hover {
	filter: invert(23%) sepia(34%) saturate(4379%) hue-rotate(179deg) brightness(114%) contrast(97%);
}
footer .footer-nav .socials .link-tree .social-links .envelope .link-group span a {
	transition: 0.5s ease;
	filter: invert(70%) sepia(0%) saturate(21%) hue-rotate(170deg) brightness(86%) contrast(96%);
}
footer .footer-nav .socials .link-tree .social-links .envelope .link-group span a img {
	transition: 0.5s ease;
	width: 2vmax;
	min-width: 22.9635px;
}
footer .footer-nav .socials .link-tree .social-links .envelope .link-group span a img:hover {
	width: 2.5vmax;
}
footer .footer-nav .socials .link-tree .social-links .envelope .link-group span a:hover + .selector-effect {
	height: 100%;
}
footer .footer-nav .socials .link-tree .social-links .envelope .link-group span .selector-effect {
	-moz-transition: height 0.7s ease;
	-o-transition: height 0.7s ease;
	-webkit-transition: height 0.7s ease;
	filter: invert(62%) sepia(12%) saturate(549%) hue-rotate(356deg) brightness(101%) contrast(83%);
	margin-bottom: 0.5vh;
	transition: height 0.7s ease;
	height: 0;
	width: 1.5vmax;
	min-width: 16px;
}
footer .footer-nav .socials .link-tree .git {
	align-items: flex-start;
	display: flex;
	height: 50%;
	width: 40%;
}
footer .footer-nav .socials .link-tree .git .envelope {
	align-items: flex-end;
	display: inline-flex;
	justify-content: space-evenly;
	margin-top: 1vh;
	height: 50%;
	width: 100%;
}
footer .footer-nav .socials .link-tree .git .envelope span {
	align-items: center;
	display: flex;
	flex-direction: column-reverse;
	justify-content: flex-start;
	height: 100%;
}
footer .footer-nav .socials .link-tree .git .envelope span a {
	transition: 0.5s ease;
	filter: invert(70%) sepia(0%) saturate(21%) hue-rotate(170deg) brightness(86%) contrast(96%);
}
footer .footer-nav .socials .link-tree .git .envelope span a img {
	transition: 0.5s ease;
	width: 2vmax;
	min-width: 22.9635px;
}
footer .footer-nav .socials .link-tree .git .envelope span a img:hover {
	width: 2.5vmax;
}
footer .footer-nav .socials .link-tree .git .envelope span a:hover {
	filter: invert(29%) sepia(7%) saturate(683%) hue-rotate(178deg) brightness(94%) contrast(97%);
}
footer .footer-nav .socials .link-tree .git .envelope span a:hover + .selector-effect {
	height: 100%;
}
footer .footer-nav .socials .link-tree .git .envelope span .selector-effect {
	-moz-transition: height 0.7s ease;
	-o-transition: height 0.7s ease;
	-webkit-transition: height 0.7s ease;
	filter: invert(62%) sepia(12%) saturate(549%) hue-rotate(356deg) brightness(101%) contrast(83%);
	margin-bottom: 0.5vh;
	transition: height 0.7s ease;
	height: 0;
	width: 1.5vmax;
	min-width: 16px;
}
footer .footer-nav .socials .side-note {
	border-top: 1px solid #ab9c87;
	color: #999;
	text-align: right;
}
footer .footer-nav .socials .side-note em {
	text-shadow: 0.5vh 0.5vw 0.5vmax #111;
}
footer .footer-nav .socials .side-note em a {
	transition: 0.5s ease;
	text-decoration: none;
}
footer .footer-nav .socials .side-note em a:hover {
	filter: invert(62%) sepia(12%) saturate(549%) hue-rotate(356deg) brightness(101%) contrast(83%);
}
footer .footer-nav .socials .side-note em a img {
	margin-top: 1vh;
	min-width: 112px;
	width: 5vmax;
}

/*Animations*/
@media (prefers-reduced-motion: no-preference) {
	@keyframes fade-in-box {
		from {
			scale: 0.5;
			opacity: 0;
		}
		to {
			scale: 1;
			opacity: 1;
		}
	}
	@keyframes fade-in {
		from {
			opacity: 0;
		}
		to {
			opacity: 1;
		}
	}
	@keyframes fade-out {
		40% {
			opacity: 1;
		}
		85%,
		100% {
			opacity: 0;
		}
	}
	/*FireFox locker due to incompatibility of the browser*/
	@supports (animation-timeline: view()) {
		.about-me > .greetings {
			animation: fade-out linear forwards;
			animation-range-start: 25vh;
			animation-range-end: cover;
			animation-timeline: view();
		}
	}
	.about-me > .personal-box {
		animation: fade-in-box linear;
		animation-range-start: cover;
		animation-range-end: 50vh;
		animation-timeline: view();
	}
	.personal-box > .my-hobbies {
		animation: fade-in linear;
		animation-range-start: cover;
		animation-range-end: 20vh;
		animation-timeline: view();
	}
	.name-section-detail > .name-pic-pag {
		animation: fade-in linear;
		animation-range: entry;
		animation-timeline: view();
	}
	.hobby-section-detail > .hobby-pic-pag {
		animation: fade-in linear forwards;
		animation-range-start: cover;
		animation-range-end: 50vh;
		animation-timeline: view();
	}
}
/*SPECIAL - Screens > 1920px*/
@media screen and (min-width: 1921px) {
	/*Constant: 1.5*/
	h1 {
		font-size: 84px;
	}
	h2,
	legend {
		font-size: 63px;
	}
	h3 {
		font-size: 47.25px;
	}
	h4 {
		font-size: 42.525px;
	}
	h5 {
		font-size: 38.2725px;
	}
	h6,
	p {
		font-size: 34.44525px;
	}
	header {
		border-bottom-right-radius: 15px;
		max-height: 150px;
	}
	header .header-nav {
		border-bottom: 2px double #ab9c87;
		border-bottom-right-radius: 15px;
	}
	header .header-nav .logo-container .logo-img .logo-alt {
		max-width: 168px;
	}
	header .header-nav .logo-container em {
		font-size: 84px;
	}
	header .header-nav .head-separator {
		border-right: 2px double #ab9c87;
		border-radius: 15px;
	}
	header .header-nav .head-section .head-menu .head-list .head-list-item {
		font-size: 38.2725px;
	}
	header .header-nav .head-section .head-menu .head-list .list-separator {
		border: 2px double #ab9c87;
	}
	header .header-nav .head-section .head-cont-separator {
		border-right: 2px double #ab9c87;
	}
	header .header-nav .head-section .lang-stg .lang-btn {
		border-radius: 15px;
	}
	header .header-nav .head-section .lang-stg .lang-btn:hover {
		border: 2px double #ab9c87;
	}
	header .header-nav .head-section .lang-stg .lang-btn span {
		font-size: 34.44525px;
	}
	header .header-nav .head-section .lang-stg .lang-content {
		border: 2px double #ab9c87;
		border-bottom-right-radius: 15px;
	}
	main .max-sticky-height a {
		border: 2px double #ab9c87;
		border-radius: 15px;
		padding: 7.5px 7.5px;
	}
	.about-me .personal-box {
		border: 2px double #ab9c87;
		border-radius: 75px;
	}
	.about-me .personal-box .my-name {
		min-height: 1050px;
	}
	.about-me .personal-box .my-name .name-section-title {
		border-bottom: 2px double #ab9c87;
		border-top-left-radius: 75px;
		border-top-right-radius: 75px;
	}
	.about-me .personal-box .my-name .name-section-detail .sm-presentation {
		font-size: 47.25px;
	}
	.about-me .personal-box .my-name .name-section-detail .name-pic-pag .name-inner .name-slide .name-slide-content .name-overlay-btn .name-img-block {
		border-radius: 15px;
		min-height: 615px;
		max-width: 675px;
	}
	.about-me .personal-box .my-name .name-section-detail .name-pic-pag .name-inner .name-slide .name-slide-content .name-overlay {
		border-bottom-left-radius: 15px;
		border-bottom-right-radius: 15px;
	}
	.about-me .personal-box .my-name .name-section-detail .name-pic-pag .name-inner .name-slide .name-slide-content .name-overlay .name-img-desc {
		font-size: 34.44525px;
	}
	.about-me .personal-box .my-hobbies .hobby-section-title {
		border-bottom: 2px double #ab9c87;
		border-top: 2px double #ab9c87;
		border-top-left-radius: 75px;
		border-top-right-radius: 75px;
	}
	.about-me .personal-box .my-hobbies .hobby-section-detail .hobby-pic-pag .hobby-inner .hobby-slide .hobby-slide-content {
		border: 2px double #ab9c87;
		border-radius: 15px;
		min-height: 585px;
	}
	.about-me .personal-box .my-hobbies .hobby-section-detail .hobby-pic-pag .hobby-inner .hobby-slide .hobby-slide-content h3 {
		border-bottom: 2px double #ab9c87;
	}
	.about-me .personal-box .my-hobbies .hobby-section-detail .hobby-pic-pag .hobby-inner .hobby-slide .hobby-slide-content .hobby-img-desc {
		font-size: 34.44525px;
	}
	.my-skills .skills-box {
		border: 2px double #ab9c87;
		border-radius: 75px;
	}
	.my-skills .skills-box h1 {
		border-bottom: 2px double #ab9c87;
		border-top-left-radius: 75px;
		border-top-right-radius: 75px;
	}
	.my-skills .skills-box .skills-equip {
		min-height: 1140px;
	}
	.my-skills .skills-box .skills-equip .maj-skills h2 {
		border-bottom: 2px double #ab9c87;
	}
	.my-skills .skills-box .skills-equip .maj-skills .maj-skills-ord .maj-skill-item .maj-skill-cont .skill-bar {
		border: 2px solid #423b26;
		border-radius: 75px;
		height: 45px;
	}
	.my-skills .skills-box .skills-equip .maj-skills .maj-skills-ord .maj-skill-item .maj-skill-cont .skill-bar .skill-mastery {
		border-radius: 75px;
	}
	.my-skills .skills-box .skills-equip .maj-skills .maj-skills-ord .maj-skill-item .maj-skill-cont .skill-bar .skill-bns {
		border-radius: 75px;
	}
	.my-skills .skills-box .skills-equip .maj-skills .maj-skills-ord .min-skills-start .min-skills {
		border-radius: 15px;
	}
	.my-skills .skills-box .skills-equip .maj-skills .maj-skills-ord .min-skills-start .min-skills summary {
		border: 2px double #ab9c87;
		border-radius: 15px;
		font-size: 42.525px;
	}
	.my-skills .skills-box .skills-equip .maj-skills .maj-skills-ord .min-skills-start .min-skills .min-skills-ord .min-skill-item .min-skill-cont .skill-bar {
		border: 2px solid #423b26;
		border-radius: 75px;
		height: 45px;
	}
	.my-skills .skills-box .skills-equip .maj-skills .maj-skills-ord .min-skills-start .min-skills .min-skills-ord .min-skill-item .min-skill-cont .skill-bar .skill-mastery {
		border-radius: 75px;
	}
	.my-skills .skills-box .skills-equip .maj-skills .maj-skills-ord .min-skills-start .min-skills .min-skills-ord .min-skill-item .min-skill-cont .skill-bar .skill-bns {
		border-radius: 75px;
	}
	.my-skills .skills-box .skills-equip .maj-skills .maj-skills-ord .min-skills-start .min-skills .min-skills-ord .min-skill-item-otw h5 em {
		font-size: 34.44525px;
	}
	.my-skills .skills-box .skills-equip .maj-skills .maj-skills-ord .min-skills-start .min-skills .min-skills-ord .min-skill-item-otw .min-skill-cont .skill-bar {
		border: 2px dashed #ab9c87;
		border-radius: 75px;
		height: 45px;
	}
	.my-skills .skills-box .skills-equip .maj-skills .maj-skills-ord .min-skills-start .min-skills .min-skills-ord .min-skill-item-otw .min-skill-cont .skill-bar .skill-mastery {
		border-radius: 75px;
	}
	.my-skills .skills-box .skills-equip .maj-skills .maj-skills-ord .min-skills-start .min-skills .min-skills-ord .min-skill-item-otw .min-skill-cont .skill-bar .skill-bns {
		border-radius: 75px;
	}
	.my-skills .skills-box .skills-equip hr {
		border: 2px double #ab9c87;
	}
	.my-skills .skills-box .skills-equip .access-skills h2 {
		border-bottom: 2px double #ab9c87;
	}
	.my-skills .skills-box .skills-equip .access-skills .access-skills-cont .access-skills-list .access-skills-item {
		border-bottom: 2px double #ab9c87;
	}
	.my-skills .skills-box .skills-equip .access-skills .access-skills-cont .access-skills-list .access-skills-item:first-of-type {
		border-top: 2px double #ab9c87;
	}
	.my-skills .skills-box .skills-equip .access-skills .access-skills-cont .skills-add-info-cont .skills-add-info a img {
		width: 34.44525px;
	}
	.my-skills .skills-box .skills-hist:not([open]) > summary {
		border-bottom: none;
		border-bottom-left-radius: 75px;
		border-bottom-right-radius: 75px;
	}
	.my-skills .skills-box .skills-hist[open] > summary {
		border-bottom: 2px double #ab9c87;
	}
	.my-skills .skills-box .skills-hist summary {
		border-top: 2px double #ab9c87;
		font-size: 63px;
	}
	.my-skills .skills-box .skills-hist ul li h6 {
		border: 2px double #ab9c87;
		border-radius: 15px;
	}
	.i-am-error h1 {
		font-size: 168px;
	}
	.i-am-error q {
		font-size: 63px;
	}
	.i-am-error em {
		font-size: 47.25px;
	}
	footer {
		border-top: 2px double #ab9c87;
		min-height: 621px;
	}
	footer .footer-nav form fieldset label {
		font-size: 38.2725px;
	}
	footer .footer-nav form fieldset input {
		border-radius: 75px;
		font-size: 31.000725px;
	}
	footer .footer-nav form fieldset textarea {
		border-radius: 15px;
		border-bottom-right-radius: 0;
		font-size: 31.000725px;
	}
	footer .footer-nav form span input {
		border: 2px double #ab9c87;
		border-radius: 75px;
		font-size: 31.000725px;
	}
	footer .footer-nav .footer-separator {
		border: none;
		border-left: 2px double #ab9c87;
	}
	footer .footer-nav .socials .side-note {
		border-top: 2px double #ab9c87;
		font-size: 24px;
	}
}
@media screen and (max-width: 1756px) {
	/*Constant: 0.95*/
	h1 {
		font-size: 53.2px;
	}
	h2,
	legend {
		font-size: 39.9px;
	}
	h3 {
		font-size: 29.925px;
	}
	h4 {
		font-size: 26.9325px;
	}
	h5 {
		font-size: 24.23925px;
	}
	h6,
	p {
		font-size: 21.815325px;
	}
	header .header-nav .logo-container em {
		font-size: 53.2px;
	}
	header .header-nav .head-section .head-menu .head-list .head-list-item {
		font-size: 24.23925px;
	}
	header .header-nav .head-section .head-menu .lang-stg .lang-btn span {
		font-size: 21.815325px;
	}
	.about-me .personal-box .my-name .name-section-detail .sm-presentation {
		font-size: 29.925px;
	}
	.my-skills .skills-box .skills-equip .maj-skills .maj-skills-ord .min-skills-start .min-skills .min-skills-ord .min-skill-item-otw h5 em {
		font-size: 21.815325px;
	}
	.i-am-error h1 {
		font-size: 106.4px;
	}
	.i-am-error q {
		font-size: 39.9px;
	}
	.i-am-error em {
		font-size: 29.925px;
	}
	footer .footer-nav form fieldset label {
		font-size: 24.23925px;
	}
	footer .footer-nav form fieldset input {
		font-size: 19.6337925px;
	}
	footer .footer-nav form fieldset textarea {
		font-size: 19.6337925px;
	}
	footer .footer-nav form span input {
		font-size: 19.6337925px;
	}
}
@media screen and (max-width: 1592px) {
	/*Constant: 0.9*/
	h1 {
		font-size: 50.4px;
	}
	h2,
	legend {
		font-size: 37.8px;
	}
	h3 {
		font-size: 28.35px;
	}
	h4 {
		font-size: 25.515px;
	}
	h5 {
		font-size: 22.9635px;
	}
	h6,
	p {
		font-size: 20.66715px;
	}
	header .header-nav .logo-container em {
		font-size: 50.4px;
	}
	header .header-nav .head-section .head-menu .head-list .head-list-item {
		font-size: 22.9635px;
	}
	header .header-nav .head-section .head-menu .lang-stg .lang-btn span {
		font-size: 20.66715px;
	}
	.about-me .personal-box .my-name .name-section-detail .sm-presentation {
		font-size: 28.35px;
	}
	.my-skills .skills-box .skills-equip .maj-skills .maj-skills-ord .min-skills-start .min-skills .min-skills-ord .min-skill-item-otw h5 em {
		font-size: 20.66715px;
	}
	.i-am-error h1 {
		font-size: 100.8px;
	}
	.i-am-error q {
		font-size: 37.8px;
	}
	.i-am-error em {
		font-size: 28.35px;
	}
	footer .footer-nav form fieldset label {
		font-size: 22.9635px;
	}
	footer .footer-nav form fieldset input {
		font-size: 18.600435px;
	}
	footer .footer-nav form fieldset textarea {
		font-size: 18.600435px;
	}
	footer .footer-nav form span input {
		font-size: 18.600435px;
	}
}
@media screen and (max-width: 1428px) {
	/*Constant: 0.85*/
	h1 {
		font-size: 47.6px;
	}
	h2,
	legend {
		font-size: 35.7px;
	}
	h3 {
		font-size: 26.775px;
	}
	h4 {
		font-size: 24.0975px;
	}
	h5 {
		font-size: 21.68775px;
	}
	h6,
	p {
		font-size: 19.518975px;
	}
	header .header-nav .logo-container em {
		font-size: 47.6px;
	}
	header .header-nav .head-section .head-menu .head-list .head-list-item {
		font-size: 21.68775px;
	}
	header .header-nav .head-section .head-menu .lang-stg .lang-btn span {
		font-size: 19.518975px;
	}
	.about-me .personal-box .my-name .name-section-detail .sm-presentation {
		font-size: 26.775px;
	}
	.my-skills .skills-box .skills-equip .maj-skills .maj-skills-ord .min-skills-start .min-skills .min-skills-ord .min-skill-item-otw h5 em {
		font-size: 19.518975px;
	}
	.i-am-error h1 {
		font-size: 95.2px;
	}
	.i-am-error q {
		font-size: 35.7px;
	}
	.i-am-error em {
		font-size: 26.775px;
	}
	footer .footer-nav form fieldset label {
		font-size: 21.68775px;
	}
	footer .footer-nav form fieldset input {
		font-size: 17.5670775px;
	}
	footer .footer-nav form fieldset textarea {
		font-size: 17.5670775px;
	}
	footer .footer-nav form span input {
		font-size: 17.5670775px;
	}
}
@media screen and (max-width: 1264px) {
	/*Constant: 0.8*/
	h1 {
		font-size: 44.8px;
	}
	h2,
	legend {
		font-size: 33.6px;
	}
	h3 {
		font-size: 25.2px;
	}
	h4 {
		font-size: 22.68px;
	}
	h5 {
		font-size: 20.412px;
	}
	h6,
	p {
		font-size: 18.3708px;
	}
	header .header-nav .logo-container em {
		font-size: 44.8px;
	}
	header .header-nav .head-section .head-menu .head-list .head-list-item {
		font-size: 20.412px;
	}
	header .header-nav .head-section .head-menu .lang-stg .lang-btn span {
		font-size: 18.3708px;
	}
	.about-me .personal-box .my-name .name-section-detail .sm-presentation {
		font-size: 25.2px;
	}
	.my-skills .skills-box .skills-equip .maj-skills .maj-skills-ord .min-skills-start .min-skills .min-skills-ord .min-skill-item-otw h5 em {
		font-size: 18.3708px;
	}
	.i-am-error h1 {
		font-size: 89.6px;
	}
	.i-am-error q {
		font-size: 33.6px;
	}
	.i-am-error em {
		font-size: 25.2px;
	}
	footer .footer-nav form fieldset label {
		font-size: 20.412px;
	}
	footer .footer-nav form fieldset input {
		font-size: 16.53372px;
	}
	footer .footer-nav form fieldset textarea {
		font-size: 16.53372px;
	}
	footer .footer-nav form span input {
		font-size: 16.53372px;
	}
}
@media screen and (max-width: 1100px) {
	/*Constant: 0.75 - no $form-font*/
	h1 {
		font-size: 42px;
	}
	h2,
	legend {
		font-size: 31.5px;
	}
	h3 {
		font-size: 23.625px;
	}
	h4 {
		font-size: 21.2625px;
	}
	h5 {
		font-size: 19.13625px;
	}
	h6,
	p {
		font-size: 17.222625px;
	}
	header .header-nav .logo-container em {
		font-size: 42px;
	}
	header .header-nav .head-section .head-menu .head-list .head-list-item {
		font-size: 19.13625px;
	}
	.about-me .personal-box .my-name .name-section-detail .sm-presentation {
		font-size: 23.625px;
	}
	.my-skills .skills-box .skills-equip .maj-skills .maj-skills-ord .min-skills-start .min-skills .min-skills-ord .min-skill-item-otw h5 em {
		font-size: 17.222625px;
	}
	.i-am-error h1 {
		font-size: 84px;
	}
	.i-am-error q {
		font-size: 31.5px;
	}
	.i-am-error em {
		font-size: 23.625px;
	}
}
@media screen and (max-width: 936px) {
	/*Constant: 0.7 - no $form-font*/
	h1 {
		font-size: 39.2px;
	}
	h2,
	legend {
		font-size: 29.4px;
	}
	h3 {
		font-size: 22.05px;
	}
	h4 {
		font-size: 19.845px;
	}
	h5 {
		font-size: 17.8605px;
	}
	h6,
	p {
		font-size: 16.07445px;
	}
	header .header-nav .logo-container em {
		font-size: 39.2px;
	}
	header .header-nav .head-section .head-menu .head-list .head-list-item {
		font-size: 17.8605px;
	}
	.about-me .personal-box .my-name .name-section-detail .sm-presentation {
		font-size: 22.05px;
	}
	.my-skills .skills-box .skills-equip .maj-skills .maj-skills-ord .min-skills-start .min-skills .min-skills-ord .min-skill-item-otw h5 em {
		font-size: 16.07445px;
	}
	.i-am-error h1 {
		font-size: 78.4px;
	}
	.i-am-error q {
		font-size: 29.4px;
	}
	.i-am-error em {
		font-size: 22.05px;
	}
}
@media screen and (max-width: 772px) {
	/*Constant: 0.65 - no $form-font, $normal-font*/
	h1 {
		font-size: 36.4px;
	}
	h2,
	legend {
		font-size: 27.3px;
	}
	h3 {
		font-size: 20.475px;
	}
	h4 {
		font-size: 18.4275px;
	}
	h5 {
		font-size: 16.58475px;
	}
	header .header-nav .logo-container em {
		font-size: 36.4px;
	}
	header .header-nav .head-section {
		flex-direction: row-reverse;
		justify-content: flex-start;
	}
	header .header-nav .head-section .head-menu {
		align-items: flex-end;
		border: 1px solid #ab9c87;
		border-radius: 10px;
		display: flex;
		flex-direction: column;
		margin: 0 1vw;
		position: relative;
		width: auto;
	}
	header .header-nav .head-section .head-menu .head-menu-btn,
	header .header-nav .head-section .head-menu .head-list {
		display: flex;
	}
	header .header-nav .head-section .head-menu .head-menu-btn {
		cursor: pointer;
		border-radius: 10px;
		z-index: 2;
	}
	header .header-nav .head-section .head-menu .head-menu-btn .menu-icon {
		display: block;
		width: 4vmax;
		min-width: 28px;
	}
	header .header-nav .head-section .head-menu .head-menu-btn:active {
		background-color: rgba(17, 17, 17, 0.5);
	}
	header .header-nav .head-section .head-menu #expandList {
		display: none;
	}
	header .header-nav .head-section .head-menu #expandList:checked ~ .head-list {
		display: flex;
		height: 75px;
	}
	header .header-nav .head-section .head-menu .head-list {
		transition: 0.5s ease;
		align-items: flex-end;
		flex-direction: column;
		justify-content: flex-end;
		overflow: hidden;
		position: absolute;
		z-index: 1;
		height: 0;
		width: 280px;
		right: -5px;
		top: 45px;
	}
	header .header-nav .head-section .head-menu .head-list .head-list-item {
		background-color: #063258;
		background-image: url(../img/background-title.jpg);
		background-position: center;
		background-repeat: no-repeat;
		background-size: cover;
		border: 1px solid #ab9c87;
		border-radius: 10px;
		font-size: 16.58475px;
		margin-top: 0.5vmax;
		padding: 0 0.5vmax;
		position: relative;
	}
	header .header-nav .head-section .head-menu .head-list .list-separator {
		display: none;
	}
	header .header-nav .head-section .lang-stg .lang-content {
		border-right: 1px solid #ab9c87;
		border-bottom-left-radius: 10px;
	}
	.about-me .personal-box .my-name .name-section-detail {
		justify-content: center;
	}
	.about-me .personal-box .my-name .name-section-detail .sm-presentation {
		font-size: 20.475px;
	}
	.about-me .personal-box .my-name .name-section-detail .name-pic-pag {
		align-items: flex-start;
		overflow: hidden;
	}
	.about-me .personal-box .my-name .name-section-detail .name-pic-pag #nameSlide1:hover ~ .name-bullets .name-bullet-effect:first-of-type {
		visibility: visible;
	}
	.about-me .personal-box .my-name .name-section-detail .name-pic-pag #nameSlide1:checked ~ .name-inner {
		margin-left: 0;
	}
	.about-me .personal-box .my-name .name-section-detail .name-pic-pag #nameSlide1:checked ~ .name-bullets .name-bullet-points:nth-child(2) {
		background-color: #063258;
		background-image: url(../img/background-title.jpg);
	}
	.about-me .personal-box .my-name .name-section-detail .name-pic-pag #nameSlide2:hover ~ .name-bullets .name-bullet-effect:last-of-type {
		visibility: visible;
	}
	.about-me .personal-box .my-name .name-section-detail .name-pic-pag #nameSlide2:checked ~ .name-inner {
		margin-left: -100%;
	}
	.about-me .personal-box .my-name .name-section-detail .name-pic-pag #nameSlide2:checked ~ .name-bullets .name-bullet-points:nth-child(4) {
		background-color: #063258;
		background-image: url(../img/background-title.jpg);
	}
	.about-me .personal-box .my-name .name-section-detail .name-pic-pag .name-bullets {
		align-items: center;
		align-self: center;
		display: flex;
		justify-content: space-evenly;
		margin: 2vh 0;
		width: 25%;
	}
	.about-me .personal-box .my-name .name-section-detail .name-pic-pag .name-bullets .name-bullet-effect {
		color: #ab9c87;
		display: block;
		font-size: 20.475px;
		visibility: hidden;
	}
	.about-me .personal-box .my-name .name-section-detail .name-pic-pag .name-bullets .name-bullet-points {
		-moz-transition: background-color 0.5s ease-out;
		-o-transition: background-color 0.5s ease-out;
		-webkit-transition: background-color 0.5s ease-out;
		background-color: #ccc;
		border: 1px solid #ab9c87;
		border-radius: 100%;
		box-shadow: 0.5vh 0.5vw 0.5vmax #111;
		cursor: pointer;
		margin: 0 0.5vw;
		opacity: 0.5;
		transition: background-color 0.5s ease-out;
		height: 4vmin;
		min-height: 15px;
		width: 4vmin;
		min-width: 15px;
	}
	.about-me .personal-box .my-name .name-section-detail .name-pic-pag .name-bullets .name-bullet-points:hover {
		-moz-transition: background-color 0.5s ease-in;
		-o-transition: background-color 0.5s ease-in;
		-webkit-transition: background-color 0.5s ease-in;
		background-color: black;
		transition: background-color 0.5s ease-in;
	}
	.about-me .personal-box .my-name .name-section-detail .name-pic-pag .name-inner {
		transition: margin-left cubic-bezier(0.77, 0, 0.175, 1) 0.8s;
		width: 200%;
	}
	.about-me .personal-box .my-name .name-section-detail .name-pic-pag .name-inner .name-slide {
		padding-bottom: 1.5vh;
		width: 75%;
	}
	.about-me .personal-box .my-name .name-section-detail .name-pic-pag .name-inner .name-slide .name-slide-content .name-overlay-btn .name-img-block {
		height: 65vh;
		width: 75vw;
		min-width: 238px;
	}
	.about-me .personal-box .my-name .name-section-detail .name-pic-pag .name-inner .name-slide .name-slide-content .name-overlay .name-img-desc {
		padding: 1vh 3vw;
	}
	.about-me .personal-box .my-hobbies .hobby-section-detail {
		justify-content: center;
	}
	.about-me .personal-box .my-hobbies .hobby-section-detail .hobby-pic-pag {
		align-items: flex-start;
		overflow: hidden;
	}
	.about-me .personal-box .my-hobbies .hobby-section-detail .hobby-pic-pag #hobbySlide1:hover ~ .hobby-bullets .hobby-bullet-effect:nth-of-type(1) {
		visibility: visible;
	}
	.about-me .personal-box .my-hobbies .hobby-section-detail .hobby-pic-pag #hobbySlide1:checked ~ .hobby-inner {
		margin-left: 0;
	}
	.about-me .personal-box .my-hobbies .hobby-section-detail .hobby-pic-pag #hobbySlide1:checked ~ .hobby-bullets .hobby-bullet-points:nth-child(2) {
		background-color: #063258;
		background-image: url(../img/background-title.jpg);
	}
	.about-me .personal-box .my-hobbies .hobby-section-detail .hobby-pic-pag #hobbySlide2:hover ~ .hobby-bullets .hobby-bullet-effect:nth-of-type(2) {
		visibility: visible;
	}
	.about-me .personal-box .my-hobbies .hobby-section-detail .hobby-pic-pag #hobbySlide2:checked ~ .hobby-inner {
		margin-left: -100%;
	}
	.about-me .personal-box .my-hobbies .hobby-section-detail .hobby-pic-pag #hobbySlide2:checked ~ .hobby-bullets .hobby-bullet-points:nth-child(4) {
		background-color: #063258;
		background-image: url(../img/background-title.jpg);
	}
	.about-me .personal-box .my-hobbies .hobby-section-detail .hobby-pic-pag #hobbySlide3:hover ~ .hobby-bullets .hobby-bullet-effect:nth-of-type(3) {
		visibility: visible;
	}
	.about-me .personal-box .my-hobbies .hobby-section-detail .hobby-pic-pag #hobbySlide3:checked ~ .hobby-inner {
		margin-left: -200%;
	}
	.about-me .personal-box .my-hobbies .hobby-section-detail .hobby-pic-pag #hobbySlide3:checked ~ .hobby-bullets .hobby-bullet-points:nth-child(6) {
		background-color: #063258;
		background-image: url(../img/background-title.jpg);
	}
	.about-me .personal-box .my-hobbies .hobby-section-detail .hobby-pic-pag .hobby-bullets {
		align-items: center;
		align-self: center;
		display: flex;
		justify-content: space-evenly;
		margin: 2vh 0;
		width: 37.5%;
	}
	.about-me .personal-box .my-hobbies .hobby-section-detail .hobby-pic-pag .hobby-bullets .hobby-bullet-effect {
		color: #ab9c87;
		display: block;
		font-size: 20.475px;
		visibility: hidden;
	}
	.about-me .personal-box .my-hobbies .hobby-section-detail .hobby-pic-pag .hobby-bullets .hobby-bullet-points {
		-moz-transition: background-color 0.5s ease-out;
		-o-transition: background-color 0.5s ease-out;
		-webkit-transition: background-color 0.5s ease-out;
		background-color: #ccc;
		border: 1px solid #ab9c87;
		border-radius: 100%;
		box-shadow: 0.5vh 0.5vw 0.5vmax #111;
		cursor: pointer;
		margin: 0 0.5vw;
		opacity: 0.5;
		transition: background-color 0.5s ease-out;
		height: 4vmin;
		min-height: 15px;
		width: 4vmin;
		min-width: 15px;
	}
	.about-me .personal-box .my-hobbies .hobby-section-detail .hobby-pic-pag .hobby-bullets .hobby-bullet-points:hover {
		-moz-transition: background-color 0.5s ease-in;
		-o-transition: background-color 0.5s ease-in;
		-webkit-transition: background-color 0.5s ease-in;
		background-color: #111;
		transition: background-color 0.5s ease-in;
	}
	.about-me .personal-box .my-hobbies .hobby-section-detail .hobby-pic-pag .hobby-inner {
		transition: margin-left cubic-bezier(0.77, 0, 0.175, 1) 0.8s;
		width: 300%;
	}
	.about-me .personal-box .my-hobbies .hobby-section-detail .hobby-pic-pag .hobby-inner .hobby-slide {
		width: 75%;
	}
	.about-me .personal-box .my-hobbies .hobby-section-detail .hobby-pic-pag .hobby-inner .hobby-slide .hobby-slide-content {
		min-height: 507px;
		width: 75vw;
	}
	.my-skills .skills-box .skills-equip {
		flex-direction: column;
	}
	.my-skills .skills-box .skills-equip .maj-skills {
		width: 100%;
	}
	.my-skills .skills-box .skills-equip .maj-skills .maj-skills-ord .min-skills-start .min-skills {
		align-self: center;
	}
	.my-skills .skills-box .skills-equip .maj-skills .maj-skills-ord .min-skills-start .min-skills summary {
		text-align: center;
	}
	.my-skills .skills-box .skills-equip hr {
		display: none;
	}
	.my-skills .skills-box .skills-equip .access-skills {
		border-top: 1px solid #ab9c87;
		width: 100%;
	}
	.my-skills .skills-box .skills-equip .access-skills .access-skills-cont .skills-add-info {
		bottom: 1vh;
	}
	.my-skills .max-sticky-height {
		display: flex;
	}
	.i-am-error h1 {
		font-size: 72.8px;
	}
	.i-am-error q {
		font-size: 27.3px;
	}
	.i-am-error em {
		font-size: 20.475px;
	}
	footer {
		min-height: 828px;
	}
	footer .footer-nav {
		align-items: center;
		justify-content: space-between;
		flex-direction: column;
		height: 95%;
	}
	footer .footer-nav form {
		height: 47.5%;
		width: 75%;
	}
	footer .footer-nav form legend {
		align-self: center;
	}
	footer .footer-nav form fieldset {
		flex-direction: column;
	}
	footer .footer-nav form fieldset label {
		font-size: 16.58475px;
		width: 100%;
	}
	footer .footer-nav form fieldset input {
		width: 100%;
	}
	footer .footer-nav form fieldset textarea {
		width: 100%;
	}
	footer .footer-nav form span {
		margin-top: 1vh;
	}
	footer .footer-nav form span input {
		min-width: 65px;
	}
	footer .footer-nav .footer-separator {
		border-bottom: 1px solid #ab9c87;
		border-left: none;
		height: 0;
		width: 75%;
	}
	footer .footer-nav .socials {
		height: 47.5%;
		width: 90%;
	}
	footer .footer-nav .socials h2 {
		text-align: center;
	}
	footer .footer-nav .socials .link-tree .social-links .envelope {
		align-items: center;
		display: flex;
		flex-direction: column;
		justify-content: center;
		margin-bottom: 0;
		margin-top: 1vh;
		height: 100%;
	}
	footer .footer-nav .socials .link-tree .social-links .envelope .link-group {
		justify-content: space-evenly;
		height: 50%;
	}
	footer .footer-nav .socials .link-tree .git .envelope {
		align-items: center;
		margin-top: 0;
		height: 100%;
	}
	footer .footer-nav .socials .link-tree .git .envelope span {
		align-self: flex-start;
		margin-top: 1vmax;
		margin-left: 1vw;
		height: 50%;
	}
}
@media screen and (max-width: 608px) {
	/*Constant: 0.6 - no $form-font, $normal-font, $h5*/
	h1 {
		font-size: 33.6px;
	}
	h2,
	legend {
		font-size: 25.2px;
	}
	h3 {
		font-size: 18.9px;
	}
	h4 {
		font-size: 17.01px;
	}
	header .header-nav .logo-container em {
		font-size: 33.6px;
	}
	.about-me .personal-box .my-name .name-section-title h2 br {
		display: block;
	}
	.about-me .personal-box .my-name .name-section-detail .sm-presentation {
		font-size: 18.9px;
	}
	.about-me .personal-box .my-name .name-section-detail .name-pic-pag .name-bullets .name-bullet-effect {
		font-size: 18.9px;
	}
	.about-me .personal-box .my-hobbies .hobby-section-detail .hobby-pic-pag .hobby-bullets .hobby-bullet-effect {
		font-size: 18.9px;
	}
	.i-am-error h1 {
		font-size: 67.2px;
	}
	.i-am-error q {
		font-size: 25.2px;
	}
	.i-am-error em {
		font-size: 18.9px;
	}
}
@media screen and (max-width: 444px) {
	/*Constant: 0.55 - no $form-font, $normal-font, $h5, $h4*/
	h1 {
		font-size: 30.8px;
	}
	h2,
	legend {
		font-size: 23.1px;
	}
	h3 {
		font-size: 17.325px;
	}
	header .header-nav .logo-container em {
		font-size: 30.8px;
	}
	.about-me .personal-box .my-name .name-section-detail .sm-presentation {
		font-size: 17.325px;
	}
	.about-me .personal-box .my-name .name-section-detail .name-pic-pag .name-bullets .name-bullet-effect {
		font-size: 17.325px;
	}
	.about-me .personal-box .my-hobbies .hobby-section-detail .hobby-pic-pag .hobby-bullets .hobby-bullet-effect {
		font-size: 17.325px;
	}
	.i-am-error h1 {
		font-size: 61.6px;
	}
	.i-am-error q {
		font-size: 23.1px;
	}
	.i-am-error em {
		font-size: 17.325px;
	}
	footer .footer-nav form legend {
		font-size: 23.1px;
	}
	footer .footer-nav .socials h2 {
		font-size: 23.1px;
	}
}
/*GALAXY FOLD - Screens <= 280px*/
@media screen and (max-width: 280px) {
	/*Constant: 0.5=calc(x/2) - no $form-font, $normal-font, $h5, $h4, $h3*/
	h1 {
		font-size: 28px;
	}
	h2,
	legend {
		font-size: 21px;
	}
	header {
		min-width: 280px;
	}
	header .header-nav .logo-container em {
		font-size: 28px;
	}
	main {
		min-width: 280px;
	}
	.my-skills .skills-box .skills-equip .access-skills .access-skills-cont .access-skills-list .access-skills-item h6 .ita-br {
		display: inline;
	}
	.i-am-error h1 {
		font-size: 56px;
	}
	.i-am-error q {
		font-size: 21px;
	}
	footer {
		min-width: 280px;
	}
}