﻿body {
    font-family: "Roboto", "Helvetica Neue", Helvetica, Arial, sans-serif
}

.center {
    padding: 40px 0px;
    text-align: center;
}

html {
    position: relative;
    min-height: 100%;
}

body {
    /* Margin bottom by footer height */
    margin-bottom: 30px;
}

.footer {
    position: absolute;
    bottom: 0;
    width: 100%;
    /* Set the fixed height of the footer here */
    height: 30px;
    background-color: #f5f5f5;
}

.footer .text-muted {
    margin: 5px 0;
}


h2 {
    border-bottom: solid 3px #eee;
    padding-bottom: 1rem;
    margin-bottom: 2rem;
}


.header {
    padding-bottom: 20px;
    border-bottom: solid 3px #ccc;
    padding: 0 40px;
    margin-bottom: 20px;
}

.header span {
    font-size: 20pt;
    font-weight: bold;
}

.iphoneZone {
    width: 100%;
    max-width: 500px;
    margin: 0 auto;
}

.iphoneZone img {
    width: 100%;
}

.iphoneZone p {
    margin: 0 auto;
    width: 600px;

}