/* ==================================================================== */
/* === Normalize ====================================================== */
/* ==================================================================== */

html, body {
    margin: 0;
    padding: 0;
    outline: 0;
    border: 0;
}

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

img {
    vertical-align: middle;
}

/* ==================================================================== */
/* === Global ========================================================= */
/* ==================================================================== */

body {
    font-size: 16px;
    font-weight: 300;
    font-family: 'Open Sans', "Helvetica Neue", Helvetica, Arial, sans-serif;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    line-height: 1.42857143;
    letter-spacing: 0.01em;
    background-color: #fff;
    color: #333;
}

html {
    box-sizing: border-box;
}

h1, h2, h3, h4, h5, h6 {
    margin-top: 0;
}

*, *:before, *:after {
    box-sizing: inherit;
}

.wrapper {
    max-width: 920px;
    padding: 0 15px;
    margin: 0 auto;
    height: 100%;
}

.visually-hidden {
	position: absolute;
	overflow: hidden;
	clip: rect(0 0 0 0);
	height: 1px;
	width: 1px;
	margin: -1px;
	padding: 0;
	border: 0;
}

.nav {
    height: 80px;
    width: 100%;
    background-color: #fff;
    position: absolute;
}

.eco-shield-logo img {
    width: 180px; /* changed from 280px*/
    background: #fff;
    padding: 32px;
    float: left;
}

.technology-by {
    float: left;
}

.toll-free {
    float: right;
    font-size: 22px;
}

.toll-free,
.toll-free a {
    color: #1E6B21;
}

.toll-free a {
    text-decoration: none;
    font-weight: bold;
}

.eco-shield-main {
    height: 100vh;
    background: url('/assets/gfx/eco-shield-main-image-min.jpg') no-repeat center center fixed;
    background-size: cover;
}

.eco-shield-main_header span {
    display: block;
}

.eco-shield-main_header {
    margin: 0;
    padding: 0;
    color: #fff;
    text-align: center;
    text-transform: uppercase;
    position: relative;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

.eco-shield-main_header__span2 {
    font-size: 92px;
    filter: drop-shadow(4px 4px 4px rgba(0, 0, 0, 0.5));
}

.eco-shield-main_header__span4 {
    font-weight: 300;
}

.scroll-down {
    background: url('/assets/gfx/arrow-min.png') no-repeat;
    background-size: 51px 32px;
}

.scroll-down {
	color: #fff;
	font-size: 58px;
	position: absolute;
	bottom: 120px;
	left: 50%;
	transform: translate(-50%, 0%);
    opacity: 0.8;
    width: 51px;
    height: 32px;
}

.scroll-down:hover {
	opacity: 1.0;
}

.you-are-protected {
    text-align: center;
    padding: 48px 0;
}

.you-are-protected h3 {
    color: #1D6C21;
    font-size: 54px;
}

.you-are-protected h3 span {
    font-weight: 300;
}

.you-are-protected p {
    text-align: justify;
}

.eco-shield-i,
.eco-shield-ii {
    color: #fff;
    background-color: #1E6B21;
    overflow: hidden;
    width: 100%;
}

.eco-shield-ii {
    background-color: #fff;
    color: #000;
}

.eco-shield-i__box1 {
    float: left;
    width: 50%;
}

.eco-shield-i__box2 {
    float: right;
    width: 50%;
}

.eco-shield-i p,
.eco-shield-ii p {
    width: 380px;
    /*text-align: justify;  */
}

.eco-shield-ii h3,
.eco-shield-ii p {
    margin-left: 80px;
}

.eco-shield-i h3,
.eco-shield-ii h3 {
    margin-top: 100px;
}

.eco-shield-i img,
.eco-shield-ii img {
    width: 640px;
}

.eco-shield-ii__box1 {
    float: left;
    width: 50%;
}

.eco-shield-ii__box2 {
    float: right;
    width: 50%;
}

.footer {
    padding: 48px 0;
    overflow: hidden;
}

.footer_col1 {
    float: left;
    width: 50%;
}

.footer_col2 {
    float: right;
    width: 50%;
}

.footer_col1 a {
    text-decoration: none;
    color: #000;
    font-weight: bold;
}

.footer_col1 ul {
    list-style: none;
    padding-left: 0;
}

.footer_col1 .tel {
    font-weight: bold;
}

.footer_header {
    text-transform: uppercase;
}

.footer_col2__row {
    display: flex;
}

.technology-provided-by {
    margin-top: 33px;
    margin-left: 38px;
}

.new-concept-design-logo {
    float: right;
    margin-top: 88px;
}

/* ==================================================================== */
/* === Media Queries ================================================== */
/* ==================================================================== */

/* Small devices (tablets, 768px and up) */
@media (max-width: 768px) {
    .eco-shield-i__box1,
    .eco-shield-i__box2,
    .eco-shield-i img,
    .eco-shield-ii__box1,
    .eco-shield-ii__box2 {
        float: none;
        width: 100%;
    }

    .eco-shield-i .eco-shield-i__box1,
    .eco-shield-ii .eco-shield-i__box2 {
        display: block;
        padding: 48px 0;
    }

    .eco-shield-ii h3,
    .eco-shield-ii p {
        margin: 0;
        width: auto;
    }

    .eco-shield-i h3 {
        padding-left: 15px;
        margin: 0;
    }

    .eco-shield-i p {
        margin: 0 auto;
        padding: 0 15px;
        width: initial;
    }

    .eco-shield-ii .eco-shield-i__box2 {
        padding: 48px 15px;
    }

    .eco-shield-i .wrapper {
        padding: 0;
    }

    .footer_col1,
    .footer_col2 {
        float: none;
        width: 100%;
    }

    .footer_col2__row {
        display: flex;
        flex-direction: column;
    }

    .footer_col2__row > img {
        width: 101px;
        margin: 0 auto;
    }

    .nav > .wrapper {
        max-width: 750px !important;
    }

    .nav {
        position: initial;
        height: initial;
        padding-bottom: 22px;
    }

    .eco-shield-logo {
        text-align: center;
    }

    .eco-shield-logo img {
        width: 160px;
        float: none;
    }

    .technology-by,
    .toll-free {
        text-align: center;
        float: none;
    }

    .technology-by span {
        display: block;
        margin-bottom: 8px;
    }

    .toll-free {
        margin-top: 44px;
    }

    .eco-shield-main {
        height: initial;
    }

    .eco-shield-main_header {
        transform: none;
        -webkit-transform: none;
        padding: 44px 0;
    }

    .eco-shield-main_header__span2 {
        font-size: 44px;
    }

    .scroll-down {
        display: none;
        visibility: hidden;
    }
}

/* Medium devices (desktops, 992px and up) */
@media (min-width: 992px) {
    .nav > .wrapper {
        max-width: 970px !important;
    }
}

/* Large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {
    .nav > .wrapper {
        max-width: 1170px !important;
    }
}
