body{
  color: white;
}
h1, h2, h3, h4, h5, h6, p {
    font-family: 'Georgia';
    font-style: italic;
}

li{
  margin-right: 70px;
  color: white;
}
nav a{
  color: white;
}
.main-container{
  background: url("img/wine-bg.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 50% 50%;
  height: 950px;
  width: 100%;
  filter: brightness(80%);
}
.first{
  background: url("img/wine13.jpg");
  width: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  height: 940px;

}

.opening{
  width: 300px;
  text-align: center;
  color: white;
}

}

.wine{
  margin-bottom: 40px;

}
.awards{
  background:url(http://foundry.mediumra.re/img/wine12.jpg);
  height: 1100px;
  filter:brightness(67%);
  background-size: cover;
}
.circle{
  background-color: transparent;
  height: 200px;
  width: 200px;
  align-self: center;
}

.pour{
  background: url("http://foundry.mediumra.re/img/wine15.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 50% 50%;
  height: 700px;
  width: 100%;
}

.sign{
width: 177px;
height: 63px;
}

.hose{
  background: url("img/wine16.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 50% 50%;
  height: 640px;
  width: 100%;
}

.navbar{
  color: white;
}

.eff{
  height: 488px;
  width: 360px;
  filter: brightness(90%);
  filter: opacity(72%);
}

.address{
  border-top: 1px solid gray;
  padding-top: 4em;
  font-style: normal;
}

.signup{
  background-color: #292929;
  height: 400px;
  display:flex;
  flex-direction: column;
  align-content: center;
}
