body, html {
    height: 100%;
}

nav {
    position: relative;
    z-index: 1;
}

nav.pinned {
    position: fixed;
    top: 0;
    background-color: #e0ccc7;
    transition: 0.3s ease background-color;
    -webkit-transition: 0.2s ease background-color;
}

.navbar-wrapper {
    height: 3rem;
}

.navbar {
    text-align: center;
}

/* Header
------------------------------------------------------------ */

.hero {
    height: 100%;
    background-color: #e0ccc7;
    cursor: default;
}

.hero h1 {
    position: relative;
    text-align: center;
    color: white;
    padding-top: 21rem;
    z-index: 2;
}

.hero h6 {
    position: relative;
    text-align: center;
    color: white;
    z-index: 2;
}

.circle {
    position: absolute;
    top: 30%;
    left: 50%;
    background-repeat: no-repeat;
    background-position: 50%;
    background-size: contain;
    border-radius: 50%;
    width: 200px;
    height: 200px;
    transform: translate(-50%, -50%);
}

.links {
    position: relative;
    text-align: center;
    color: white;
    font-size: 20px;
    margin-left: -40px;
    z-index: 2;
}

.links li {
    display: inline;
    color: white;
    padding: 0px 10px;
    font-size: 30px;
}

.arrow {
    position: relative;
    text-align: center;
    color: white;
    font-size: 30px;
    padding: 3rem;
    z-index: 2;
}

.content a, b {
    font-weight: bold;
}

/* About
------------------------------------------------------------ */

#about-me {
    text-align: center;
}

#about-me a {
    color: #222222;
}

/* Projects
------------------------------------------------------------ */

#projects {
    text-align: center;
    background: #e0d5d1;
}

#projects p {
    padding-bottom: 20px;
}

#projects img {
    width: 80%;
    height: auto;
    margin: 15px auto;
}

/* Experience
------------------------------------------------------------ */

#experience {
    text-align: center;
    background: #ffffff;
}

#experience img {
    width: 80%;
    height: auto;
    margin: 15px auto;
}

/* Effects
------------------------------------------------------------ */

.grow {
    display: inline-block;
    vertical-align: middle;
    transform: translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    backface-visibility: hidden;
    -moz-osx-font-smoothing: grayscale;
    transition-duration: 0.3s;
    transition-property: transform;
}

.grow:hover,
.grow:focus,
.grow:active {
    transform: scale(1.5);
}

/* Responsive
------------------------------------------------------------ */

@media only screen and (max-width: 800px) {
    
    .hero h1 {
        font-size: 30px;
        padding-top: 20rem;
    }
    
    .arrow {
        padding: 1rem;
    }
    
    .links li {
        font-size: 20px;
        padding: 0 5px;
    }
    
    .links ul {
        margin: 1rem 0;
    }
    
    #projects img {
        width: 100%;
    }
    
    .content {
        width: 90%;
    }
    
    .navbar-wrapper {
        display: none;
    }
}

@media only screen and (max-width: 600px) {
    
    .hero h1 {
        font-size: 30px;
        padding-top: 17rem;
    }
}

@media only screen and (min-width: 1400px) {
    
    .hero h1 {
        padding-top: 24rem;
    }
}

@media only screen and (min-width: 1600px) {
    
    .hero h1 {
        padding-top: 28rem;
    }
}

html,h1,h2,h3,h4,h5,h6,p,ol,ul,li,table,span,form,a,div {font-family: 'Lato', sans-serif;}
nav.pinned {background-color: #cbd9f7;}
nav.pinned a:hover {color:black;}
#projects {background-color: #cbd9f7;}
#projects ul {padding-left:0; line-height:1.2;}