@charset "utf-8";
/* CSS Document */
/*Design for 1200*/
/*

/* Color Theme Swatches in Hex 
.RockON!-1-hex { color: #010221; }
.RockON!-2-hex { color: #0A7373; }
.RockON!-3-hex { color: #B7BF99; }
.RockON!-4-hex { color: #EDAA25; }
.RockON!-5-hex { color: #C43302; }

/* Color Theme Swatches in RGBA 
.RockON!-1-rgba { color: rgba(1, 2, 33, 1); }
.RockON!-2-rgba { color: rgba(10, 114, 114, 1); }
.RockON!-3-rgba { color: rgba(182, 191, 153, 1); }
.RockON!-4-rgba { color: rgba(237, 169, 36, 1); }
.RockON!-5-rgba { color: rgba(196, 50, 1, 1); }

/* Color Theme Swatches in HSLA 
.RockON!-1-hsla { color: hsla(238, 94, 6, 1); }
.RockON!-2-hsla { color: hsla(180, 83, 24, 1); }
.RockON!-3-hsla { color: hsla(72, 22, 67, 1); }
.RockON!-4-hsla { color: hsla(39, 84, 53, 1); }
.RockON!-5-hsla { color: hsla(15, 98, 38, 1); }

*/


/* GLOBAL STYLES
-------------------------------------------------- */
*{
	margin:0;
	padding:0;	
	font-size:14px;
  font-family: "Open Sans", Arial, Tahoma, sans-serif;  
}
img{
	border:none;	 
}
body{
	background:url(../images/homepageBackground.jpg) no-repeat fixed;
  background-size:cover;
}
.yt-container { position: relative; padding-bottom: 56.25%; padding-top: 30px; height: 0; overflow: hidden; }
.yt-container iframe, .video-container object, .video-container embed { position: absolute; top: 0; left: 0; width: 100%; height: 100%; }

@media (min-width: 300px){
/* --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/
.container-fluid{
  min-height:100vh;
}
.open-nav{
  padding-top:5px;
  padding-bottom:5px;
  text-align: center;  
}
.open-nav .fas{
  font-size:40px;
  cursor: pointer
}
.navbar-nav .nav{
  display:flex;
}
.navbar-nav li{
  list-style:none;
  flex-grow: 1;
}
.navbar-nav li a{
  color:rgba(255,255,255,1.0);
  margin: 0;
  display: block;
  letter-spacing: 0px;
  margin-bottom: 2px;
  font-weight: 400;
  padding: 10px 10px;
  text-decoration: none!important;   
}
.navbar-nav ul li a:hover{
  margin-bottom: 0px;
  border-bottom: solid 2px #1377b8;
}
.navbar-nav .dropdown-menu a:hover{
  margin-bottom: 0px;
  border-bottom: solid 2px #FFFFFF;
}
.navbar-nav{
  flex-direction: row;
}
.mobile-nav{
  background:rgba(255,255,255,1.0);
  position:fixed;
  z-index:250;
  top:0;
  left:0;
  display:none;
  overflow: hidden;
  width:85%;  
  padding-right:0px;
  padding-left:0px;
  border-bottom-right-radius: 5px;
  box-shadow: 0 2px 4px rgba(0,0,0,.3);
}
.mobile-nav ul{
  width:100%;
}

.nb-active{
  border-bottom:solid 2px #1377b8;
}
.sub-dropdown .nb-active {
  border-bottom:solid 2px #FFFFFF;
}
.mobile-nav li a span{
  font-size:16px;
  padding-left:15px;
}
.mobile-nav li a i{
  font-size:16px;
  padding-left:15px;
  width:25px;
  text-align: center;
}
.mobile-nav-top{
  width:100%;
  border-bottom:solid 2px rgba(32,42,93,.2);
}
.mobile-nav-top .close-nav{
  width:100%;
  cursor: pointer;
  text-align: right;
  padding-right:5px;
  padding-top:5px;
}
.mobile-nav-top .close-nav i{
  font-size:25px;
  font-weight: bold;
}
.site-cover{
  position:fixed;
  top:0;
  left:0;
  z-index: 149;
  width:100%;
  height:100vh;
  background:rgba(0,0,0,.6);
  display:none;
}
.mobile-nav li{
  width:100%;
}
.mobile-nav li a{
  color:rgba(32,42,93,1.0);
  padding: 5px 10px;    
  }
.top-mob{
  background-color: rgba(30,30,30,1.0);
  height:51px;
}  
.top-mob .call-now a, .top-mob .fa-bars, .top-mob .sched-app a{
  color:rgba(255,255,255,1);
}
.top-mob a{
  font-weight:700;
  font-size:18px;
}
.top-mob .logo{
  text-align: center;
  padding-top:5px;
  padding-right:5px;
}
.call-now{
  padding-top:5px;
  padding-bottom:5px;
}
.sched-app{
  border-top:solid 1px rgba(255,255,255,1);
  padding-top:5px;
  padding-bottom:5px;
}
content{
  position: relative;
}
#bgvid{
  max-width:100%;
}
.background-video-holder{
  position:relative;
}
.background-video{
  position: relative;
  width: 100%;
  overflow: hidden;
  height: auto;
  background-color: rgba(0,0,0,.40);
}
.video-overlay{
  z-index: 10;
  top:0;
  padding:15%;
  padding-bottom:35px;
}
.phone{
  padding:5px;
}
.phone a{
  color:rgba(0,0,0,1.0);
}
.background-cover{
  background:rgba(0,0,0,.6);
}
.welcome-message{
  color:rgba(255,255,255,1.0);
}
.welcome-message h1{
  text-align: center;
  font-weight:700;
}
.welcome-message h2{
  text-align:center;
  font-weight:200;
  font-size:20px;
}
.welcome-message h3{
  text-align:center;
  font-weight:600;
  font-size:18px;  
}
.welcome-message h4{
  text-align:center;
  font-weight:800;
  font-size:14px;  
}

.learn-more-button-home{
  position:relative;
}
.learn-more-button-home a{
  position:absolute;
  z-index: 15;
  color:rgba(255,255,255,1)!important;
  text-align: center;
  width:100%;
  font-weight:700;
  padding:5px;
}
.learn-more-button-home a:hover{
  text-decoration:none;
}
.button-backer-1{
  background:rgba(196,51,2,.6);
  padding:15px;
  transform: skew(-20deg);
  position:absolute;
  top:0;
  margin-left:0;  
  width:95%;
  transition: ease all .5s;  
  border-left:solid 10px rgba(196,51,2,.6);
}
.button-backer-2{
  background:rgba(196,51,2,.6);
  padding:15px;  
  transform: skew(-20deg);
  position:absolute;
  top:0;
  margin-left:5%;
  width:95%;  
  transition: ease all .5s;  
  border-right:solid 10px rgba(196,51,2,.6);  
}
.learn-more-button-home:hover .button-backer-1{
  transition: ease all .5s;
  margin-left:-5%;
}
.learn-more-button-home:hover .button-backer-2{
  transition: ease all .5s;
  margin-left:10%;
}
.diablo-holder{
  padding-top:15px;
  padding-bottom:15px;
  background:rgba(1,2,33,1);
  color:rgba(255,255,255,1);
}
.diablo-holder h2{
  text-align:center;
  font-weight:200;
  font-size:20px;
  color:rgba(255,255,255,1);
}
.diablo-holder .button-holder, .video-overlay .button-holder{
  height:30px;
  margin-top:15px;
  margin-bottom:15px;
  padding:0;
  width:90%;
  margin-left:auto;  
  margin-right:auto;
}
.diablo-holder img{
}
.slanted-div{
  background:rgba(255,255,255,1);
  position: relative;
  margin-bottom:10px;
  overflow: visible;
  z-index: 1;
}
.slanted-div:before, .slanted-div:after {
  content: '';
  width: inherit;
  width:100%;
  height: 100%;
  position: absolute;
  background: inherit;
  z-index: -1;
  top: 0;
  transform-origin: left top;
  transform: skewY(-3deg);
  margin-left:0;
  margin-right:0;
}
.slanted-div:after {
  bottom: 0;
  transform-origin: left bottom;
  transform: skewY(3deg);
}
.slanted-div h2{
  margin-top:15px;
  text-align:center;
  font-weight:200;
  margin-bottom:15px;
  padding:15px;
}
.slanted-div p, .slanted-div ul{
  padding-left:15px;
  padding-right:15px;  
}
.slanted-div ul{
  list-style:none;
  font-style: italic;
}
.company-logo{
  border-radius:5px;
}
.logos-container{
  margin-top:-25px;
}
.build-backer{
  background:rgba(255,255,255,1.0);
}
.build-backer h2{
  margin-top:15px;
  text-align:center;
  font-weight:200;
  margin-bottom:15px;
  padding:15px;
}
.company-message{
  padding-top:15px;
  background: url("../images/company-message-backer.webp");
  background-repeat: no-repeat;
  background-position: bottom;
  background-size:cover;
  color:rgba(255,255,255,1);
}
.company-message h2, .company-message h5{
  padding:5px;
  text-align: center;
}
.company-message a {  
  text-align:center;
  font-weight:500;  
  color:rgba(255,255,255,1);
  font-size:18px;
}
.blog-backer{
  background:rgba(255,255,255,1);
}
.blog-backer .button-holder{
  height:30px;
  margin-top:15px;
  margin-bottom:15px;
  padding:0;
  width:90%;
  margin-left:auto;  
  margin-right:auto;
}
.blog-backer h2{
  margin-top:15px;
  text-align:center;
  font-weight:200;
  margin-bottom:15px;
  padding:15px;
}
.footer{
  background-color: rgba(30,30,30,1.0);
  padding:15px;
  font-size:10px;
  text-align: center;
  color:rgba(255,255,255,1)
}
.footer a, .build-backer a{
  font-size:inherit;
}
/* -- Content Page -- */
.page-header{
  color:rgba(255,255,255,1.0);
  text-align: center;
  padding:15px;
}
.page-content{
  background:rgba(255,255,255,1);
}
.note{ 
  font-style: italic;
}
.build-content{
  background:rgba(255,255,255,1);
}
.video-container {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 30px;
  height: 0;
  overflow: hidden;
  }
.video-container iframe, .video-container object, .video-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  }
.modal-dialog {
  max-width:70%!important;
  margin: 50px auto !important;  
}
.build-content img{
  border-radius: 5px;
  box-shadow: 0 3px 6px rgba(0,0,0,.4);
}
.content-h4{
  padding:15px;
  text-align: center;
  font-weight:900;
  margin-bottom:0;
}
.product-box>.row{
  background:rgba(255,255,255,1);
  border-radius:5px;
  padding-left:5px!important;
  padding-right:5px!important;
  padding-top:5px!important;
  padding-bottom:5px!important;
  box-shadow: 0px 2px 4px rgba(0,0,0,.5)
}

.in-store .note{
  margin-bottom:15px;
}
.product-box h4, .product-box h5 {
  font-size: clamp(14px, 4vw, 20px);
  color:rgba(0,0,0,1);
  font-weight:400;
}
.product-box h3{
  font-size: clamp(14px, 4vw, 22px);
  color:rgba(0,0,0,1);
}
.cat-group{
  color:rgba(255,255,255,1);
  border-bottom:solid 1px rgba(0,0,0,1);
  background:rgba(0,0,0,.5);
  transform:skew(-20deg);
  margin-bottom:5px;
}
.cat-group h2{
  transform:skew(20deg);
}
.grey > .row{
  opacity:.4;
  
}
.for-sale-inner{
  padding:15px;

}
.for-sale{
  border-radius: 5px;
  background: rgb(0,4,43);
  background: -webkit-linear-gradient(bottom, rgba(0,4,43,1) 0%, rgba(56,57,73,1) 50%, rgba(29,29,29,1) 100%);
  background: -o-linear-gradient(bottom rgba(0,4,43,1) 0%, rgba(56,57,73,1) 50%, rgba(29,29,29,1) 100%);
  background: linear-gradient(to top, rgba(0,4,43,1) 0%, rgba(56,57,73,1) 50%, rgba(29,29,29,1) 100%);
  box-shadow: 0px 4px  4px rgba(0,0,0,.6);
  color:rgba(255,255,255,1);
}
}
@media (min-width: 576px){
/* --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/
.top-mob .logo{
  text-align:right;
}
.top-mob .logo img{
  max-width: 100px;
}
.video-container{
  max-width:95% !important;
  width:95% !important;
  margin:0 auto;
}
.product-box h4, .product-box h5, .product-box h3{
  color:rgba(0,0,0,1);
}
.product-box .img-fluid{
  max-width:75%!important;
}
.product-image{
  text-align: center;
}
}
@media (min-width: 768px){
/* --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/
.mnh{
  padding-top:5px;
  padding-bottom:5px;
  max-height:80px;
}
.mnh .logo{
  padding-top:0;
}
.desk-nav{
  padding-top:5px;
  padding-bottom:5px;
}
.desk-nav ul{
  padding-top:5px;
  padding-bottom:5px;
  margin-bottom:0;
}
.desk-nav ul li{
  list-style: none;
  display:inline-block;
  padding:5px;
}
.desk-nav ul li a{
  color:rgba(255,255,255,1);
  font-weight:bold;  
}
.desk-nav 
.social-media{
  padding-top:5px;
  padding-bottom:5px;
}
.social-media img{
  width:32px;
}
.background-video{
  height:300px;
  background-color: rgba(0,0,0,1);
}
.background-video video {
  width: 100%;
  opacity: 40%;
  height: auto;    
}
.video-overlay{
  position:absolute;
  padding:6%;
  width: 100%;  
}
.welcome-message{
  text-align: center;

}
.diablo-holder .button-holder, .video-overlay .button-holder, .blog-backer .button-holder {
  width:250px!important;
  max-width: 250px;
}
.build-content {
  background: rgba(1,2,33,1);
}
.build-content h2{
  color:rgba(255,255,255,1);
}
.build-box{
  background:rgba(255,255,255,1);
  max-width:90%!important;
  margin:0 auto 15px;
  padding:10px;
  transform: skew(-1deg);
}
.build-box > .row:first-child{
  transform:skew(1deg);
  width:95%;
  margin:0 auto;
}
.content-h4{
  text-align:left;
}
.product-box .img-fluid{
  max-width:100%!important;
}
.product-box h4, .product-box h5 {
  font-size: clamp(14px, 3vw, 18px);
}
.product-box h3{
  font-size: clamp(14px, 3vw, 18px);
}
}
@media only screen and (min-width: 992px){
/* --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/
.welcome-message h1{
  font-size:3vw;
}
.welcome-message h2{
  font-size:2.5vw;
}
.video-overlay{
  padding:55px;
}
}
@media only screen and (min-width: 1200px){
/* --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/
.slanted-div h2 {
  font-size:2vw;
}
.background-video{
  height:500px;
}
.video-overlay{
  padding:150px;;
}
.slanted-div p, .slanted-div ul li, .build-backer p, .company-message p{
  font-size:1.15vw;
}
.diablo-holder>div{
  margin-bottom:2%;
}
}
@media only screen and (min-width: 1610px){
/* --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/
.slanted-div p, .slanted-div ul li, .build-backer p, .company-message p{
  font-size: 18px;
}
.slanted-div p{
  padding-top:5%;
}
.top-mob{
  background-color: rgba(30,30,30,1.0);
  height:60px;
} 
}
