/*!
 * Start Bootstrap - Portfolio Item (http://startbootstrap.com/)
 * Copyright 2013-2016 Start Bootstrap
 * Licensed under MIT (https://github.com/BlackrockDigital/startbootstrap/blob/gh-pages/LICENSE)
 */


body {
    /*padding-top: 30px;  Required padding for .navbar-fixed-top. Remove if using .navbar-static-top. Change if height of navigation changes. */
    height: 100%;
    /*overflow-x: hidden;*/
}


.top-start-framing-button {
    font-family: 'value-sans-bold', sans-serif;
    font-size: 21px;
    color: var(--keepsake-blue);
    /*font-weight: 600;*/
    margin-top: 4px;
    margin-bottom: 0px;
    margin-left: 0px;
    background-color: var(--keepsake-yellow);
    border-color: var(--keepsake-yellow);
    border-width: 1px;
    border-radius: 27px;
    padding: 12px 50px 10px 50px;
}

.top-start-framing-button:hover, .top-start-framing-button:focus, .top-start-framing-button:active, .top-start-framing-button.active {
    background: var(--keepsake-blue);
    border-color: var(--keepsake-blue);
    color: var(--keepsake-white);
}


video#bgvideo {
    position: fixed;
/*    margin-top: 74px;*/
    /*top: 35%;*/
    top: 420px;
    left: 50%;
    min-width: 100%;
    min-height: 700px;
    /*max-height: 400px;*/
    width: auto;
    height: auto;
    z-index: -100;
    -ms-transform: translateX(-50%) translateY(-50%);
    -moz-transform: translateX(-50%) translateY(-50%);
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    background: url('/static/img/index/hero_video_placeholder.jpg') no-repeat;
    background-size: cover;
}


#right-slideshow { 
    /*margin: 50px auto; */
    /*position: absolute;*/
/*    width: 100%;
    height: 400px;*/
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
    max-height: 800px;
    /*height: 100%; */
    /*padding: 10px; */
    /*box-shadow: 0 0 20px rgba(0,0,0,0.4); */
}
/*
#right-slideshow > div { 
    position: absolute; 
    top: 10px; 
    left: 10px; 
    right: 10px; 
    bottom: 10px;
}*/

.right-slideshow-image {
    flex-shrink: 0;
    width: 100%;
    min-height: 100%;

    /*width: auto;*/
    height: auto;

}


/*.right-slideshow {
    width: 100%;
    height: 500px;
    margin: 0;
    padding: 0;
    display: inline-block;
    position: relative;
    background:url('https://d1gtpmyy4dh70u.cloudfront.net/static/img/home-hero-2018_small.jpg');
    background-size: cover;
    background-position: center;
}*/

.top-row {
    width: 100%;
    height: 600px;
    margin: 0;
    padding: 0;
    display: inline-block;
    position: relative;
    background:url('https://d1gtpmyy4dh70u.cloudfront.net/static/img/home-hero-2018_small.jpg');
    background-size: cover;
    background-position: left;
}

.top-row-cover {
    margin-top: 130px;
    margin-left: 30px;
    padding-bottom: 10px;
    z-index: 1000;
    color: white;
}

.top-title {
    margin-top: 20px;
    margin-bottom: 10px;
    text-align: center;
    font-family: 'value-sans-regular', sans-serif;
    font-size: 38px;
    font-weight: 300;
}


.image-message-box {
    background-color: white;
}


.vcenter {
    display: inline-block;
    vertical-align: middle;
    float: none;
}

.index-container {
    width: 100%;
    padding: 0;
}

.left-column, .right-column {
    padding: 0px;
}


.slogan-start {
    margin: 20px auto 200px auto;
    text-align: center;
}


.slogan-title {
    margin: 80px 0px 50px 0px;
    font-family: 'value-serif-bold', serif;
    font-size: 40px;
    color: var(--keepsake-white);
    /*line-height: 69px;*/
    padding-top: 160px;
    padding-bottom: 20px;
    max-width: 460px;
    margin: auto;
    text-align: center;
    /*text-shadow: 0px 0px 5px rgba(0, 0, 0, 0.5);*/
}

@media(min-width:1080px){
}

@media(min-width:1280px){
}

@media(min-width:1600px){
}



.section-white {
    background: var(--keepsake-white);
}

.section-yellow {
    background: var(--keepsake-yellow);
}

.section-image {
    width: 100%;
}

.section-title {
    text-align: left;
    font-family: 'value-serif-bold', serif;
    font-size: 53px;
    color: var(--keepsake-blue);
    /*margin-top: 140px;*/
    margin-right: 60px;
    margin-bottom: 25px;
    margin-left: 20px;
    max-width: 450px;
}

.section-text {
    text-align: left;
    font-family: 'value-serif-bold', serif;
    font-size: 27px;
    line-height: 31px;
    color: var(--keepsake-blue);
    margin: 0px 60px 40px 20px;
    max-width: 450px;
}

.section-hi {
    text-align: center;
    width: 70%;
    margin: auto;
    max-width: 610px;
    /*color: white;*/
    padding: 120px 50px 70px 50px;
}

.section-hi-title {
    text-align: left;
}

.section-how {
    text-align: center;
    max-width: 1200px;
    font-size: 21px;
    margin: 10px auto 30px auto;
}

.svg-center {
    display: block;
    margin: auto;
}

.how-subtitle {
    text-align: center;
    font-family: 'value-sans-regular', sans-serif;
    font-size: 15px;
    color: var(--keepsake-blue);
}

.section2-image {
   padding: 30px 0px;
}

.section3 {
    margin-left: 50px;
}

.section3-image {
   margin-top: 30px;
   margin-bottom: 30px;
}

.section4-image {
    padding: 50px 0px 20px 0px;
}

.section4-title {
    font-family: 'value-serif-bold', serif;
    font-size: 21px;
    color: var(--keepsake-blue);
    margin: 0 0 10px 0;
}

.section4-subtext {
    font-family: 'value-sans-regular', sans-serif;
    font-size: 15px;
    color: var(--keepsake-blue);
}

.how-link {
    color: var(--keepsake-blue);
}

.section5 {
    margin-left: 50px;
    margin-right: 0px !important;
}

.section5-image {
    vertical-align: bottom;
}

.quotation-quote {
    text-align: left;
    font-family: 'value-serif-bold', serif;
    font-size: 39px;
    color: var(--keepsake-blue);
    /*margin-top: 140px;*/
    margin-right: 60px;
    margin-bottom: 25px;
    margin-left: 20px;
    max-width: 470px;
}

.quotation-text {

}


.reviews {
    height: 350px;
    width: 100%;
    margin: 0px;
    padding: 0px;
    display: inline-block;
    position: relative;
    background:url('https://d1gtpmyy4dh70u.cloudfront.net/static/img/home-reviews_small.jpg');
    background-size: cover;
    background-position: center;
    border-top: 1px solid darkgray;
    border-bottom: 1px solid darkgray;
    background-color:#eee;
    text-shadow: 0px 0px 10px rgba(0, 0, 0, 0.5);
}

.rotating-reviews {
    text-align: center;
    width: 70%;
    margin: auto;
    max-width: 1000px;
    color: white;
    padding: 120px 50px 120px 50px;
}

.review {
    font-family: 'value-sans-regular', sans-serif;
    font-size: 25px;
    display: none;  /* Hidden until JS */
}

.rotating-reviews-user {
    font-family: 'value-sans-regular', sans-serif;
    font-size: 35px;
    text-decoration: none !important;
    color: white;
    font-weight: lighter;
}

.rotating-reviews-user:hover {
    color: var(--keepsake-white);
}

.stars {
    color: yellow;
}


div.browse-frames {
    margin-top: 20px;
    /*width: 280px;*/
}

a.browse-frames {
    font-family: "value-sans-bold";
    color: var(--keepsake-blue) !important;
    font-weight: bold;
    /*text-align: center;*/
    font-size: 16px;
}

span.browse-frames {
    color: var(--keepsake-blue) !important;
}

.vertical-align {
  display: flex;
  flex-direction: row;
}

.vertical-align > [class^="col-"],
.vertical-align > [class*=" col-"] {
  display: flex;
  align-items: center;     /* Align the flex-items vertically */
  /*justify-content: center; */ /*Optional, to align inner flex-items 
                              horizontally within the column */  
}

/*.index-left-block {
    height: 100%;
    display: flex;
    align-items: center;
}*/

.index-message-button-div {
    width: 100%;
    padding-left: 50px;
}

.portfolio-item {
    /*margin-bottom: 25px;*/
    display: block;
    max-width: 100%;
    height: auto;
}

#get-started {
	position: absolute;
	top: 100px;
	left: 100px;
}

.review-background {
  background-size: 100% auto ;
  position: relative;  /* Added by dave to get overlay working */
  background-color: #777777;
  background: no-repeat center center;
  background-attachment: scroll;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  -o-background-size: cover;
  /*margin-bottom: 50px;*/
}

.review-section {
    height:300px;
}

.review-stars {
    text-align: center;
    margin: 60px auto 20px auto;
}

.review-title {
    color: var(--keepsake-blue);
    font-family: 'value-serif-bold', serif;
    font-size: 18px;
    text-align: center;
}

.review-quote {
    text-align: center;
    margin: 20px auto 0px auto;
}

.review-text {
    color: var(--keepsake-blue);
    font-family: 'value-sans-regular', sans-serif;
    font-size: 15px;
    text-align: center;
    margin-top: 30px;
}

.review-image {
    text-align: center;
    margin: 20px auto 0px auto;
}



.app-text {
    color: var(--keepsake-white);
}

.app-title {  
    font-family: 'value-sans-regular', sans-serif;
    font-size: 15px;
    font-weight: 300;
}

.app-subtitle {
    font-family: 'value-serif-bold', serif;
    font-size: 18px;
    margin-top: 10px;
/*    font-weight: 300;*/
}

.app-body {
    margin-top: 10px;
    font-family: 'value-sans-regular', sans-serif;
    font-size: 15px;
    /*font-weight: 300;*/
}

.app-background {
  background-size: 100% auto ;
  position: relative;  /* Added by dave to get overlay working */
  background-color: #777777;
  background: no-repeat center center;
  background-attachment: scroll;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  -o-background-size: cover;
  /*margin-bottom: 50px;*/
}

