/* body.home {
  background-image: url("images/Weeping Guitar2.png");
} */

#home-background {
  /* position: fixed; */
  z-index: -1;
  
}

body {
  color: white;
  background-color: rgba(102, 97, 94, 1);
  font-family: din-next-w01-light, din-next-w02-light, din-next-w10-light, sans-serif;
  font-size: 15px;
	text-aligh: center;
}

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;
}

a {
  color: inherit;
  text-decoration: none;
}

.nav-bar button {
    color: white;
    background-color: transparent;
    border-color: transparent;
}

.nav-bar {
  background-color: rgba(88, 83, 81, 0.7);
}

.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;
}

img {
	height: 400px;
	width: 400px;
}

.index-flex-container {
	display: flex;
	justify-content:space-around;
	position: relative;
	align-items: center;
}
