body {
    font-family: "Open Sans","Helvetica Neue",Helvetica,Arial,sans-serif;
}
h1,h2,h3,h4,h5,h6 {
    font-family: "Montserrat","Helvetica Neue",Helvetica,Arial,sans-serif;
    text-transform: uppercase;
    font-weight: 700;
}
header {
    background: url(../img/imperial.jpg) no-repeat center center;
    background-size: cover;
    overflow-x: hidden;
    overflow-y: hidden;
}
#profile {
    width: 345px;
    margin: 0 auto;
    position: relative;
    top: 22%;
}
#pic {
    width: 120px;
    height: 120px;
    margin:0 auto;
    background: url(../img/profile.jpg) no-repeat center center;
    border-radius: 60px;
    border: 3px solid #eee;
    margin-bottom: 20px;
}
#desc {
    color: #fff;
}
#desc h1 {
    margin: 0;
    padding: 0;
    margin-left: -2px;
    font-size: 2.4em;
}
#desc p.subtitle {
    margin-top: -7px;
    font-weight: 300;
    font-size: 0.9em;
}
.full {
    height: 100vh;
}
.layer {
    background-color: rgba(116,180,226,0.85); 
    width: 100%; 
    height: 100%;
}
section .row {
    padding: 5% 8%;
}
section h2 {
    border-bottom: 1px solid #eee;
}
#portfolio {
    background-color: #eee;
}
footer {
    background-color: #22a7f0;
    color:#fff;
    padding: 2em 0;
    text-align: center;
    font-size: 0.8em;
}
