/* Demo style
 * Copyright (c) 2015 Pandao
 * Documentation : /doc/index.html
 */
html, body {
    height: 100%;
    margin: 0;
    padding: 0;
}
body {
    font-family: "Montserrat";
    font-size: 14px;
    font-weight: 300;
    background: #e8e8e8;
    box-sizing: border-box;
}
h1 {
    font-size: 40px;
    font-weight: 700;
    margin: 0;
}
h2 {
    font-weight: 700;
    display: inline-block;
    position: relative;
    margin: 0 0 30px 0;
    color: #888;
    font-size: 32px;
}
h2::after {
    content: "";
    display: block;
    width: 85px;
    height: 4px;
    margin: 18px 0;
    border-bottom: 4px solid #EF374C;
}
.text-center h2::after {
    margin: 18px auto 10px auto;
}
h3 {
    font-size: 20px;
}
p {
    margin: 3px 0;
    font-size: 16px;
}
a:focus {
    outline: none;
    text-decoration: none;
}
header {
    background: #232323;
    padding: 30px 0;
    color: #fff;
}
.btn {
    padding: 12px 26px;
    letter-spacing: 1px;
    text-transform: uppercase;
    color: #fff;
}
.btn-primary {
    border-color: #EF374C;
    background: #EF374C;
}
.btn-default {
    border-color: #28C7D6;
    background: #28C7D6;
}
.btn:hover {
    color: #333;
    background: #fff;
    border-color: #fff;
}
.form-control,
.input-group-addon:first-child,
.btn {
    border-radius: 0;
}
#parallaxHome {
    height: 450px;
    background-color: #272E41;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-position: center top;
    background-size: cover;
    background-image: url("../images/mock-up.png");
}
#parallaxHome h2 {
    font-family: "Open Sans";
    font-size: 40px;
    font-weight: 200;
    line-height: 52px;
    text-transform: none;
}
@media (max-width: 767px){
    #parallaxHome h2 {
        font-size: 26px;
        line-height: 30px;
    }
}
#parallaxHome .parallaxContent {
    padding: 200px 15px;
    position: relative;
    text-align: center;
    width: 100%;
    height: 100%;
    background: rgba(18, 20, 30, 0.5);
    color: #fff;
}
#parallaxHome .parallaxContent h1,
#parallaxHome .parallaxContent p {
    margin-bottom: 40px;
}
#features,
#download {
    background: #fff;
    padding: 40px 0;
}
#features .col-md-4 {
    margin-bottom: 30px;
}
#features h3 {
    margin-top: 0;
}
#features i.fa {
    font-size: 30px;
    margin-bottom: 20px;
    color: #888;
}
#demo {
    padding: 40px 1%;
}
#demo-iframe {
    width: 100%;
    height: 750px;
}
