/*!
Theme Name: 	Bootsrap on WordPress
Theme URI: 		https://bootstraponwordpress.com/
Description: 	Bootstrap 5 on Wordpress
Version: 		4.1.1
Author: 		Babobski
Author URI: 	https://www.babobski.nl
Tags: 			babobski, bootstrap, basic theme
*/

* { box-sizing: border-box; }
html { font-size: 16px; }
.vert-center { position: relative; top: 50%; transform: translateY(-50%); }
.spacer { clear: both; }
a { text-decoration: none; }
img { max-width: 100%; }

h1, h2, h3, h4, h5, h6 { font-family: 'Archivo', sans-serif; font-weight: 900; }
p, li { font-family: 'Archivo', sans-serif; font-weight: 400; }

.splash-wrap {
    width: 100vw;
    height: 100vh;
	background-image: url('images/rock-explosion-bg-min.jpg');
	background-size: cover;
	background-position: center center;
}

.splasher .navbar {
	display: none;
}

.middle-stripe {
	width: 54%;
	margin-left: auto;
	margin-right: auto;
	height: 100vh;
	display: table;
	background-color: #163656c9;
	position: relative;
	box-shadow: 0rem 0rem 5rem black, 0rem 0rem 4rem black;
}

.ms-upper {
	position: absolute;
	width: 100%;
	top: 0;
	left: 0;
	height: 62%;
}

.ms-upper img {
	width: 68%;
	display: table;
	margin: 0 auto;
}

.ms-lower {
	position: absolute;
	width: 100%;
	top: 62%;
	height: 38%;
	left: 0;
	background-image: url('images/white-bg-min.jpg');
	background-color: white;
	padding-top: 1%;
}

.ms-lower:after {
    position: absolute;
    content: " ";
    width: 100%;
    padding-top: 0;
    height: 5.8125rem;
    background-image: url(images/mountain-top-min.png); 
    background-size: 100% 100%;
    background-repeat: no-repeat;
    left: 0;
    top: -5.8125rem;
}

.full-site-text {
	width: 68%;
	display: table;
	margin: 0 auto;
    padding-top: 6.5%;
    padding-bottom: 6.5%;
	padding-left: 6%;
	padding-right: 6%;
	background-image: url('images/background-scribble-min.png');
	background-size: 100% 100%;
	background-repeat: no-repeat;
	text-align: center;
}

.full-site-text h1 {
    color: #1c5084;
    padding: 0.5rem 1rem;
    border: 3px solid white;
    text-transform: uppercase;
    display: table;
    margin: 0 auto 0.5rem;
    font-size: 3.5rem;
    line-height: 1;
	letter-spacing: 4px;
}

.full-site-text h3 {
    font-weight: 500;
    text-transform: uppercase;
    color: #1c5084;
    -webkit-transform: scale(1.25,1);
    -moz-transform: scale(1.25,1);
    -ms-transform: scale(1.25,1);
    -o-transform: scale(1.25,1);
    transform: scale(1.25,1);
    letter-spacing: 2px;
    font-size: 1.625rem;
}

.contact-text {
	position: absolute;
	width: 100%;
	left: 0;
	bottom: 0;
	padding: 1rem 5%;
	text-align: center;
}

.contact-text p {
	text-transform: uppercase;
	color: #1c5084;
	font-weight: 600;
	font-size: 1.25rem;
	margin-bottom: 0.5rem;
}

.contact-text a {
	font-size: 1.75rem;
	text-decoration: none;
	color: #1c5084;
	text-transform: none;
	display: inline-block;
	margin-left: 1rem;
	margin-right: 1rem;
	letter-spacing: 1px;
	transition: all 0.25s ease; -webkit-transition: all 0.25s ease; -moz-transition: all 0.25s ease; -o-transition: all 0.25s ease;
}

.contact-text a i {
	margin-right: 0.75rem;
}

.contact-text a:hover {
	color: #129b60;
	transition: all 0.25s ease; -webkit-transition: all 0.25s ease; -moz-transition: all 0.25s ease; -o-transition: all 0.25s ease;
}

.shiloh-nav {
	width: 100%;
	display: block;
	position: relative;
}

.nav-top, .nav-bottom {
    padding-top: 1rem;
    padding-bottom: 1rem;
    padding-right: 4%;
    padding-left: 25%;
    text-align: right;
    box-shadow: 0rem 0rem 1rem #00000054;
}

.shiloh-nav p, .shiloh-nav li {
	font-family: 'Montserrat', sans-serif;
	font-size: 1.25rem;
	color: white;
	text-transform: uppercase;
	margin-bottom: 0;
	font-weight: 800;
}

.nav-top {
	background-color: #264a6e;
	position: relative;
}

.nav-bottom {
	background-color: #13385c;
}

.splasher nav.shiloh-nav {
	display: none;
}

ul.main-nav {
	padding-left: 0;
	list-style-type: none;
	margin-bottom: 0;
}

ul.main-nav li {
	display: inline-block;
}

ul.main-nav li a.nav-link {
	font-weight: 600;
	font-family: 'Montserrat', sans-serif;
	font-size: 1.25rem;
	color: white;
	text-transform: uppercase;
	padding-left: 1.75rem;
	padding-right: 1.75rem;
}

ul.main-nav li a.nav-link:hover {
	color: #129b5f;
}

ul.main-nav li:last-child a.nav-link {
	padding-right: 0;
}

.nav-top a {
	margin-left: 1.5rem;
	text-decoration: none;
	color: white;
}

.nav-top a:hover {
	color: #129b5f;
}

.nav-top a:hover i {
	background-color: white;
}

.nav-top a i, .footer-contact a i {
	background-color: #129b5f;
	padding: 0.25rem;
	color: #264a6e;
	margin-right: 0.5rem;
	width: 1.75rem;
	height: 1.75rem;
	border-radius: 50%;
	font-size: 1rem;
	text-align: center;
	padding-top: 0.3875rem;
}

.nav-top p span {
	color: #0e2e4d;
}

.shiloh-logo {
    width: 17%;
    height: 260%;
    position: absolute;
    left: 0;
    top: 0;
    background-color: #081728;
    background-image: url(images/shiloh-header-logo-min.png);
    background-size: 68% auto;
    background-position: center center;
    background-repeat: no-repeat;
    box-shadow: 0rem 0rem 1rem #00000054;
    z-index: 1;
	cursor: pointer;
	transition: all 0.25s ease; -webkit-transition: all 0.25s ease; -moz-transition: all 0.25s ease; -o-transition: all 0.25s ease;
}

.shiloh-logo:hover {
	background-size: 72% auto;
	transition: all 0.25s ease; -webkit-transition: all 0.25s ease; -moz-transition: all 0.25s ease; -o-transition: all 0.25s ease;
}

.hero-area {
	text-align: center;
	padding-top: 14%;
	padding-bottom: 18%;
	background-color: #102e4c;
	background-image: url('images/blue-rock-explosion-min.jpg');
	background-size: cover;
	background-position: center center;
}

.hero-area h1 {
	font-weight: 900;
	color: white;
	font-size: 3.5rem;
	text-transform: uppercase;
	letter-spacing: 0.25rem;
}

.hero-area h1 span {
	display: table;
	padding: 1.125rem 6.5rem;
	color: #129b5f;
	width: auto;
	margin: 0.75rem auto;
	border: 2px solid white;
	font-size: 8rem;
	line-height: 1;
}

.white-mountaintop {
	background-color: white;
	padding-top: 3%;
	padding-bottom: 5%;
	background-image: url('images/white-texture-min.jpg');
	background-size: cover;
	background-position: center top;
	position: relative;
}

.white-mountaintop:before {
	position: absolute;
	content: " ";
	width: 100%;
	height: 5rem;
	background-image: url(images/white-mountaintop-min.png);
	background-size: 100% 100%;
	background-repeat: no-repeat;
	top: -4.75rem;
	left: 0;
}

.wm-left {
	width: 52%;
	float: left;
	padding-left: 5%;
	padding-right: 5%;
	text-align: center;
	background-image: url('images/scribble-bg-min.png');
	padding-top: 4%;
	padding-bottom: 4%;
	background-size: 100% 100%;
	background-repeat: no-repeat;
}

.wm-right {
	width: 48%;
	float: left;
	padding-left: 3%;
	padding-right: 10%;
}

.wm-right p {
	color: #1c5084;
}

.shiloh-text p {
	font-weight: 500;
	font-size: 1.25rem;
}

button {
	font-weight: 700;
	font-family: 'Archivo', sans-serif;
	padding: 0.5rem 1.5rem;
	border: 0.25rem solid #1c5084;
	color: #129b5f;
    border-radius: 2.5rem;
    display: table;
    margin: 2rem auto;
	background-color: transparent;
    font-size: 1.25rem;
	text-transform: uppercase;
	box-shadow: inset 0rem 0rem 0rem #1c5084;
	transition: all 0.25s ease; -webkit-transition: all 0.25s ease; -moz-transition: all 0.25s ease; -o-transition: all 0.25s ease;
}

button:hover {
	color: white;
	box-shadow: inset 16rem 0rem 0rem #1c5084;
	transition: all 0.25s ease; -webkit-transition: all 0.25s ease; -moz-transition: all 0.25s ease; -o-transition: all 0.25s ease;
}

.wm-left-inner h2 {
	color: #1c5084;
	font-weight: 800;
	text-transform: uppercase;
	font-size: 3rem;
	line-height: 1.1;
	letter-spacing: 0.125rem;
	padding-bottom: 2rem;
	position: relative;
}

.wm-left-inner h2 span.wgt {
	font-size: 2.5rem;
	font-weight: 700;
	letter-spacing: 0;
}

.wm-left-inner h2:after {
	width: 52%;
	content: " ";
	position: absolute;
	left: 50%;
	margin-left: -26%;
	height: 0.75rem;
	bottom: -1rem;
	background-color: #129b5f;
}

img.shiloh-mountain {
	margin-bottom: 0rem;
	width: 40%;
	margin-left: auto;
	margin-right: auto;
	display: table;
}

.materials-section {
	padding-top: 7%;
	padding-bottom: 7%;
	background-color: #0c7c43;
	background-image: url('images/green-rock-explosion-min.jpg');
	background-size: cover;
	background-position: center center;
	position: relative;
}

.materials-section:before, .materials-section:after {
	width: 100%;
	position: absolute;
	content: " ";
	height: 1.5rem;
	background-color: #129b5f;
	box-shadow: 0rem 0rem 1rem black;
	top: 0;
	left: 0;
}

.materials-section:after {
	top: inherit;
	bottom: 0;
}

.materials-section h2 {
	font-size: 6.5rem;
	color: white;
	text-align: center;
	position: relative;
	padding-bottom: 2rem;
	margin-bottom: 5.5rem;
	text-transform: uppercase;
	letter-spacing: 0.25rem;
}

.materials-section h2:after {
	width: 70%;
	position: absolute;
	content: " ";
	left: 50%;
	bottom: 0;
	margin-left: -35%;
	height: 0.25rem;
	background-color: white;
}

.m-list {
	width: 100%;
	display: block;
	text-align: center;
}

.m-list-item {
	display: inline-block;
	width: 30%;
	margin-left: 1%;
	margin-right: 1%;
	margin-bottom: 1.5rem;
	background-color: #e3e3e3;
	color: #65656e;
	padding: 1.5rem 2rem;
	font-size: 2rem;
	font-family: 'Archivo', sans-serif;
	font-weight: 800;
	text-align: center;
	vertical-align: top;
}

.m-list-item:nth-child(even) {
	background-color: white;
}

.m-list-item:last-child {
	background-color: white;
}

.quality-products {
	padding-top: 8.5%;
	padding-bottom: 8.5%;
	background-image: url('images/quality-products-bg-min.jpg');
	background-size: cover;
	background-position: center center;
	background-color: #2d4b75;
}

.quality-products h2, .quality-products p {
	color: white;
}

.quality-products h2 {
	border-bottom: 0.25rem solid #129b5f;
	padding-bottom: 1.75rem;
	margin-bottom: 1.75rem;
	font-size: 5.5rem;
	line-height: 1;
	text-transform: uppercase;
}

.quality-products p {
	width: 60%;
	margin-right: auto;
}

.quality-products button {
	margin-left: 0;
	margin-right: auto;
}

.locations-section {
	background-color: white;
	padding-top: 6%;
	padding-bottom: 6%;
	position: relative;
	background-image: url('images/white-bg-02-min.jpg');
	background-size: cover;
	background-position: center top;
}

.locations-section:after {
	content: " ";
	position: absolute;
	left: 0;
	bottom: -4.75rem;
	width: 100%;
	height: 5rem;
	background-image: url('images/rock-bottom-min.png');
	background-size: 100% 100%;
	background-repeat: no-repeat;
}

.locations-top-box {
	padding: 1rem 2rem;
	border: 2px solid #9fb4ca;
	margin-bottom: 4rem;
	padding-right: 8%;
}

.loc-title {
    font-weight: 900;
    font-family: 'Archivo', sans-serif;
    color: #1c5084;
    text-align: center;
    font-size: 3.25rem;
    text-transform: uppercase;
    line-height: 0.9;
	padding-left: 23%;
}

.loc-deets {
	background-image: url(images/deets-bg-min.png);
	background-size: 100% 100%;
	background-repeat: no-repeat;
	font-family: 'Archivo', sans-serif;
	font-weight: 600;
	font-size: 1.125rem;
	color: #65656e;
	box-shadow: 0.5rem 0.5rem 0.5rem #0000002e;
	line-height: 1.2;
	text-align: center;
	padding: 0.75rem 1rem;
}

.loc-deets span.hours {
	display: block;
	text-transform: uppercase;
	font-weight: 700;
	color: #1c5084;
	margin-top: 0.5rem;
}

.locations-bottom img {
	box-shadow: 0.5rem 0.5rem 1.5rem #00000059;
	margin: 0 auto;
	display: table;
}

.contact-section {
	background-image: url('images/contact-bg-min.jpg');
	padding-top: 10%;
	padding-bottom: 6%;
	background-size: cover;
	background-position: center center;
	background-color: #203753;
}

.contact-section h2 {
	display: table;
	margin-bottom: 4rem;
	margin-left: auto;
	margin-right: auto;
	padding: 1rem 2rem;
	text-transform: uppercase;
	font-size: 6.5rem;
	border: 2px solid #129b5f;
	color: white;
	letter-spacing: 0.25rem;
	text-align: center;
}

.credit-application-section {
	padding-top: 3%;
	padding-bottom: 3%;
	text-align: center;
	background-color: #129b5f;
}

.credit-application-section p {
	margin-bottom: 0;
}

.credit-application-section button {
	margin: 0 auto;
	margin-top: 0;
	color: white;
	font-size: 1.5rem;
}

.credit-application-section button:hover {
	box-shadow: inset 34rem 0rem 0rem #1c5084;
}

.footer {
	background-image: url('images/blue-rock-explosion-min.jpg');
	padding-top: 8%;
	padding-bottom: 12%;
	background-size: cover;
	background-position: center center;
	border-bottom: 1.25rem solid #129b5f;
	position: relative;
}

.site-by {
	position: absolute;
	right: 0;
	bottom: 0;
	padding: 1rem 2rem;
	color: white;
	text-transform: uppercase;
	background-color: #129b5f;
	font-weight: 700;
	font-family: 'Archivo', sans-serif; 
	font-size: 1.25rem;
	transition: all 0.25s ease; -webkit-transition: all 0.25s ease; -moz-transition: all 0.25s ease; -o-transition: all 0.25s ease;
}

.site-by:hover {
	background-color: black;
	color: #8ac03c;
	transition: all 0.25s ease; -webkit-transition: all 0.25s ease; -moz-transition: all 0.25s ease; -o-transition: all 0.25s ease;
}

img.footer-img {
	display: table;
	margin: 0 auto;
}

.footer-contact {
	padding-left: 20%;
	padding-right: 8%;
}

ul.footer-nav {
	padding-left: 0;
	list-style-type: none;
	margin-bottom: 0;
	margin-top: 4rem;
}

ul.footer-nav li {
	display: inline-block;
}

ul.footer-nav li a.nav-link {
	font-family: 'Montserrat', sans-serif;
	color: white;
	font-size: 1.125rem;
	margin-left: 0.5rem;
	margin-right: 0.5rem;
	text-transform: uppercase;
}

ul.footer-nav li a.nav-link:hover {
	color: #129b5f;
}

ul.footer-nav li:first-child a.nav-link {
	margin-left: 0;
}

.footer-contact h5 {
	color: white;
	font-weight: 700;
	letter-spacing: 0.25rem;
	margin-bottom: 0.75rem;
	padding-bottom: 0.75rem;
	border-bottom: 2px solid #129b5f;
    font-size: 1.75rem;
    text-transform: uppercase;
}

.footer-contact p {
	margin-bottom: 0;
	font-size: 1.3875rem;
}

.footer-contact p a {
	color: white;
	font-weight: 700;
}

.footer-contact a i {
	background-color: white;
	color: #091c2f;
}

.footer-contact a:hover {
	color: #129b5f;
}

.m-list-item:last-child .vert-center {
	top: 0;
	transform: none;
}














/*==========  Boostrap 5 Non-Mobile First Method  ==========*/

@media only screen and (max-width: 3180px) {

html { font-size: 16px; }
.shiloh-logo { height: 180%; }

}

@media only screen and (max-width: 2520px) {

html { font-size: 16px; }
.shiloh-logo { height: 140%; }

}

@media only screen and (max-width: 1860px) {

html { font-size: 16px; }
.middle-stripe { width: 70%; }
ul.main-nav li a.nav-link { font-size: 1.125rem; padding-left: 1.25rem; padding-right: 1.25rem; }
.shiloh-nav p, .shiloh-nav li { font-size: 1.125rem; }
.hero-area h1 { font-size: 3rem; letter-spacing: 0.1875rem; }
.hero-area h1 span { font-size: 5rem; }
.wm-left-inner h2 { font-size: 2rem; }
.wm-left-inner h2 span.wgt { font-size: 1.75rem; }
.materials-section h2 { font-size: 5.5rem; letter-spacing: 0.125rem; }
.m-list-item { font-size: 1.25rem; }
.quality-products h2 { font-size: 3.5rem; }
.loc-title { font-size: 2.25rem; }
.loc-deets { font-size: 1rem; }
.contact-section h2 { font-size: 4.5rem; }
ul.footer-nav li a.nav-link { font-size: 0.875rem; margin-left: 0.25rem; margin-right: 0.25rem; }
.footer-contact { padding-left: 12%; padding-right: 0; }

}

@media only screen and (max-width: 1199px) {

html { font-size: 15px; }

}

@media only screen and (max-width: 991px) {

html { font-size: 14px; }
.full-site-text h1 { font-size: 3rem; letter-spacing: 0; }
.full-site-text h3 { letter-spacing: 1px; font-size: 1.25rem; }
.contact-text p { font-size: 1rem; }
.contact-text a { font-size: 1.4rem; margin-left: 0.5rem; margin-right: 0.5rem; letter-spacing: 0px; }
.ms-lower { padding-top: 6%; }
.ms-lower:after { height: 3rem; top: -3rem; }
.hero-area h1 { font-size: 2.25rem; }
.hero-area h1 span { font-size: 4rem; }
.shiloh-text p { font-size: 1rem; }
.wm-left-inner h2 { font-size: 1.5rem; }
.wm-left-inner h2 span.wgt { font-size: 1.25rem; }
button { font-size: 1rem; }
.shiloh-nav p, .shiloh-nav li { font-size: 1rem; }
ul.main-nav li a.nav-link { font-size: 1rem; padding-left: 0.75rem; padding-right: 0.75rem; }
.nav-top, .nav-bottom { padding-top: 0.75rem; padding-bottom: 0.75rem; }
.hero-area h1 { font-size: 1.75rem; letter-spacing: 0.125rem; }
.hero-area h1 span { font-size: 3rem; padding: 0.75rem 4rem; }
.materials-section h2 { font-size: 4rem; letter-spacing: 0.125rem; }
.materials-section { padding-top: 10%; padding-bottom: 10%; }
.loc-deets { margin-top: 1rem; margin-bottom: 1rem; }
.white-mountaintop:before { height: 3rem; top: -2.75rem; }
.contact-section h2 { font-size: 3rem; }
.locations-section:after { bottom: -2.75rem; height: 3rem; }

}

@media only screen and (max-width: 767px) {

html { font-size: 13px; }
.full-site-text { width: 84%; }
ul.main-nav li a.nav-link { font-size: 0.875rem; padding-left: 0.5rem; padding-right: 0.5rem; }
.shiloh-nav p, .shiloh-nav li { font-size: 0.875rem; }
.hero-area h1 { font-size: 1.5rem; }
.hero-area h1 span { font-size: 2.5rem; }
.wm-left-inner h2 { font-size: 1.25rem; letter-spacing: 0.0625rem; }
.wm-left-inner h2 span.wgt { font-size: 1rem; }
.m-list-item { font-size: 1rem; line-height: 1.1; padding: 0.75rem 1.25rem; }

}

@media only screen and (max-width: 575px) {

html { font-size: 12px; }
.ms-lower:after { height: 2rem; top: -1.9rem; }
.middle-stripe { width: 84%; }
.shiloh-logo { height: 113%; width: 21%; }
.nav-top, .nav-bottom { padding-left: 22%; padding-right: 2%; }
.shiloh-nav p, .shiloh-nav li { font-size: 0.75rem; }
ul.main-nav li a.nav-link { font-size: 0.75rem; padding-left: 0.4rem; padding-right: 0.4rem; }
.hero-area h1 { font-size: 1.25rem; letter-spacing: 0.0625rem; }
.hero-area h1 span { font-size: 2rem; margin: 0.5rem auto; border: 2px solid white; }
.white-mountaintop:before { height: 2rem; top: -1.75rem; }
.wm-left { width: 100%; float: none; }
.wm-right { width: 100%; float: left; margin-top: 3rem; }
.wm-left .vert-center, .wm-right .vert-center { transform: none; top: 0; }
.wm-right { padding-left: 10%; padding-right: 10%; }
.materials-section h2 { font-size: 2.5rem; letter-spacing: 0.0625rem; margin-bottom: 2rem; padding-bottom: 1.5rem; }
.materials-section { padding-top: 15%; padding-bottom: 15%; }
.quality-products h2 { font-size: 2.5rem; }
.quality-products p { width: 80%; }
.loc-title { padding-left: 0; }
.loc-deets { font-size: 0.875rem; }
.loc-title { font-size: 1.5rem; }
.locations-top-box { margin-bottom: 2rem; }
.contact-section h2 { font-size: 2.25rem; letter-spacing: 0.0625rem; }
.footer { padding-top: 14%; padding-bottom: 22%; }
.footer-contact p { margin-bottom: 0; font-size: 1rem; }
ul.footer-nav { margin-top: 2rem; }
ul.footer-nav li a.nav-link { font-size: 0.75rem; margin-left: 0.125rem; margin-right: 0.125rem; }
.footer-contact { padding-left: 0%; padding-right: 0; }
img.footer-img { position: relative; top: 6rem; }
.credit-application-section button { font-size: 1.125rem; }
.credit-application-section { padding-top: 6%; padding-bottom: 6%; }

}































