@import url(http://fonts.googleapis.com/css?family=Marcellus+SC|Great+Vibes|Amatic+SC);

html {
  background: url(../img/098sc.png) no-repeat center center fixed;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

body {
  font-family: 'Marcellus SC', serif;
  color: #333;
}

header {
  margin-top: -5px;
  min-height: 150px;
  width: 100%;
  background-color: rgba(255,255,255, 0.8);
  padding-bottom: 2px;
}

nav {
  text-align: center;
}

@media (max-width:1550px){
  nav {
    text-align: center;
    margin-left: 200px;
  }
}


nav ul li {
  list-style-type: none;
  display: inline;
  font-size: 30pt;
  font-family: 'Amatic SC', serif;
  padding: 0 2%;
}

nav ul li a {
  text-decoration: none;
  color: #333;
}

nav ul li a:hover {
  color: black;
  border-bottom: 2px solid black;
}

.title {
  text-align: center;
  font-family: 'Great Vibes', cursive;
}

.title h1 {
  color: #752F52;
  position: relative;
  font-size: 44pt;
  font-weight: 300;
  margin-top: -6%;
}

.section-head{
  font-family: 'Amatic SC', serif;
  text-decoration: underline;
}

.tif {
  position: relative;
  float: left;
  left: 24%;
  padding: 10px;
}

.mike {
  position: relative;
  float: right;
  right: 24%;
  padding: 10px;
}

.title h2 {
  font-size: 20pt;
  margin-bottom: -1%;
}

section {
  min-height: 1px;
  max-width: 90%;
  margin: 1em auto;
  padding: 1em;
  text-align: center;
  background-color: rgba(255,255,255, 0.8);
}

.map {
  margin: auto;
  text-align:center;
}

.directions {
  margin: 0;
  padding: 7px 25px;
  color: #fff;
  font-family: "Verdana";
  font-size: 14px;
  text-decoration: none;
  outline: none;
  line-height: 20px;
  vertical-align: middle;
  background: rgb(66,129,244);
  box-shadow: 0 0 40px rgba(0, 0, 0, .13) inset;
  border-radius: 4px;
  zoom: 1;
}
.zola {
  text-align: center;
}
.times{
  margin-top: 50px;
  margin-bottom: 50px;
}
.times p{
  margin-top: -10px;
}

a {
  text-decoration: none;
  color: #752F52;
}

a:hover {
  color: #2B591A;
}

small {
  font-size: 9pt;
}

.zola {
  max-width: 350px;
  margin-bottom: 50px;
}