@charset "UTF-8";

body {
	background-color: #444;
	min-height: 2000px;
	font-family: "Roboto Condensed", sans-serif;
	font-optical-sizing: auto;
	/*font-weight: <weight>;*/
	font-style: normal;
	color: #666;
}
.main {
	margin-right: auto;
    margin-left: auto;
    max-width: 1200px;
    background-color: #eee;
    border-left: 1px solid #ccc;
    border-right: 1px solid #ccc;
}
.container {
	max-width: 1140px !important;
}

section {
	padding: 30px 0;
	overflow: hidden;
}
section.logo-top {
	background-color: #51C5E4 !important;
}
nav.navbar {
    background-color: #51C5E4 !important;
}

.navbar-brand {
	max-width: calc(100vw - 140px);
}
.navbar-brand img {
	width: 100%;
	max-width: 250px;
}
.nav-link {
	color: white !important;
	text-transform: uppercase;
}

@media (max-width: 767px) {
	.navbar-toggler {
		border: 1px solid rgba(255, 255, 255, 0.5);
	}
	.nav-link {
		color: #333 !important;
		font-weight: 400;
        font-size: 14px;
	}
	.active .nav-link {
		color: #51C5E4 !important;
	}
	ul.navbar-nav {
		margin: 0.5rem 0 5px 0;
		padding: 0 10px;
		background-color: #fff;
		border-radius: 5px;
		box-shadow: inset 0 0 1rem rgba(0, 0, 0, 0.15);
		border: 1px solid #ccc;
	}
	ul.navbar-nav > .nav-item:not(:first-child) {
		border-top: 1px solid #eee;
	}
}

@media (min-width: 768px) {
	nav.navbar {
	    background-color: #40b3d1 !important;
	}
	.navbar-brand img {
		width: 180px;
	}
	ul.navbar-nav > .nav-item:first-child > .nav-link {
		margin-left: calc(-1 * var(--bs-navbar-nav-link-padding-x));
	}
	.nav-link {
		position: relative;
		/*padding: 15px 10px;*/
		/*transition: all 350ms ease-in-out;*/
		margin-right: 15px;
	}
	.nav-link:before {
		content: '';
	    display: block;
	    position: absolute;
	    left: 8px;
	    right: 8px;
	    bottom: 0px;
	    /*bottom: 5px;*/
	    height: 1px;
	    background: #fff;
	    visibility: hidden;
	    zoom:1;-webkit-opacity: 0;
	    -moz-opacity: 0;
	    opacity: 0;
	    filter: alpha(opacity=0);
	    transition: all 180ms ease-in-out;
	}
	.nav-link:hover:before {
	    zoom:1;-webkit-opacity: 1;
	    -moz-opacity: 1;
	    opacity: 1;
	    filter: alpha(opacity=100);
	    visibility: visible;
	    bottom: 5px
	}
	.active .nav-link:before {
		background: #fff;
		zoom: 1;
		-webkit-opacity: 1;
		-moz-opacity: 1;
		opacity: 1;
		filter: alpha(opacity=100);
		visibility: visible;
		bottom: 5px;
		
	}
}

.h1,.h2,.h3,.h4,.h5,.h6,h1,h2,h3,h4,h5,h6 {
	text-transform: uppercase;
}

.photo-divider {
	background-position-x: 50%;
    background-position-y: 50%;
	background-attachment: fixed;
    background-size: cover;
	background-repeat: no-repeat;
	height: 300px;
}
.photo-divider.photo-bg-1 {
	background-image: url('https://lirp.cdn-website.com/07ea9581/dms3rep/multi/opt/IMG_4145-1920w.JPG');
	background-position-y: 25%;
	height: 300px;
}
.photo-divider.photo-bg-2 {
	background-image: url('https://lirp.cdn-website.com/07ea9581/dms3rep/multi/opt/IMG_4409-1920w.JPG');
	background-position-y: 25%;
	height: 300px;
}
.container {
	padding-right: 30px !important;
    padding-left: 30px !important;
}


footer {
	/*background-color: #2b2b2b;*/
	color: #ccc;
	/*margin-top: 60px;*/
	/*padding-top: 60px;*/
}



.heading-line {
	display: flex;
	flex-wrap: nowrap;
	align-items: center;
	margin-bottom: 30px;
}
.heading-line > span {
    /*border-top-width: 2px;*/
    /*border-color: rgb(91, 91, 91);*/
    height: 1px;
    border-top: 2px solid #666;
    display: block;
    position: relative;
    top: 1px;
    /*width: 100%;*/
    min-width: 10%;
    flex-grow: 1;
}
.heading-line > span:after {
    display: block;
    content: '';
    margin-top: 2px;
    height: 1px;
    border-top: 1px;
    border-top-style: solid;
    border-top-color: inherit
}
.heading-line .h1,.heading-line .h2,.heading-line .h3,.heading-line .h4,.heading-line .h5,.heading-line .h6,.heading-line h1,.heading-line h2,.heading-line h3,.heading-line h4,.heading-line h5,.heading-line h6 {
	width: auto;
	margin: 0;
	padding-right: 1.5rem;
    padding-left: 1.5rem;
    text-align: center;
}



form label.error {
    display: none !important;
}
form .error,
form .error:focus {
    border-color: #ff0000;
    background-color: #ffeeee;
    color: #ff0000;
}
form {
    position: relative;
}
form .loading {
    position: absolute;
    top: calc(50% - 25px);
    left: calc(50% - 25px);
    z-index: 99999;
}







.wow {
	overflow: hidden;
}

.admin-bar .sticky-top {
	top: var(--wp-admin--admin-bar--height);
}
@media screen and (max-width: 600px) {
    .admin-bar .sticky-top {
		top: 0px;
	}
}

