/* Portfolio body style */
body {
    background-image: url('../images/background3.jpg');
}

.nav-wrapper {
    background-color: #37474f;
    box-shadow: 0 0 5px black;
}

.brand-logo {
    margin-left: 10px;
}

.card-panel {
    box-shadow: 0 0 20px;
    border-radius: 5px;
    background-color: rgba(255, 255, 240, .7);
}

.card {
    background-color: #37474f;
    box-shadow: 0 0 10px;
    border-radius: 5px;
}

/* Header text color */
h1 {
    color: #546e7a;
}