.body,.html {
  height: 100%;
  margin: 0;
}

.questrial-regular {
  font-family: "Questrial", sans-serif;
  font-weight: 400;
  font-style: normal;
}

.nav-button {
  display: inline-block;
  height: 100%;
}

.welcome {
  background-image: url("/images/Blue-Guitar-2.png");
  width: calc(1174px/2);
  height: calc(931px/2);
  margin-left: auto;
  margin-right: auto;
}

main, footer {
  margin-left: 10%;
  margin-right: 10%;
  align-content: center;
  text-align: center;
}

img {
  max-height: 70vh;
  height: auto;
  max-width: 100%;
  width: auto;
  object-fit: cover;
}

body {
  font-family: Questrial, sans-serif;
  font-size: 15px;
  margin: 0;
  align-content: center;
  text-align: center;
  display: flex;
  flex-direction: column;
  min-height: 100vh;
}

main {
  flex: 1;
}

h1 {
  color: rgb(235, 223, 163);
  font-size: 50px;
  font-weight: normal;
  letter-spacing: 2.5px;
  font-family: georgia, palatino, "book antiqua", "palatino linotype", serif;
}

nav a, footer a {
  color: inherit;
  text-decoration: none;
}

.nav-button:hover {
  background-color: gray;
}

.nav-bar button {
    height: 100%;
    color: white;
    background-color: transparent;
    border-color: transparent;
    vertical-align: middle;
}

.nav-bar {
  height: 50px;
  background-color: rgba(88, 83, 81);
  text-align: center;
  position: sticky;
  top: 0;
}

nav {
  height: 100%;
}

.home-text {
  font-size: 19px;
  font-weight: normal;
}

.nav-logo {
  font-family: georgia, palatino, "book antiqua", "palatino linotype", serif;
  font-size: 34px;
  letter-spacing: 1.7px;
  font-style: italic;
}

.main-hr {
  border: none;
  border-top: 3px double #333;
  color: #333;
  overflow: visible;
  text-align: center;
  height: 5px;
}

.main-hr::after {
  background: #fff;
  content: '✆';
  padding: 0 4px;
  position: relative;
  top: -13px;
}

.copyright {
  margin-top: auto;
}