body {
  background-color: black;
  font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
  color: #333;
  font-size: 14px;
  line-height: 20px;
}
h1 {
  margin-top: 20px;
  margin-bottom: 0px;
  padding-bottom: 16px;
  font-family:'Open Sans', sans-serif;
  color: white;
  font-size: 22px;
  line-height: 44px;
  font-weight: 300;
  text-decoration: none;
  text-transform: uppercase;
}
h2 {
  margin-top: 14px;
  margin-bottom: 10px;
  font-family:'Open Sans', sans-serif;
  color: #ec008c;
  font-size: 20px;
  line-height: 26px;
  font-weight: 400;
}
h3 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 24px;
  line-height: 30px;
  font-weight: 700;
}
h4 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 18px;
  line-height: 24px;
  font-weight: 700;
}
h5 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 14px;
  line-height: 20px;
  font-weight: 700;
}
h6 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 12px;
  line-height: 18px;
  font-weight: 700;
}
p {
  margin-top: 0px;
  margin-bottom: 0px;
  padding-top: 0px;
  padding-right: 14px;
  padding-bottom: 22px;
  font-family:'Open Sans', sans-serif;
  color: #666;
  font-size: 16px;
  line-height: 26px;
}
hr {margin-bottom:30px;}

.button {
  display: inline-block;
  padding: 4px 15px;
  background-color: black;
  color: white;
  text-align: center;
  text-decoration: none;
}
.sidebar {
  padding-left: 22px;
}
.sidebar.top-rule {
  border-top: 1px solid #999;
}
.main-content {
  border-right: 1px solid #999;
}
.main-content.top-rule {
  border-top: 1px solid #999;
}
.footer-copyright {
  margin: 22px 0 22px 0;
  font-family:'Open Sans', sans-serif;
  color: #666;
  font-size: 12px;
}
.footer-menu {
  margin-top: 22px;
  font-family:'Open Sans', sans-serif;
  font-size: 12px;
  text-align: right;
}
.content {
  min-height: 400px;
}
.header {
  min-height: 0px;
  background-color: black;
}
.footer {
  min-height: 0px;
  margin-bottom: 20px;
  background-color: black;
}
.sidebar-text {
  margin-top: 8px;
  margin-bottom: 1px;
  padding-top: 8px;
  padding-bottom: 8px;
}
.nav-menu {
  color: white;
}
.navbar {
  margin-top: 6px;
  margin-bottom: 6px;
  float: left;
  background-color: white;
}
.nav-link {
  padding-right: 65px;
  padding-left: 65px;
  border-radius: 12px;
  font-family: Oswald, sans-serif;
  font-size: 18px;
}
.nav-link:hover {
  background-color: #cfcfcf;
  color: white;
}
.slider {
  height: auto;
  margin-bottom: 11px;
  background-color: white;
}
.arrow-icon {
  margin-right: 6px;
  margin-left: 6px;
  color: #999;
  font-size: 32px;
}
.slide-one {
  background-color: #f7ebeb;
}
.slide-two {
  background-color: #ebebfc;
}
.container {
  padding: 20px 46px;
  border-bottom-left-radius: 40px;
  background-color: white;
}
.right-arrow {
  margin-left: 43px;
}
.slider-nav {
  margin-top: 0px;
  padding-top: 20px;
}
.nav-bar {
  min-height: 0px;
  margin-bottom: 10px;
  background-color: transparent;
}
.nav-link-top {
  margin-top: 17px;
  color: #c2c2c2;
  text-transform: uppercase;
}
.nav-link-top:hover {
  color: white;
}
.images {
  min-height: 150px;
}

#images-section {margin:-20px 0 -20px 0;}

.highlight {
  color: #ec008c;
  font-weight: 600;
}
.contact-details {
  margin-bottom: 30px;
  color: #b8b8b8;
  font-size: 16px;
  line-height: 26px;
}
.contact-details.name-highlight {
  font-family:'Open Sans', sans-serif;
  color: #ccc;
}
.contact-details.gallery-details {
  margin-top: 14px;
  color: #ccc;
}
a.please-contact {
    text-decoration: none;
    color:#ccccff;
}
a:hover.please-contact  {
    color:#6666ff;
}

.pic-space {
    padding-bottom:20px;
}
.caption-right {
    margin-top:340px;
	color: #b8b8b8;
  	font-size: 16px;
  	line-height: 26px;
}
.photogalleryNavigation {display:none;}

html.w-mod-js *[data-ix="fade-in-left"] {
  opacity: 0;
  -webkit-transform: translate(-400px, 0px);
  -ms-transform: translate(-400px, 0px);
  -o-transform: translate(-400px, 0px);
  transform: translate(-400px, 0px);
}
@media (max-width: 991px) {
  h1 {
    margin-left: 14px;
  }
  .sidebar {
    border-top-style: none;
    border-top-width: 0px;
  }
  .main-content {
    border-top-style: none;
    border-top-width: 0px;
  }
  .navbar {
    float: none;
  }
  .nav-link {
    padding-right: 25px;
    padding-left: 25px;
    border-radius: 0px;
  }
  .icon {
    font-size: 36px;
  }
  .menu-button {
    margin-top: -86px;
  }
  .container {
    padding-right: 32px;
    padding-left: 32px;
  }
  .nav-bar {
    margin-bottom: 0px;
  }
  .nav-link-top {
    margin-top: 5px;
    padding-top: 10px;
    padding-bottom: 10px;
    border-bottom: 1px solid #424242;
  }
  .nav-icon {
    color: white;
  }
  .nav-menu-top {
    background-color: black;
  }
  .menu-button-top {
    margin-top: 15px;
  }
  .menu-button-top.w--open {
    margin-top: 15px;
  }
  .contact-details {
    margin-left: 14px;
  }
  .contact-details.name-highlight {
    margin-left: 14px;
    font-family:'Open Sans', sans-serif;
  }
  .contact-details.gallery-details {
    margin-top: 14px;
    color: #ccc;
  }
  .gallery-logo {
    margin-left: 14px;
  }
  .pic-space {margin:0 auto;}
  .caption-right {margin-top:290px;}

}
@media (max-width: 767px) {
  .sidebar {
    margin-top: 10px;
    padding-right: 22px;
    border-top: 1px solid #999;
  }
  .main-content {
    padding-right: 22px;
    padding-left: 22px;
    border-right-style: none;
    border-right-width: 0px;
  }
  .footer-copyright {
    text-align: center;
  }
  .footer-menu {
    margin-top: 12px;
    text-align: center;
  }
  .sidebar-text {
    margin-bottom: 22px;
  }
  .nav-link {
    padding-right: 34px;
    padding-left: 34px;
  }
  .contact-details.name-highlight {
    margin-right: 32px;
    margin-left: 32px;
  }
  .contact-details.gallery-details {
    margin-left: 32px;
  }
  .reversed {
    margin-left: 32px;
  }
  .gallery-logo {
    margin-left: 32px;
  }
  .caption-right {margin-top:0px; padding:5px 60px 30px 30px;}

    
  
}
@media (max-width: 479px) {
  h1 {
    display: block;
    margin-left: 12px;
    padding-bottom: 0px;
    font-size: 17px;
    text-align: left;
  }
  h2 {
    font-size: 18px;
    line-height: 22px;
  }
  .main-content {
    padding-right: 22px;
    padding-left: 22px;
  }
  .footer-copyright {
    padding-left: 0px;
    text-align: center;
  }
  .footer-menu {
    text-align: center;
  }
  .header {
    padding-bottom: 15px;
  }
  .nav-link {
    padding-right: 25px;
    padding-left: 25px;
  }
  .slider-nav {
    display: none;
    margin-top: auto;
    padding-top: 32px;
    padding-bottom: 0px;
  }
  .nav-link-top {
    margin-top: 5px;
    padding-top: 10px;
    padding-bottom: 10px;
    border-bottom: 1px solid #424242;
  }
  .nav-icon {
    margin-top: 13px;
    color: #fafafa;
  }
  .nav-menu-top {
    background-color: black;
  }
  .menu-button-top {
    margin-top: 15px;
    padding-top: 4px;
    padding-bottom: 14px;
  }
  .menu-button-top.w--open {
    margin-top: 15px;
    margin-left: -7px;
    padding-top: 4px;
    padding-bottom: 14px;
    background-color: #3d3d3d;
  }
  .contact-details.name-highlight {
    margin-right: 32px;
    padding-left: 0px;
  }
  .contact-details .email-link a {
    text-decoration: none;
    color:#999!important;
  }
  .email-link a:hover {
    color:#6666ff;
  }
  .gallery-logo {
    width: 80%;
  }
}