/* @import url('http://fonts.cdnfonts.com/css/gordita'); */

body {
    /* font-family: 'Gordita', sans-serif; */
    font-family: 'Open Sans', sans-serif;
    background-color: #d3cdcd;
    color: #1d1d1d;
    font-size: 14px;
    line-height: 25px;
}


/* body, a:hover {
    cursor: url('/img/pizza_slice_mouse.png'), auto !important;
} */

section {
    background-color: #fff;
}

a, a:hover {
    -webkit-transition:all 0.40s ease-out;
	-moz-transition:all 0.40s ease-out;
	-o-transition:all 0.40s ease-out;
}

a {
    text-decoration: none;
    border-bottom: 1px solid transparent;
    outline: none;
}

a:hover {
    color: #C32630;
    border-bottom: 1px solid #C32630;
    text-decoration: none;
}

.btn {
    border-radius: 0;
    font-size: 14px;
    font-weight: 400;
    line-height: 30px;
    padding-top: 9px;
}

.btn-primary {
    background-color: #C32630;
    border-color: #C32630;
}

.btn-primary:hover {
    background-color: #000;
    border-color: #000;
}

.minigallery a {
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 450px;
    width: 100%;
    display: block;
    border-bottom: none;
}

.minigallery a:hover {
    filter: grayscale(100%);
    border-bottom: none;
}

p {
    margin-bottom: 0;
}

p, a, li {
    color: #1d1d1d;
}

h1 {
    color: #C32630;
    font-weight: 200;
    font-size: 45px;
    line-height: 55px;
}

h2 {
    font-weight: 300;
    font-size: 24px;
    line-height: 40px;
}

#main {
    min-height: 500px;
}

.list-item {
    display: block;
}

.list-item.inline {
    display: inline-block;
}

.list-item.inline::after {
    font-family: "Font Awesome 5 Free"; 
    font-weight: 900;
    content: "\f111";
    padding-left: 7px;
    padding-right: 7px;
    font-size: 6px;
}

.list-item.inline.last:after {
    content: '';
    padding-left: 0;
    padding-right: 0;
}

.nav-link {
    font-weight: 400 !important;
    outline: none;
    color: #c32630 !important;
    font-size: 13px;
    line-height: 14px;
    background-color: #fff;
    padding-top: 12px;
    padding-left: 10px !important;
    padding-right: 10px !important;
}

.nav-link:hover, .nav-link.active {
    background-color: #C32630;
    color: #fff !important;
}

.navbar-brand img {
    height: 100px;
    width: auto;
}

#navbarNavDropdown {
    justify-content: flex-end;
    align-items: center;
}

#navbar a.dropdown-item {
    font-size: 0.8em;
    line-height: 20px;
}

#navbar a.dropdown-item:hover {
    border-bottom: none;
    color: #c32630;
}

.section {
    padding-bottom: 60px;
}

.section.first {
    padding-top: 80px;
}

.prefooter {
    padding:30px;
    background-color: #C32630;
}

.prefooter h1 {
    font-size: 18px;
    line-height: 20px;
    font-weight: 400;
}

.prefooter h1, .prefooter a, .prefooter p, .prefooter li {
    color: #fff;
}

.prefooter a:hover {
    border-bottom-color: #fff;
}

.prefooter .divider {
    margin-bottom: 15px;
}

.prefooter .divider::after {
    background-color: #fff;
    margin-top: 10px
}

.footer {
    padding-top: 10px;
    padding-bottom: 10px;
    background-color: #eaeaea;
}

.footer p, .footer a {
    color: #1d1d1d;
    font-size: 12px;
    font-weight: 400;
}

.footer a:hover {
    border-bottom-color: #1d1d1d;
}

.divider {
	width: 100%;
	display: block;
	position: relative;
	padding-bottom: 15px;
    margin-bottom: 40px;
}

.divider::after {
	content: '';
	position: absolute;
	height: 1px;
	width: 70px;
	background-color: #C32630;
    margin-top: 20px;
}

.divider.center::after {
	width: 100px;
	left: 50%;
	margin-left: -50px;
}

.banner {
	width: 100%;
	min-height: 600px;
	height: auto;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 0;
}

.banner.color {
	background-color: #C32630;
	min-height: 130px;
    padding-top: 10px;
	height: auto;
}

.banner.color h1, .banner.color p {
	color: #fff;
	margin-bottom: 0;
}

.banner .breadcrumb {
    background-color: transparent;
    border-radius: 0;
    padding: 0;
    margin-bottom: 0;
    justify-content: center;
}

.banner .breadcrumb a {
    color: #fff;
    text-align: center;
    width: 100%;
}

.banner .breadcrumb li::before {
    color: #fff !important;
}

.carousel-caption h1 {
    color: #fff;
    font-size: 5em;
    line-height: 1em;
}

.carousel-caption p {
    color: #fff;
    font-size: 2em;
    line-height: 1.5em !important;
    font-weight: 400;
    padding-top: 10px;
}

.carousel-caption .btn {
    margin-top: 30px;
    margin-bottom: 30px;
}

.inside {
    padding: 50px;
}

.flex_center {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 20px;
}

.grid_item img {
    width: 100%;
    height: auto;
}

.grid_item {
    margin: 20px 0;
}

.grid_item a, .grid_item a:hover {
    border-bottom: 0;
}

.grid_item a:hover {
    filter: grayscale(50%);
}

.card {
    border-radius: 0;
}

.card-body {
    padding: 30px;
}

.card-body h1 {
    color: #C32630;
    font-weight: 300;
    font-size: 23px;
    line-height: 35px;
    margin-bottom: 0;
}

.card .divider {
    margin-bottom: 20px;    
}

.card .divider::after {
    margin-bottom: 20px;
    margin-top: 15px;
}

.focus {
    background-color: rgba(0, 0, 0, 0.07);
    padding: 40px 0;
}

u {
    text-decoration: none;
    border-bottom: 1px solid;
}

.parallax {
    background-attachment: fixed;
    height: 500px;
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
}

.overlay {
    background-color: #00000080;
    margin: 0;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    display: flex;
    justify-content: center;
    align-items: center;
}

.overlay h1, .overlay li, .overlay a, .overlay p {
    color: #fff;
    font-weight: 300;
}

.overlay li, .overlay p {
    font-size: 18px;
    line-height: 30px;
}

.overlay h1 {
    font-size: 40px;
    list-style: 50px;
}

.overlay .divider::after {
    background-color: #fff;
    height: 2px;
}

.overlay .icon {
    color: #fff;
    font-size: 70px;
    margin-bottom: 20px;
}

.bg {
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    height: 100%;
}

.checkbox {
    width: 20px;
    height: 20px;
    margin-right: 7px;
}

img.border {
    padding: 10px;
}

img.rounded {
    border-radius: 100% !important;
}

.navbar-toggler {
    border-radius: 0;
    border: none;
    color: #000 !important;
    font-size: 35px;
    outline: none !important;
}

.navbar-toggler:hover {
    border: none;
    color: #C32630 !important;
}   

@media only screen and (max-width: 425px) 
{
    #navbar ul.navbar-nav {
        padding: 20px 0;
    }

    #navbar ul.navbar-nav li {
        margin-bottom: 15px;
    }

    #navbar ul.navbar-nav li a {
        font-size: 18px;
        text-align: center;
    }

    #navbar .dropdown-menu {
        border-radius: 0;
    }

    #navbar .dropdown-menu a {
        margin-bottom: 10px;
    }

    #slide1 .carousel-item {
        height: 500px !important;
    }

    #slide1 .carousel-caption h1 {
        font-size: 40px;
        line-height: 45px;
    }

    #slide1 .carousel-caption p {
        font-size: 20px;
        line-height: 25px;
    }

    .parallax {
        height: 700px;
    }

    .overlay h1 {
        font-size: 25px;
        line-height: 27px;
    }

    .overlay .icon {
        font-size: 40px;
    }
}

@media only screen and (max-width: 1024px) 
{
    .prefooter .column {
        padding-bottom: 40px;
    }

    .inside {
        padding: 20px;
    }

    .minigallery a {
        height: 300px;
        width: 100%;
        margin-bottom: 10px
    }

    .bg {
        height: 500px;
    }
}