/*! normalize.css v3.0.2 | MIT License | git.io/normalize */
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}

audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

[hidden],
template {
  display: none;
}

a {
  background-color: transparent;
}

a:active,
a:hover {
  outline: 0;
}

abbr[title] {
  border-bottom: 1px dotted;
}

b,
strong {
  font-weight: bold;
}

dfn {
  font-style: italic;
}

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

mark {
  background: #ff0;
  color: #000;
}

small {
  font-size: 80%;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

img {
  border: 0;
}

svg:not(:root) {
  overflow: hidden;
}

figure {
  margin: 1em 40px;
}

hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  height: 0;
}

pre {
  overflow: auto;
}

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}

button {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}

button[disabled],
html input[disabled] {
  cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

input {
  line-height: normal;
}

input[type="checkbox"],
input[type="radio"] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

input[type="search"] {
  -webkit-appearance: textfield;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

legend {
  border: 0;
  padding: 0;
}

textarea {
  overflow: auto;
}

optgroup {
  font-weight: bold;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

td,
th {
  padding: 0;
}

* {
  font-family: 'Open Sans';
}

p {
  font-family: 'Open Sans' !important;
}

a {
  color: #952b89;
}

a:hover {
  text-decoration: none;
  color: #952b89;
}

ul {
  list-style-type: none;
  margin-left: -40px;
}

ul li {
  margin-bottom: 10px;
  font-family: 'Open Sans' !important;
  font-size: 16px;
}

h1, h2, h3 {
  color: black;
  font-family: 'Raleway';
}

h2 {
  font-size: 36px;
  line-height: 44px;
  font-weight: 600;
  text-transform: UPPERCASE;
  margin-bottom: 10px;
}

h3 {
  font-size: 24px;
  line-height: 32px;
}

p {
  font-family: 'Open Sans';
  font-weight: 300;
  font-size: 16px;
  line-height: 24px;
  margin-bottom: 30px;
}

a.btn.btn-default, button.btn-default {
  border: solid 2px black;
  width: 100%;
  padding: 20px 0px 22px 0px;
  font-weight: 600;
  text-transform: UPPERCASE;
  letter-spacing: .2em;
  color: black;
  background: transparent;
}

a.btn.btn-default:hover, button.btn-default:hover {
  background: #952b89;
  border-color: #952b89;
}

a.btn.btn-default.on-dark, button.btn-default.on-dark {
  color: white;
  border-color: white;
}

a.btn.btn-default.on-dark:hover, button.btn-default.on-dark:hover {
  background: white;
  color: black;
}

a.btn.btn-default.btn-header, button.btn-default.btn-header {
  border-color: white;
  color: white;
  max-width: 400px;
  font-size: 20px;
}

a.btn.btn-default.btn-header:hover, button.btn-default.btn-header:hover {
  background: white;
  color: black;
}

form ul {
  margin-left: 0px;
}

html {
  height: 100%;
  width: 100%;
}

body {
  height: 100%;
  width: 100%;
}

hr {
  border-width: 3px;
  max-width: 50px;
}

hr.light {
  border-color: white;
}

a {
  -webkit-transition: all 0.35s;
  transition: all 0.35s;
}

.text-faded {
  color: rgba(255, 255, 255, 0.7);
}

section {
  padding: 100px 0;
}

aside {
  padding: 50px 0;
}

.no-padding {
  padding: 0;
}
.navbar-fixed-bottom .navbar-collapse, .navbar-fixed-top .navbar-collapse {
    max-height: unset;
}
.navbar-default {
  background-color: transparent;
  border-color: rgba(255, 255, 255, 0.3);
}

.navbar-default .navbar-header button {
  margin-top: 15px;
  border-radius: 0px;
}

.navbar-default .logo {
  width: 50px;
  height: 50px;
  background: url("../img/icon-tiof-b.png");
  position: relative;
  top: -5px;
}

.navbar-default.scrolled {
  background-color: white;
  border-color: rgba(0, 0, 0, 0.3);
}

.navbar-default.scrolled .nav > li > a, .navbar-default.scrolled i {
  color: rgba(0, 0, 0, 0.7);
}

.navbar-default.scrolled .nav > li > a.special, .navbar-default.scrolled i.special {
  border-color: black;
}

.navbar-default.scrolled .nav > li > a:hover, .navbar-default.scrolled .nav > li > a:focus, .navbar-default.scrolled i:hover, .navbar-default.scrolled i:focus {
  color: black;
}

.navbar-default.scrolled .logo {
  width: 50px;
  height: 50px;
  background: url("../img/icon-tiof-b.png");
}

.navbar-default {
  background-color: white;
  padding-bottom: 10px;
  border-color: rgba(34, 34, 34, 0.05);
  -webkit-transition: all 0.35s;
  transition: all 0.35s;
}

.navbar-default .navbar-header .navbar-brand {
  color: white;
  font-weight: 700;
  text-transform: uppercase;
}

.navbar-default .navbar-header .navbar-brand:hover, .navbar-default .navbar-header .navbar-brand:focus {
  color: #eb3812;
}

.navbar-default .navbar-header .navbar-toggle {
  font-weight: 700;
  font-size: 12px;
  color: #222222;
  text-transform: uppercase;
}

.navbar-default .nav > li {
  padding-top: 10px;
}

.navbar-default .nav > li > a {
  text-transform: uppercase;
  font-weight: 700;
  font-size: 13px;
  color: #222222;
}

.navbar-default .nav > li > a:focus {
  text-transform: uppercase;
  font-weight: 700;
  font-size: 13px;
  color: #222222;
}

.navbar-default .nav > li > a:hover, .navbar-default .nav > li > a:focus:hover {
  color: #952b89;
}

.navbar-default .nav > li.active > a {
  color: #952b89 !important;
  background-color: transparent;
}

.navbar-default .nav > li.active > a:focus {
  color: #952b89 !important;
  background-color: transparent;
}

.navbar-default .nav > li.active > a:hover, .navbar-default .nav > li.active > a:focus:hover {
  background-color: transparent;
}

@media (min-width: 768px) {
  .navbar-default {
    background-color: transparent;
    border-color: rgba(255, 255, 255, 0.3);
  }
  .navbar-default .logo {
    width: 50px;
    height: 50px;
    background: url("../img/icon-tiof-w.png");
    position: relative;
    top: -5px;
  }
  .navbar-default.scrolled {
    background-color: white;
    border-color: rgba(0, 0, 0, 0.3);
  }
  .navbar-default.scrolled .nav > li > a, .navbar-default.scrolled i {
    color: rgba(0, 0, 0, 0.7);
  }
  .navbar-default.scrolled .nav > li > a.special, .navbar-default.scrolled i.special {
    border-color: black;
  }
  .navbar-default.scrolled .nav > li > a:hover, .navbar-default.scrolled .nav > li > a:focus, .navbar-default.scrolled i:hover, .navbar-default.scrolled i:focus {
    color: black;
  }
  .navbar-default.scrolled .logo {
    width: 50px;
    height: 50px;
    background: url("../img/icon-tiof-b.png");
  }
  .navbar-default .navbar-header .navbar-brand {
    color: rgba(255, 255, 255, 0.7);
  }
  .navbar-default .navbar-header .navbar-brand:hover, .navbar-default .navbar-header .navbar-brand:focus {
    color: white;
  }
  .navbar-default .nav > li > a {
    color: rgba(255, 255, 255, 0.7);
  }
  .navbar-default .nav > li > a:focus {
    color: rgba(255, 255, 255, 0.7);
  }
  .navbar-default .nav > li > a:hover, .navbar-default .nav > li > a:focus:hover {
    color: white;
  }
  .navbar-default.affix {
    background-color: white;
    border-color: rgba(34, 34, 34, 0.05);
  }
  .navbar-default.affix .navbar-header .navbar-brand {
    color: #952b89;
    font-size: 14px;
  }
  .navbar-default.affix .navbar-header .navbar-brand:hover, .navbar-default.affix .navbar-header .navbar-brand:focus {
    color: #eb3812;
  }
  .navbar-default.affix .nav > li > a {
    color: #222222;
  }
  .navbar-default.affix .nav > li > a:focus {
    color: #222222;
  }
  .navbar-default.affix .nav > li > a:hover, .navbar-default.affix .nav > li > a:focus:hover {
    color: #952b89;
  }
}

header {
  position: relative;
  width: 100%;
  min-height: auto;
  background-size: cover;
  -o-background-size: cover;
  background-position: center;
  background-image: url("../img/header-bg.jpg");
  text-align: center;
  color: white;

}
header .header-content {
  position: relative;
  text-align: center;
  padding: 100px 15px 100px;
  width: 100%;
}

header .header-content .header-content-inner h1 {
  font-weight: 700;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 30px;
}

header .header-content .header-content-inner hr {
  margin: 30px auto;
}

header .header-content .header-content-inner p {
  font-weight: 300;
  color: rgba(255, 255, 255, 0.7);
  font-size: 16px;
  margin-bottom: 50px;
}

@media (min-width: 768px) {
  header {
    min-height: 100%;
  }
  header .header-content {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    padding: 0 50px;
  }
  header .header-content .header-content-inner {
    max-width: 1000px;
    margin-left: auto;
    margin-right: auto;
  }
  header .header-content .header-content-inner h1 {
    font-size: 50px;
  }
  header .header-content .header-content-inner p {
    font-size: 18px;
    max-width: 80%;
    margin-left: auto;
    margin-right: auto;
  }
}

.section-heading {
  margin-top: 0;
}

.service-box {
  max-width: 400px;
  margin: 50px auto 0;
}

.service-box p {
  margin-bottom: 0;
}

@media (min-width: 992px) {
  .service-box {
    margin: 20px auto 0;
  }
}

.portfolio-box {
  position: relative;
  display: block;
  max-width: 650px;
  margin: 0 auto;
}

.portfolio-box .portfolio-box-caption {
  color: white;
  opacity: 0;
  display: block;
  background: rgba(240, 95, 64, 0.9);
  position: absolute;
  bottom: 0;
  text-align: center;
  width: 100%;
  height: 100%;
  -webkit-transition: all 0.35s;
  transition: all 0.35s;
}

.portfolio-box .portfolio-box-caption .portfolio-box-caption-content {
  width: 100%;
  text-align: center;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.portfolio-box .portfolio-box-caption .portfolio-box-caption-content .project-category, .portfolio-box .portfolio-box-caption .portfolio-box-caption-content .project-name {
  padding: 0 15px;
}

.portfolio-box .portfolio-box-caption .portfolio-box-caption-content .project-category {
  text-transform: uppercase;
  font-weight: 600;
  font-size: 14px;
}

.portfolio-box .portfolio-box-caption .portfolio-box-caption-content .project-name {
  font-size: 18px;
}

.portfolio-box:hover .portfolio-box-caption {
  opacity: 1;
}

.portfolio-box:focus {
  outline: none;
}

@media (min-width: 768px) {
  .portfolio-box .portfolio-box-caption .portfolio-box-caption-content .project-category {
    font-size: 16px;
  }
  .portfolio-box .portfolio-box-caption .portfolio-box-caption-content .project-name {
    font-size: 22px;
  }
}

.call-to-action h2 {
  margin: 0 auto 20px;
}

.text-primary {
  color: #952b89;
}

.no-gutter > [class*='col-'] {
  padding-right: 0;
  padding-left: 0;
}

.open > .dropdown-toggle.btn-default {
  color: #222222;
  background-color: #f2f2f2;
  border-color: #ededed;
}

.btn-default:active, .btn-default.active {
  background-image: none;
}

.open > .dropdown-toggle.btn-default {
  background-image: none;
}

fieldset[disabled] .btn-default {
  background-color: white;
  border-color: white;
}

fieldset[disabled] .btn-default:hover {
  background-color: white;
  border-color: white;
}

fieldset[disabled] .btn-default:focus {
  background-color: white;
  border-color: white;
}

fieldset[disabled] .btn-default.focus {
  background-color: white;
  border-color: white;
}

fieldset[disabled] .btn-default:active {
  background-color: white;
  border-color: white;
}

.btn-default.disabled.active, .btn-default[disabled].active {
  background-color: white;
  border-color: white;
}

fieldset[disabled] .btn-default.active {
  background-color: white;
  border-color: white;
}

.open > .dropdown-toggle.btn-primary {
  color: white;
  background-color: #ee4b28;
  border-color: #ed431f;
}

.open > .dropdown-toggle.btn-primary {
  background-image: none;
}

fieldset[disabled] .btn-primary {
  background-color: #952b89;
  border-color: #952b89;
}

fieldset[disabled] .btn-primary:hover {
  background-color: #952b89;
  border-color: #952b89;
}

fieldset[disabled] .btn-primary:focus {
  background-color: #952b89;
  border-color: #952b89;
}

fieldset[disabled] .btn-primary.focus {
  background-color: #952b89;
  border-color: #952b89;
}

fieldset[disabled] .btn-primary:active {
  background-color: #952b89;
  border-color: #952b89;
}

fieldset[disabled] .btn-primary.active {
  background-color: #952b89;
  border-color: #952b89;
}

.btn-primary .badge {
  color: #952b89;
  background-color: white;
}

::-moz-selection, ::-moz-selection {
  color: white;
  text-shadow: none;
  background: #222222;
}

::-moz-selection, ::selection {
  color: white;
  text-shadow: none;
  background: #222222;
}

img::-moz-selection, img::-moz-selection {
  color: white;
  background: transparent;
}

img::selection, img::-moz-selection {
  color: white;
  background: transparent;
}

body {
  webkit-tap-highlight-color: #222222;
}

#accordion a.btn.btn-default {
  max-width: 400px;
}

#accordion .panel {
  border-radius: 0px;
}

#accordion .panel-heading {
  border-bottom: 1px solid #ededed;
}

#accordion a {
  text-decoration: none;
}

#accordion a:hover, #accordion a:focus {
  color: #952b89;
}

nav a i.fa-circle {
  font-size: 36px;
}

nav ul.navbar-nav {
  margin-right: 20px;
}

nav ul.navbar-nav li {
  margin-bottom: 0px;
}

nav ul.navbar-nav li a {
  color: white;
  text-transform: UPPERCASE;
  font-weight: 600;
  font-size: 13px;
  letter-spacing: .1em;
}

nav ul.navbar-nav li a.special {
  border: 1px solid white;
}

header h3 {
  text-transform: UPPERCASE;
  font-weight: 300;
  letter-spacing: .2em;
  color: white;
}

header h1 {
  letter-spacing: .2em;
  color: white;
}

header p {
  margin-top: 20px;
  color: white;
}

section:not(#exhibits, #get-tickets) {
  padding: 100px 0px;
}

section#intro {
  background: white;
}

section#intro h2 {
  text-transform: UPPERCASE;
  padding-bottom: 10px;
  letter-spacing: .1em;
  font-weight: 600;
}

section#intro img {
  width: 250px;
}

section#intro a.btn {
  max-width: 400px;
}

/****************** HIGHLIGHT CALLOUTS ***********/
section#highlights {
  background: #952b89;
  color: white;
}

section#highlights .callout {
  margin: 0 auto;
  width: 200px;
  height: 200px;
  border-radius: 200px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  margin-bottom: 50px;
  border: solid 3px #d7a2d1;
}

section#highlights .callout.one {
  background-image: url("../img/callout-1.jpg");
}

section#highlights .callout.two {
  background-image: url("../img/callout-2.jpg");
}

section#highlights .callout.three {
  background-image: url("../img/callout-3.jpg");
}

section#highlights h3 {
  text-transform: UPPERCASE;
  color: white;
  font-size: 20px;
  font-weight: 600;
}

/*********************** EXHIBITS (White BG)*********************/
section#exhibits .callout-lg {
  margin: 0 auto;
  width: 400px;
  height: 400px;
  border-radius: 400px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url("../img/callout-lg-1.jpg");
}

section#exhibits a:not(.btn) {
  color: #952b89;
  font-weight: 600;
}

/*********************** BUY ORCHIDS (Neutral BG)*********************/
section#buy-orchids {
  background: #E6E9EC;
}

section#buy-orchids .callout-lg {
  margin: 0 auto;
  width: 400px;
  height: 400px;
  border-radius: 400px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url("../img/callout-lg-2.jpg");
}

/*********************** CLASSES (Slate Gray BG)*********************/
section#classes {
  background: #2f3845;
}

section#classes .callout-lg {
  margin: 0 auto;
  width: 400px;
  height: 400px;
  border-radius: 400px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url("../img/callout-lg-3.jpg");
}

section#classes h2, section#classes p {
  color: white;
}

/*********************** GET TICKETS *********************/
section#get-tickets {
  background: #952b89;
  color: white;
  padding: 50px 0px 100px 0px;
}

section#get-tickets h3 {
  color: white;
  padding-bottom: 30px;
}

section#get-tickets a.btn {
  max-width: 400px;
}

/*********************** MAP *********************/
section#map {
  height: 500px;
}

/*********************** FOOTER *********************/
footer {
  background: #272E38;
  color: white;
  padding-top: 60px;
}

footer h3 {
  color: white;
  padding-bottom: 30px;
}

footer ul li {
  margin-bottom: 15px;
  font-size: 16px;
  font-weight: 600;
}

footer ul li a {
  color: #d7a2d1;
}

footer ul li a:hover {
  color: white;
}

footer #copyright {
  background: white;
  margin-top: 120px;
  padding: 30px 0px;
  color: black;
}

.video-hero--content {
  position: relative;
  text-align: center;
  margin: 150px 0px;
}

.mobile-hide {
  display: block;
}

.mobile-show {
  display: none;
}

/******************************************************************* Media Queries ****************************************/
/******************************************************************* X - LARGE 1350px ****************************************/
/******************************************************************* MEDIUM 992px ****************************************/
section:not(#exhibits, #get-tickets) {
  padding: 80px 0px;
}

@media screen and (max-width: 992px) {
  /****************** HIGHLIGHT CALLOUTS ***********/
  section#highlights .group {
    margin-bottom: 60px;
  }
  /*********************** EXHIBITS (White BG)*********************/
  section#exhibits .callout-lg {
    width: 300px;
    height: 300px;
    border-radius: 300px;
  }
  section#exhibits a:not(.btn) {
    color: #952b89;
    font-weight: 600;
  }
  /*********************** BUY ORCHIDS (Neutral BG) *********************/
  section#buy-orchids .callout-lg {
    margin-top: 60px;
    width: 300px;
    height: 300px;
    border-radius: 300px;
  }
  /*********************** CLASSES (Slate Gray BG)*********************/
  section#classes .callout-lg {
    width: 300px;
    height: 300px;
    border-radius: 300px;
  }
  /*********************** FOOTER *********************/
  footer {
    margin: 0 auto;
    text-align: center;
  }
  footer .group {
    margin-bottom: 60px;
  }
}

/******************************************************************* SMALL 768px ****************************************/
@media screen and (max-width: 768px) {
  .mobile-hide {
    display: none;
  }
  .mobile-show {
    display: block;
  }
}

@media screen and (max-width:736px){
#mainNav {
  top:55px !important
}
}

/******************************************** X - SMALL 480px ****************************************/
@media screen and (max-width: 480px) {
  nav ul.navbar-nav li a:hover {
    color: #952b89 !important;
  }
}

/******************************************************************* TINY 350px ****************************************/
/* CSS from jQuery Background Video plugin */
/**
 * Set default positioning as a fallback for if the plugin fails */
header.masthead {
  position: relative;
  overflow: hidden;
  padding-top: calc(7rem + 0px);
  padding-bottom: 0rem;
  background: white;
  background-repeat: no-repeat;
  background-position: center center;
  background-attachment: scroll;
  background-size: cover;
}

header.masthead .masthead-content {
  z-index: 1;
  position: relative;
}

.jquery-background-video-wrapper {
  overflow: hidden;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}

.jquery-background-video {
  position: absolute;
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  top: 50%;
  left: 50%;
  -o-object-fit: contain;
  object-fit: contain;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

/**
 * Fade in videos
 * Note the .js class - so non js users still
 * see the video */
.js .jquery-background-video {
  opacity: 0;
  -webkit-transition: opacity 300ms linear;
  transition: opacity 300ms linear;
}

.js .jquery-background-video.is-visible {
  opacity: 1;
}

.video-overlay {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  pointer-events: none;
  opacity: 0.5;
  background: black;
}

/**
 * Pause/play button */
.jquery-background-video-pauseplay {
  position: absolute;
  background: transparent;
  border: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  width: 20px;
  height: 20px;
  top: 15px;
  right: 15px;
  padding: 0;
  cursor: pointer;
  outline: none !important;
}

.jquery-background-video-pauseplay span {
  display: none;
}

.jquery-background-video-pauseplay:after, .jquery-background-video-pauseplay:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
}

.jquery-background-video-pauseplay.play:before {
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-left: 15px solid #FFF;
}

.jquery-background-video-pauseplay.pause:before {
  border-top: 10px solid #FFF;
  border-bottom: 10px solid #FFF;
  border-left: 5px solid #FFF;
}

.jquery-background-video-pauseplay.pause:after {
  border-top: 10px solid #FFF;
  border-bottom: 10px solid #FFF;
  border-left: 5px solid #FFF;
  left: 10px;
}

header.masthead {
  padding-top: calc(90px);
}

header h1 {
  font-weight: 700;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 46px;
}

header p {
  font-size: 24px;
}

a.btn.btn-default.btn-header, button.btn-default.btn-header {
  border-color: white;
  color: black;
  max-width: 400px;
  font-size: 20px;
  background: white;
}

header.sub-page {
  min-height: 400px;
}

header.sub-page.about {
  background-image: url("../img/header-bg-about.jpg");
}

header.sub-page.vendors {
  background-image: url("../img/header-bg-vendors.jpg");
}

header.sub-page.classes {
  background-image: url("../img/header-bg-classes.jpg");
}

header.sub-page.participation {
  background-image: url("../img/header-bg-participation.jpg");
}

header.sub-page.faq {
  background-image: url("../img/header-bg-faq.jpg");
}

header.sub-page.contact {
  background-image: url("../img/header-bg-contact.jpg");
}

header.sub-page h3 {
  text-transform: UPPERCASE;
  font-weight: 300;
  letter-spacing: .2em;
  color: white;
}

header.sub-page h1 {
  letter-spacing: .2em;
  color: white;
}

header.sub-page p {
  margin-top: 20px;
  color: white;
}

section#content .item img {
  width: 100%;
  max-height: 600px;
}

section#content h3 {
  color: #952b89;
}

section#content.vendors img {
  width: 100%;
  display: block;
  margin-bottom: 20px;
  border: solid 2px #ededed;
}

section#content.vendors h4 {
  font-weight: 700;
}

section#content.vendors h5 {
  color: #952b89;
}

section#content.vendors p {
  font-size: 12px;
  line-height: 18px;
}
/*# sourceMappingURL=main.css.map */