:root {
  --heading-font: "Playfair Display", serif;
  --default-font: "Poppins", sans-serif;
  --gradient-bg: linear-gradient(#92a4bf, #ffffff);
  --current-text: #a2a8d3;
  --nav-bg: #69779b;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  color: black;
  font-family: var(--heading-font);
  font-weight: bold;
  text-align: center;
}

h1 {
  font-size: 60px;
}

h3 {
  margin: 0 auto;
}

p {
  font-family: var(--default-font);
}

.hero {
  background: linear-gradient(#92a4bf, #ffffff);
  text-align: center;
  padding: 130px 20px 70px;
}

.hero p {
  font-size: 36px;
  font-weight: bold;
  margin: 0;
  color: #272142;
}

.hero h2 {
  font-weight: normal;
  font-family: var(--default-font);
  line-height: 2;
  font-size: 24px;
}

.btn-branding {
  background: white;
  border-color: #272142;
  border-radius: 40px;
  color: black;
  font-size: 18px;
  line-height: 27px;
  padding: 12px 20px;
  margin-bottom: 0px;
}

.desert-landscape {
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 75%;
}

.music-icon {
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 90%;
}

.image-title {
  display: block;
  text-align: center;
  line-height: 2.5;
  font-weight: bold;
  font-size: 18px;
}

.idontwanna {
  width: 500px;
}

.homepage-latest {
  margin-top: 50px;
  margin-bottom: 100px;
}

.navigation-bar {
  background-color: var(--nav-bg);
  padding: 30px;
}

nav ul {
  padding: 0;
  margin: 0;
}

nav li {
  display: inline;
  list-style: none;
  padding: 20px;
  justify-content: center;
  font-family: var(--default-font);
}

nav a {
  text-decoration: none;
  color: black;
  transition: all 100ms ease-in-out;
}

nav li.active a {
  color: white;
}

nav a:hover {
  color: var(--current-text);
}

@media (max-width: 800px) {
  .navigation-bar {
    font-size: 12px;
    text-align: center;
    padding-left: 0;
    padding-right: 0;
    margin: 0 auto;
  }
  .album-image {
    display: block;
    text-align: center;
  }

  h1 {
    font-size: 38px;
  }

  .aboutme-pic {
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 50%;
  }

  .container {
    margin-bottom: 0;
  }
}

.aboutme-pic {
  display: block;
  margin-left: auto;
  margin-right: auto;
  max-width: 90%;
  border-radius: 2000px;
}

.music-caption {
  padding: 0 0 50px;
}

.about-body,
.music-body,
.contact-body {
  background: var(--gradient-bg);
  padding: 130px 20px 70px;
}

.song-caption {
  font-style: italic;
}

.contact-info {
  display: block;
  padding: 20px 0 20px;
}

footer {
  margin: 50px 0;
}

footer .view-work-box {
  background: var(--nav-bg);
  padding: 30px;
  border-radius: 15px;
  margin: 0 200px 300px;
}

footer .view-work-text {
  color: white;
}

footer .view-projects-btn:hover {
  color: var(--current-text);
  border: solid 1px var(--current-text);
}

footer .email-link {
  text-decoration: none;
  color: black;
  font-size: 18px;
  transition: all 100ms ease-in-out;
}

footer .email-link:hover {
  color: var(--nav-bg);
}

footer .social-links a {
  margin: 0 20px;
  color: var(--nav-bg);
}

.btn-mobile {
  display: block;
  text-align: center;
  color: white;
  background: var(--nav-bg);
  border: black;
  margin-left: 75px;
  margin-right: 75px;
}

.btn-mobile:hover {
  background: white;
  color: var(--nav-bg);
  border: solid var(--nav-bg);
}

.footer-info {
  font-size: 14px;
}
