.hero {
    background: url(../images/banner.jpg) no-repeat center;
    background-size: cover;
    border: none;
}

.intro {
    margin-left: 30px;
    padding-bottom: 60px;
    color: #fff;
    font-family: Gorgia ;
    font-weight: bolder;
    font-size: 22px;
}

@media (min-width:992px) {
    .hero .get-it {
        text-align: left;
        margin-top: 80px;
        padding-right: 30px;
    }
}

@media (max-width:992px) {
    .hero .get-it {
        text-align: center;
    }
}

@media (max-width:992px) {
    .hero .phone-preview {
        text-align: center;
    }
}

.hero .get-it {
    margin-top: 100px;
}

.hero .get-it h1, .hero .get-it p {
    color: #fff;
    text-shadow: 2px 2px 3px rgba(0,0,0,0.3);
    margin-bottom: 40px;
    font-family: 'Lato', sans-serif;
    text-align: center;
}

div.iphone-mockup {
    position: relative;
    max-width: 250px;
    margin: 80px;
    display: inline-block;
}

.iphone-mockup img.device {
    width: 100%;
    height: auto;
}

.iphone-mockup .screen {
    position: absolute;
    width: 88%;
    height: 77%;
    top: 12%;
    left: 6%;
    border: 1px solid #FFF;
    background-color: #FFF;
    overflow: hidden;
    background: url(../images/ecran.png) no-repeat ;
    background-size: 105%;
    background-position: center;
}

.iphone-mockup .screen:before {
    content: '';
    background-color: #fff;
    position: absolute;
    width: 70%;
    height: 140%;
    top: -12%;
    right: -60%;
    transform: rotate(-19deg);
    opacity: 0.2;
}

.jumbotron h1, .jumbotron .h1 {
    text-align: center;
}
