@font-face {
  font-family: Eina01;
  src: url(Eina01-SemiBold.woff);
}

h1 {
    color: #A3B3F8;
    text-shadow: 3px 3px 5px #040403,
		-0.5px -0.5px 5px #727dad;
    font-family: "Lucida Console", monospace;
    font-size: 3.5em;
    line-height: 0.9em;
}

h2 {
    font-family: "Lucida Console", monospace;
    font-size: 2.5em;
    line-height: 0;
    background-color: #242529;
    color: #A3B3F8;
    margin: 0 0 0 10px;
}

h3 {
    color: #A3B3F8;
    font-family: "Lucida Console", monospace;
    font-size: 1.3em;
}

h4 {
    color: #A3B3F8;
    font-family: Eina01;
    font-size: 1.3em;
}

p {
    color: #FFF;
    font-family: Eina01;
}

body {
    background-color: #363841;
}

.icon {
    height: 40px;
    width: 40px;
    text-decoration: none;
    vertical-align: middle;
    margin: 10px;
}

/* Header */
header {
    background-image: linear-gradient(#030C1C, #102A57, #4648A0, #6E70CB, #A3B3F8, #E6EBFF);
    border-radius: 15px;
    margin: 10px 19px 0 20px;;
    padding: 1px 10px 11px 10px;
    text-align: center;
}

#headerSubtitle {
    color: #0F193C;
    line-height: 1.5em;
}

/* Menu */
nav {
    background-color: #242529;
    border-radius: 0 0 10px 10px;
    margin: 0 auto 15px auto;
    padding: 2px 10px 10px 10px;
    width: fit-content;
    align-content: center;
    box-shadow: 2px 2px 5px #040403;
    position: sticky;
    top: 0;
    z-index: 2;
}

.menuLink {
    color: #A3B3F8;
    text-decoration: none;
    font-family: Helvetica;
    padding: 10px 30px 10px 30px;
    font-size: 1.5em;
}

.menuLink:hover {
    color: #FFF;
    text-decoration: none;
    font-family: Helvetica;
    padding: 10px 30px 10px 30px;
    border: solid;
    border-width: 0 0 2.6px 0;
    font-size: 1.5em;
}

/* Main content */
#main-content {
    background-color: #242529;
    border-radius: 10px;
    margin: 15px auto 19px auto;
    max-width: 73%;
    padding: 48px 35px 40px 35px;
    box-shadow: 3px 3px 5px #040403,
		-0.5px -0.5px 5px #727dad;
}

.container {
    display: flex;
    border: solid;
    border-radius: 15px;
    border-color: #FFF;
    padding: 30px;
    justify-content: center;
}

.h2-container {
    position: absolute;
    height: 5px;
    width: fit-content;
    background-color: #242529;
}

/* About me */
.about-container {
    width: 50%;
    margin: auto;
}

.info-container {
    width: 25%;
    margin: auto;
    padding: 10px;
}

.info-container h4 {
    text-align: center;
}

#circleImage {
    border: solid;
    border-width: 4px;
    border-color: #FFF;
    border-radius: 100%;
    height: 20em;
    width: 20em;
    object-fit: cover;
    box-shadow: 3px 3px 5px #040403,
		-0.5px -0.5px 5px #727dad;
    background-image: url("../images/blomma.jpg");
    background-position: center;
    background-size: cover;
    margin-left: 20px;
}

#contactInfo {
    display: grid;
    padding: 0 0 0 50px;
}

.link {
    color: #A3B3F8;
    font-family: Eina01;
}

.link:hover {
    color: #FFF;
}

.project-link:hover {
    color: #FFF;
}

/* Latest project */
#latestProject, #project {
    border: solid;
    border-color: #FFF;
    border-radius: 15px;
    padding: 25px;
    display: flex;
    gap: 3em;
}

#latestProject {
    display: flex;
    align-items: center;
}

#latestProject a {
    padding-top: 15px;
}

.projectText {
    color: #A3B3F8;
    line-height: 2em;
}

/* Techniques */
#techniques {
    position: relative;
    height: 100%;
    width: 100%;
    text-align: center;
    margin: auto;
}

#techniqueTitle {
    font-size: 1.8em;
}

/* Small image */
.smallImage {
    border-radius: 20px;
    border: solid;
    border-width: 5px;
    border-color: #A3B3F8;
    height: 20em;
    width: 20em;
    object-fit: cover;
    box-shadow: 3px 3px 5px #040403,
		-0.5px -0.5px 5px #727dad;
    position: relative;
}

.box {
    height: fit-content;
    display: flex;
    justify-content: center;
}

.imageWrap {
    position: relative;
    height: 20em + 10px;
    width: 20em + 10px;
    text-align: center;
    align-content: center;
    margin: 20px 10px 10px 10px;
}

.imageInfo {
    position: absolute;
    visibility: hidden;
    z-index: 1;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgb(1, 1, 1, 0.25);
    height: 30px;
}

.imageWrap:hover .imageInfo {
    visibility: visible;
}

/* Project */
#project {
    display: flex;
    flex-direction: row;
}

#projectInfo {
    flex: 1;
}
    
#projectInfo .row {
  display: flex;
  align-items: center; 
  gap: 0.5rem;
  padding: 1em;
}

#projectInfo .row h3 {
  margin: 0;
}

#projectInfo .row p {
  margin: 0;
}

.row a {
    text-decoration: none;
}

#bigImage {
    border-radius: 20px;
    border: solid;
    border-width: thick;
    border-color: #A3B3F8;
    height: 30em;
    width: 30em;
    object-fit: cover;
    box-shadow: 3px 3px 5px #040403;
}

/* /projects */
.form {
    display: flex;
    align-content: center;
}

.sortBy {
    border-radius: 15px 15px 0 0;
    border: solid;
    border-width: 3px 3px 0 3px;
    border-color: #A3B3F8;
    color: black;
    background: #FFF;
    font-size: 13px;
}

.searchbar {
    border-radius: 15px 0 0 15px;
    border: solid;
    border-width: 3px 0 3px 3px;
    border-color: #A3B3F8;
    background-color: #FFF;
    height: 45px;
    padding: 5px;
    font-family: Eina01;
    margin-left: 10px;
}

.search-icon {
    height: 30px;
    width: 30px;
    object-fit: cover;
}

.search-button {
    border-radius: 0 15px 15px 0px;
    border: solid;
    border-width: 3px 3px 3px 0;
    border-color: #A3B3F8;
    background-color: #FFF;
    height: 45px;
    width: 45px;
}

.clear-button {
    border-radius: 10px;
    border: solid;
    border-width: 3px;
    border-color: #A3B3F8;
    background-color: rgb(255 255 255 / 1);
    height: 45px;
    width: fit-content;
    margin: 2px;
    font-family: Eina01;
}

.select-container {
    display: grid;
    height: 20px;
    text-align: center;
    font-family: Eina01;
    color: #FFF;
    margin: 2px;
}

.option-container {
    display: flex;
    height: 20px;
    text-align: center;
    font-family: Eina01;
    color: #FFF;
    margin: 2px;
}

.option {
    border-radius: 30px;
}

.button {
    border-radius: 10px;
    border: solid;
    border-width: 3px;
    border-color: #A3B3F8;
    background-color: rgb(255 255 255 / 1);
    height: fit-content;
    width: 100px;
    margin: 5px;
    font-family: Eina01;
    padding: 10px;
    box-shadow: 3px 3px 5px #040403,
		-0.5px -0.5px 5px #727dad;
    font-size: 1em;
}

.button:hover {
    background-color: rgb(255 255 255 / 0.75);
    text-shadow: 0 0 5px #A3B3F8;
}

.button:active {
    background-color: #A3B3F8;
}

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

/* Footer */
footer {
    background-color: #242529;
    border-radius: 10px;
    margin: 20px auto 20px auto;
    max-width: 75%;
    padding: 10px;
    box-shadow: 3px 3px 5px #040403,
		-0.5px -0.5px 5px #727dad;
    text-align: center;
}

#footer-icons {
    margin: 5px 0 0 0;
}

/* Error */
#errorLink {
    color: #A3B3F8;
    text-decoration: none;
}
