/* ---------------------------------------------------------- */
/* ------------------------- Reset CSS ---------------------- */
/* ---------------------------------------------------------- */
* {
    margin: 0px;
    padding: 0px;
    text-decoration: none;
}

header,
section,
nav,
aside,
footer,
form {
    position: relative;
}

ul {
    margin: 0px;
    padding: 0px;
}

li {
    list-style-type: none;
}

h1,
h2,
h3,
h4,
h5 {}

/* ---------------------------------------------------------- */
/* ---------------- CSS3 style by frixer -------------------- */
/* ---------------------------------------------------------- */
body {
    font-family: 'Exo 2', sans-serif;
    font-size: 1.6em;
    min-width: 942px;
    color: #fff;
    background: #232d69;
    /* Old browsers */
    background: -moz-linear-gradient(top, #232d69 0%, #1b1318 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(top, #232d69 0%, #1b1318 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, #232d69 0%, #1b1318 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#232d69', endColorstr='#1b1318', GradientType=0);
    /* IE6-9 */
    background-repeat: repeat-x;
    position: relative;
    min-height: 100%;
    min-height: 100vh;

}

a {
    text-decoration: none;
    color: orangered;
}

a:hover {
    text-decoration: underline;
    color: orangered;

}

/* ---------------------------------------------------------- */
/* ------------------------- content ------------------------- */
/* ---------------------------------------------------------- */
header {
    position: relative;
    padding: 30px 0;
}

.logo {
    1background-color: rgba(255, 255, 255, 0.2);
    text-align: center;
    color: #fff;
    display: block;
    font-size: 3em;
    position: relative;
    font-weight: 600;
    width: auto;

}

.logo i {
    color: #f06eaa;
    font-style: normal;
    position: absolute;
    top: 50px;
    right: 0px;
    padding-left: 10%;
}

.slogan {
    padding: 20px 0 0 0;
    box-sizing: border-box;
}

.row.seed img {
    max-width: inherit;
    width: auto;


}

h2 {
    padding: 30px 0;
    box-sizing: border-box;
}

h3 {
    padding: 25px 0;
}

.linza {
    padding: 35px 0;

}


.row.linza img {
    max-width: inherit;
    width: auto;

}

.ico img {
    margin-bottom: 20px;
}

footer{
    padding: 40px 0;
}