/* ==========================================================================
  00.  HEADER
  =========================================================================== */

.navbar-brand img.instamatica {
    height: 46px; 
    margin-left: -12px; 
    margin-top: -2px;
}


/* ==========================================================================
  01.  INTRO
  =========================================================================== */

/* #hero-6 { */
#intro {
    /*
    width: 100%;
    height: 100%;
    position: relative;
    top: 0px;
    z-index: 1;
    display: block;
    overflow: hidden;
    padding: 0 !important;
    */
}

.intro {
    display: table;
    width: 100%;
    height: 100vh;
    min-height: -moz-available;          /* WebKit-based browsers will ignore this. */
    min-height: -webkit-fill-available;  /* Mozilla-based browsers will ignore this. */
    min-height: fill-available;
    text-align: center;
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    
    /* from #hero-6 or #intro */
    /*
    width: 100%;
    height: 100%;
    position: relative;
    top: 0px;
    z-index: 1;
    display: block;
    overflow: hidden;
    padding: 0 !important; 
    */
    
}

/*
.intro.bg-image {
    background-image: url(../images/banner-instamatica-intro.jpg);
    background-attachment: fixed !important;
    background-repeat: no-repeat;
    background-position: center top;   
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;  
}
*/

.intro .intro-body {
    display: table-cell;
    vertical-align: middle;
    margin: auto;
    position: relative;
    background-color: #000;
    /* padding-top: 116px; /* navbar height */
}

/*------------------------------------------*/
/*   INTRO FULLSCREEN SLIDER
/*------------------------------------------*/

#slides {
    position: relative;
}

#slides .scrollable {
    height: 100%;
    position: relative;
    top: 0;
    left: 0;
    *zoom: 1;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
}

#slides .scrollable:after {
    content: "";
    display: table;
    clear: both;
}

/*------------------------------------------*/
/*   INTRO FULLSCREEN SLIDER CONTENT
/*------------------------------------------*/

/* .hero-content { */
.intro-content {
    width: 98%; 
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateY(-50%);
    color: #fff;
    text-align: center;
    display: inline-block;
    padding: 50px 0;
    -webkit-transform: translate(-50%,-50%);
    -moz-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    -o-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
}

/*------------------------------------------*/
/*   Intro Headers
/*------------------------------------------*/

/* #hero-6 h3 { */
#intro h3 {
    font-size: 2.4rem;
    font-weight: 400;
    letter-spacing: -0.5px;
    margin-bottom: 30px;
}

/* #hero-6 h2 { */
#intro h2 {
    font-size: 6.25rem;
    font-weight: 800;
    line-height: 1;
    text-transform: uppercase;
    letter-spacing: -2px;
    margin-bottom: 30px;
}

/*------------------------------------------*/
/*   Intro Paragraphs
/*------------------------------------------*/

/* #hero-6 .hero-content p { */
#intro .intro-content p { 
    font-size: 1.35rem;
    padding: 0 20%;
    margin-bottom: 0;
}

/*------------------------------------------*/
/*    HERO LINKS 
/*------------------------------------------*/

/* .hero-links { */
.intro-links {
    margin-top: 10px;
}

/* .hero-links span { */
.intro-links span {
    font-size: 1rem;
    line-height: 1;
    margin-right: 25px;
}

/* .hero-links span:last-child { */
.intro-links span:last-child {
    margin-right: 0
}

/* .hero-links span a { */
.intro-links span a {
    text-decoration: underline;
}

/* .hero-links span a:hover { */
.intro-links span a:hover {
    opacity: .8;
}


/* ==========================================================================
  02.  ABOUT
  =========================================================================== */

.about {
    display: table;
    height: 100vh;
    height: calc(var("--vh", 1vh) * 100);
    min-height: -moz-available;          /* WebKit-based browsers will ignore this. */
    min-height: -webkit-fill-available;  /* Mozilla-based browsers will ignore this. */
    min-height: fill-available;
}

.about .about-body {
    display: table-cell;
    vertical-align: middle;
    background-color: #000;
    padding-top: 70px; /* navbar height */
    text-align: center;
}

.about .about-body img.instamatica {
    display: inline-block;
}

.about .about-body img.instamatica-mobile {
    width: 200px;
    display: none;
}

.about .about-body p.txt {
    font-size: 1.325rem; /* 21.2px */
    padding-right: 0px; 
    margin-top: 25px;
}

.about .about-body p.txt b.instamatica {
    text-transform: uppercase;
    font-weight: 700;
    letter-spacing: 5px;
}


/* ==========================================================================
  03.  APPS
  =========================================================================== */

.apps {
    display: table;
    width: 100%;
    height: 100vh;
    height: calc(var("--vh", 1vh) * 100);
    min-height: -moz-available;          /* WebKit-based browsers will ignore this. */
    min-height: -webkit-fill-available;  /* Mozilla-based browsers will ignore this. */
    min-height: fill-available;
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    text-align: center;
}

.apps .apps-body {
    display: table-cell;
    vertical-align: middle;
    margin: auto;
    /* position: relative; */
    padding-top: 80px;
}

.apps .apps-body .apps-row {
    height: auto;
}

.apps .apps-body img.logo {
    width: 300px;
}

.apps .apps-body h3.title {
    font-weight: 700;
    letter-spacing: 3px;
    letter-spacing: 12px; 
    font-size: 56px; 
    margin-top: 40px;
}

.apps .apps-body p.claim {
    font-size: 1.325rem; /* 21.2px */
    padding-right: 0px; 
    margin-top: 20px;
}


/* ==========================================================================
  04.  FILMS
  =========================================================================== */

.films {
    display: table; 
    height: 100vh;
    height: calc(var("--vh", 1vh) * 100);
    min-height: -moz-available;          /* WebKit-based browsers will ignore this. */
    min-height: -webkit-fill-available;  /* Mozilla-based browsers will ignore this. */
    min-height: fill-available;
}

.films .films-body {
    display: table-cell; 
    vertical-align: middle;
    margin: auto;
    /* position: relative; */
    padding-top: 80px;
}

.films .films-body h3.title {
    font-weight: 700;
    letter-spacing: 3px;
    letter-spacing: 12px; 
    font-size: 56px; 
    /* margin-top: 40px; */
}

.films .films-body p.claim {
    font-size: 24px;
    padding-right: 0px; 
    margin-top: 0px;
}

.films-icon {
    margin-bottom: 40px;
}

.films-icon-img {
    border: 0px solid #d2d2d2; 
    border-radius: 30px;
    max-width: 150px;
    /* padding: 10px; */
}


/* ==========================================================================
  05.  THINGS
  =========================================================================== */

.things {
    display: table; 
    height: 100vh;
    min-height: -moz-available;          /* WebKit-based browsers will ignore this. */
    min-height: -webkit-fill-available;  /* Mozilla-based browsers will ignore this. */
    min-height: fill-available;
}

.things .things-body {
    display: table-cell; 
    vertical-align: middle;
    background-color: #ffde00;
    color: #000000;
    padding-top: 70px; /* navbar height */
}

.things-body div.section-title {
    text-align: center;
    margin-bottom: 20px;
}

.things-body div.section-title h3.title {
    font-size: 48px; 
    font-weight: 800; 
    text-transform: uppercase; 
    letter-spacing: 5px;
}

.things-body div.section-contents {
    margin-bottom: 20px;
    text-align:center;
}

.things-body div.section-contents p.txt,
.things-body div.section-caption p.txt {
    font-size: 21px;
    margin-bottom: 10px;
}

.things-body div.section-button {
    text-align:center;
}


/* ==========================================================================
  06.  CONTACT
  =========================================================================== */

.contact {
    display: table; 
    height: 100vh;
    height: calc(var("--vh", 1vh) * 100);
    min-height: -moz-available;          /* WebKit-based browsers will ignore this. */
    min-height: -webkit-fill-available;  /* Mozilla-based browsers will ignore this. */
    min-height: fill-available;
}

.contact .contact-body {
    display: table-cell; 
    vertical-align: middle;
    background-color: #000;
    color: #fff;
    padding-top: 70px; /* navbar height */
}

.contact-body div.section-title {
    text-align: center;
    margin-bottom: 20px;
}

.contact-body div.section-title h3.title {
    font-size: 48px; 
    font-weight: 800; 
    text-transform: uppercase; 
    letter-spacing: 5px;
}

.contact-body div.section-contents {
    margin-bottom: 20px;
    text-align:center;
}

.contact-body div.section-contents p.txt,
.contact-body div.section-caption p.txt {
    font-size: 21px;
    margin-bottom: 10px;
}

.contact-body div.section-button {
    text-align:center;
}


/* ==========================================================================
  99.  PRINTS (BETA)
  =========================================================================== */

.prints {
    display: table; 
    height: 100vh;
    height: calc(var("--vh", 1vh) * 100);
    min-height: -moz-available;          /* WebKit-based browsers will ignore this. */
    min-height: -webkit-fill-available;  /* Mozilla-based browsers will ignore this. */
    min-height: fill-available;
}

.prints .prints-body {
    display: table-cell; 
    vertical-align: middle;
    color: #FFFFFF;
}

#prints.bg-image {
    background-image: url(../images/banner-prints.jpg);
}

.prints-body h2 {
    font-size: 4.5rem;
    line-height: 1.3;
    font-weight: 800;
    /* letter-spacing: -0.5px; */
    letter-spacing: 15px;
    text-transform: uppercase;
    margin-bottom: 30px;
}

.prints-body h2 span.h-bg {
    color: #fff;
    padding: 1px 20px;
}

.prints-body h2 span.h-bg.bg-yellow {
    color: #000;
    background-color: #ffde00;
}

.prints-body p {
    padding-right: 30%;
    margin-bottom: 0;
}

.prints-icon {
    margin-bottom: 50px;
}

.prints-icon-img {
    border: 3px solid #ddd; 
    border-radius: 20px;
    max-width: 150px;
}













