/*!
 * Start Bootstrap - Createive v4.0.0-beta (http://startbootstrap.com/template-overviews/creative)
 * Copyright 2013-2017 Start Bootstrap
 * Licensed under MIT (https://github.com/BlackrockDigital/startbootstrap-creative/blob/master/LICENSE)
 */
body,
html {
  width: 100%;
  height: 100%; }

body {
  font-family: 'Merriweather', serif; }

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

hr.light {
  border-color: white; }

a {
  color: #151f92;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  transition: all 0.2s; }
  a:focus, a:hover {
    color: #151f92; }


h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'Merriweather', serif; }

  h5 {
    text-decoration: underline;
    text-transform: uppercase;
    font-size: 1em;
    font-weight: bold;
  }

p {
  font-size: 16px;
  line-height: 1.5;
  margin-bottom: 20px; }

ol {
    list-style-position: inside;
    padding-left:0;
}

li:not(:last-child) {
    margin-bottom: 5px;
}
.bg-primary {
  background-image: url("../img/tribute_bg.jpg");
  background-position: center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  background-color: #312880 !important; }

.bg-dark {
  color: white;
  background-color: #0b0d26 !important;
  background-image: url("../img/template_bg.jpg");
  background-position: center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover; }

  footer.bg-dark {
    color: white;
    background-color: #0b0d26 !important;
    background-image: none;

  }

  .mt-4 {
    margin-top: 2rem !important;
  }


.text-shadow-dark {
    text-shadow: 2px 2px 2px #000000;
}

.text-black {
    color: rgba(0, 0, 0, 1);
}

  .contact-section .social a {
    text-align: center;
    height: 3rem;
    width: 3rem;
    background: rgba(255, 255, 255, 0.1);
    border-radius: 100%;
    line-height: 3rem;
    color: rgba(255, 255, 255, 0.3);
  }

  .contact-section .social a:hover {
    color: rgba(255, 255, 255, 0.5);
  }

  .contact-section .social a:active {
    color: #fff;
  }

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

#services {
  background-color: #e3e1db;
}

.padding {
  padding: 20px;
}

.box-shadow {
box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

.centered {
    text-align: center !important;
    margin: 0 auto;
		min-width: 100%;
}

.carousel-fade .carousel-item {
  opacity: 0;
  transition-duration: 1.4s;
  transition: opacity 1.4s ease;
}

.carousel-fade .carousel-item.active {
  transition: opacity 1.4s ease 0.7s;
}

.scroll-menu {
    position: relative;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    -moz-overflow-scrolling: touch;
    -ms-overflow-scrolling: touch;
    -o-overflow-scrolling: touch;
    overflow-scrolling: touch;
    top: 0 !important;
    left: 0 !important;
    width: 100%;
    height: auto;
    max-height: 500px;
    margin: 0;
    border-left: none;
    border-right: none;
    -webkit-border-radius: 0 !important;
    -moz-border-radius: 0 !important;
    -ms-border-radius: 0 !important;
    -o-border-radius: 0 !important;
    border-radius: 0 !important;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none;
}

/* ****************    BLOG CLASSES   ******************** */

.long-header {
    margin: 5px 0px 10px 0px;
    display: block;
    min-width: 100% !important;
    border-bottom: 1px solid rgba(0,0,0,0.3);
    border-top: 1px solid rgba(0,0,0,0.3);
    height: 5px;
  }


.blog-heading {

color: rgba(0,0,0,0.7);
font-size: 1.7em;
}

.blog-navigation {

padding: 3px 10px;
font-size: 13px;
font-weight: bold;

}

.blog-nav-item {

display: block;
margin: 3px 0px 3px 0px ;
padding: 8px 8px 8px 8px;
font-size: 13px;
font-weight: bold;
border-bottom: 1px solid rgba(0,0,0,0.2);
}

.blog-nav-header {
  margin: 3px 0px 3px 0px ;
  padding: 8px 8px 8px 8px;
  font-size: 14px;
  font-weight: bold;
  overflow:hidden;
  color:#fcfcfc;
  background-image: url("../img/blog/blog_bg.jpg");
  background-position: center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  background-color: #0b0d26;
}

a.blog-nav-link, a.blog-nav-link:focus {

color : #000000;
}

a.blog-nav-link:hover, a.blog-nav-link:active {

color : #151f92;
text-decoration: none;

}

a.blog-link, a.blog-link:focus {

color : #000000;
text-decoration: underline;
font-weight: bold;

}

a.blog-link:hover, a.blog-link:active {

color : #151f92;
text-decoration: none;

}

.img-fluid {
    min-width: 100%;
    height: auto;
}

p.blog-text {
  text-indent: 20px;
  text-align: justify;
}

.no-indent {
  text-indent: 0px !important;

}

.expand-box {
  border: 1px solid #000;
  margin-bottom: 10px;
  padding: 7px;
}

section {
  padding: 90px 0 0 0; }

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

::-moz-selection {
  color: white;
  background: #0b0d26;
  text-shadow: none; }

::selection {
  color: white;
  background: #0b0d26;
  text-shadow: none; }

img::selection {
  color: white;
  background: transparent; }

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

body {
  -webkit-tap-highlight-color: #0b0d26; }

  .vertical_center {
      display: flex;
      align-items: center;
  }


.navbar-img {
  height: 50px;
}

.grey-bg {
  background-color: #e2e2e2;
}

.lite-grey-bg {
  background-color: #f2f2f2;
}

.white-bg {
  background-color: #ffffff;
}

.box {
  margin: 20px;
}

.blog-nav {
  border-bottom: 2px solid rgba(255, 255, 255, 0.3);
  background-image: url("../img/header_bg.jpg");
  background-position: center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  background-color: #0b0d26; }

/* ****************    HELP CLASSES   ******************** */

.help .blog-nav-link {
  color: #151f92;
  font-weight: bold;
  text-decoration: underline;
}

.white-bg .blog-nav-link {
  color: #151f92;
  font-weight: bold;
  text-decoration: underline;
}

.help .danger {
  font-weight: bold;
}

.help h3 {
  font-size: 1.2em;
  font-weight: bold;
  text-decoration: underline;
}
/*
#mainNav {
  border-color: rgba(34, 34, 34, 0.05);
  /*background-image: url("../img/template_bg.jpg");
  background-position: center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  background-color: #312880;
  font-family: 'Merriweather', serif;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  transition: all 0.2s; }




  #mainNav .navbar-brand {
    font-weight: 700;
    text-transform: uppercase;
    color: #312880;
    font-family: 'Merriweather', serif; }
    #mainNav .navbar-brand:focus, #mainNav .navbar-brand:hover {
      color: #312880; }

  #mainNav .navbar-nav > li.nav-item > a.nav-link:focus,
  #mainNav .navbar-nav > li.nav-item > a.nav-link {
    font-size: 13px;
    font-weight: 700;
    text-transform: uppercase;
    color: #0b0d26; }
    #mainNav .navbar-nav > li.nav-item > a.nav-link:focus:hover,
    #mainNav .navbar-nav > li.nav-item > a.nav-link:hover {
      color: #312880; }
    #mainNav .navbar-nav > li.nav-item > a.nav-link:focus.active,
    #mainNav .navbar-nav > li.nav-item > a.nav-link.active {
      color: #312880 !important;
      background-color: transparent; }
      #mainNav .navbar-nav > li.nav-item > a.nav-link:focus.active:hover,
      #mainNav .navbar-nav > li.nav-item > a.nav-link.active:hover {
        background-color: transparent; }
*/




/* CAPTCHA WIDTH */
.rc-anchor-normal {
    width: 280px !important;
}


    #mainNav .navbar-toggle {
      font-size: 12px;
      font-weight: 700;
      text-transform: uppercase;
      color: #0b0d26; }

    #mainNav {
      border-color: rgba(255, 255, 255, 0.3);
      background-color: transparent; }
      #mainNav .navbar-brand {
        color: rgba(255, 255, 255, 0.7) !important; }
        #mainNav .navbar-brand:focus, #mainNav .navbar-brand:hover {
          color: white; }
      #mainNav .navbar-nav > li.nav-item > a.nav-link,
      #mainNav .navbar-nav > li.nav-item > a.nav-link:focus {
        color: rgba(255, 0, 0, 1); }
        #mainNav .navbar-nav > li.nav-item > a.nav-link:hover,
        #mainNav .navbar-nav > li.nav-item > a.nav-link:focus:hover {
          color: white; }
      #mainNav.navbar-shrink {
        border-bottom: 2px solid rgba(255, 255, 255, 0.3);
        background-image: url("../img/header_bg.jpg");
        background-position: center;
        -webkit-background-size: cover;
        -moz-background-size: cover;
        -o-background-size: cover;
        background-size: cover;
        background-color: #0b0d26; }
        #mainNav.navbar-shrink .navbar-brand {
          font-size: 16px;
          color: #312880; }
          #mainNav.navbar-shrink .navbar-brand:focus, #mainNav.navbar-shrink .navbar-brand:hover {
            color: #312880; }
        #mainNav.navbar-shrink .navbar-nav > li.nav-item > a.nav-link,
        #mainNav.navbar-shrink .navbar-nav > li.nav-item > a.nav-link:focus {
          color: #ffffff; }
          #mainNav.navbar-shrink .navbar-nav > li.nav-item > a.nav-link:hover,
          #mainNav.navbar-shrink .navbar-nav > li.nav-item > a.nav-link:focus:hover {
            color: #312880; }

            .nav-link {
              color: rgba(255, 255, 255, 0.7) !important;
              font-size: 13px;
              font-weight: 700;
              text-transform: uppercase;
              }

            .navbar-expand-lg .navbar-nav .nav-link {
                padding-right: .25rem;
                padding-left: .25rem;
            }

            .navbar-toggler {
              color: white !important;
              border: none;
            }

            .navbar-toggler-icon {
              color: white !important;
              border: none;
            }

      .dropdown-menu {
        position: absolute;
        left: auto;
        top:auto;
      }

      .dropdown-menu {
          z-index: 1000;
          display: none;
          float: left;
          min-width: 10rem;
          padding: .5rem 0;
          margin: .125rem 0 0;
          font-size: 1rem;
          color: #312880;
          text-align: left;
          list-style: none;
          background-color: #fff;
          background-clip: padding-box;
          border: 1px solid rgba(0,0,0,.15);
          border-radius: .25rem;
      }

      a.dropdown-item:hover {
        background-color: rgba(26, 29, 65, 1);
        color: white;
      }

      @media (min-width: 1500px) {
      .container {
          max-width: 1340px;
      }
    }


  @media (max-width: 992px) {

            #mainNav {
              background-color: #0b0d26;
            }

            .nav-spacer {
              display: none;
            }

            .dropdown-menu {
              position: static;
              float: none;
              width: auto;
              margin-top: 0;
              border: 0;
              -webkit-box-shadow: none;
              box-shadow: none;
            }

            .btn-group {
              display: block;
            }

            .blog-nav-wrapper {
              display: none;
            }

          }



          header.masthead {
            position: relative;
            width: 100%;
            min-height: auto;
            text-align: center;
            color: white;
            background-image: url("../img/bg1.jpg");
            background-position: bottom;
            -webkit-background-size: cover;
            -moz-background-size: cover;
            -o-background-size: cover;
            background-size: cover; }
            header.masthead .header-content {
              position: relative;
              width: 100%;
              padding: 150px 15px 100px;
              text-align: center; }
              header.masthead .header-content .header-content-inner h1 {
                font-size: 30px;
                font-weight: 700;
                margin-top: 0;
                margin-bottom: 0;
                text-transform: uppercase; }
              header.masthead .header-content .header-content-inner hr {
                margin: 30px auto; }
              header.masthead .header-content .header-content-inner p {
                font-size: 16px;
                font-weight: 300;
                margin-bottom: 50px;
                color: rgba(255, 255, 255, 0.7); }
            @media (min-width: 768px) {
              header.masthead {
                height: 100%;
                min-height: 600px; }
                header.masthead .header-content {
                  position: absolute;
                  top: 50%;
                  padding: 0 50px;
                  -webkit-transform: translateY(-50%);
                  -ms-transform: translateY(-50%);
                  transform: translateY(-50%); }
                  header.masthead .header-content .header-content-inner {
                    max-width: 1000px;
                    margin-right: auto;
                    margin-left: auto; }
                    header.masthead .header-content .header-content-inner h1 {
                      font-size: 50px; }
                    header.masthead .header-content .header-content-inner p {
                      font-size: 18px;
                      max-width: 80%;
                      margin-right: auto;
                      margin-left: auto; } }

            /* === section blog === */

            section#blog {
            	background: #f2f2f2;
            }

            .home-post {
            	background:#fff;
              margin: 2px 8px 20px 8px;
              box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);

            }

            .home-post:hover {
            	box-shadow: 0 0 16px rgba(0, 0, 0, 0.3);
            	-moz-box-shadow: 0 0 16px rgba(0, 0, 0, 0.3);
            	-webkit-box-shadow: 0 0 16px rgba(0, 0, 0, 0.3);
            	-webkit-transition: all 0.4s ease-in-out;
            	-moz-transition: all 0.4s ease-in-out;
            	-o-transition: all 0.4s ease-in-out;
            	-ms-transition: all 0.4s ease-in-out;
            	transition: all 0.4s ease-in-out;
            }


            .home-post .entry-content {
            	padding:20px;
            }
            .home-post .entry-content h5 a {
            	font-size:22px;
            }
            .home-post .entry-content h5 a:hover {
            	color:#312f2b;
            	text-decoration:none;
            }
            .home-post .entry-content a.more {
            	font-size:13px;
            }
            .home-post .post-meta {
            	padding:10px;
            	overflow:hidden;
            	color:#fcfcfc;
              background-image: url("../img/blog/blog_bg.jpg");
              background-position: center;
              -webkit-background-size: cover;
              -moz-background-size: cover;
              -o-background-size: cover;
              background-size: cover;
              background-color: #0b0d26;
            }
            .home-post .post-meta h3 {
              margin-bottom: 0px;
            }
            .home-post .post-meta i {
            	float:left;
            	margin-right:20px;
            }
            .home-post .post-meta span {
            	margin-top:10px;
            }
            .home-post .post-meta span.date {
            	font-weight:700;
            	font-size:13px;
            	float:left;
            }
            .home-post .post-meta span.tags {
            	font-weight:700;
            	font-size:13px;
            	float:right;
            	color:#ddd;
            }
            .home-post .post-meta span.tags a {
            	color:#fcfcfc;
            }

            .max-img {
 width: 100%;
}
 .max-img {
 margin-right: auto;
 margin-left: auto;
 display: block;
}



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

.portfolio-box {
  position: relative;
  border: 2px solid #222222;
  display: block;
  max-width: 650px;
  margin: 5px; }
  .portfolio-box .portfolio-box-caption {
    position: absolute;
    bottom: 0;
    display: block;
    width: 100%;
    height: 100%;
    text-align: center;
    opacity: 0;
    color: white;
    background: rgba(162, 89, 20, 0.9);
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    transition: all 0.2s; }
    .portfolio-box .portfolio-box-caption .portfolio-box-caption-content {
      position: absolute;
      top: 50%;
      width: 100%;
      transform: translateY(-50%);
      text-align: center; }
      .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;
        font-family: 'Merriweather', serif; }
      .portfolio-box .portfolio-box-caption .portfolio-box-caption-content .project-category {
        font-size: 14px;
        font-weight: 600;
        text-transform: uppercase; }
      .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; } }

.blue {
  background: rgba(68, 109, 154, 0.9) !important;
}

.yellow {
  background: rgba(140, 88, 41, 0.9) !important;
}

.orange {
  background: rgba(175, 103, 55, 0.9) !important;
}

.purple {
  background: rgba(141, 93, 127, 0.9) !important;
}

.red {
  background: rgba(141, 93, 127, 0.9) !important;
}

#about {
}

.sixteenbynine {
    padding-bottom: 54%;
}

.fourbythree {
    padding-bottom: 75%;
}

.aspect-ratio {
  position: relative;
  width: 100%;
  height: 0;
}

.aspect-ratio iframe {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0; top: 0;
}

iframe {
  width: 100%;
}

label {
  color: #333;
}


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

.text-primary {
  color: #312880 !important; }

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

  /* NEW INTRO CAROUSEL */

.mask {
position: absolute;
top: 0;
right: 0;
bottom: 0;
left: 0;
width: 100%;
height: 100%;
overflow: hidden;
background-attachment: fixed;
}

.navbar {
box-shadow: 0 4px 12px 0 rgb(0 0 0 / 7%), 0 2px 4px rgb(0 0 0 / 5%);
}


  #introCarousel,
  .intro-carousel-inner,
  .intro-carousel-item,
  .intro-carousel-item.active {
    height: 100vh;
  }

  .intro-carousel-item:nth-child(1) {
    background-image: url('../img/introCarousel_1.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
  }

  .intro-carousel-item:nth-child(2) {
    background-image: url('../img/introCarousel_2.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
  }

  .intro-carousel-item:nth-child(3) {
    background-image: url('../img/introCarousel_3.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
  }

  /* Height for devices larger than 576px */
  @media (min-width: 992px) {
    #introCarousel {
      margin-top: -58.59px;
    }
  }



/* *************************** WALKTHROUGH CLASSES ******************************************* */

.walkthrough-body {
  color: white;

  background: url("../img/candle4.png") repeat center center fixed;
  	-webkit-background-size: cover;
  	-moz-background-size: cover;
  	-o-background-size: cover;
  	background-size: cover;
  	background-color: #000;}

    .btn-simple {
    	background-color:  rgba(20,11,08, 0.4);
    	color: #ddd;
    	border:  1px solid rgba(0,0,0,0.6);
    	display: inline;
    	text-align: center;
    white-space: nowrap;
    vertical-align: middle;
        font-weight: 400;
    		padding: .5rem 1rem;
        font-size: 1.25rem;
        line-height: 1.5;
        border-radius: .3rem;
    margin: 4px 0px;
    width: 100%;

    }

    .btn-default, .btn-default:active, .btn-default:active:focus, .btn-default:visited, .btn-default:focus
    {
    color: #ddd;
    border:  1px solid rgba(0,0,0,0.8);
    display: inline; }

    .btn-lovedone {
    height: 51px;
    cursor: pointer;
    background-color:  rgba(20,11,08, 0.4);
    color: #ddd;
    border: 1px solid rgba(255,255,255,0.6);
    margin: 0px 5px;
    padding: 12px;
    z-index: 1099;
    }

    .btn-default:active, .btn-default:active:focus{
     background-color: #a05c2b;
    }

    .btn-default:focus {
    	background-color: #a05c2b;
    }



    .btn {
    	background-color:  rgba(20,11,08, 0.4);
    	color: #ddd;
      border:  1px solid rgba(0,0,0,0.8);
    	display: inline;
    	padding: 6px 12px;
    	margin: 4px 2px;
    }


    .btn-img {
    	padding: 0px !important;
    	margin: 0px !important;
      z-index: 1099;

    }

    .btn:hover {
    	background-color: #a07b2b;
    	color: #ddd;
    }

    .btn-active {
    	background-color: #a05c2b;
    	color: #ddd;
    }

    .btn-danger {
    	background-color: rgba(255, 0, 0, 0.4);
    	color: #ddd;
    }

    .btn-danger:hover {
    	background-color: rgba(255, 0, 0, 0.8);
    	color: #ddd;
    }

    .btn-form {
      background-color: #002568;
      color: #fff;
      border: 1px solid rgba(0,0,0,0.8);
    }

    .btn-form:hover, .btn-form:active {
      background-color: #317bb5;
      color: #fff;
    }

    .navbar-fixed-bottom {
    	position: fixed;
        bottom: 45px;
        width: 100%;
        height: 45px;
        margin: 0px;
    		z-index: 1099;
    }

    .fixed-footer-text {
        font-size: 1em;
        letter-spacing: 2px;
        font-weight: 600;
        color: #ddd;
    }

    .lovedone-icon  {
    	width: 44px;
    	height: 51px;
    		cursor: pointer;
    }

    .yarSearchIcon {
    	margin-left: 17px;
    	z-index: 1099;
    }

    .owl-theme .owl-nav [class*=owl-] {
    color: #FFF;
    font-size: 14px;
    margin: 5px;
    padding: 4px 7px;
    background: #000033;
    display: inline-block;
    cursor: pointer;
    border-radius: 3px;
}


    .padding-top {
    	padding-top: 15px;
    }

    .walkthrough-popup {
      display:none;
      z-index: 1050;
      position: fixed;
      top: 0;
      background-color:  rgba(20,11,08, 0.4);
    }

    .walkthrough-bio-popup {
      display:none;
      z-index: 1051;
      position: fixed;
      top: 0;
      background-color:  rgba(0,0,0,0.6);
    }

    .walkthrough-detail {
      display: none;
    }

    .walkthrough-panel {
      background-color: rgba(0,0,0,0.7);
      border: solid 1px rgba( 255, 150, 0, 1);
      min-height: 100%;
    }

    .walkthrough-border {
      background-color: rgba(0,0,0,0.7);
      border: solid 1px rgba( 255, 150, 0, 1);

    }

    .walkthrough-panel h2 {
      text-align: center;
      font-size: 1.5rem;
      font-weight: 400;
      margin: 0.8rem;
    }

    .walkthrough-panel p {
      text-align: justify;
    }

    .walkthrough-item {
      z-index:1099;
    }

    .walkthrough-close-icon {
      position: absolute;
      top: -25px;
      right: 15px;
      cursor: pointer;
    }


    .fullscreen {
      position: absolute;
      top: 0;
      width: 100%;
      min-height: 100%;
      text-align: center;
      color: white;
    }

    .walkthrough-bio {
      display: none;
 }

    .walkthrough-background1 {
      background-image: url("../img/walkthrough/yahrzeit2.jpg");
      background-position: bottom;
      -webkit-background-size: cover;
      -moz-background-size: cover;
      -o-background-size: cover;
      background-size: cover; }

      .walkthrough-background2 {
        background-image: url("../img/walkthrough/book2.jpg");
        background-position: bottom;
        -webkit-background-size: cover;
        -moz-background-size: cover;
        -o-background-size: cover;
        background-size: cover; }

        .walkthrough-background3 {
          background-image: url("../img/walkthrough/starofdavid2.jpg");
          background-position: bottom;
          -webkit-background-size: cover;
          -moz-background-size: cover;
          -o-background-size: cover;
          background-size: cover; }

          .walkthrough-background4 {
            background-image: url("../img/walkthrough/yahrzeit1.jpg");
            background-position: bottom;
            -webkit-background-size: cover;
            -moz-background-size: cover;
            -o-background-size: cover;
            background-size: cover; }

            .walkthrough-background5 {
              background-image: url("../img/walkthrough/mist.jpg");
              background-position: bottom;
              -webkit-background-size: cover;
              -moz-background-size: cover;
              -o-background-size: cover;
              background-size: cover; }

    .walkthrough-names {
      z-index: 1;
    }

    area {
      background-color: red;
    }

    .image-links{
  position: relative;
}

.image-links a{
  display: block;
  position: absolute;
  background-color: rgba(255,0,0,0);
}

@media (min-width: 1600px) {
.walkthrough-container {
    max-width: 1600px;
}

.walkthrough-height {
  min-height: 600px;
}

}
