body {
    background-color:#1a1a1a;
}

h1, h2, h3, h4, h5, h6 {
    color:#333333;
    font-family:Oswald, sans-serif;
    font-weight:300;
}

p {
    line-height:28px;
    margin-bottom:25px;
    font-size: 20px;
}

h1 {
    color:white;
    font-size:55px;
    font-weight:700;
    margin-top:20px;
    font-family:Oswald, sans-serif;
}

h3 {
    color: white;
    font-weight: 700;
    letter-spacing: 1px;
    font-family:'EB Garamond', serif;
    font-size:30px;
    font-style: italic;
    font-weight:100;
}

kbd {
    font-size: 16px;
}

p i {
    color:#FFFFFF;
    font-size:8px;
    padding:3px;
}

section {
    -webkit-background-size:cover;
    background:url(bg2.jpg) 50% 50% / cover no-repeat;
    margin-top:-10px;
    min-height:850px;
    padding:90px 0 0;
    text-align:center;
    width:100%;
}

.centered {
    text-align: center;
}

.white {
    color:#FFF;
}

.img-circle {
    border:5px solid #CCC;
}

.mar-top20 {
    margin-top: 20px;
}

.mar-top30 {
    margin-top: 30px;
}