body {
  margin: -10 0 0 0;
  background: rgb(180, 180, 180);
}

#main {
  background: url(images/bar_croppped.jpg) no-repeat;
  background-size: 100%;
  margin: -2.5rem 0 0 0;
  text-align: center;
  font-family: Cambria, Cochin, Georgia, Times, "Times New Roman", serif;
  font-size: 2.3rem;
  color: rgb(3, 78, 3);
  height: 965px;
}
nav {
  width: 11rem;
  height: 12.5rem;
  text-align: left;
  background-color: rgba(102, 102, 102, 0.3);
  line-height: 2.2rem;
  font-family: Verdana, Geneva, Tahoma, sans-serif;
  font-size: 1rem;
  font-weight: bold;
}
nav a {
  text-decoration: none;
  color: rgb(3, 78, 3);
}
nav li a:hover,
nav li a:active {
  color: navy;
  background: skyblue;
}
nav li a:visited {
  color: purple;
}
#pub,
#theater,
#links,
#contact {
  margin: 0rem 0rem 0 0rem;
  padding: 0rem 1rem 0rem 1rem;
  text-align: left;
  color: black;
  background: rgba(102, 102, 102, 0.2);
  font-family: sans-serif;
  font-size: 1.3rem;
  font-weight: 600;
}

#theater {
  background: rgba(102, 102, 102, 0.7);
}

.center {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

#brewery {
  margin: 50rem 1rem 0rem 1rem;
  background: rgba(102, 102, 102, 0.6);
  font-family: "Gill Sans", "Gill Sans MT", Calibri, "Trebuchet MS", sans-serif;
  color: rgb(205, 227, 247);
}

.lower_half {
  box-sizing: border-box;
  margin-top: -14rem;
  height: 100 rem;
  width: 100%;
  background: url("/images/tiny_sign.jpg");
}

#links {
  box-sizing: border-box;
  height: 5%;
  width: 50%;
  margin: 14rem 1rem 0 0.5rem;
  background: rgba(231, 133, 133, 0.5);
  border-radius: 3rem;
}

#contact {
  margin: 48rem 1rem 0 0.5rem;
}

button {
  background-color: rgb(175, 248, 248);
  color: blue;
  font-family: "Franklin Gothic Medium", "Arial Narrow", Arial, sans-serif;
  font-weight: bold;
  font-size: 1rem;
}

h1 {
  text-align: center;
  font-size: 2.9rem;
  color: rgb(3, 78, 3);
}

h2 {
  text-align: center;
  font-size: 2rem;
}

h3 {
  text-align: left;
  font-size: 1rem;
  font-family: "Franklin Gothic Medium", "Arial Narrow", Arial, sans-serif;
  color: rgba(0, 0, 255, 0.61);
}

h4 {
  text-align: right;
  font-size: 0.8rem;
  font-family: "Franklin Gothic Medium", "Arial Narrow", Arial, sans-serif;
  margin: -1rem 2rem 0 0;
  color: aliceblue;
}

.boxobrewery {
  box-sizing: border-box;
  margin: -2.5rem 0 0 0;
  width: 100%;
  height: 100%;
  background: url(/images/brewery_cropped.jpg) no-repeat;
  background-size: cover;
}
@media (min-width: 960px){
  #pub p,
  #theater p,
  #brewery p {
    color: red;
    width: 950px;
  }
} 