body {
    background-color: #ec9ecc;
    background-image: url('/images/BackgroundImage_Bakery.jpg');
    background-attachment: fixed;
    background-size: cover;
    background-position: center top;
    width: 100%;
    font-size: 18px;
    font-family: 'Open Sans', sans-serif;
    line-height: 1.7;
    color: #3f263f;
}

.copyright {
    color: white;
    text-align: center;
    padding-bottom: 10px;
}

.copyright a {
    color: white;
    font-weight: bold;
}

.content-card ul
{
    margin: 30px 0px 30px 0px;
}

content-card>p
{
    margin: 30px 0px 30px 0px;
}

.gallery .img-gallery
{
    text-align: center;
}

i.fa
{
    width: 35px;
}

.small-size {
    max-width: 150px;
    margin: 0 auto;
}

.medium-size {
    max-width: 350px;
    margin: 0 auto;
}

.large-size
{
    max-width: 500px;
    margin: 0 auto;
}

figcaption p {
    font-family: 'Open Sans', sans-serif;
    font-style: italic;
    font-size: 14px;
    color: #3f263f;
}

figure {
    padding: 30px 0 30px 0;
}

h1, h2, h3, h4, h5, h6 {
    font-family: 'Baloo', cursive;
    color: #FFA0D8;
}

#back-to-top .well {
    width: 50px;
    display: block;
    text-align: center;
    border-radius: 25px;
    color: #FFA0D8;
    background-color: white;
    border-style: none;
}
#back-to-top.affix-top {
    position: absolute; /* allows it to "slide" up into view */
    bottom: -82px;
    right: 10px;
}

#back-to-top.affix {
    position: fixed; /* keeps it on the bottom once in view */
    right: 10px;
    bottom: 0px;
}

.subtitle {
    text-align: center;
    font-size: 32px;
    max-width: 600px;
    margin: 0 auto;
    color: #FFFFFF;
    font-family: 'Baloo', cursive;
    padding-bottom: 30px;
}

.logo-container {
    text-align: center;
    margin: 60px 0px 20px 0px;
}

.logo-container img {
    max-width: 75%;
}

.read-more-container {
    text-align: center;
}

.subimage {
    margin: 0 auto;
    text-align: center;
    margin-bottom: 40px;
}

.subimage img {
    border-radius: 10px;
}

/*
 * START NAVIGATION
 */
.navbar-default {
    padding: 15px 0 0;
    border-color: transparent;
    background-color: transparent;
    font-family: 'Baloo', cursive;
    font-size: 32px;
}

.navbar-toggle {
    background-color: white;
    border-style: none;
}

.navbar-collapse {
    border-style: none;
    text-align: center;
}

.navbar-default .navbar-brand {
    color: inherit;
    font-size: 22px;
}


.nav>li {
    border-top: 4px solid transparent;
    margin: 0 20px;
}

.navbar-nav>li>a {
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 0px;
    padding-right: 0px;
    color: #ffffff;
}

.navbar-default .navbar-nav>li>a {
    color: #ffffff;
}

.navbar-default .navbar-nav>li>a:hover {
    color: #ffffffcc;
}

.navbar-default .navbar-nav>.active>a, .navbar-default .navbar-nav>.active>a:focus, .navbar-default .navbar-nav>.active>a:hover {
    background-color: transparent;
    color: #ffffff;
}

.navbar-default .navbar-toggle .icon-bar {
    background-color:#FFA0D8;
}

/*
 * END NAVIGATION
 */

 #content-main {
     padding-left: 20px;
     padding-right: 20px;
 }

 #content-main .row {
     margin-bottom: 15px;
 }

.content-card {
    background-color: #ffffff;
    border: 1px solid #e9e9e9;
    padding: 40px 80px 40px 80px;
    border-radius: 25px;
}

.content-card .meta a {
    color: #000000;
}

.content-card .share li {
    padding-left: 0px;
    padding-right: 0px;
    font-size: 17px;
}

.content-card .share a {
    padding: 7px 10px;
    margin-bottom: 5px;
    display: block;
    color: #ffffff;
    font-weight: bold;
}

.content-card .share a:hover {
    text-decoration: none;
}

.content-card .facebook-share a { background-color: #425F9C; }
.content-card .googleplus-share a { background-color: #DB4437; }
.content-card .twitter-share a { background-color: #1da1f2; }
.content-card .reddit-share a { background-color: #FF4602; }
.content-card .linkedin-share a { background-color: #1B86BC; }
.content-card .stumbleupon-share a { background-color: #EB4924; }

.content-card .facebook-share a:hover { background-color: #2d4373; }
.content-card .googleplus-share a:hover { background-color: #c63224; }
.content-card .twitter-share a:hover { background-color: #0085be; }
.content-card .reddit-share a:hover { background-color: #cc3700; }
.content-card .linkedin-share a:hover { background-color: #005983; }
.content-card .stumbleupon-share a:hover { background-color: #ca3412; }

.content-card h1 {
    margin-bottom: 10px;
    margin-top: 0px;
    font-size: 36px;
    text-align: center;
}

.content-card h1 a {
    color: inherit;
}

.content-card h1 a:hover {
    text-decoration: none;
    color: #FFA0D8;
}

.content-card h2 {
    margin-bottom: 15px;
    margin-top: 15px;
    font-size: 24px
}

.content-card h3 {
    margin-bottom: 15px;
    margin-top: 15px;
    font-size: 18px
}

.content-card img {
    width: 100%;
    border-radius: 10px;
}

.content-card .list-inline {
    margin-bottom: 20px;
    text-align: center;
}

.content-card .btn {
    border-radius: 25px;
    margin-top: 15px;
    font-size: 26px;
    font-family: 'Baloo', cursive;
}

.content-card .tags li {
    padding-left: 0px;
    padding-right: 0px;
    font-size: 12px;
}

.content-card .tags a {
    background-color: #dddddd;
    padding: 3px 10px;
    margin-bottom: 5px;
    display: block;
    color: #ffffff;
}

.content-card .tags a:hover {
    background-color: #337ab7;
    text-decoration: none;
}

.btn-custom {
    color: #ffffff;
    background-color: #FFA0D8;
}

.btn-custom.focus, .btn-custom:focus, .btn-custom:hover {
    color: #FFA0D8;
    background-color: #ffe0f6;
    transition: background-color 0.3s linear;
}

.card {
    background-color: #ffffff;
    border: 1px solid #e9e9e9;
    padding: 20px;
    border-radius: 25px;
    /* border-top: 3px solid #337ab7; */
}

.card h2 {
    margin-bottom: 15px;
    margin-top: 0px;
}

.card h5 {
    margin-bottom: 15px;
    margin-top: 0px;
    font-size: 26px;
    font-family: 'Baloo', cursive;
}

.posts-recent li {
    padding-bottom: 10px;
    padding-top: 10px;
}

.posts-recent li:last-of-type {
    border-bottom: none;
}

.posts-recent li a {
    color: inherit;
}

.posts-recent li a:hover {
    text-decoration: none;
    color: #FFA0D8;
}

.fa {
    padding-right: 5px;
}

pre {
    border-radius: 10px;
    padding: 10px;
    margin: 30px 0 30px 0;
    border: none;
    background-color: #23241f;
    word-break: keep-all
}

@media (max-width: 550px) {
    body {
        background-image: none;
    }
    .content-card {
        padding: 40px 30px 40px 30px;
    }

    .content-card h1 {
        font-size: 30px;
        margin: 10px;
    }

    .content-card .list-inline {
        margin: 0px;
        text-align: center;
    }

    #content-main {
        padding-left: 0px;
        padding-right: 0px;
    }
    .subtitle {
        padding: 0px 10px 15px 0px;
        font-size: 30px;
    }

    .navbar-collapse {
        border-style: none;
        padding-bottom: 10px;
        text-align: center;
        outline: none;
        box-shadow: none;
    }

    .logo-container {
        text-align: center;
        margin: -50px 0px 20px 0px;
    }
}