@import url('https://fonts.googleapis.com/css2?family=Open+Sans:wght@400;600;800&display=swap');

body {
	font-family: 'Open Sans', sans-serif;
}

.offcanvas-title {
	font-size: 0.9rem;
}

.nav-offset {
	margin-top: 60px;
}

.hero-banner h1 {
	font-family: 'Open Sans', sans-serif;
	font-weight: 800;
    font-size: 25px;
	color: #FFF;
	text-shadow: 2px 2px 8px #333;
}

.hero-banner p {
    font-size: 18px;
	font-weight: 600;
	color: #FFF;
	text-shadow: 2px 2px 8px #333;
}

.hero-bg {
	background-image: linear-gradient(to right, #ccc, #555);
}

.hero-img {
	min-height: 400px
}

.hero-text {
	text-align: center;
	padding-top: 30px;
}

.hero-img {
	position: absolute;
	width: 55%;
	background-image: url('../img/planes.png');
	background-repeat: no-repeat;
	background-position: 100% 100%;
	min-height: 400px
}

.mobile-hero-bg {
	height: 250px;
	background-image: url('../img/planes2.png');
	background-repeat:  no-repeat;
	background-position: top center; 
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}

.navbar {
	background: #FFF;
}

.navbar-brand {
    font-size: 25px;
	font-weight: 800;
	line-height: 30px;
	padding-top: 0 !important;
	padding-bottom: 0 !important;
}

.navbar-brand span {
	color: #cccccc;
}

.navbar-nav li a {
	transition: 0.3s;
}

.navbar-nav li a:hover {
	color: #000 !important;
}

.nav-item .active {
	border-bottom: solid 3px #0890ab;
}

.nav-link {
	margin-left: 40px;
	font-weight: 600;
}

#LEROY-company h2 {
	font-family: 'Open Sans', sans-serif;
	font-weight: 800;
    font-size: 40px;
	color: #7F7F7F;
}

#LEROY-company p {
    font-size: 18px;
	font-weight: 400;
	color: #262626;
}

#LEROY-president, #LEROY-contact {
	background-color: #555;
}

#LEROY-playhouse {
	background-color: #bbb;
}

#LEROY-playhouse h2 {
	font-family: 'Open Sans', sans-serif;
	font-weight: 800;
    font-size: 25px;
	color: #111;	
}

#LEROY-president h2 {
	font-family: 'Open Sans', sans-serif;
	font-weight: 800;
    font-size: 25px;
	color: #FFF;	
}

#LEROY-president p {
    font-size: 18px;
	font-weight: 400;
	color: #FFF;
}

#LEROY-president p a {
	color: #FFF;
}


#LEROY-feature h2 {
	font-family: 'Open Sans', sans-serif;
	font-weight: 800;
    font-size: 25px;
	color: #7F7F7F;	
}

#LEROY-feature p {
    font-size: 18px;
	font-weight: 400;
	color: #262626;
}

#LEROY-contact h2 {
	font-family: 'Open Sans', sans-serif;
	font-weight: 800;
    font-size: 25px;
	color: #FFF;	
}

#LEROY-contact p {
    font-size: 18px;
	font-weight: 400;
	color: #FFF;
	margin-bottom: 0;
}

.owl-dots {
	display: none;
}

.owl-nav {
	text-align: right !important;
}

.owl-prev, .owl-next {
	padding-top: 0 !important;
	padding-bottom: 0 !important;
	margin-top: 0 !important;
	margin-bottom: 0 !important;
}

.owl-prev span, .owl-next span {
	font-size: 30px !important;
	line-height: 20px;

}

.btn-warning {
	background: #f0a814;
	color: #FFF;
	font-weight: 600;
	font-size: 24px;
}

footer {
	font-size: 12px;
}

.copyright {
	text-align: center;
}

.small {
	padding-top: 15px;
	font-size: 12px;
	line-height: 14px;
	font-weight: 400 !important;
	color: #666 !important;
}

@media (min-width : 550px) {
	.mobile-hero-bg {
		height: 350px;
	}
}

@media (min-width : 768px) {
	.hero-content {
		min-height: 400px
	}
	
	.hero-text {
		text-align: left;
		padding-top: 0;
		padding-bottom: 30px;
		padding-left: 75px;
		max-width: 500px;
	}
	
	.navbar {
		padding-top: 15px;
		padding-bottom: 15px;
	}
	
	.nav-offset {
		margin-top: 80px;
	}
	
	.navbar-brand {
		font-size: 25px;
		line-height: 50px;
	}
}

@media (min-width : 992px) {
	.navbar {
		padding-top: 20px;
		padding-bottom: 20px;
	}
	
	.nav-offset {
		margin-top: 90px;
	}
	
	.hero-banner h1 {
		font-size: 35px;
	}
	
	.hero-img, .hero-content {
		min-height: 500px
	}

	.offcanvas {
		visibility: visible;
		position: relative;
		background: none;
		border: none;
		justify-content: end;
		color: #000000;
	}	
}
	
@media (min-width : 1200px) {
	.navbar {
		padding-top: 25px;
		padding-bottom: 25px;
	}	
	
	.nav-offset {
		margin-top: 100px;
	}
	
	.form-group {
		padding: 0 50px;
	}
}


@media (max-width : 991px) {
	.offcanvas {
		width : 250px !important;
	}
	.offcanvas-start-lg {
		top: 0;
		right: 0px;
		border-right: 1px solid rgba(0, 0, 0, .2);
		transform: translateX(100%);
	}
}