
/****************** Layout ******************/

/* Nav */
.navbar {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    padding-right: 5em;
    background-color: rgba(0, 0, 0, 0.7);
    font-size: 1.2em;
    margin-bottom: 0;
}
.nav {
    margin-right: -15px;
    float: right !important;
    margin: 0;
}
.navbar-nav > li {
    float: left;
}
.nav li.active, .nav li:hover { 
    border-bottom: 5px solid #ffffff;
}
.navbar a {
    color: #ffffff;
}
.nav li a:hover {
    background-color: #444444;
}

.navbar-brand {
    padding-top: 0;
    padding-bottom: 0;
    height: 100%;
}

/* Header */
#header {
    min-height: 300px;
    width: 100%;
    padding-top: 8em;
    padding-bottom: 8em;

    text-align: center;
    color: #FFFFFF;

    background-color: #6d9dce;
    background-position: center top;
    background-repeat: no-repeat;

    -webkit-background-size: 100%;
    -moz-background-size: 100%;
    -o-background-size: 100%;
    background-size: 100%;

    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}
#header h1 {
    font-weight: bold;
    font-size: 48px;
}

/* Footer */
#footer {
    margin-top: 2em;
    /* background-color: #CCCCCC; */
    color: #ffffff;
    background-color: #1b5591;
    padding-bottom: 2em;
    text-align: center;
    vertical-align: middle;
}
#footer a {
    color: #ffffff;
}
#footer #email {
    font-size: 1.5em;
    padding-top: 1em;
}
#footer #social {
    font-size: 3.5em;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
}
#social a:hover {
    text-decoration: none;
}


/****************** Content ******************/
#content {
    font-size: 1.2em;
    margin-left: 2em;
    margin-right: 2em;
}
#content h1 {
    text-align: center;
}

/* Works Gallery */
.works-gallery {
    width: 100%;
    text-align: center;
}

.works-gallery img {
    width: 30%;
    min-width: 300px;
    margin-top: 1em;
}
