.generic-hero,
.generic-hero-short {
	min-height: 200px;
    height: auto;
}

.generic-hero-content p, .text-shadow{
    text-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
}

.p-15 {
	padding: 15px;
}

.px-15 {
    padding-left: 15px;
    padding-right: 15px;
}
.py-15 {
    padding-top: 15px;
    padding-bottom: 15px;
}
.pb-15 {
    padding-bottom: 15px;
}
.pt-15 {
    padding-top: 15px;
}

.m-15 {
	margin: 15px;
}

.mx-15 {
    margin-left: 15px;
    margin-right: 15px;
}
.my-15 {
    margin-top: 15px;
    margin-bottom: 15px;
}
.mb-15 {
    margin-bottom: 15px;
}
.mt-15 {
    margin-top: 15px;
}

.col-xs-6,
.col-6{
    width: 50% !important;
}

.no-header {
    padding-top: 200px;
}

.post-navigation {
    padding: 15px;
}

.post-navigation a {
    padding: 10px 15px;
    background: #d4181d;
    display: block;
    text-align: center;
    color: #fff;
    border-radius: 5px;
}

.mobile-only-logo {
    display: none;
}

#wrapper-footer {
    background-color: #d4181d;
}

@media (min-width: 1400px) {
    .container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
        max-width: 1320px !important;
    }
}

@media only screen and (max-width: 991px) {
	/* remove below */
	html {
		margin: 0 !important;
	}
	#wpadminbar {
		display: none !important;
	}
	/* remove above */
	#main-nav .container-fluid {
		align-items: center;
	    flex-direction: row-reverse;
	    justify-content: inherit;
	}
	.navbar {
	    background-image: linear-gradient(rgba(255, 255, 255, 1), rgba(255, 255, 255, 1));
	}
	.mobile-only-logo {
	    display: inline-block;
	}
	.navbar img {
		display: block;
        margin-left: 15px;
        width: 45px;
        position: fixed;
        top: 8px;
        background: #fff;
        padding: 5px;
        border-radius: 5px;
	}
	.navbar-nav .nav-link img {
		display: none;
	}
	.navbar-img-active {
		top: 8px !important;
	    width: 45px !important;
	}
	a.skip-link {
	    top: 5px;
	    left: 0;
	    display: inline;
	    width: 80px;
	}
	#wrapper-navbar {
		border-bottom: 1px solid #d4181d;
	}
	#wrapper-navbar .navbar-toggler {
	    background-color: #d4181d;
	    margin-right: 10px;
	    box-shadow: none;
	}
	#wrapper-navbar .navbar-toggler-wrapper {
		justify-content: flex-end;
	}
    .navbar #main-menu {
        margin-top: 10px;
    }
    .navbar-nav li {
    	margin: -2px auto;
    	border-bottom: 0;
    	font-size: 19px;
    }
	.text-center-xs {
		text-align: center;
	}
	.flashing-text {
		font-size: 1rem;
	}
	.custom-card {
	    width: 45%;
	    max-width: 200px;
	    margin: 2%;
	    padding-right: 15px;
	    padding-left: 15px;
	}
	#footer-full-content,
    .contact-us-fw {
    	padding: 0;
    }
	#wrapper-footer {
    	background-color: #d4181d;
    }
	.contact-content {
		position: static;
		padding: 40px 15px;
		box-shadow: none !important;
		text-align: center;
	}
	.contact-form {
    	position: static;
	    padding: 35px 15px;
    }
	.contact-us-footer form p {
	    margin: 5px 0 15px 0 !important;
	}
	.wpcf7 input[type=submit] {
		padding: 8px !important;
		margin-top: 10px;
	}
	.post-navigation .d-flex {
		display: block !important;
	}
}