@import 'https://fonts.googleapis.com/css?family=Open+Sans';

/* Style the body */


/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}


/* HTML5 display-role reset for older browsers */

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block;
}

body {
    line-height: 1;
}

ol,
ul {
    list-style: none;
}

blockquote,
q {
    quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
    content: '';
    content: none;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

html {
    font-size: 2vw;
    scroll-behavior: smooth;
}

body {
    background-color: #fff;
}

a {
    -o-transition: .5s;
    -ms-transition: .5s;
    -moz-transition: .5s;
    -webkit-transition: .5s;
    transition: .5s;
    text-decoration: none;
    color: #859585;
}

em {
    font-style: oblique;
}

strong {
    font-style: bold;
}

img {
    width: 100%;
}

.container {
    display: flex;
    flex-direction: column;
}

header {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    background: url("images/slice12.gif") no-repeat center;
    background-size: cover;
    height: 100%;
}

nav {
    display: flex;
    flex-grow: 1;
    justify-content: center;
    align-items: center;
    margin: 1em 0 1em 0;
}

nav a {
    text-decoration: none;
    font-family: 'Philosopher';
    font-size: 0.6em;
    color: #505350;
    font-weight: bold;
    padding: 0 1em 0 1em;
}

a:hover {
    color: #d5776d;
}

h1 {
    font-family: 'Philosopher';
    color: #d5776d;
    font-size: 2.5em;
    font-weight: 800;
    margin: 0.3em 0 0 40%;
}

h2 {
    font-family: 'Montserrat';
    color: #6d9152;
    font-size: 0.8em;
    font-weight: 600;
    margin: 1em 0 1em 40%;
    line-height: 1.5em;
}

hr {
    margin: 0.8em 0 0.5em 48%;
    align-self: stretch;
    border: 0;
    height: 0.15em;
    background-image: linear-gradient(to right, rgba(0, 0, 0, 0), #d5776d, rgba(0, 0, 0, 0));
    max-width: 12%;
}

h3 {
    font-family: 'Philosopher';
    color: #6d9152;
    font-size: 1.7em;
    font-weight: 400;
    margin: 0.5em 0 3em 40%;
    line-height: 1em;
}

form {
    font-family: 'Montserrat';
    font-size: 0.4em;
    color: #6d9152;
    width: 30vw;
    margin: 0 0 0 40%;
    padding: 1em;
}


/* border-color: #ddd;
                                border: 2px solid transparent;
                                border-radius: 4px;
                                box-shadow: 0 1px 1px rgba(0, 0, 0, .05);
                    }*/

.logo div {
    width: 7%;
}

#bx_form_iframe_8 {
    min-height: 700px !important;
}

.logo {
    display: flex;
    justify-content: center;
    align-items: center;
    font-family: 'Montserrat';
    color: #4f8328;
    font-size: 1.5em;
    font-weight: 600;
    margin: 0 0 1.5em 2em;
}

footer {
    display: flex;
    margin: 0 0 2em 0;
    justify-content: center;
    align-items: center;
}

footer .logo {
    flex-basis: 7%;
    margin: 0;
    color: #4f8328;
}

footer .logo img {
    width: 100%;
}

.slogen {
    font-family: 'Montserrat';
    font-weight: 800;
    text-align: center;
    flex-basis: 60%;
    font-size: 1em;
    color: #859585;
}

.barcodes {
    display: flex;
    align-items: center;
    font-family: 'Montserrat';
    font-size: 1em;
    text-align: center;
    color: #859585;
    margin: 1em 0 0 40%;
}

.barcodes div {
    width: 10%;
    padding: 0 0 0 0.5em;
}

.number {
    font-family: 'Montserrat';
    font-weight: 800;
    text-align: center;
    font-size: 1.2em;
    color: #d5776d;
}

.email {
    font-family: 'Montserrat';
    font-weight: 600;
    text-align: center;
    font-size: 0.5em;
    color: #859585;
}

.site {
    font-family: 'Montserrat';
    font-weight: 600;
    text-align: center;
    font-size: 0.5em;
    color: #859585;
}

input {
    width: 80%;
    font-size: 1.5em;
    padding: 0.5em 1em;
    margin: 0.5em 0;
    box-sizing: border-box;
    background: rgba(0, 0, 0, 0);
    border: none;
    border-bottom: 2px solid #6d9152;
}

*:focus {
    outline: none;
}

.btn {
    width: 80%;
    font-size: 1.5em;
    padding: 0.3em;
    margin: 0.5em 0;
    background: #6d9152;
    border: 2px solid #6d9152;
    color: #fff;
}

.btn:hover {
    background: #4f8328;
}

main {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    background-color: #e9e9e9;
    background: url("images/slice2.png") no-repeat top;
    background-size: 100%;
    height: 100%;
}

h4 {
    margin: 1em 0 0 0;
    font-family: 'Montserrat';
    color: #6d9152;
    font-size: 1em;
    font-weight: 400;
    line-height: 2em;
    text-align: center;
}

main p {
    font-family: 'Montserrat';
    color: #fff;
    font-size: 1.3em;
    font-weight: 800;
    line-height: 1.5em;
    text-align: center;
    margin: 65% 0 0 0;
}

#icons {
    display: flex;
    flex-direction: column;
    font-family: 'Montserrat';
    color: #859585;
    margin: 1em 0 0 0;
}

.texticon {
    display: flex;
    color: #d49f99;
    padding: 0 5em 1em 5em;
    font-weight: 200;
}

.texticon i {
    font-size: 2.2em;
}

.texticon p {
    padding: 0.3em 0 0 1em;
    color: #859585;
    font-size: 1em;
}

@media screen and (max-width: 600px) {
    header {
        font-size: 2em;
        text-align: center;
    }
    h1 {
        margin: 0.3em auto 0 auto;
        font-size: 2em;
    }
    h2 {
        margin: 1em 1em 1em 32%;
        font-size: 1em;
    }
    h3 {
        margin: 0 auto 1em auto;
        font-size: 1.5em;
    }
    nav a {
        padding: 0 0.3em 0 0.4em;
        font-size: 0.8em;
    }
    .barcodes {
        margin: 0.5em 0 0 30%;
    }
    .barcodes div {
        display: none;
    }
    .email {
        padding: 0.3em 0 0 0;
        font-size: 0.8em;
    }
    .site {
        padding: 0.3em 0 0 0;
        font-size: 0.8em;
    }
    .logo div {
        width: 10%;
    }
    .logo {
        font-size: 2.2em;
        margin: 0;
    }
    h4 {
        font-size: 1.5em;
        line-height: 1.5em;
    }
    .texticon p {
        font-size: 1.5em;
    }
    .texticon i {
        font-size: 4em;
    }
    .slogen {
        font-size: 1.5em;
    }
}