

/* Static image */

#intro.bg-image .container-fluid
{
    background-image: url('../img/dc4.jpg');
    background-size: cover;
}

/* Rain background */

#intro.bg-rain .container-fluid
{
    background-image: url('../img/unsplash/8.jpg');
    background-size: cover;
}

/* Snow background */

#intro #snow
{
    background-image: url('../img/unsplash/9.jpg');
    background-size: cover;
}

/* Static color */

#intro.color .container-fluid
{
    background: #5D815B;
}

/* Introduction background */

#introduction .half.bg
{
    background-image: url('../img/dc20.jpg');
    background-size: cover;
}

/* Services background */

#services .half.bg
{
    background-image: url('../img/dc13.jpg');
    background-size: cover;
}

/* Portfolio background */

#portfolio .half.bg
{
    background-image: url('../img/dc19.jpg');
    background-size: cover;
}

/* About background */

#about .half.bg
{
    background-image: url('../img/mylittlebug3.jpg');
    background-size: cover;
}

rowspacing
{
    padding-left: 5px;
}

.rowpadding
{
    padding-left: 10px;
}

