@import 'prettyPhoto.css';
/* ==========================================================================
   Author's custom styles
   ========================================================================== */
body {
 padding:0;
}
.centered {
  margin: auto auto;
  display: block;
  width: 185px;
  margin-bottom: 25px;
}
.thumbnail {
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  border: 1px solid #444;
}
.thumbnail img {
  opacity: .75;
}
.thumbnail img:hover {
  opacity: 1;
}
.gallery {
  color: #fff;
}
.gallery h2 {
  font-family: 'Yesteryear', arial, helvetica, sans;
  color: #eee;
  text-align: center;
  margin-bottom: 15px;
  font-size: 4.5em;
  font-weight: 200;
  line-height: 1.65em;
  border-bottom: 1px solid #000;
  text-shadow: 3px 4px 0px rgba(0, 0, 0, 0.76);
}
.credits a {
  margin-right: 15px;
  color: #555;
  border: 1px solid #000;
  padding: 5px 15px;
  background: rgba(0, 0, 0, 0.45);
}
.credits a:hover {
  color: #999;
  text-decoration: none;
  background: #000;
}


/* xmas closed modal */
#xMasClosedModal .modal-dialog {
    top: 40%;
    transform: translateY(-40%);
}

#xMasClosedModal .modal-dialog .modal-header {
    border-bottom: none;
}

#xMasClosedModal .modal-dialog .modal-body h4 {
    color: black;
    text-align: center;
    text-transform: uppercase;
    margin-bottom: 25px;
    font-size: 30px;
    line-height: 40px;
}

#xMasClosedModal .modal-dialog .modal-body p {
    line-height: 25px;
    color: #767676;
    font-size: 15px;
    text-align: center;
}

#xMasClosedModal .modal-dialog .modal-body .close {
    position: absolute;
    top: -13px;
    right: -13px;
    background-color: white;
    opacity: 1;
    width: 30px;
    height: 30px;
    border-radius: 50%;
}

#xMasClosedModal .modal-dialog .modal-body .close span {
    font-size: 30px;
}
