
html, body {
    margin: 0 auto;
    padding: 0;
    font-family: sofia-pro, sans-serif;
    background-color: #fb872b;
}

#page-container {
    position: relative;
    background-color: white;
    min-height: 100vh;
    overflow: hidden;
    display: block;
    padding-bottom: 40rem;
}

.behance-container {
    position: relative;
    top: 80px;
    width: 100%;
    max-width: 1360px;
    margin: 0 auto;
    -webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
    transition: all 0.3s;
    /* padding: 0.5em; */
}

.behance-img {
    -webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
    transition: all 0.3s;
    width: 100%;
}

.container {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    /* padding: 0em 0.5em 0em 0.5em; */
}

.bg-info-header {
    font-size: 1em;
    letter-spacing: 0.1em;
}


.more-projects-section {
    padding: 5em 0em 6em 0em;
    margin: 5em 0em 10em 0em;
}

.next-project-link a {
    margin: 0em 0em 2em 0em;
    cursor: cell;
    text-decoration: none;
    color: #000000;
    font-size: 3em;
    font-weight: 800;
    background-size: 0%;
    background-position: 0 1em;
    background-size: 500%;
    background-image: linear-gradient(to right, #fb872b,#ffdf00); 
    background-repeat: no-repeat;
    transition: .5s linear, box-shadow .15s linear 0s;
}

.next-project-link a:hover {
    background-size: 100%;  
}
