/*! HTML5 Boilerplate v5.0.0 | MIT License | http://h5bp.com/ */


/*
 * What follows is the result of much research on cross-browser styling.
 * Credit left inline and big thanks to Nicolas Gallagher, Jonathan Neal,
 * Kroc Camen, and the H5BP dev community and team.
 */


/* ==========================================================================
   Base styles: opinionated defaults
   ========================================================================== */

html {
    color: #222;
    font-size: 1em;
    line-height: 1.4;
}


/*
 * Remove text-shadow in selection highlight:
 * https://twitter.com/miketaylr/status/12228805301
 *
 * These selection rule sets have to be separate.
 * Customize the background color to match your design.
 */

::-moz-selection {
    background: #ED6B42;
    text-shadow: none;
    color: #fff;
}

::selection {
    background: #ED6B42;
    text-shadow: none;
    color: #fff;
}


/*
 * A better looking default horizontal rule
 */

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
}


/*
 * Remove the gap between audio, canvas, iframes,
 * images, videos and the bottom of their containers:
 * https://github.com/h5bp/html5-boilerplate/issues/440
 */

audio,
canvas,
iframe,
img,
svg,
video {
    vertical-align: middle;
}


/*
 * Remove default fieldset styles.
 */

fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}


/*
 * Allow only vertical resizing of textareas.
 */

textarea {
    resize: vertical;
}


/* ==========================================================================
   Browser Upgrade Prompt
   ========================================================================== */

.browserupgrade {
    margin: 0.2em 0;
    background: #ccc;
    color: #000;
    padding: 0.2em 0;
}


/* ==========================================================================
   Author's custom styles
   ========================================================================== */

p {
    font-size: 16px;
    line-height: 26px;
    color: #000;
}

body {
    font-family: 'PoppinsLight', sans-serif;
}


/*navbar style */

header {
    width: 100%;
    background: #ffffff;
    padding: 10px 0px;
    text-align: center;
    height: auto;
}

header .logo {
    max-height: 100px;
}

.banner {
    background: url('../img/office.jpg')no-repeat fixed;
    background-size: cover;
    min-height: 480px;
    text-align: center;
    position: relative;
}

.banner::before {
	content: ''; 
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(255, 255, 255, 0.5);
}

.banner-element {
    text-align: center;
    padding-top: 50px;
    color: #ffffff;
}

.form-area {
    width: 50%;
    height: auto;
    background: rgba(0, 0, 0, .5);
    margin: auto;
    padding: 50px;
    z-index: 9;
    position: relative;
}

.form-area p {
    color: #ffffff;
    font-size: 20px;
}

.form-area form input {
    width: 100%;
    height: 56px;
    background: none;
    border: 1px solid #ED6B42;
    margin: 5px 0px;
    box-sizing: border-box;
    padding: 0px 15px;
    border-radius: 5px;
}

.form-area form button {
    width: 100%;
    height: 56px;
    background: #ED6B42;
    border: none;
    border-radius: 5px;
    font-size: 18px;
    line-height: 56px;
    margin: 5px 0px;
}

.form-area form button:hover {
    background: #c3ad76;
}

.body-content {
    width: 100%;
    height: auto;
    padding: 20px 0px;
}

.first-product {
    margin-top: 60px;
    margin-bottom: 100px;
}

.product-content {
    text-align: left;
}

.content-part,
.content-part2 {
    padding: 20px 0px;
}

.content-part2>.product-content {
    text-align: right;
}

.product-content h1 {
    color: #ED6B42;
    text-transform: uppercase;
}

.product-content h2 {
    color: #ED6B42;
    text-transform: uppercase;
    font-size: 30px;
}

.sponsore {
    background: #f6f6f6;
    padding: 50px 0px;
}

.sponsore h2 {
    font-size: 30px;
    color: #ED6B42;
    padding-bottom: 30px;
}

footer {
    padding: 30px 0px;
    background: #197b34;
    color: #ffffff;
}

footer ul {
    padding: 0px;
    list-style: none;
}

footer a{
    color: #ED6B42;
}

footer a:hover{
    color: #fff;
}

a {
    color: #ED6B42;
}

/* ==========================================================================
   Helper classes
   ========================================================================== */

.row-centered {
    text-align: center;
}

.col-centered {
    display: inline-block;
    float: none;
    /* reset the text-align */
    text-align: center;
    /* inline-block space fix */
    margin-right: -4px;
}


/*
 * Hide visually and from screen readers:
 * http://juicystudio.com/article/screen-readers-display-none.php
 */

.hidden {
    display: none !important;
    visibility: hidden;
}


/*
 * Hide only visually, but have it available for screen readers:
 * http://snook.ca/archives/html_and_css/hiding-content-for-accessibility
 */

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


/*
 * Extends the .visuallyhidden class to allow the element
 * to be focusable when navigated to via the keyboard:
 * https://www.drupal.org/node/897638
 */

.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto;
}


/*
 * Hide visually and from screen readers, but maintain layout
 */

.invisible {
    visibility: hidden;
}


/*
 * Clearfix: contain floats
 *
 * For modern browsers
 * 1. The space content is one way to avoid an Opera bug when the
 *    `contenteditable` attribute is included anywhere else in the document.
 *    Otherwise it causes space to appear at the top and bottom of elements
 *    that receive the `clearfix` class.
 * 2. The use of `table` rather than `block` is only necessary if using
 *    `:before` to contain the top-margins of child elements.
 */

.clearfix:before,
.clearfix:after {
    content: " ";
    /* 1 */
    display: table;
    /* 2 */
}

.clearfix:after {
    clear: both;
}


/* ==========================================================================
   EXAMPLE Media Queries for Responsive Design.
   These examples override the primary ('mobile first') styles.
   Modify as content requires.
   ========================================================================== */

@media only screen and (min-width: 35em) {
    /* Style adjustments for viewports that meet the condition */
}

@media print,
(-o-min-device-pixel-ratio: 5/4),
(-webkit-min-device-pixel-ratio: 1.25),
(min-resolution: 120dpi) {
    /* Style adjustments for high resolution devices */
}


/* ==========================================================================
   Print styles.
   Inlined to avoid the additional HTTP request:
   http://www.phpied.com/delay-loading-your-print-css/
   ========================================================================== */

@media print {
    *,
    *:before,
    *:after {
        background: transparent !important;
        color: #000 !important;
        /* Black prints faster:
                                   http://www.sanbeiji.com/archives/953 */
        box-shadow: none !important;
        text-shadow: none !important;
    }
    a,
    a:visited {
        text-decoration: underline;
    }
    a[href]:after {
        content: " (" attr(href) ")";
    }
    abbr[title]:after {
        content: " (" attr(title) ")";
    }
    /*
     * Don't show links that are fragment identifiers,
     * or use the `javascript:` pseudo protocol
     */
    a[href^="#"]:after,
    a[href^="javascript:"]:after {
        content: "";
    }
    pre,
    blockquote {
        border: 1px solid #999;
        page-break-inside: avoid;
    }
    /*
     * Printing Tables:
     * http://css-discuss.incutio.com/wiki/Printing_Tables
     */
    thead {
        display: table-header-group;
    }
    tr,
    img {
        page-break-inside: avoid;
    }
    img {
        max-width: 100% !important;
    }
    p,
    h2,
    h3 {
        orphans: 3;
        widows: 3;
    }
    h2,
    h3 {
        page-break-after: avoid;
    }
}

.box {
    width: 30%;
    height: 30%;
    margin: auto;
}

@media only screen and (max-width:990px) {
    .form-area {
        width: 70%;
        height: auto;
    }
}

@media only screen and (max-width:768px) {
    .form-area {
        width: 90%;
        height: auto;
        padding: 20px 10px;
    }
    .form-area form input {
        width: 100%;
        height: 45px;
        background: none;
        border: 1px solid #ED6B42;
        margin: 5px 0px;
        box-sizing: border-box;
        padding: 0px 15px;
        border-radius: 5px;
    }
    .form-area form button {
        width: 100%;
        height: 45px;
        background: #ED6B42;
        border: none;
        border-radius: 5px;
        font-size: 15px;
        line-height: 45px;
        margin: 5px 0px;
    }
    .sponsore img {
        padding-bottom: 20px;
    }
}

header .container {
    padding: 10px 0px;
}

.deluxelogo img {
    margin-top: 16px;
}

h3 {
    color: #ED6B42;
    margin: 78px 0px;
}

.companycontent {
    margin-top: 60px;
}

.companycontent h2 {
    font-size: 24px;
    margin-top: 50px;
}

.companycontent p {
    color: #fff;
    font-size: 14px;
}

ul,
ol,
li {
    font-size: 16px;
    line-height: 26px;
    color: #197b34;
}

h3 {
    margin: 0 0;
    margin-top: 20px;
    margin-bottom: 10px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'PoppinsMedium', sans-serif;
}

.d-block{
    display: block;
}

.pl-3{
    padding-left: 15px;
}

.mb-1{
    margin-bottom: 5px;
}

.banner-element h1 {
	padding-bottom: 50px;
    color: #197b34;
    text-transform: uppercase;
}