* {
	transition: all 0.3s ease-out 0s;
}

body {
	font-family: 'Poppins', 'Helvetica Neue', Helvetica, Arial, sans-serif;
	font-weight: 300;
	color: rgb(51, 51, 51);
}

a {
	color: rgba(245, 80, 40, 1);
	text-decoration: underline !important;
}

a:hover {
	color: rgb(51, 51, 51);
	text-decoration: underline !important;
}

.lead {
	font-size: 1.35rem;
	color: rgb(39, 39, 39);
}

.display-7 {
	font-size: 2rem;
	font-weight: 300;
	line-height: 1.2;
}

.bglight {
	background: #f6f7f8;
}

.bgdark {
	background: #000;
}

.bgorange {
	background: rgba(255, 211, 165, 1);
	background: linear-gradient(165deg, rgba(255, 211, 165, 1) 0%, rgba(255, 175, 90, 1) 100%);
}


/************************/
/*     Navbar     */
/************************/


.nav-tall {
	background-color: rgba(255, 255, 255, 1);
	padding: .6rem 1rem;
	position: fixed;
    width: 100%;
    z-index: 99;
    transition: all 0.3s ease-out 0s;
}
.nav-tall img {
	width: 180px;
	transition: all 0.3s ease-out 0s;
}
.nav-tall .nav-link {
	color: rgba(51, 51, 51, 1);
    font-size: .9rem;
    font-weight: 400;
    letter-spacing: .08rem;
    text-transform: uppercase;
    text-decoration: none !important;
    transition: all 0.3s ease-out 0s;
}
.nav-tall .nav-link:hover, .nav-tall .nav-link.active {
	color: rgba(245, 80, 40, 1);
}
.nav-tall  .navbar-toggler i {
	color: rgba(51, 51, 51, 1);
}

.nav-short {
	background-color: rgba(0, 0, 0, 0.8);
	position: fixed;
	top: 0;
	left: 0;
    width: 100%;
    z-index: 99;
	padding: .6rem 1rem;
	transition: all 0.3s ease-out 0s;
}
.nav-short img {
	width: 180px;
	transition: all 0.3s ease-out 0s;
}
.nav-short .nav-link {
    color: rgba(255, 255, 255, 1);
    font-size: .9rem;
    font-weight: 400;
    letter-spacing: .08rem;
    text-transform: uppercase;
    text-decoration: none !important;
    transition: all 0.3s ease-out 0s;
}
.nav-short .nav-link:hover, .nav-short .nav-link.active {
   color: rgba(245, 80, 40, 1);
}

.nav-short .navbar-toggler i {
	color: rgba(255, 255, 255, 1);
}


.jumbotron {
	color: #fff;
	padding: 2rem;
	background: rgb(69, 28, 0);
	min-height: 620px;
	height: calc(100vh);
	display: flex;
	background: url('../img/header_bkg3.jpg') no-repeat center center;
	background-size: cover;
	border-radius: 0;
}

.myparallax {
  /* The image used */
  background-image: url('../img/pump-jack-bkg.jpg');

  /* Full height */
  height: 100%;

  /* Create the parallax scrolling effect */
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.site-section {
    padding: 4.5em 0;
}

.back-to-top {
	position: fixed;
	right: 20px;
	bottom: 20px;
	z-index: 99;
	display: none;
	border-radius: 50% !important;
	height: 40px;
	width: 40px;
}
.btn-outline-orange {
    color: rgba(245, 80, 40, 1);
    border-color: rgba(245, 80, 40, 1);
    font-size: 1rem;
    letter-spacing: .05rem;
    text-transform: uppercase;
    transition: all 0.3s ease-out 0s;
}
.btn-outline-orange:hover {
    color: #ffffff;
    border-color: rgba(245, 80, 40, 1);
    background-color: rgba(245, 80, 40, 1);
}
.btn-orange, a.btn-orange {
    color: #ffffff;
    background-color: rgba(245, 80, 40, 1);
    border-color: rgba(245, 80, 40, 1);
    font-size: 1rem;
    letter-spacing: .05rem;
    text-transform: uppercase;
    transition: all 0.3s ease-out 0s;
	text-decoration: none !important;
}
.btn-orange:hover, a:hover.btn-orange {
    color: #ffffff;
	background-color: rgba(173, 58, 30, 1);
	border-color: rgba(173, 58, 30, 1);
}
.btn-link {
    font-weight: 400;
    color: rgba(245, 80, 40, 1);
    text-decoration: none;
    transition: all 0.3s ease-out 0s;
}
.btn-link:hover {
	color: rgba(98, 32, 16, 1);
	text-decoration: none;
}

.hidden {
	display: none !important;
}

.inherit {
	color: inherit;
}

.inherit-clean {
	color: inherit;
	text-decoration: none !important;
}
.inherit:hover, .inherit-clean:hover {
	color: rgba(245, 80, 40, 1);
}

/************************/
/*     About     */
/************************/

#about {
	color:rgb(51, 51, 51);
}


/************************/
/*     Owners     */
/************************/

#owners .card {
	border: none;
	padding: 0;
}

#owners .card-body {
	padding: 2rem 2.45rem;
}

#owners .card-title {
	margin-bottom: 1rem;
}

#owners .card-link {
	display: block;
	font-size: 1.125rem;
	font-weight: 400;
	color: #26313c;
	text-decoration: none !important;
	padding: .65rem;
	border-bottom: 1px solid rgba(0, 0, 0, .1);
}

#owners li:last-child .card-link {
	border-bottom: none;
}

#owners .card-link:hover {
	color: rgba(245, 80, 40, 1);
	background: rgba(255, 255, 255, .65);
}

#owners .card-body ul{
	margin-bottom: 0;
}

#owners .card-body i {
	margin-right: .45rem;
	font-size: 1.35rem;
	color: rgba(245, 80, 40, 1);
}

/************************/
/*     FAQs     */
/************************/

/*Faq Accordions*/

#accordion .card {
	margin-bottom: 15px;
}

#accordion .card:last-child {
	margin-bottom: 0;
}


#accordion .card-header .card-link:before {
	font-family: "Font Awesome 5 Free", serif;
	font-weight: 900;
	color: rgba(245, 80, 40, 1);
}

#accordion .card-header {
	padding: 0;
	background-color: transparent;
	border-bottom: none;
	background: rgba(235, 235, 235, 1);
}

#accordion .card-header .card-link {
	display: block;
	padding: .75rem 1.25rem;
	border: none;
	font-size: 1.125rem;
	font-weight: 400;
	color: #26313c;
	text-decoration: none !important;
}

#accordion .card-header .card-link:hover {
	color: rgba(245, 80, 40, 1);
	background: rgba(255, 255, 255, .65);
}

#accordion .card-header .card-link:before {
	content: "\f107";
	float: right;
}

#accordion .card-header .card-link.collapsed:before {
	-webkit-transform: rotate(180deg);
	-moz-transform: rotate(180deg);
	transform: rotate(180deg);
}

#accordion .card-body {
	border-top: 1px solid rgba(0, 0, 0, .1);
	padding-top: 1.85rem;
	padding-bottom: 1.35rem;
}

#accordion .card-body p:last-child {
	margin-bottom: 0;
}


/*Accordion ends*/

#contact input#contact_mobile {
	display: none; 
}

#contact form label {
	font-weight: 400;
	font-size: .8rem;
	letter-spacing: .08rem;
	text-transform: uppercase;
	margin-top: 1rem;
}

footer {
	color: rgba(255, 255, 255, .6);
	background-color: rgba(0, 31, 69, 1);
	font-size: .8rem;
	margin: 0;
	padding: 2rem 0;
}

@media (min-width: 992px){
	.navbar-expand-md .navbar-nav .nav-link {
	    padding-right: 1.45rem;
	    padding-left: 1.45rem;
	}
	.cards-1 .card {
	    display: inline-block;
	    vertical-align: top;
	    min-height: 340px;
	}
	.jumbotron .display-3 {
		font-size: 4.5rem;
		margin-left: 2rem;
		text-align: left;
	}
	
}

@media (max-width: 991.98px) {
	#owners .card-body {
		padding: 1rem 1rem;
	}
	
	.parallax {
		background-attachment: scroll;
		height: 100%;
		width: auto;
	}
	
	.jumbotron .display-3 {
		font-size: 3.6rem;
		margin-left: 2rem;
		text-align: left;
	}
}

@media (max-width: 767.98px) {
	.navbar-expand-md .navbar-nav .nav-link {
		padding-right: 1rem;
		padding-left: 1rem;
	}
	
	.navbar-expand-md .navbar-nav li:first-child .nav-link {
		padding-top: 2rem;
	}
	
	.jumbotron .display-3 {
		font-size: 3.6rem;
		margin-left: 0;
		text-align: center;
	}
	.h-100 {
		height: auto !important;
	}
}
