/* HTML5 display-role reset for older browsers */

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block;
}



ol,
ul {
    list-style: none;
}

blockquote,
q {
    quotes: none;
}

blockquote:before,
blockquote:after {
    content: '';
    content: none;
}

q:before,
q:after {
    content: '';
    content: none;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

input,
button {
    padding: 0;
    margin: 0;
    border: none;
}

input:focus,
button:focus {
    outline: none;
}


.back-img {
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
}

.container {
    margin: auto;
}

section {}

.rect-outer {
    position: relative;
}

.rect-outer .rect-inner {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

.main-ttl-1 {
    font-size: 50px;
    text-transform: uppercase;
    font-weight: 600;
}

@media (max-width: 600px) {
    .main-ttl-1 {
        font-size: 8.33333vw;
    }
}

.main-ttl-2 {
    font-size: 40px;
    text-transform: uppercase;
    font-weight: 600;
}

.main-ttl-3 {
    font-size: 27px;
    font-weight: 600;
    line-height: 1.3;
}

.main-p-1 {
    line-height: 1.3;
    letter-spacing: .5px;
}

.main-p-1 p + p {
    margin: 20px 0 0;
}

.section-intro {
    position: relative;
    min-height: 40vh;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: white;
}

.section-intro .container {
    position: relative;
    z-index: 2;
}

.section-intro:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.15);
}

.section-features-list {
    padding: 80px 0;
}

.section-features-list .container {
    max-width: 1000px;
}

.section-features-list .section-title {
    text-align: center;
}

.section-features-list .features-list > li {
    padding: 50px 0 0;
}

.section-features-list .features-list .desc {
    padding: 20px 0 0;
}

.section-features-blocks {}

.section-features-blocks .section-title {
    text-align: center;
}

.section-features-blocks .container {
    max-width: 1000px;
}

.section-features-blocks .features-list {
    padding: 20px 0 0;
}

.section-features-blocks .feature-item {}

@media (min-width: 801px) {
    .section-features-blocks .feature-item {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }
}

.section-features-blocks .feature-item + .feature-item {
    padding: 100px 0 0;
}

@media (max-width: 800px) {
    .section-features-blocks .feature-item + .feature-item {
        padding: 70px 0 0;
    }
}

.section-features-blocks .feature-item:nth-child(3n+1) .content-col {
    background: #A5B5AA;
}

.section-features-blocks .feature-item:nth-child(3n+2) .content-col {
    background: #6C6B7A;
}

.section-features-blocks .feature-item:nth-child(3n+3) .content-col {
    background: #296F8C;
}

@media (min-width: 801px) {
    .section-features-blocks .feature-item:nth-child(even) {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
        flex-direction: row-reverse;
    }

    .section-features-blocks .feature-item:nth-child(even) .img-col .img-wrap {
        right: auto;
        left: 0;
    }
}

.section-features-blocks .feature-item .desc {
    padding: 20px 0 0;
}

.section-features-blocks .feature-item .content-col {
    color: white;
    padding: 50px;
    z-index: 2;
    position: relative;
}

@media (max-width: 800px) {
    .section-features-blocks .feature-item .content-col {
        padding: 30px;
    }
}

@media (min-width: 801px) {
    .section-features-blocks .feature-item .content-col {
        width: 50%;
    }
}

.section-features-blocks .feature-item .img-col {
    position: relative;

}


@media (min-width: 801px) {
    .section-features-blocks .feature-item .img-col {
        width: 100%;
    }
}

@media (max-width: 800px) {
    .section-features-blocks .feature-item .img-col {
        min-height: 400px;
        overflow: hidden;
    }
}

.section-features-blocks .feature-item .img-col .parallax-inner:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.15);
    z-index: 1;
}

.section-features-blocks .feature-item .img-col.hover-me .parallax-inner:before {
    background: rgba(0, 0, 0, 0.25);
}

.section-features-blocks .feature-item .img-col.hover-me .parallax-inner:after {
    content: 'Hover me';
    height: 100%;
    width: 100%;
    position: absolute;
    text-transform: uppercase;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 35px;
    color: white;
    z-index: 2;
}

.section-features-blocks .feature-item .img-col .img-wrap {
    min-width: 640px;
    right: 0;

    height: 920px;
    margin: 0 auto;
}

@media (max-width: 800px) {
    .section-features-blocks .feature-item .img-col .img-wrap {
        right: -20px;
    }
}

/**
 * prism.js default theme for JavaScript, CSS and HTML
 * Based on dabblet (http://dabblet.com)
 * @author Lea Verou
 */

code[class*="language-"],
pre[class*="language-"] {
    color: black;
    background: none;
    text-shadow: 0 1px white;
    text-align: left;
    white-space: pre;
    word-spacing: normal;
    word-break: normal;
    word-wrap: normal;
    line-height: 1.5;
    -moz-tab-size: 4;
    -o-tab-size: 4;
    tab-size: 4;
    -webkit-hyphens: none;
    -ms-hyphens: none;
    hyphens: none;
}

pre[class*="language-"]::-moz-selection,
pre[class*="language-"] ::-moz-selection,
code[class*="language-"]::-moz-selection,
code[class*="language-"] ::-moz-selection {
    text-shadow: none;
    background: #b3d4fc;
}

pre[class*="language-"]::selection,
pre[class*="language-"] ::selection,
code[class*="language-"]::selection,
code[class*="language-"] ::selection {
    text-shadow: none;
    background: #b3d4fc;
}

@media print {

    code[class*="language-"],
    pre[class*="language-"] {
        text-shadow: none;
    }
}

/* Code blocks */

pre[class*="language-"] {
    padding: 1em;
    margin: .5em 0;
    overflow: auto;
}

:not(pre) > code[class*="language-"],
pre[class*="language-"] {
    background: #f5f2f0;
}

/* Inline code */

:not(pre) > code[class*="language-"] {
    padding: .1em;
    border-radius: .3em;
    white-space: normal;
}

.token.comment,
.token.prolog,
.token.doctype,
.token.cdata {
    color: slategray;
}

.token.punctuation {
    color: #999;
}

.namespace {
    opacity: .7;
}

.token.property,
.token.tag,
.token.boolean,
.token.number,
.token.constant,
.token.symbol,
.token.deleted {
    color: #905;
}

.token.selector,
.token.attr-name,
.token.string,
.token.char,
.token.builtin,
.token.inserted {
    color: #690;
}

.token.operator,
.token.entity,
.token.url,
.language-css .token.string,
.style .token.string {
    color: #9a6e3a;
    background: rgba(255, 255, 255, 0.5);
}

.token.atrule,
.token.attr-value,
.token.keyword {
    color: #07a;
}

.token.function,
.token.class-name {
    color: #DD4A68;
}

.token.regex,
.token.important,
.token.variable {
    color: #e90;
}

.token.important,
.token.bold {
    font-weight: bold;
}

.token.italic {
    font-style: italic;
}

.token.entity {
    cursor: help;
}

   

@media (min-width: 350px) and (max-width: 640px) {
    .section-features-blocks .feature-item .img-col .img-wrap {
        max-width: 640px;
        width: 100%;
    }

    .section-features-blocks .feature-item .img-col .img-wrap {
        min-width: 640px;
        max-width: 640px;
    }
   .section-features-blocks .container {
    max-width: 640px;
}
    

}

/*# sourceMappingURL=style.css.map*/
