@font-face {
  font-family: 'great-vibes.regular';
  src: url('fonts/great-vibes.regular.ttf') format('truetype');
}

@font-face {
 font-family: 'texgyreadventor-regular';
 src: url('fonts/texgyreadventor-regular.otf') format('opentype');
}

@font-face {
  font-family: 'cataneo-swash-bt-regular-swash';
  src: url('../fonts/cataneo-swash-bt-regular-swash.ttf') format('truetype');
}

@font-face {
  font-family: 'Odette';
  src: url('../fonts/Odette.ttf') format('truetype');
}

.navigation {
  position: fixed;
}

.banner {
  background-color: rgba(131, 209, 213, 1);
  float: left;
  width: 100%;
  margin-top: 95px;
}

.title {
  padding: .15em 0 .03em 1em;
  /*font-family: 'texgyreadventor-regular', sans-serif;*/
  /*font-family: 'cataneo-swash-bt-regular-swash', cursive;*/
  font-family: 'Odette', cursive;
  font-size: 30px;
  text-transform: uppercase;
  vertical-align: middle;
  padding-top: 15px;
  /*font-style: italic;*/
}

/*#menu-toggle {
  /*display: none;*/
  background: white;
}*/

.about_paragraph {
  font-family: 'Poiret One', cursive;
  font-size: 1.5em;
  padding-top: 55px;
}

.event_planning_header {
  /*padding-top: 25px;*/
  /*font-family: 'Bad Script', cursive;*/
  font-family: 'Poiret One', cursive;
  font-weight: bold;
}

.event_planning_paragraph {
  /*font-family: 'Poiret One', cursive;*/
  font-family: 'Poiret One', cursive;
  font-size: 1.5em;
}

.letsChatName, .letsChatEmail, .letsChatPhone {
  font-family: 'Poiret One', sans-serif;
  /*font-family: 'texgyreadventor-regular', sans-serif;*/
  font-weight: bold;
}

.letsChatName {
  font-size: 2em;
}

.letsChatEmail {
  font-size: 1em;
}

/*.letsChatPhone {
  font-
}*/

.awesome_add_ons_header {
  /*font-family: 'Bad Script', cursive;*/
  font-family: 'Poiret One', cursive;
  font-weight: bold;
  padding-top: 25px;
}

.awesome_add_ons li {
  /*font-family: 'Poiret One', cursive;*/
  font-family: 'Poiret One', cursive;
  font-size: 1.25em;
}

/*********************
    CONTACT US
*********************/
.row-centered {
  text-align: center;
}

.col-centered {
  display: inline-block;
  float: none;
  /* reset the text-align */
  /*text-align: left;*/
  /* inline-block space fix */
  margin-right: -4px;
}

label {
  display: block;
  margin-top: 20px;
}

input {
  width: 300px;
  display: block;
  height: 50px;
  padding-left: 10px;
  background-color: white;
  border-radius: 3px;
  border: 2px solid rgba(200, 200, 200, 0.5);
}

input:focus, textarea:focus {
  outline-color: rgba(131, 209, 213, 1);
  background-color: #f0f0f0;
}

textarea {
  width: 300px;
  height: 150px;
}

textarea#message {
  display: block;
  padding-left: 10px;
  padding-top: 10px;
  margin-bottom: 15px;
  border-radius: 5px;
  border: 2px solid rgba(200, 200, 200, 0.5);
  resize: none;
}

button#submit {
  width: 125px;
  height: 50px;
  background: rgba(131, 209, 213, 1);
  color: black;
  border: 2px solid rgba(200, 200, 200, 0.5);
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  border-radius: 5px;
  cursor: pointer;
  -webkit-transition: background-color 0.5s, box-shadow 0.5s;
  -mox-transition: background-color 0.5s, box-shadow 0.5s;
  -o-transition: background-color 0.5s, box-shadow 0.5s;
  transition: background-color 0.5s, box-shadow 0.5s;
}

button#submit:hover {
  background: rgba(200, 200, 200, 0.5);
  color: black;
  border: 2px solid rgba(131, 209, 213, 1);
  -webkit-box-shadow: inset 0 0 10px black;
  -moz-box-shadow: inset 0 0 10px black;
  -o-box-shadow: inset 0 0 10px black;
  box-shadow: inset 2px 2px 5px black;
}

.formValid {
  border: 2px solid #00c800;
}

.formError {
  border: 2px solid #c80000;
}

.requiredParagraph {
  margin-top: 10px;
  font-weight: bold;
  font-size: 1em;
}

.formSubmit {
  margin-top: 20px;
  /*font-family: 'texgyreadventor-regular';*/
  font-family: 'Poiret One', cursive;
  font-size: 1.25em;
}

.formLabel {
  /*font-family: 'Odette', cursive;*/
  font-family: 'Poiret One', sans-serif;
}

.panel-footer {
  text-align: center;
  /*line-height: 50px;*/

}

.boxLinks {
  transition: color 0.25s ease;
  color: black;
  position: relative;
  font-family: 'Poiret One';
  /*font-weight: bold;*/
}

.boxLinks:hover {
  color: white;
  text-decoration: none;
}

.panel:nth-child(1), .panel:nth-child(2), .panel:nth-child(3) {
  margin-top: 25px;
}

.panel {
  border: 0px !important;
  margin-bottom: 15px;
}

.panel-footer {
  margin-top: -21px;
  background-color: rgba(131, 209, 213, 1);
  font-size: 1em;
  height: 40px;
  border: 0;
  font-family: 'Lato', sans-serif;
  font-weight: 300;
  border-radius: 0px !important;
  line-height: 25px;
}

#masonry-grid {
  position: relative;
  /*margin-top: 170px;*/
  /*top: 170px;*/
}

.grid-item {
  background-color: rgba(131, 209, 213, 1);
  border-radius: 0px;
  padding: 20px 30px 10px;
  margin-top: 15px;
  font-size: 1.35em;
  font-family: 'Poiret One', cursive;
  width: 100%;
}

.grid-item p {
  font-family: 'Poiret One', cursive;
  font-size: 1em;
  padding-top: 15px;
  font-weight: bold;
  font-style: italic;
}

.grid-sizer,
.grid-item { width: 100%; }

.galleryContainer {
  max-width: 1100px;
  margin: 30px 1% auto;
}
.gallery img{
  width:250px;
  cursor:pointer;
  margin-top: 5px;
}

.about_page_image {
  margin-top: 20px;
}

.kind_words_page {
  width: 100%;
}

.kind_words_paragraph {
  background-color: rgba(131, 209, 213, 1);
  padding: 15px 20px;
  font-family: 'Poiret One', cursive;
  font-size: 1.5em;
}

@media(max-width: 1200px) {
  .panel-footer {
    font-size: 1em;
  }

  .galleryContainer {
    /*margin-top: 162px;*/
  }
}

@media(max-width: 1169px) {
  .galleryContainer {
    max-width: 600px;
  }

  .panel-footer {
    font-size: .8em
  }
}

@media(max-width: 1024px) {
  div.row.row-centered {
    margin-top: 45px;
  }

  .banner {
    margin-top: 0px;
  }

  .panel:nth-child(1) {
    margin-top: 60px;
  }

  .panel:nth-child(2), .panel:nth-child(3) {
    margin-top: 0px !important;
  }

  #masonry-grid {
    margin-top: 70px;
  }

  .panel-footer {
    font-size: 1.25em;
  }

  .galleryContainer {
    margin-top: 70px;
  }

  .about_paragraph {
    padding-top: 70px;
  }

  .galleryContainer {
    max-width: 1200px;
  }

  .event_planning_header {
    padding-top: 45px;
  }

  .panel-footer {
    font-size: .85em
  }
}

@media(max-width: 940px) {
  .panel-footer {
    font-size: .94em;
  }
}

@media(max-width: 909px) {
  .galleryContainer {
    max-width: 600px;
  }
}

@media(max-width: 768px) {
  .navbar-inverse .navbar-nav > li > a {
    color: rgba(131, 209, 213, 1);
  }

  .panel-footer {
    font-size: .85em
  }
}

@media(max-width: 767px) {
  .panel-footer {
    font-size: 1.5em;
  }
}

@media(max-width: 625px) {
  .galleryContainer {
    max-width: 300px;
  }
}
