@import url('https://fonts.googleapis.com/css?family=Baloo+Bhaina+2|Source+Sans+Pro&display=swap');
*, :after, :before {
    margin: 0;
    padding: 0;
}
html {
 height:100%;
}
body {
    background-color: #2a2a2a;
	height:100%;
}
#layer {
    background-color: #FFF;
}
#layer, #header, #nav, #slider, #section, #main, #footer {
    width: 100%}
.clear {
    clear: both;
}
#header {
    background-color: transparent;
    background-image: url(images/bg_header.jpg);
    background-position: top left;
    background-repeat: repeat-x;
}
#header .wrap {
    margin: 0 auto;
    max-width: 1000px;
    height: 110px;
    background-image: url(images/giemmesuperlogo_r1_c2.jpg);
}
#header .wrap p {
    text-indent: -9999px;
}
#content {
    width: 100%;
}
#inner {
    margin: 0 auto;
	position:relative;
}
section {
 background-color: #F2F2F2;
 display: block;
}
section h2 {
 margin-bottom:10px;
}
section.slider {
 background-image:url(images/e-scooter.jpg);
 background-position:center;
 background-repeat:no-repeat;
 background-size:cover;
 display: flex;
 font-family:'Source Sans Pro', Arial, Helvetica, sans-serif;
 font-size:24px;
 padding:3.250em 0;
 position: relative;
 width:100%;
}
section.slider::before {
 background: rgba(255, 255, 255, 0.7);
 content: ' ';
 display: block;
 height: 100%;
 position: absolute;
 top: 0;
 width: 100%;
}
.content-title {
 margin:0 auto;
 max-width:960px;
 position: relative;
}
.content-title p {
 padding:10px 0;
}
h1 {
 font-family:'Baloo Bhaina 2', Arial;
 font-size:60px;
 text-transform:uppercase;
}
.text {
 float:left;
 width:65%;
}
aside.form {
 background-color:#fff;
 box-sizing:border-box;
 float:right;
 font-size:16px;
 padding:1.250em;
 width:35%;
}

aside.form h2 {
 border-bottom:1px #eee solid;
 font-family:'Source sans Pro', Arial;
 font-size:16px;
 padding-bottom:0.8em;
 margin-bottom:0.8em;
 text-transform:uppercase;
}

aside.form .row {
 padding:0.2em 0;
}

aside.form label {
 display: block;
 padding-bottom: 0.3em;
}

aside.form input {
 border:1px #EEE solid;
 box-sizing: border-box;
 padding:5px;
 width:100%;
}

aside.form input[type=submit]{
 background-color: #EF4A43;
 border:0;
 color:#fff;
 line-height: 1em;
 margin-top:0.8em;
 padding: 10px;
 text-transform:uppercase;
 width:100%;
}

section.content-area {
 background-color:#FFF3E1;
 text-align:right;
}

section.content-area h3, section .entry-content h3 {
 margin-top:20px;
}

section .entry-content {
 font-family:'Source Sans Pro', Arial, Helvetica, sans-serif;
 font-size:18px;
 margin:0 auto;
 max-width:960px;
 padding:1.250em 0;
}

.col-2 {
 box-sizing:border-box;
 float: left;
 width:50%;
}

.col-2:first-child {
 padding-right:20px;
}

.col-2:last-child {
 padding-left:20px;
}

section .entry-content p {
 padding:5px 0;
}

section .entry-content ul {
 list-style-type:disc;
}

section .entry-content li {
 margin-left:20px;
}

section .entry-content img {
 height:auto;
 width:100%;
}

section.second-area {
 background-color:#FFFBF4;
 text-align:left;
}

section.fourth-area {
 background-color:#FFF;
 text-align:left;
}

section.fifth-area {
 background-color:#E8FFEE;
 text-align:left;
}


#footer {
    width: 100%;
    background-color: #2a2a2a;
}
#footer .wrap {
    margin: 0 auto;
    max-width: 960px;
    background-color: #2a2a2a;
    padding: 20px;
}
#footer .inner {
    background: #2a2a2a;
}
.footer-box {
    width: 25%;
    float: left;
}
.footer-box-content {
    padding: 10px;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
    text-align: center;
    color: #CCC;
    line-height: 23px;
}
.footer-box-content img {
    border: 0;
}
.footer-box h4 {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 16px;
    color: #FFF;
    text-align: center;
    text-transform: uppercase;
    margin-bottom: 10px;
    line-height: 22px;
}
.footer-box a {
    color: #CCC;
    text-decoration: none;
}
.footer-box a:hover {
    text-decoration: underline;
}
.footer-box ul {
    list-style-type: none;
}
.footer-box li {
    display: inline-block;
}
.footer-box p {
    margin-top: 10px;
}
.footer-box input {
    background-color: #666;
    border: none;
    border-radius: 3px;
    -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.3);
    padding: 5px;
}
.footer-box input#submit {
    color: #FFF;
}
#credits {
    margin-top: 10px;
    padding-top: 10px;
    border-top: 1px solid #666;
    font-family: Arial, Verdana, Helvetica, sans-serif;
    font-size: 14px;
    color: #CCC;
    line-height: 23px;
}
#credits h5, #credits h1 {
    color: red;
    font-family: Arial, Verdana, Helvetica, sans-serif;
    font-size: 14px;
    font-weight: 400;
}
#credits a {
    color: #CCC;
    text-decoration: none;
}
#credits a:hover {
    color: red;
}
@media only screen and (max-width: 600px) {
#header .wrap {
    margin: 0 auto;
    max-width: 480px;
    height: 110px;
    background-image: url(images/giemmesuperlogo_r1_c3.png);
    background-position: center;
}

section.slider {
 background-position: 70% -8rem;
 background-size:cover;
 font-size: 90%;
 padding: 2.250em 0 0 0;
 text-align:center;
 width: 100%;
}

h1 {
 font-size:2.5rem;
 text-align:center;
}

.text {
 float: none;
 width:100%;
}

aside.form {
float:none;
width:100%;
}

.col-2 {
 float:none;
 padding:20px;
 text-align:center;
 width:100%;
}

.col-2:first-child {
 padding:20px;
}

.col-2:last-child {
 padding:20px;
}

img.list {
    width: auto!important;
    height: auto;
}
.footer-box {
    width: 100%;
    float: none;
}
#credits {
    text-align: center;
}
}