/* Main CSS - Custom Styles for Lewro Theme
// ------------------------------------
// Author: Roman Leinwather
// Created at: 19/03/2015
// Copyright 2014 - All rights reserved
// ------------------------------------ */


body {
    background: #000;
    color: #fff;
    font-family: "Helvetica Neue", Helvetica, Arial;
    font-size: 15px;
    line-height: 1.5em;
}

a {
    text-decoration: none;
    font-weight: 200;
}

p {
    padding-bottom: 25px;
    font-weight: 300;
    letter-spacing: 1px;
}

.content {
    margin: auto;
    padding: 200px 100px;
}

.full-width {
    float: left;
    clear: both;
    width: 100%;
}

.right {float: right;}
.left {float: left;}

.text-block h1 {
    font-size: 25px;
    line-height: 1.5em;
    letter-spacing: 1px;
    font-weight: 200;
    width: 70%;
}

.text-block p {
    opacity: .75;
}

.typoraphy-line {
    height: 5px;
    width: 20%;
    background: #ddd;
    display: block;
}

.button {
    text-transform: uppercase;
    font-size: 11px;
    padding: 15px 25px;
    color: #000;
    letter-spacing: 1px;
    border: 1px solid #ddd;
    display: inline-block;
    color: #fff;
}

.button span {
    margin-left: 10px;
}

.button:hover {
    border: 1px solid #999;
}

/* Intro */
#intro {
    background: url(../images/intro.jpg) bottom center no-repeat;
    background-size: cover;
    height: 800px;
    width: 100%;
    text-align: center;
}

#intro h1,
#intro h2,
#intro h3 {
    font-weight: 100;
    text-transform: uppercase;
}

#intro h1 {
    font-size: 25px;
    line-height: 35px;
    margin: 50px auto 25px auto;
    letter-spacing: 10px;
}

#intro h2 {
    font-size: 13px;
    line-height: 13px;
    letter-spacing: 5px;
    margin-bottom: 25px;
}

#intro h3 {
    font-size: 11px;
    line-height: 11px;
    font-weight: normal;
    color: #999;
    letter-spacing: 2px;
}


/* Section A */
#section-a {
    background: #f2f2f2 url(../images/laptop.png) 100px 150px no-repeat;
    background-size: 60%;
    height: 1000px;
    color: #000;
}

#section-a .text-block {
    width: 40%;
}

#section-a .button {
   color: #000;
}

/* Section B */
#section-b {
    background: #333;
    color: #fff;
    height: 1000px;
}

#section-b .button {
   color: #ddd;
}

#section-b .text-block {
    width: 30%;
}

#section-b .image-block {
    background:  url(../images/dashboard.png) 0px 0px no-repeat;
    background-size: 100%;
    margin-top: -100px;
    width: 60%;
    height: 800px;
}

/* Section C */
#section-c {
    color: #fff;
    height: 900px;
    background:  #e54234 url(../images/mobile2.jpg) 55% 550px no-repeat;
    background-size: 25%;
}

#section-c .text-block {
    width: 60%;
}

#section-c .image-block {
    background:  url(../images/mobile1.jpg) 0px 0px no-repeat;
    background-size: 100%;
    margin-top: -100px;
    width: 30%;
    height: 1000px;
}

/* Section D */
#section-d {
    background: #1c5ef5;
    color: #fff;
    height: 1000px;
}

#section-d a:hover {
     color: #fff;
}


#section-d .text-block {
    width: 30%;
}

#section-d .image-block {
    background:  url(../images/data.jpg) 0px 0px no-repeat;
    background-size: 100%;
    margin-top: -100px;
    width: 60%;
    height: 800px;
}


/* Section E */
#section-e {
    background: #222;
    color: #fff;
    height: 1200px;
}

#section-e .text-block {
    width: 30%;
}

#section-e .image-block {
    background:  url(../images/flow.jpg) 0px 0px no-repeat;
    background-size: 100%;
    margin-top: -100px;
    width: 60%;
    height: 1000px;
}

/* Section F */
#section-f {
    background: #111;
    color: #fff;
    height: 1000px;
}

#section-f a {
    color: yellow;
}

#section-f a:hover {
     color: #fff;
}


#section-f .text-block {
    width: 30%;
}

@media  (hover:none) {
    .content {
        padding: 50px !important;
    }
    .image-block {
        margin-top: 0 !important;
    }
    .full-width {
        height: 700px !important;
        width: 100% !important;
    }
    #section-e {
        height: 800px !important;
    }
    #section-c {
        background:  #e54234 url(../images/mobile2.jpg) 55% 400px no-repeat !important;
        background-size: 25% !important;
        height: 650px !important;
    }
    #intro h1 {
        margin-top: 175px;
    }
}
