html, body {
    font-family: 'Titillium Web', sans-serif;
    height: 100%;
    width: 100%;
}

footer {
    padding: .6em;
    background-color: #0059aa;
    color: whitesmoke;
}

footer .glyphicon {
    color: #333333;
    font-size: 60px;
}

footer .glyphicon:hover {
    color: #306d9f;
}

/* class selectors */

.pad-section {
    padding: 50px 0;
}

.pad-section img {
    width: 100%;
}

.pad-alpha {
    padding: 50px 0 5px 0;
}

.pad-alpha img {
    width: 100%;
}

.pad-bata {
    padding: 2px 0 50px 0;
}

.pad-deta {
    padding: 10px 0 100px 0;
}

.text-vcenter {
    display: table-cell;
    text-align: center;
    vertical-align: middle;
}

.text-vcenter h1 {
    font-size: 4.5em;
    font-weight: 700;
    margin: 0;
    padding: 0;
}

.port {
    padding: .6em 0;
}

.navbar-default {
    background-color: #0059aa;
    color: whitesmoke;
}

.navbar-default .navbar-nav>li>a {
    color: whitesmoke;
}

.navbar-brand {
    padding: 0px; /* firefox bug fix */
}

.navbar-brand>img {
    height: 100%;
    padding: .5em; /* firefox bug fix */
    width: auto;
}

/* id selectors */

#home {
    background: url(../images/home1.jpg) no-repeat center center fixed;
    display: table;
    height: 100%;
    position: relative;
    width: 100%;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

#about {
    
}

#skills {
    background-color: #0059aa;
    color: #ffffff;
}

#skills .glyphicon {
    border: 2px solid #FFFFFF;
    border-radius: 50%;
    display: inline-block;
    font-size: 60px;
    height: 140px;
    line-height: 140px;
    text-align: center;
    vertical-align: middle;
    width: 140px;
}

#portfolio {
    background: url(../images/estate1.jpg) no-repeat center center fixed;
    display: table;
    height: 800px;
    position: relative;
    width: 100%;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

#portfolio .panel {
    opacity: 0.85;
}

#portfolio hr {
    border-top: 1px solid grey;
}

#contact {
    background-color: #0059aa;
    color: #ffffff;
}

#contact a {
    color: whitesmoke;
}

#contact a:hover {
    color: #333;
}

#miller img {
    margin-top: 1.7em;
}

#vid {
    padding-bottom: 2em;
}