#header .container {
    display: flex;
}
#header a {
    font-size: 2em;
    flex-grow: 1;
    text-align: center;
    background-color: #fff;
    transition: all 0.3s;
    text-decoration: none;
    padding-bottom: 10px;
}
#header a:nth-of-type(1) {
    color: #0da9d8;
}
#header a:nth-of-type(2) {
    color: #1c90ce;
}
#header a:nth-of-type(3) {
    color: #587ac9;
}
#header a:nth-of-type(4) {
    color: #6969aa;
}
#header a.active:nth-of-type(1) {
    background-color: #2687a5;
    color: #fff;
}
#header a.active:nth-of-type(2) {
    background-color: #1b6d99;
    color: #fff;
}
#header a.active:nth-of-type(3) {
    background-color: #4a5d89;
    color: #fff;
}
#header a.active:nth-of-type(4) {
    background-color: #4d4d66;
    color: #fff;
}
#header {
    padding: 20px 0px 0px;
}
#footer, .body-section {
    /* A block */
    padding: 50px 10px 60px;
    z-index: 0;
    color: #fff;
}
#about {
    background-color: #2687a5;
}
#about a {
    color: #36d8ff;
}
#about a:hover {
    color: #80e6ff;
}
#about .section-subheading {
    color: #80e6ff;
}
/*#about .section-title {
    color: #94c2ff;
}

#about .section-heading, #about .section-subheading {
    color: #7edaff;
}*/

#contact {
    background-color: #1b6d99;
}
#contact a {
    color: #32c5ff;
}
#contact a:hover {
    color: #7edaff;
}
#contact .section-subheading {
    color: #7edaff;
}

#work {
    background-color: #4a5d89;
}
#work a {
    color: #589efc;
}
#work a:hover {
    color: #94c2ff;
}
#work .section-subheading {
    color: #94c2ff;
}

#projects {
    background-color: #4d4d66;
}
#projects a {
    color: #8484d3;
}
#projects a:hover {
    color: #a5a5ef;
}
#projects .section-subheading {
    color: #a5a5ef;
}
#projects .img-thumbnail {
    border-color: #8484d3;
    background-color: #8484d3;
}

#footer {
    background-color: #3d3a47;
}
#footer a {
    color: #8f83b6;
}
#footer a:hover {
    color: #b3a9d8;
}

.stuck {
    position:fixed;
    top:0;
    z-index: 1 !important;
    width:100%;
    padding-right:15px;
    padding-left:15px;
    margin-right:auto;
    margin-left:auto;
}
.section-title {
    /* The biggest text in a block */
    font-size: 3.5rem;
    line-height: 3rem;
    margin-bottom: 2rem;
    color: #fff;
    font-weight: bold;
    font-family: "Roboto Slab", sans-serif;
}
.section-project {
    /* A project block */
    margin-bottom: 30px;
    color: #fff;
}
.section-project:last-of-type {
    margin-bottom: 0px;
}
.section-heading {
    /* The heading of a subsection of a block */
    font-size: 1.5rem;
    line-height: 1.8rem;
    margin-bottom: 0.25rem;
    color: #fff;
    font-weight: 700;
    font-family: "Roboto Condensed", sans-serif;
}
.section-subheading {
    /* The subheading of a subsection of a block */
    font-size: 1.2rem;
    line-height: 1.5rem;
    margin-bottom: 0.25rem;
    /*opacity: 0.5;*/
    color: #fff;
    font-family: "Roboto", sans-serif;
}
.section-content {
    /* Body text */
    color: #fff;
    font-family: "Roboto", sans-serif;
}
.section-content table tr td {
    color: #fff;
}
.section-more {
    /* Link to expand content */
    text-align: right;
}
.section-more a {
    
    text-decoration: none;
}
.section-more a:hover {
    
}
#header {
    background-color: white;
}
#footer {
    
}

    @media (min-width: 576px) {}

    @media (min-width: 768px) {
        padding: 50px;
    }

    @media (min-width: 992px) {}

    @media (min-width: 1200px) {}