/*
Template: twentytwenty

Theme Name: Sweet Caroline's Child Theme
Theme URI: 
Author: Shannon Mutchler
Author URI: www.greatwhiteservices.com
Version: 1.0
Description: Custom child theme for Sweet Caroline's bakery website.
*/

body {
    font-family: verdana, arial, geneva, sans-serif;
    font-size: .8em;
    font-weight: normal;
    color: #1d1d1e; 
    background: #fff;
}  

#header {
    background-color: #fff;
}

#logo {
    text-align: center;
    padding-top: 40px;
}

li.headericons {
    padding-right: 20px;
}

.fa-bars {
    color: #2D3142;
    font-size: 30px;
}

nav {
    background: #fff;
    border-bottom: 1px solid #BFC0C0;
    border-top: 1px solid #BFC0C0;
    padding: 0;
}

.nav-link {
    color: #2D3142;
    font-size: .6em;
}

.nav-link2 {
    color: #2D3142;
    font-size: .7em;
}

.nav-link:hover {
    color: #AB5855;
}

.nav-link2:hover {
    color: #AB5855;
}

.nav-link:focus {
    color: #62635B;
}

.dropdown-menu {
    background: #fff;
}

.dropdown-item {
    color: #273E47;
}

.dropdown-item:hover {
    background: #F4F0E9;
    color: #567272;
}

.dropdown-item:focus {
    background: #54575A;
    color: #fff;
}

.nav-item.active a {
    color: #AB5855;
    text-decoration: underline;
}

a {
    color: #AB5855;
}

a:hover 
{
    color: #567372; 
    text-decoration: underline;
}

ul {
    display: inline-block;
    font-size: 1.8em;
}

.carousel-indicators li {
    background-color: #2D3142;
}

.fa-chevron-left {
    font-size: 40px;
    color: #2D3142;
}

.fa-chevron-right {
    font-size: 40px;
    color: #2D3142;
}

.fa-angle-left {
    font-size: 30px;
    color: #2D3142;
}

.fa-angle-right {
    font-size: 30px;
    color: #2D3142;
}

p.welcomemsg {
    font-size: 1.4em;
    color: #1d1d1e;
}

img.shadows {
    box-shadow: 2px 2px 8px #4f4f4f;
    border: 1px solid #4f4f4f;
}

img.products {
    box-shadow: 2px 2px 8px #4f4f4f;
    border: 1px solid #BFC0C0;
}

img.gallery {
    border: 1px solid #4f4f4f;
}

.carousel {
    margin-bottom: 4rem;
}

.slider1 {
    bottom: 3rem;
    z-index: 10;
}

.slider2 {
    bottom: 7rem;
    z-index: 10;
}

.slider3 {
    bottom: 2rem;
    z-index: 10;
}

#myCarousel .carousel-item {
    height: 100%;
    min-height: 30rem;
    background: no-repeat center;
    background-size: cover;
    background-color: #777;
    opacity: 0.75;
}

#slidercarousel {
    width: 450px;
    height: 300px;
}

.carousel-caption {
    color: #1d1d1e;
}

.carousel-indicators li {
    width: 10px;
    height: 10px;
    border-radius: 100%;
}

p.pcar {
    font-size: 1.3em;
}

.jumbotron-fluid {
    background-color: #F4F0E9;
    padding: 20px;
}

a.slidebtn {
    background-color: #892C29;
    border-color: #892C29;
}

a.slidebtn:hover {
    background-color: #567272;
    border-color: #567272;
}

a.homebtn {
    background-color: #AB5855;
    border-color: #AB5855;
}

a.homebtn:hover {
    background-color: #567272;
    border-color: #567272;
}

h1.soon {
    text-align: center;
}

h1.season {
    font-size: 2em;
    text-align: center;
}

h1.welcome {
    text-align: center;
}

h1.homebanner {
    text-align: center;
}

h1.cell {
    font-size: 1.7em;
}

h4 {
    text-align: center;
}

title {
    font-weight: bold;
}

th {
    font-size: 1.3em;
}

td {
    font-size: 1.3em;
}

.reds {
    margin-right: 10px;
}

.aboutp {
    font-size: 1.4em;
}

nav.pastriespages {
    border: none;
}

nav.breadcrumb {
    background-color: #fff;
    border: none;
    padding: 0;
    margin: 0;
}

ol.breadcrumb {
    background-color: #fff;
}

a.page-link {
    color: #1d1d1e;
}

footer {
    font-size: 1em;
    text-align: center;
    color: #f6f3ec;
    background: #1d1d1e; 
}

ul.footericons {
    list-style-type: none;
    padding: 0;
    margin: 0;
}

li.footericons2 {
    display: inline;
    padding-right: 20px
}

a.footericons3 {
    color: #f6f3ec;
}

a.footericons3:hover {
    color: #AB5855;
}