@font-face {
  font-family: "Liberation Font";
  src: url(fonts/LiberationSerif-Regular.ttf) format("truetype");
}
html {
  scroll-behavior: smooth;
}

body,
h1,
h2,
p {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
main p {
  text-align: left;
  padding: 15px;
}
#heading1 {
  text-align: center;
  padding-bottom: 20px;
}
#track-name,
#artist-name,
#copyright {
  text-align: center;
  padding: 0;
}
body {
  font-family: "Liberation Font", sans-serif;
  color: #ebdbb2;
  background: #282828;
  padding: 20px;
  font-size: 14px;
  height: 100vh;
}

.container {
  display: flex;
  flex-direction: row;
}
.lastfm-info {
  flex-shrink: 1;
  max-width: 250px;
  padding: 20px;
  border-radius: 8px;
  /*box-shadow: 0 0px 10px rgba(255, 255, 255, 0.6);*/
}
.main-content {
  max-width: 600px;
  background: #282828;
  border-radius: 8px;
  gap: 20px;
}
.temp-main {
  padding: 20px;
  background: #282828;
}

header {
  background: rgb(60, 61, 55);
  color: rgb(236, 223, 204);
  padding: 20px;
  text-align: center;
  margin-bottom: 20px;
  border-radius: 8px;
}

#headings {
  margin-bottom: 10px;
}

nav ul {
  color: rgb(236, 223, 204);
  list-style: none;
  display: flex;
  justify-content: right;
  padding: 20px;
}

nav ul li {
  margin: 0 15px;
  border: 2px transparent white;
}

nav ul li a {
  color: rgb(236, 223, 204);
  text-decoration: none;
  padding: 10px;
  transition: 0.4s;
  &:hover {
    color: white;
    text-shadow: 0px 0px 4px white;
  }
}

footer {
  text-align: center;
  padding: 10px;
  background: rgb(60, 61, 55);
  border-radius: 8px;
  margin-top: 20px;
}

#album {
  text-align: center;
}
.lastfm-info,
.main-content {
  max-width: 100%;
}
.card-heading {
  padding: 20px;
}
#album-cover {
  width: 237px;
  box-shadow: 0px 0px 20px rgb(236, 223, 204);
  border: 8px solid white;
  transition: 0.4s;
  border-radius: 2px;
  &:hover {
    box-shadow: none;
  }
}
#song-info {
  padding: 4px;
}

.card-content {
  background: transparent;
  /* box-sizing: border-box; */
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-evenly;
  align-items: center;
  width: 100%;
}
.card {
  justify-content: center;
  align-items: center;
  display: flex;
  flex-direction: column;
  background: rgb(60, 61, 55);
  color: rgb(236, 223, 204);
  border-radius: 20px;
  margin: 20px;
  padding: 0px 40px 40px 40px;
  width: 237px;
  transition: 0.4s;
  position: relative;
  overflow: hidden;
  &:hover {
    background: rgb(105, 117, 101);
    box-shadow: 0px 4px 10px rgb(236, 223, 204);
  }
}
button {
  padding: 10px;
  margin: 20px;
  color: rgb(236, 223, 204);
  background: rgb(24, 28, 20);
  border: none;
  border-radius: 10px;
  transition: 0.4s;
  &:hover {
    background: rgb(236, 223, 204);
    color: rgb(105, 117, 101);
    cursor: pointer;
  }
}
#mountain {
  width: 140%;
  height: auto;
  border-radius: 20px;
  transition: 0.3s;
}
#face-image {
  width: 237px;
  height: auto;
  margin: 20px;
  border-radius: 20px;
  box-shadow: 0px 4px 10px rgb(236, 223, 204);
  transition: 0.4s;
  border: 10px solid white;
  &:hover {
    box-shadow: none;
  }
}
#skills {
  padding: 300px;
}
#intro-main {
  display: flex;

  align-items: end;
}
#hero {
  display: flex;
  flex-direction: row;
  justify-content: left;
  font-size: 14px;
  padding-left: 20px;
}
#hero .temp-main {
  display: flex;
}
#intro {
  font-family: "Roboto", sans-serif;
  padding: 25px;
}
#hi {
  font-size: 40px;
  transition: 0.4s;
}
#hi1 {
  font-size: 15px;
}
#hi2 {
  font-size: 14px;
  font-family: "Liberation Font", sans-serif;
  padding: none;
  margin: none;
}
#track-intro {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.heading {
  border-bottom: 2px solid white;
  font-family: Roboto;
  text-align: center;
  font-size: 32px;
  padding-top: 20px;
  padding-bottom: 20px;
}
#about-content {
  font-size: 18px;
  text-align: left;
}
#skills-point {
  display: flex;
  margin: 20px;
  justify-content: center;
  font-size: 10px;
  border: 2px solid white;
  border-radius: 20px;
  box-shadow: 0px 0px 20px white;
  transition: 0.4s;
  &:hover {
    box-shadow: none;
  }
}
#skill-points1,
#skill-points2,
#skill-points3 {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 2%;
  list-style-type: "▹";
}
#skill-points1 li,
#skill-points2 li,
#skill-points3 li {
  padding: 20px;
  font-size: 18px;
  transition: 0.4s;
  &:hover {
    text-shadow: 0px 0px 2px white;
  }
}
.socials1,
.socials2 {
  display: flex;
  flex-direction: row;
  justify-content: left;
  width: 397px;
}
#cv {
  color: rgb(236, 223, 204);
  text-decoration: none;
  box-shadow: 0px 0px 20px rgb(236, 223, 204);
  background: rgb(24, 28, 20);
  text-decoration: none;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 20px;
  border: 1px solid #ebdbb2;
  margin-right: 30px;
  padding: 12px;
  transition: 0.4s;
  &:hover {
    color: rgb(24, 28, 20);
    background: white;
  }
}
#socials-icons {
  background: #282828;
  border: 1px solid #ebdbb2;
  border-radius: 50%;
  text-decoration: none;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 30px;
  padding: 12px;
  transition: 0.4s;
  &:hover {
    box-shadow: 0px 0px 20px #edbbb2;
  }
}
.socials2 {
  display: none;
}
#edcucation {
  padding: 100px;
}
.list-edu {
  font-size: 20px;
  margin: 40px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 50px;
  border: 2px solid white;
  border-radius: 20px;
}
.edu {
  display: flex;
  flex-direction: row;
  justify-content: space-evenly;
}
@media (max-width: 1382px) {
  #skills {
    padding: 100px;
  }
  #about-content {
    text-align: center;
  }
}
@media (max-width: 862px) {
  .edu {
    flex-direction: column;
    align-items: center;
  }
  .socials1 {
    display: none;
  }
  #face-image {
    width: 120px;
  }
  .socials2 {
    display: flex;
    padding-left: 41px;
    justify-content: flex-start;
  }
  #hi2 {
    font-size: 14px;
  }
}
@media (max-width: 850px) {
  .temp-main {
    display: none;
  }
  .container {
    flex-direction: column;
  }
  #album-cover {
    max-width: 237px;
  }
  p {
    text-align: center;
  }
  .card-content {
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  .card {
    width: 400px;
  }
}
