
@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@100;300;400;500;700&display=swap');

body {
	font-family: 'Roboto', 'Helvetica Neue', Helvetica, Arial, sans-serif;
	font-weight: 400;
	color: rgb(0, 31, 69);
}

.nav-tall {
	background-color: rgba(255, 255, 255, 1);
	padding: .8rem 1rem;
	position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 99;
    transition: all 0.3s ease-out 0s;
}
.nav-tall img {
	width: 240px;
	transition: all 0.3s ease-out 0s;
}
.nav-tall .navbar-nav .nav-link {
	color: rgba(0, 31, 69, 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 .navbar-nav .nav-link:hover, .nav-tall .navbar-nav .nav-link.active {
	color: rgba(51, 102, 153, 1);
}
.nav-tall .navbar-toggler i {
	color: rgba(51, 102, 153, 1);
}

.nav-short {
	/*background-color: rgba(0, 31, 69, .94);*/
	background-color: rgba(51, 102, 153, 1);
    position: fixed;
    width: 100%;
    z-index: 99;
	padding: .4rem 1rem;
	transition: all 0.3s ease-out 0s;
}
.nav-short img {
	width: 160px;
	transition: all 0.3s ease-out 0s;
}
.nav-short .navbar-nav .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 .navbar-nav .nav-link:hover, .nav-short .navbar-nav .nav-link.active {
    color: rgba(68, 148, 228, 1);
}
.nav-short .navbar-toggler i {
	color: rgba(255, 255, 255, 1);
}


/*
.nav-tall {
	color: #ffffff;
	background-color: rgba(51, 102, 153, .8);
	padding: .8rem 1rem;
	position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 99;
    transition: all 0.3s ease-out 0s;
}
.nav-tall img {
	width: 240px;
	transition: all 0.3s ease-out 0s;
}
.nav-tall .navbar-nav .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-tall .navbar-nav .nav-link:hover, .nav-tall .navbar-nav .nav-link.active {
    color: rgba(68, 148, 228, 1);
}
.nav-tall .navbar-toggler i {
	color: rgba(255, 255, 255, 1);
}

.nav-short {
    background-color: rgba(255, 255, 255, 1);
    position: fixed;
    width: 100%;
    z-index: 99;
	padding: .4rem 1rem;
	transition: all 0.3s ease-out 0s;
}
.nav-short img {
	width: 160px;
	transition: all 0.3s ease-out 0s;
}
.nav-short .navbar-nav .nav-link {
    color: rgba(0, 31, 69, 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 .navbar-nav .nav-link:hover, .nav-short .navbar-nav .nav-link.active {
    color: rgba(51, 102, 153, 1);
}
.nav-short .navbar-toggler i {
	color: rgba(51, 102, 153, 1);
}
*/

.jumbotron {
	color: #fff;
	padding: 2rem;
	background: rgb(0, 31, 69);
	min-height: 620px;
	height: calc(100vh);
	display: flex;
	background: url('../img/pump-jack-bkg.jpg') no-repeat center center;
	background-size: cover;
	border-radius: 0;
}
.parallax {
  /* 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;
}
.bkg-blueish {
	background: rgba(51, 102, 153, .125);
	background: linear-gradient(165deg, rgba(51, 102, 153,.04) 0%, rgba(51, 102, 153,.225) 100%);
}
a {
	color: rgba(51, 102, 153, 1);
	text-decoration: underline !important;
}
label {
	font-weight: 400;
	font-size: .8rem;
	letter-spacing: .08rem;
	text-transform: uppercase;
}
.sup {
	vertical-align: super;
	font-size: smaller;
}
.display-3 {
	line-height: 1;
}
.alert {
	font-size: .9rem;
}
.alert-heading {
	font-size: 1.2rem !important;
}
.font-light {
	font-weight: 300;
}
.font-medium {
	font-weight: 400;
}
.font-bold, strong {
	font-weight: 700;
}
.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-blue {
    color: rgba(51, 102, 153, 1);
    border-color: rgba(51, 102, 153, 1);
    font-size: 1rem;
    letter-spacing: .05rem;
    text-transform: uppercase;
    transition: all 0.3s ease-out 0s;
}
.btn-outline-blue:hover {
    color: #ffffff;
    border-color: rgba(0, 31, 69, 1);
    background-color: rgba(0, 31, 69, 1);
}
.btn-blue {
    color: #ffffff;
    background-color: rgba(51, 102, 153, 1);
    border-color: rgba(51, 102, 153, 1);
    font-size: 1rem;
    letter-spacing: .05rem;
    text-transform: uppercase;
    transition: all 0.3s ease-out 0s;
}
.btn-blue:hover {
    color: #ffffff;
    border-color: rgba(0, 31, 69, 1);
    background-color: rgba(0, 31, 69, 1);
}
.btn-link {
    font-weight: 400;
    color: rgba(51, 102, 153, 1);
    text-decoration: none;
    transition: all 0.3s ease-out 0s;
}

.btn:focus {
	box-shadow: none !important;
}

.hidden {
	display: none !important;
}

.inherit {
	color: inherit !important;
}

.inherit-clean {
	color: inherit !important;
	text-decoration: none !important;
}

.mb-lc-0 {
    margin-bottom: 0 !important;
}

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

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

#owners .card {
	padding: 2rem 1rem 1rem 1rem;
	border: 1px solid rgba(51, 102, 153, .325);
	background: #fff;
	text-align: center;
}
#owners .card-image {
	width: auto;
	height: 4rem;
	margin-right: auto;
	margin-bottom: 2rem;
	margin-left: auto;
}
#owners .card i {
	font-size: 3rem;
	margin-right: auto;
	margin-bottom: 1rem;
	margin-left: auto;
}

#owners .card .card-body {
	padding: 0;
}

#faqs {
	color: #fff;
}
#faqs .card {
	background-color: transparent;
	border: 4px solid transparent;
}
#faqs .btn-link {
	font-size: 1.1rem;
}
#faqs .card-title {
	margin-bottom: 0 !important;
}
#faqs .card-title i {
	color: rgba(0, 31, 69, 1);
}
#faqs .card-header {
    background: rgba(233, 238, 244, 1);
    border-bottom: 1px solid rgba(51, 102, 153, .225);
}
#faqs .card-body {
	color: rgb(0, 31, 69);
	background-color: rgba(255, 255, 255, 1);
}

#contact input#contact_mobile {
	display: none; 
}
#contact .form-control {
	border: 1px solid rgba(51, 102, 153, .325);
}

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

.navbar-toggler {
	padding: .5rem .75rem;
}

@media (min-width: 992px){
	.navbar-expand-md .navbar-nav .nav-link {
	    padding-right: 1.5rem;
	    padding-left: 1.5rem;
	}
	.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) {
	.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) {
	.jumbotron .display-3 {
		font-size: 3.6rem;
		margin-left: 0;
		text-align: center;
	}
	.h-100 {
		height: auto !important;
	}
}
