/*-- Global --*/

h1, h2, h3, h4 {
    text-transform: uppercase;
}

.btn:hover {
	color: #111!important;
}

/*-- Header --*/

.header .container {
    max-width: none
}

.header .navbar-dark .navbar-nav .nav-link {
    line-height: 28px;
    text-transform: uppercase;
    font-size: .9rem
}

.header .navbar-dark .navbar-nav .nav-link:hover {
    background: #d7263d;
    color: #fff
}

.header .navbar-dark .navbar-nav>.active .nav-link {
    color: #fff!important
}

.header .header-info-logo-img img {
    width: 310px
}

.header .navbar-dark .navbar-nav .nav-item .nav-link:before {
    border-width: 0!important
}

.cw-header-contact {
    padding: .25rem;
    font-size: .9rem
}

.cw-header-contact span {
    vertical-align: middle;
    font-weight: bold;
}

.header a.header-business-phone {
    color: #fff;
    font-size: 1.2rem;
    font-weight: 700;
    vertical-align: middle;
}

@media(min-width: 992px) {
    .header .header-info-logo-img {
        position:fixed;
        top: 5px;
        z-index: 2001;
        padding: 0
    }

    nav.navbar .container {
        position: relative;
        height: 125px;
        margin: 0 auto;
    }

    .navbar-nav {
        position: absolute;
        right: 0;
        bottom: 22px;
    }

    .header .navbar,.header .navbar.bg-primary {
        box-shadow: 2px 2px 0 rgb(29 91 116 / 18%)
    }

    .cw-header-contact {
        position: fixed;
        z-index: 2000;
        top: 0;
        right: 0;
    }
}

/*-- Hero --*/

.cw-hero {
    padding: 9rem 0;
    overflow: hidden;
}

.cw-hero:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    background: rgb(0 0 0 / 41%)
}

.cw-heroText {
    z-index: 2
}

.cw-heroText h1 {
    font-size: 2rem;
    text-shadow: 2px 2px #000
}

.cw-heroText h1 span {
    margin-bottom: 1rem;
    font-size: 60%
}

.cw-heroText .lead {
    text-shadow: 2px 2px #000
}

#hero-divider {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 200%;
    z-index: 2;
}

#hero-divider path {
    fill: #ffffff;
}

@media (min-width: 500px) {
    #hero-divider {
        width: 100%;
    }

    .cw-heroText h1 {
        font-size: 2.5rem
    }
}

@media(min-width: 992px) {
    .cw-hero {
        padding: 14rem 0
    }

    .cw-heroText h1 {
        font-size: 2.75rem
    }

    .cw-heroText .lead {
        font-size: 1.65rem
    }

    #hero-divider {
        bottom: -24px;
        width: 100%;
    }

}

@media(min-width: 1400px) {

    .cw-hero {
        padding: 16rem 0;
    }

    .cw-heroText h1 {
        font-size: 3.25rem
    }
}

/*-- Home --*/

.page-home .list {
    padding: 3.5rem 0 .5rem;
}

.page-home .textwithimage {
    text-align: center
}

.page-home .textwithimage h2 {
    font-size: 1.5rem;
}

@media (min-width: 992px) {
    .page-home .list .list-text-title {
        font-size: 1.5rem
    }

    .page-home .textwithimage h2 {
        font-size: 1.85rem;
    }
}

@media(min-width: 1440px) {
    .page-home .list .container,
	.page-home .galleryslideshow .container
	{
        max-width: 1400px
    }
	
}

/*-- Subpages --*/

section:not(.page-home) .title {
    margin-top: 1.5rem;
    text-align: center;
}

/* --- Reviews summary list --- */

.page-reviews .list {
	padding: 0 0 4em;
}

.page-reviews .list .list-wrap {
	margin-bottom: 2rem;
	padding: 1px 0 1rem;
	background: #fcfcfd;
}

.page-reviews .list-img-wrap {
	padding: 30px 0 15px;
	margin-top: 1.25rem;
}

.page-reviews .list .list-text-title {
	font-size: 1.15rem;
}

.page-reviews .list-text-description {
	padding: 1rem 1.5rem;
	font-style: italic;
	font-size: 0.95rem;
}

.page-reviews .list-img-photo {
	background-size: 130px;
}