nav ul a,
nav .brand-logo {
    color: #444;
}

p {
    line-height: 2rem;
}

.button-collapse {
    color: #26a69a;
}

.section {
    width: 100%;
}

.icon-block {
    padding: 0 15px;
}

.icon-block .material-icons {
    font-size: inherit;
}

#index-banner {
    padding-top: 100px;
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#0a0809+0,0a0e0a+28,2dd6e5+28,2dd6e5+100 */
    background: #0a0809; /* Old browsers */
    background: -moz-linear-gradient(-45deg,  #0a0809 0%, #0a0e0a 28%, #2dd6e5 28%, #2dd6e5 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(-45deg,  #0a0809 0%,#0a0e0a 28%,#2dd6e5 28%,#2dd6e5 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(135deg,  #0a0809 0%,#0a0e0a 28%,#2dd6e5 28%,#2dd6e5 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0a0809', endColorstr='#2dd6e5',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
}

#about-banner {
    padding-top: 50px;
}

.section-filler {
    height:180px;
}

.radius-me {
    border-radius: 10px;
    box-shadow: #0a0e0a 2px 1px 5px;
}

.image-container{
    width:100%
}

.image-container img {
    max-width: 100%;
}

.margin-top-med {
    margin-top: 75px;
}

.work-section img {
    margin-top: 33%;
}

.contact-section img {
    margin-right: 1rem;
    position: relative;
    top: 7px;
}

.contact-section a {
    margin:20px;
}

footer .row {
    margin-bottom: 0;
    padding-bottom:30px;
}

footer img {
    width: 25px;
}

@media only screen and (max-width: 992px) {
    .margin-top-med {
        margin-top: 0;
    }

    .margin-top-sml {
        margin-top: 75px;
    }
    .work-section img {
        margin-top: 5%;
    }

    .work-section .margin-top-med {
        margin-top: 15px;
    }
}

@media only screen and (max-width: 600px) {
    .radius-me {
        max-width: 225px;
    }
}
