@-ms-viewport{
  width: device-width;
}

body {
  font-size: 15px;
  font-family: 'Montserrat', sans-serif;
  font-weight: 400;
}

* {
  box-sizing: border-box;
}

.grey {
  background-color: #e6e7e8;
}

.black {
  background-color: black;
}

.magenta {
  background-color: #be268e;
}

.nav-holder {
  text-align: center;
}

a, a:hover, a:visited {
  color: inherit;
}

.container {
  /*border: 1px solid #aaa;*/
}

#nav {
  padding: 6px 0;
  color: #ccc;
}

#nav a {
  color: #ccc;
}

#nav a:hover {
  color: white;
}

#nav ul {
  margin-bottom: 0;
  list-style-type: none;
  display: none;
  justify-content: space-between;
  flex-direction: row;
  flex-wrap: nowrap;
  padding-inline-start: 0;
}

.section {
  padding: 40px 50px;
}

.quote {
  color: white;
  font-size: 2.1em;
  text-transform: uppercase;
  text-align: center;
  letter-spacing: .03em;
  font-style: italic;
  background-color: #be268e;
}

.quote2 {
  color: white;
  /*color: #80b1e0;*/
  font-size: 2.5em;
  line-height: 1em;
  text-transform: uppercase;
  text-align: center;
  letter-spacing: .05em;
  font-weight: 800;
  background-color: #be268e;
  padding: .2em 0 .2em 0;
  /*font-style: italic;*/
}

.billboard {
  background-color: #80b1e0;
  height: 550px;
  max-height: 600px;
  /* background-image: url("../images/DSC_4755_med.jpg"); */
  /* background-size: cover; */
  background-repeat: no-repeat;
  background-position: center center;
}


.billboard-inner {
  display: flex;
  /* justify-content: flex-end; */
  justify-content: center;
  align-items: center;
}

.title-billboard {
  background-color: #80b1e0;
  justify-content: center;
  align-items: center;
}

.title-billboard h1 {
  text-align: center;
  padding: 20px 0 20px 0;
  margin: 0;
  color: #be268e;
  /* width: 460px; */
  font-size: 3.5em;
  letter-spacing: .08em;
  font-weight: 800;
  line-height: 1.3em;
}

#show-title {
  color: #be268e;
  /*width: 68%;*/
  width: 460px;
  /*height: 90%;*/
  font-size: 6.4em;
  letter-spacing: .18em;
  font-weight: 800;
  line-height: 1.3em;
  text-align: right;
  margin-top: 15px;
  margin-right: -25px;
}

h3 {
  text-align: center;
  letter-spacing: .2em;
  color: #be268e;
  font-weight: 800;
  font-size: 1.3em;
  margin-bottom: 1.5em;
}

#awards img {
  max-width:100%;
  height: auto;
} 
#awards {
  display: flex;
  justify-content: space-around;
  align-items: center;
}
#awards .col3 {
  width: 25%;
}

.awards ul {
  /*font-weight: 600;*/
  text-align: center;
  list-style-type: none;
  padding: none;
  -webkit-padding-start: 0;
  margin: 15px 0 0 0;
  line-height: 1.5em;
}
.section a, .section a:visited {
  color: #3572a7;
}
.section a:hover {
  color: #064e84;
}
.section p {
  line-height: 1.6em;
}
#reviews {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
#reviews .bubble {
  width: 47%;
  margin-bottom: 30px;
}
#reviews .text {
  background-color: #c0dbec;
  border-radius: 15px;
  padding: 15px 28px;
}
#reviews .handle, #reviews .attribution {
  display: inline-block;
  vertical-align: top;
}

#reviews .attribution {
  padding: 30px 0 20px 12px;
}

#reviews .author {
  color: #808184;
  font-weight: 800;
  font-size: 1.3em;
  line-height: 1.3em;
}
#reviews .publication {
  color: #c0dbec;
  font-weight: 800;
  font-size: 1.2em;
}
#reviews .link {
  font-size: .8em;
}
#reviews ul {
  width: 100%;
  justify-content: center;
  text-align: center;
  list-style-type: none;
  padding: none;
  -webkit-padding-start: 0;
  margin: 15px 0 0 0;
  line-height: 1.5em;
}
#photos {
  text-align: center;
}
#photos img {
  margin-bottom: 4px;
}
#contact {
  color: #ccc;
  display: flex;
  justify-content: space-between;
}
#contact h3 {
  text-align: left;
  color: #888;
  margin-bottom: .5em;
}
#contact .social {
  display: flex;
  align-items: center;
}
#contact .social div + div {
  margin-left: 10px;
}
#hamburger {
  fill: white;
  display: block;
}

/* display hamburger nav menu appropriately */
@media screen and (min-width: 768px) {
  #nav ul {
    display: flex;
  }
  #nav #hamburger {
    display: none;
  }

  .billboard {
    max-height: 420px;
  }
}

/*make container margins narrow on narrow screens*/
@media screen and (max-width: 768px) {
  .section {
      padding-left: 0;
      padding-right: 0;
  }
  .container {
    max-width: 100%;
  }

  #nav.responsive ul {
    margin-top: 20px;
    margin-bottom: 20px;
    list-style-type: none;
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    flex-direction: column;
    flex-wrap: nowrap;
    /*font-size: 1em;*/
  }

  #nav.responsive li + li {
    margin-top: 30px;
  }

  #photos img {
    max-width: 45%;
  }
  .title-billboard h1 {
    font-size: 2em;
  }
  /* .billboard {
    max-height: 240px;
  } */

}

@media screen and (min-width: 992px) {
  .section {
      padding-left: 150px;
      padding-right: 150px;
  }
  .billboard {
    max-height: 550px;
  }

}
@media screen and (min-width: 1200px) {
  .section {
      padding-left: 210px;
      padding-right: 210px;
  }
  .billboard {
    max-height: 600px;
  }
}


/* 764 to 1024 is soft */

/*make banner title smaller for small screens*/
@media screen and (max-width: 768px) {
  #show-title {
    width: 330px;
    font-size: 4em;
    line-height: 1.3em;
    text-align: right;
    margin-top: 15px;
    margin-right: -25px;
  }
  body {
    font-size: 16px;
  }
  #reviews .author {
    font-size: 1.3em;
  }
  #reviews .publication {
    font-size: 1.2em;
  }
  #reviews .attribution {
    display: block;
    /*vertical-align: top;*/
  }
  .billboard {
    max-height: 300px;
  }

  .quote {
    font-size: 1.3em;
  }

  h3 {
    font-size: 1.15em;
  }

}
/*make banner title smaller for small screens*/
@media screen and (max-width: 575px) {
  #show-title {
    color: #be268e;
    width: 240px;
    font-size: 3em;
    line-height: 1.3em;
    text-align: right;
    margin-top: 25px;
    margin-right: -25px;
  }
/* 
  .billboard {
    max-height: 350px;
  } */
  .quote {
    font-size: 1.1em;
  }
  #awards {
    flex-direction: column;
    margin-bottom: 25px;
  }
  #awards .col3 {
    width: 50%;
  }
  #awards .col3 + .col3{
    margin-top: 35px;
  }
  #reviews {
    flex-wrap: nowrap;
    flex-direction: column;
    align-items: center;
  }
  #reviews .bubble {
    width: 100%;
  }

  #reviews .attribution {
    display: inline-block;
  }

}

@media screen and (max-width: 480px) {
  #contact .social {
    margin-top: 20px;
  }

  #contact {
    flex-direction: column;
  }
}

@media screen and (max-width: 800px) {
  #reviews .author {
    font-size: 1.1em;
  }
  #reviews .publication {
    font-size: 1em;
  }

}

.single-tribe_events .tribe-events-event-meta {
    /*background: #fafafa;*/
    background: #4c4c4c;
    /*border: 1px solid #eee;
    margin: 30px 0;*/
    font-size: 1.1em;
    color: #fff;
    border-radius: 5px;
}

.tribe-events-event-meta .column, .tribe-events-event-meta .tribe-events-meta-group {
    width: 50%;
    /*box-sizing: border-box;
    display: inline-block;
    float: left;
    margin: 0 0 20px;
    padding: 0 4%;
    text-align: left;
    vertical-align: top;
    width: 33.3333%;
    zoom: 1;*/
    /*color: white;*/
}
h2.tribe-events-single-section-title {
  /*font-size: .1em;*/
  text-transform: uppercase;
  color: #999;
  letter-spacing: .2em;
}

.tribe-events-meta-group .tribe-events-single-section-title {
    font-size: 15px;
}
.single-tribe_events #tribe-events-content .tribe-events-event-meta dt {
    color: #999;
    font-weight: normal;
}
a.tribe-events-gmap {
    color: #be268e;
}
.tribe-events-meta-group-organizer {
display: none;
}
.tribe-events-schedule {
    /* margin: 1em 0 1.5em; */
    margin: 0;
}
