@font-face {
    font-family: Gotham-Bold;
    src: url('/assets/fonts/Gotham-Bold.ttf')
}
@font-face {
    font-family: Gotham-Book;
    src: url('/assets/fonts/Gotham-Book.ttf')
}
@font-face {
    font-family: Gotham-XLight;
    src: url('/assets/fonts/Gotham-XLight.ttf');
}
@font-face {
    font-family: Gotham-Light;
    src: url('/assets/fonts/Gotham-Light.ttf')
}
body {
    overflow-x: hidden;
}
body,
h2,
h3,
h4,
h5,
h6,
a,
li,
span,
footer {
    font-family: Gotham-Light, "Helvetica Neue", Helvetica, Arial, sans-serif !important
}
/*p {
    font-family: Gotham-XLight, "Helvetica Neue", Helvetica, Arial, sans-serif !important
}*/
h1 {
    font-family: Gotham-Book, "Helvetica Neue", Helvetica, Arial, sans-serif !important
}
.content h1,
.content h2,
.content h3,
.content h4,
.content h5,
.content h6 {
    font-weight: 700;
}
body {
    -webkit-animation: fadein 4s;
    animation: fadein 4s;
    margin: 0px;
}
iframe {
    width: 100%;
    padding-top: 2.3rem
}
input {
    background-color: transparent;
    border: none;
    border-bottom: 1px solid #9e9e9e;
    border-radius: 0;
    outline: none;
    height: 3rem;
    width: 80%;
    font-size: 1rem;
    margin: 0 0 20px 0;
    padding: 0;
    box-shadow: none;
    box-sizing: content-box;
    -webkit-transition: all 0.3s;
    transition: all 0.3s
}
input:focus,
input.focus {
    background-color: transparent;
    border: none;
    border-radius: 0;
    outline: none;
    height: 3rem;
    width: 85%;
    font-size: 1rem;
    margin: 0 0 20px 0;
    padding: 0;
    box-sizing: content-box;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    border-bottom: 1px solid #4a4646;
    box-shadow: 0 1px 0 0 #4a4646
}
.button.cta-btn {
    width: 345px;
}
/*
button {
    background-color: #ffd06d;
    border: none;
    color: white;
    padding: 1.5rem 0.8rem;
    text-transform: uppercase;
    
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 16px;
    outline: none;
    box-shadow: 0 5px 5px 0 rgba(0, 0, 0, 0.18), 0 4px 5px 0 rgba(0, 0, 0, 0.15);
    -webkit-transition-duration: .3s;
    transition-duration: .3s;
    position: relative;
    text-shadow: -1px 1px 3px rgba(160,160,160,0.3);
}
*/
.button.cta-btn {
	position: relative;
    padding: 1.5rem 0.8rem;
    border: 2px solid;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    /*background: #ffd06d;*/
    background-color: transparent;
    border: 2px solid #ffd06d;
    color: #ffd06d;
    font-size: 18px;
    font-weight: 500;
    line-height: 1.7em !important;
/*     box-shadow: 0 0px 6px 0 rgba(0, 0, 0, 0.18), 0 0px 6px 0 rgba(0, 0, 0, 0.15); */
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    transition: all 0.2s;
    filter: brightness(0.99);
}
.button.cta-btn:hover {
	background: rgba(0, 0, 0, 0.05);
	box-shadow: none;
	padding: 1.5rem 1rem;
    border: 2px solid transparent;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    transition: all 0.2s;
    outline: none;
    cursor: pointer;
    filter: brightness(0.95);
}
.button.cta-btn:focus {
	box-shadow: none;
	background: rgba(0, 0, 0, 0.05);
	padding: 1.5rem 1rem;
    border: 2px solid transparent;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    transition: all 0.2s;
    outline: none;
    cursor: pointer;
	filter: brightness(0.95);
}
/*
button:hover {
    opacity: .8;
    border: none;
    color: white;
    padding: 1rem 0.4rem;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 16px;
    outline: none;
    box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15);
    -webkit-transition-duration: .3s;
    transition-duration: .3s;
    position: relative;
}
*/
/*
button:hover {
    border: 2px solid #fec05c;
    background-color: transparent;
    color: #fec05c;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 16px;
    outline: none;
    box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15);
    -webkit-transition-duration: .3s;
    transition-duration: .3s;
    position: relative;
}
*/
/*
button:focus {
    opacity: .8;
    border: none;
    color: white;
    padding: 1rem 2rem;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 16px;
    outline: none;
    box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15);
    -webkit-transition-duration: .3s;
    transition-duration: .3s;
    position: relative;
}
*/

.container {
	max-width: 1440px;
    margin: 0 auto;
}
.cta-icon {
	font-size: 20px;
}
/*.site-title {
    margin-bottom: 0;
    height: 10%;
}*/
.how-button {
    text-align: center;
    margin-top: 2em;
    margin-bottom: 2em;
}
.admin-btn {
    color: white;
    text-decoration: none;
    padding: 10px 1.2em;
}
.admin-btn:first-child {
/*     margin-right: 10px; */
}
section {
    position: relative;
}
.title-section {
    text-align: center;
    font-size: 31px;
    margin-bottom: -10px;
}
/*.title-section h1{
    display: inline-block;
    padding-bottom: 5px;
    position: relative;
    padding-bottom: 0px;
}
.title-section h1:before {
    content: "";
    position: absolute;
    width: 73%;
    height: 1px;
    bottom: 5px;
    left: 14%;
    border-bottom: 1.5px solid #F9B390;
    margin-left: auto;
    margin-right: auto;
}*/
.responsive-video {
    position: relative;
    padding-bottom: 56.25%; /* 16:9 -> 9/16x100 */
    overflow: hidden;
}
.video {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    padding-top: 0;
}
.video-container {
    max-width: 600px;
    margin: 25px auto;
}
.info-blurb {
    /*text-shadow: 0px 15px 5px rgba(0, 0, 0, 0.1), 10px 20px 5px rgba(0, 0, 0, 0.09), -10px 20px 5px rgba(0, 0, 0, 0.09);*/
}
.sponser {
    text-align: center;
    padding: 0 0 6em;
}
.sponser h2 {
    font-size: 29px;
    padding-bottom: 2em;
}

.bp-t {
    list-style: none;
    padding: 0px;
    margin-top: 6px;
    font-size: 15px;
}

.shipping {
	margin: 0 0 25px 0 !important;
	font-size: 14px;
	color: gray;
}
/**/
@-webkit-keyframes bounce {
  100% {
    -webkit-transform: translateY(1);
    transform: translateY(1);
  }
  50% {
    -webkit-transform: translateY(-20px);
    transform: translateY(-20px);
  }
  50% {
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px);
  }
}
@keyframes bounce {
  100% {
    -webkit-transform: translateY(1);
    transform: translateY(1);
  }
  50% {
    -webkit-transform: translateY(-20px);
    transform: translateY(-20px);
  }
  50% {
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px);
  }
}
body {
  background: black;
}

.arrow {
opacity: 0.7;
  position: absolute;
  left: 50%;
  margin-left: -18px;
  bottom: 0;
  background-repeat: no-repeat;
  width: 47px;
  height: 40px;
  background-size: contain;
}

.bounce {
  -webkit-animation: bounce 3s infinite;
  animation: bounce 3s infinite;
}

/**/

.save-your-story-callout {
    width: 100%;
    box-sizing: border-box;
    padding: 3rem 2rem;
    font-size: 14px;
    color: white;
    text-align: center;
    position: relative;
    height: auto;
    line-height: 1.5;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}
.text-d {
    font-family: Gotham-XLight;
    font-size: 15px;
}
.save-your-story-callout h2 {
    margin-top: 0;
    margin-bottom: -21px;
}
.calloutimg {
    min-height: 67vh;
    height: auto;
    background: linear-gradient(rgba(0,0,0,.5), rgba(0,0,0,.5)), url('/assets/img/header-bg.jpg');
    width: 100%;
    color: white;
    background-repeat: no-repeat;
    background-position: 25% center;
    background-size: cover;
    position: relative;
}
/*.calloutimg-arrow {
    background-image: url('/assets/img/down-arrow.png');
    width: 32px;
    height: 23px;
    background-repeat: no-repeat;
    position: inherit;

}*/
.callouttext h2 {
    margin: 0 0 0 0;
    margin-top: 0
}
.callouttext p {
    font-weight: 300;
    font-size: 1rem;
    margin-top: 20px
}
.card.mobile-content {
    padding-top: 3rem
}
.mobile-content {
    color: #404040;
    padding-top: 2rem;
    padding-bottom: 2rem;
    line-height: 1.5
}
.post-content {
    padding: 0;
    margin: 2em
}
#a-t {
    text-align: center;
    font-size: 15px;
}
.cover img {
    width: 100%
}
.sidebar {
    width: 100%
}
.centered {
    margin: 0 auto;
    padding: 0 0
}
.footer-area {
    color: #aaaaaa;
    background: #e4e4e4;
    padding: 0;
    text-align: center;
    height: .5rem;
    font-size: .5rem
}
#rp {
    margin-top: -35px; 
}
.account {
    float: right;
    font-size: 18px;
    margin: 15px;
    list-style-type: none;
    padding: 10px;
}
.account a {
    text-decoration: none;
    display: block;
    border-style: solid;
    border-width: 1px;
    color: white;
    cursor: pointer;
    text-align: center;
    text-transform: lowercase;
    font-variant: small-caps;
    padding: .5em;

}
/*
.account a:first-child {
    width: 100px
}
*/
.account a:hover,
.check-it a:hover {
    background-color: rgba(254, 200, 136, 0.4)
}

body {
    background: white
}
.masthead {
    background: none;
}
.site-title {
    color: white
}
.card {
    background: white;
    /*margin: 2em 2em 2em 2em*/
}
.web-info {
    text-align: center;
    /*margin: 20px 10% 0%;*/
    margin: 50px auto;
}
.title-text {
    text-align: center;
}
.head-text {
    font-family: Gotham-Light;
}
.card-content {
    /*padding: 1.4em;*/
    /*background-color: #F2E7E6;*/
    /*text-align: center*/
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    /*padding: 0px 30px 40px 30px;*/
}
.cia {
    text-align: center;
    margin-left: auto;
    margin-right: auto;
}
.package-text {
    font-size: 15px;
}
.package-text p {
    padding-bottom: 20px;
}
.package-content {
    text-align: center;
}
.package-img {
    width: 283px;
}
#ipad-img {
    width: 260px;
}
#mac-img {
    width: 271px;
}
#product-img {
    width: 345px;
}
#pl-img {
    width: 250px;
    margin-top: 2px;
    margin-bottom: -16px;
}
.photobooth-img {
    width: 100%;
}
#title-p {
    margin-bottom: 6px;
    text-align: center;
    margin-top: -11px;
}
.sign-up {
    margin-bottom: 2em;
    margin-left: auto;
    margin-right: auto;
}
/*
.action-button {
	display: flex;
	flex-direction: column;
	justify-content: center;
}
*/
.button.cta-btn {
    text-align: center;
    padding: .85em 1em;
    text-decoration: none;
    display: flex;
    justify-content: center;
    font-size: 18px;
    color: #ffd06d;
/*     font-weight: 500; */
    text-transform: uppercase;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    transition: all 0.2s;
}
.button.cta-btn span {
	font-family: 'Gotham-Book', "Helvetica Neue", Helvetica, Arial, sans-serif !important;
	font-weight: bold;
}
.button.cta-btn .cta-icon {
	width: 0px;
	color: #ffd06d;
	opacity: 0;
	font-size: 40px;
	-webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    transition: all 0.2s;
	margin-left: 1em;
}
.button.cta-btn .cta-icon {
	position: absolute;
	margin-left: -0.5em;
	opacity: 0;
	font-size: 32px;
	line-height: 1em;
	-webkit-transition: all 0.2s;
	-moz-transition: all 0.2s;
	transition: all 0.2s;
}
.button.cta-btn:hover {
	color: #ffd06d;
    padding: .85em 1em;
	text-shadow: 0px 0px 1px rgba(255,255,255,1);
	-webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    transition: all 0.2s;
}
.button.cta-btn:hover .cta-icon {
	margin-left: 0;
	opacity: 1;
	-webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    transition: all 0.2s;	
}
.button.cta-btn span {
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.button.cta-btn span:first-child {
	padding-top: 4px;
}
.save-your-story-callout h2 {
    font-size: 13px;
    text-transform: uppercase;
    text-shadow: 0px 2px 4px black;
    padding-bottom: 5px;
}
.home-link-logo {
	background-image: url('/assets/img/logo.svg'), url('/assets/img/pixbash-logo-outlined.svg');
    background-size: 320px auto, 130px auto;
    background-position: top left, top right;
	width: 490px;
    height: 76px;
    float:left;
    background-repeat: no-repeat;
    margin:15px;
}
a.home-link-logo:before {
    content: 'with';
    text-decoration: none;
    color: #fff;
    text-align: center;
    position: absolute;
    left: 330px;
    top: 54px;
    font-family: Gotham-Book, "Helvetica Neue", Helvetica, Arial, sans-serif !important;
    font-weight: bold !important;
    font-size: 20px;
}
.card {
    margin-top: 10px;
}

.save-your-story-callout h1 {
    font-size: 20px;
    text-shadow: 0px 2px 4px black;
}
.capture-img {
    
}
.customize {
    margin-bottom: -14px;
}
.hw-img {
    width: 300px;
}
.custom2 {
    padding-bottom: 20px;
}
.button-align {
    text-align: center;
}
/*.custom-t {
    padding: 0 20px;
    margin: 22px -22px;
    background-color: #fafafa;
}*/
.custom-t h2 {
    /*display: inline-block;
    padding-bottom: 5px;
    position: relative;*/
    /*margin-bottom: 5px;*/
    margin-top: 35px;
}
/*.custom-t h2:before {
    content: "";
    position: absolute;
    width: 73%;
    height: 1px;
    bottom: 5px;
    left: 14%;
    border-bottom: 1.5px solid #F9B390;
    margin-left: auto;
    margin-right: auto;
}*/
.bar {
    /*display: inline-block;*/
    padding-bottom: 5px;
    position: relative;
    margin-bottom: 3em;
}
.bar:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 1px;
    bottom: 5px;
    left: 0%;
    border-bottom: 1.5px solid #F9B390;
    margin-left: auto;
    margin-right: auto;
}
.rp-img {
    width: 250px;
    padding-top: 25px;
    margin-bottom: -16px;
}
.cr-i {
    padding-bottom: 0;
}

.cr-ii {
    background-color: white;
    text-align: left;
}

.customize-cards {
    text-align: center;
    padding: 40px 40px 0;
}
.cards {
    margin-top: 10px;
}
.card-t {
    margin-bottom: 5px;
}
.custom-t p {
    padding-bottom: 20px;
}
.custom2 p {
    padding-bottom: 10px;
}
/*.card-content h4 {
    padding: 1rem 0rem 0rem 0rem;
    margin: 0
}*/
/*#card3 img {
    width: 15%
}*/
/*.card-content img {
    padding: 1.4em;
    width: 30%;
    margin-left: auto;
    margin-right: auto
}*/
.card-content h2 {
    margin-top: 0;
    margin-bottom: .5em;
    font-weight: normal
}
/*.card-content p {
    font-size: 95%
}*/
.footer-img {
    height: 500px;
    background-image: url('/assets/img/footer-img.png');
    width: 100%;
    color: white;
    background-repeat: no-repeat;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    background-position: 42% center;
    background-size: auto 100%
}

.product-photo {
    text-align: center;
    margin-left: auto;
    margin-right: auto;
}
.package-head h2 {
    margin-top: -11px;
    margin-bottom: 5px;
    color: #404040;
    font-size: 20px;
}
.additional-t {
    background-color: #f0eaee;
    margin: 0 auto 2em;
    padding: 20px;
    width: 246px;
}
#closer-text {
    font-size: 18px;
}
.additional-t ul {
    list-style: none;
    padding: 0px;
}
#closer-b, button {
    margin-bottom: 2em;
    width: 100%;
}
.product-right h3 {
    font-size: 37px;
    color: #f9b390;
    /*padding-top: 30px;*/
}
.product-right h2 {
    font-family: Gotham-Book;
    margin: 20px 40px 0;
    padding: 0 25px;
    font-size: 30px;
}
/*.mobile-info strong {
    text-decoration: underline;
}*/

.soft-img {
    margin-left: auto;
    margin-right: auto;
    margin-top: 20px;
}
.product-text {
    text-align: center;

}

.footer-section {
    text-align: center;
}
#product-list {
    font-size: 15px;
    list-style: none;
    padding: 0;
    margin-top: -86px;
    margin-bottom: 45px;
    color: #404040;
    font-weight: bold;
}

img {
    vertical-align: middle;
}
b {
    font-size: 18px;
}
h3 {
    font-size: 25px;
}
h2 {
    font-size: 20px;
}
h1 {
    font-size: 31px;
}
.how-to {
    width: 345px;
    margin-left: auto;
    margin-right: auto;
}
.custom-section {
    width: 345px;
    margin-left: auto;
    margin-right: auto;
}
.package {
    width: 345px;
    margin-left: auto;
    margin-right: auto;
}
.custom-img {
    margin-bottom: -16px;
    margin-top: 10px;
}
.site-logo {
    background: url("/assets/img/logo.png");
    margin: 0 auto;
    /*margin-top: 1.5rem;
    margin-bottom: 0.8rem;*/
    height: 90px;
    /*width: 370px;*/
    background-size: 57%;
    background-repeat: no-repeat;
    background-position: center;
}
.apple-logo {
    background-image: url("/assets/img/appstore.png");
/*    margin: 0 auto;
    margin-bottom: 1.6rem;*/
    height: 39px;
    width: 125px;
    background-size: 100%;
    /*max-width: 90%*/
    background-repeat: no-repeat;
    margin-left: auto;
    margin-right: auto;
}
.appstore-box {
    position: absolute;
    left: 25px;
    bottom: 25px;
    background-color: #FFF;
    padding: 15px;
    width: 100%;
    max-width: 175px;
    border-radius: 6px;
}
.appstore-box a {
    display: block;
}
.appstore-box img {
    display: block;
    width: 100%;
    height: auto;
}
.facebook-like-box {
    position: absolute;
    right: 25px;
    bottom: 25px;
    max-width: 175px;
}
.facebook-like-box img {
    width: 100%;
}

#logo {
    text-align: center
}
.site-title {
    margin: 0;
    padding: 0;
    font-size: 2em;
    font-weight: 300;
    text-align: center;
    color: black
}
/*@media screen and (min-width: 44.44em) {
    .site-title {
        font-size: 2em
    }
}
@media screen and (min-width: 50em) {
    .site-title {
        font-size: 2.5em
    }
}*/
body,
input,
select,
textarea {
    color: #404040;
    font-family: 'Helvetica', Arial, sans-serif;
    font-size: 18px;
    line-height: 1.5
}
h1,
h2,
h3,
h4,
h5,
h6 {
    clear: both
}
p {
    margin-top: 0;
    margin-bottom: 0
}
b,
strong {
    font-weight: bold
}
dfn,
cite,
em,
i {
    font-style: italic
}
blockquote {
    margin: 0
}
address {
    margin: 0
}
pre {
    background: #eee;
    font-family: "Courier 10 Pitch", Courier, monospace;
    font-size: 15px;
    font-size: 1.5rem;
    line-height: 1.6;
    margin-bottom: 1.6em;
    max-width: 100%;
    overflow: auto;
    padding: 1.6em
}
code,
kbd,
tt,
var {
    font: 15px Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace
}
abbr,
acronym {
    border-bottom: 1px dotted #666;
    cursor: help
}
mark,
ins {
    background: #fff9c0;
    text-decoration: none
}
sup,
sub {
    font-size: 75%;
    height: 0;
    line-height: 0;
    position: relative;
    vertical-align: baseline
}
sup {
    bottom: 1ex
}
sub {
    top: .5ex
}
small {
    font-size: 75%
}
big {
    font-size: 125%
}
body {
    -webkit-animation: fadein 4s;
    animation: fadein 4s
}
.footer-img-txt {
    margin: 225px auto 0;
    text-align: center;
}
.footer-img-txt h1 {
    text-transform: uppercase;
    font-size: 20px;
    padding-left: 10%;
    padding-right: 10%;
}
.footer-container {
    padding: 1rem
}
.footer-space:first-child {
    padding-bottom: rem-calc(60)
}
footer {
    padding: 80px 0px;
    padding-top: 20px;
    padding-bottom: 20px;
    background-color: #1C1C1C;
    color: #87878A;
    text-align: center
}
footer h4 {
    font-size: 2rem;
    font-weight: 700;
    color: #87878A;
    max-width: 100%;
    width: 100%;
}
footer hr {
    border-bottom: .1px solid #747479
}
footer a {
    display: block;
    color: #87878A;
    text-decoration: none;
    color: rgba(135, 135, 138, .5);
    width: 100%;
    padding-top: 10px;
    padding-bottom: 10px
}
.footer-space a span {
    margin-top: 10px;
    margin-bottom: 10px
}
footer a span {
    font-weight: 900;
    text-decoration: none;
    display: block;
    width: 100%;
    color: rgba(135, 135, 138, .5)
}
footer a:hover {
    color: #FFD06D
}

@media screen and (min-width: 480px) {
    .how-to {
        width: 424px;
    }
    .custom-section {
        width: 424px;
    }
    .package {
        width: 424px;
    }
    .button.cta-btn {
        width: 100%;
        max-width: 500px;
    }
    .hw-img {
        width: 370px;
    }
    .capture-img {
    }
    #product-img {
        width: 424px;
    }

}
@media screen and (min-width: 640px) {
    .custom-flex {
        margin-top: 36px;
    }
    .rp-img {
        padding-left: 71px;
        width: 315px;
        padding-right: 58px;
        padding-top: 10px;
    }

    .photobooth-img {
        max-width: inherit;
    }
    .hw-img {
        width: 415px;
    }
    .capture-img {
    }
    .site-logo {
        background-size: 20%;
    }
    .account {
/*        width: 200px;
        right: 5px;
        padding-left: 0;
        padding-right: 0*/
    }
    .account a:hover {
        color: #FFF;
    }
    .account a:first-child {
        width: 150px
    }
    .account a:first-child.order {
	    width: auto;
	}
    .outer-wrap {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }
    .content {
/*        display: -webkit-box;
        display: -ms-flexbox;
        display: flex*/
    }
    .card {
        width: 100%;
        
    }
    .card-content2 {
        padding: 65px;
    }
    .card-img1 {
        
    }
    .card-img1 img {
        vertical-align: middle;
    }
    .card-info {
        /*padding: 34px 28px;*/
    }
/*    .card-info3 {
        padding-top: 70px;
    }*/
    .sidebar {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        background: transparent
    }
    .save-your-story-callout {
        padding: 4rem 2rem;
        color: white;
        text-align: center;
    }
    .save-your-story-callout h2 {
        font-size: 18px;
        text-transform: uppercase;
    }
    .save-your-story-callout h1 {
        font-size: 31px;
        margin-top: 10px;
    }
    .mobile-info {
        display: none
    }
    .desktop-info {
        display: block;
    }
    .calloutimg {
        background-position: 52% center;

    }
    .customize-cards {
        padding: 0;
        margin: 0;
        list-style: none;
          
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-pack: distribute;
            justify-content: space-around;
    }
    .custom-flex {

        padding: 5px;
        width: 400px;
        margin-top: 10px;
        text-align: center;
    }
    .custom1 {
        margin-top: 36px;
    }
    .custom1 img {
        padding-bottom: 17px;
    }
    #product-img {
        width:  450px;
    }
    footer {
        padding-bottom: rem-calc(60);
        padding-top: rem-calc(60)
    }
    footer .row {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }
    footer .row div {
        width: 45%;
        margin-left: 1.75%;
        margin-right: 1.75%
    }
    footer a {
        text-decoration: none !important
    }
    footer a:hover {
        color: #FFD06D !important
    }
}

@media screen and (min-width: 918px) {
    .footer-img {
        background-size: 100% auto;
    }
}
@media screen and (min-width: 750px) {
    .web-info {
        /*margin: 4% 10% 4%;*/
        margin: 3em 25%;
    }
}
@media screen and (min-width: 900px) {
    .sponser {
        padding: 0 0 2em;
    }
    .sponser h2 {
        padding-bottom: 1em;
    }
    .save-your-story-callout h2 {
        font-size: 27px;
    }
    .save-your-story-callout h1 {
        font-size: 50px;
    }
    .arrow {
        bottom: 0em;
    }
    .calloutimg {
        min-height: 100vh;
    }
    .package {
        width: 860px;
        text-align: center;
    }

    .package-img {
        width: 186px;
    }
    .package-content {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        /*flex-wrap: wrap;*/
        -webkit-box-pack: justify;
            -ms-flex-pack: justify;
                justify-content: space-between;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: reverse;
            -ms-flex-direction: row-reverse;
                flex-direction: row-reverse;
        /*margin: 20px 150px 0;*/
        margin-top: 40px;
    }
    .product-right h2 {
        padding: 0;
        font-size: 35px;
    }
    .soft-img {
        margin-left: 0;
        margin-right: 0;
    }

    .package-text {
        padding: 0 30px 0;
    }
    #title-p {
        margin-top: 26px;
    }
    .product-left {
        width: 500px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        text-align: left;
        padding-top: 69px;
    }
    .additional-t {
        padding: 5px;
        width: 52%;
    }
    #s-pt {
        width: 246px;
    }
    .package-head h2 {
        text-align: center;
        padding-right: 270px;
    }
    .product-text {
        padding-left: 30px;
        margin-left: 175px;
        margin-top: -124px;
        text-align: left;
    }
    .hard {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
            -ms-flex-direction: row;
                flex-direction: row;
        height: 200px;
    }
    .soft {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
            -ms-flex-direction: row;
                flex-direction: row;
        height: 200px;
        padding-top: 40px;
    }
    /**/
    .how-to {
        width: 800px;
    }
    .calloutimg{
        /*height: 600px;*/
    }
    .custom-section {
        width: 860px;
    }
    .title-text {
        padding: 16px 0px;
    }
    #product-img {
        width: 520px;
    }
    .cr-i {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
            -ms-flex-direction: row;
                flex-direction: row;
    }
    .cr-ii {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: reverse;
            -ms-flex-direction: row-reverse;
                flex-direction: row-reverse;
        text-align: right;
    }
    .capture-img {
    }
    .card-info {
        padding: 34px 0 34px;
    }
    #rp {
        margin-top: 107px;
        
    }
    .how-button {
        margin-top: 0em;
    }
}
@media screen and (min-width: 1100px) {
    .how-to {
        width: 1000px;
    }
    .web-info {
        max-width: 600px;
        margin: 4em auto;
    }
    .hw-img {
        width: 448px;
        padding-right: 12px;
        padding-left: 20px;
    }
    .capture-img {
    }
    .photobooth-img {
    }
    .rp-img {
        padding-left: 69px;
        width: 285px;
        padding-right: 169px;
        padding-top: 12px;
    }
    #card3 {
        padding-top: 32px;
    }
    #card4 {
        margin-top: -33px;
    }
    .custom-section {
        width: 1000px;
    }
    .title-text {
        width: 668px;
        margin-left: auto;
        margin-right: auto;
    }
    .custom1 {
        margin: 126px 0 15px;
    }
    #ipad-img {
        width: 318px;
    }
    #mac-img {
        width: 350px;
    }
    .custom-t h2 {
        margin-top: 65px;
    }
    #pl-img {
        width: 295px;
    }
    #title-p {
        margin-top: -2px;
    }
}
@media screen and (min-width: 990px) {
    /*.cr-ii {
        text-align: right;
    }
    .card-content {
        flex-direction: row;
        padding: 0px 10% 50px 10%;
    }*/
    .custom-flex {
        margin-top: 50px;
    }
    .package-text {
        width: 800px;
        margin-left: auto;
        margin-right: auto;
    }
    #product-img {
        width: 568px;
    }
    .custom1 {
        margin: 78px 0 15px;
    }
    .save-your-story-callout {
        padding-top: 4rem;
        font-size: 20px;
    }
    /*.centered {
        max-width: 52em
    }*/
    /*.web-info {
        margin: 50px 15% 0%;
    }*/
    /*.card-content2 {
        order: 1;
    }
    .ci-ii {
        order: 2;
    }
*/    .title-section {
        font-size: 24px;
    }
}

@media screen and (max-width: 991px) {
    .home-link-logo {
        background-size: 250px auto, 100px auto;
        width: 400px;
    }
    a.home-link-logo:before {
        left: 265px;
        top: 42px;
    }
    .account {
        top: 16px;
    }
}
@media screen and (max-width: 639px) {
    .calloutimg{
        padding-top:15px;
    }
    a.home-link-logo:before {
        left: 250px;
        top: 28px;
    }
    .home-link-logo {
        position: relative;
        float: none;
        display: block;
        margin: 0 auto;
    }
    .account {
        float: none;
        display: block;
        margin: 15px auto;
        max-width: 200px;
    }
    .account a {
        background-color: #000;
    }
}
@media screen and (max-width: 450px) {
    .home-link-logo {
        background-size: 175px auto, 70px auto;
        width: 280px;
    }
    a.home-link-logo:before {
        left: 175px;
        top: 18px;
        font-size: 15px;
    }
}
@media screen and (max-width: 350px) {
    .capture-img,
    .photobooth-img,
    #product-img {
        width: 100%;
        height: auto;
    }
}


@media (min-width: 900px) {
    .appstore-box img#home-app-logo {
        margin-bottom: 15px;
    }
}
@media (max-width: 899px) {
    .calloutimg {
        padding-bottom: 50px;
    }
    .appstore-box {
        max-width: 275px;
    }
    .appstore-box img {
        width: 47.5%;
        float: left;
    }
    .appstore-box img#home-app-logo {
        margin-bottom: 0px;
        margin-right: 5%;
    }
    .facebook-like-box {
        max-width: 150px;
    }
}
@media (max-height: 600px) and (min-width: 640px) {
    .save-your-story-callout {
        padding-top: 10rem !important;
    }
}
@media (max-height: 600px) {
    .save-your-story-callout {
        position: static;
        transform: none;
        margin: 0px auto;
    }
    .save-your-story-callout h1 {
        font-size: 30px;
    }
    .save-your-story-callout h2 {
        font-size: 18px;
    }
    .appstore-box,
    .facebook-like-box {
        position: static;
        display: block;
        margin: 15px auto;
    }
    .appstore-box {
        max-width: 275px;
    }
    .appstore-box img {
        width: 47.5%;
        float: left;
    }
    .appstore-box img#home-app-logo {
        margin-bottom: 0px;
        margin-right: 5%;
    }
    .facebook-like-box {
        max-width: 150px;
    }
    .appstore-box:after {
        content: '';
        display: table;
        clear: both;
    }
}
@media (max-width: 700px) {
    .save-your-story-callout {
        position: static;
        transform: none;
        margin: 0px auto;
    }
    .save-your-story-callout h1 {
        font-size: 30px;
    }
    .save-your-story-callout h2 {
        font-size: 18px;
    }
    .appstore-box,
    .facebook-like-box {
        position: static;
        display: block;
        margin: 15px auto;
    }
    .appstore-box {
        max-width: 275px;
    }
    .appstore-box img {
        width: 47.5%;
        float: left;
    }
    .appstore-box img#home-app-logo {
        margin-bottom: 0px;
        margin-right: 5%;
    }
    .facebook-like-box {
        max-width: 150px;
    }
    .appstore-box:after {
        content: '';
        display: table;
        clear: both;
    }
}

.align-images-top-bottom {
    display: flex;
    flex-flow: column nowrap;
    justify-content: space-between;
}