body{margin:0;font-family:"Roboto",sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}body::-webkit-scrollbar-track{-webkit-box-shadow:inset 0 0 6px rgba(0,0,0,.3);background-color:#fff}body::-webkit-scrollbar{width:.5rem;background-color:#fff}body::-webkit-scrollbar-thumb{-webkit-box-shadow:inset 0 0 6px rgba(0,0,0,.3);background-color:#333}code{font-family:source-code-pro,Menlo,Monaco,Consolas,"Courier New",monospace}.App{text-align:center;position:relative}.App-logo{height:40vmin;pointer-events:none}@media (prefers-reduced-motion:no-preference){.App-logo{-webkit-animation:App-logo-spin 20s linear infinite;animation:App-logo-spin 20s linear infinite}}.App-header{background-color:#282c34;min-height:100vh;display:flex;flex-direction:column;align-items:center;justify-content:center;font-size:calc(10px + 2vmin);color:#fff}.App-link{color:#61dafb}@-webkit-keyframes App-logo-spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}@keyframes App-logo-spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.banner{width:100%;height:100vh}.banner img{width:100%;height:100%;object-fit:cover}@media screen and (max-width:991px){.banner img{object-position:21%}}.NavigationN{position:fixed;width:100%;background:hsla(0,0%,100%,.95);-webkit-backdrop-filter:saturate(180%) blur(20px);backdrop-filter:saturate(180%) blur(20px);height:100%;max-height:75px;transition:.5s ease-out;justify-content:center;z-index:10;border-bottom:1px solid silver}.NavigationN.scrolled{max-height:50px}.NavigationN.scrolled .navbar-brand img{max-height:60px}.NavigationN .navbar-brand{display:flex;align-self:flex-start;justify-content:center;margin:0;width:60%}.NavigationN .navbar-brand a{background-color:#333;padding:1.5rem}.NavigationN .navbar-brand img{max-height:90px}.NavigationN .navbar-nav{max-width:1000px;width:100%;height:50px;justify-content:space-around;align-items:center}.NavigationN .nav-link{height:inherit}.NavigationN .nav-link img{max-height:100px;height:100%}.NavigationN .navbar-collapse{flex:initial;min-width:750px;width:100%;justify-content:center}.NavigationN a{color:#000}.NavigationN a:hover{color:#62b6cb}.NavigationN a.dropdown-item{color:#000}.join-us a{position:fixed;bottom:10vh;right:0;background:rgba(0,0,0,.8);-webkit-backdrop-filter:saturate(180%) blur(20px);backdrop-filter:saturate(180%) blur(20px);padding:.5rem 4rem .5rem 1rem;transition:all .5s ease-out;z-index:10;letter-spacing:.1rem;font-size:1.5rem;color:silver}.join-us a:hover{color:#62b6cb;text-decoration:none}.join-us.decrease a{padding:.5rem 1rem;font-size:1.2rem}@media screen and (max-width:991px){.NavigationN{padding:0;justify-content:space-between;flex-direction:row}.NavigationN,.NavigationN.scrolled{max-height:50px}.NavigationN.scrolled .navbar-brand img{max-height:40px}.NavigationN .navbar-brand{z-index:1;margin-left:2rem;width:unset;padding-bottom:0;margin-bottom:-11px}.NavigationN .navbar-brand a{padding:.5rem 1rem}.NavigationN .navbar-brand img{max-height:40px}.NavigationN .navbar-toggler{margin-right:1rem}.NavigationN .navbar-collapse{background:hsla(0,0%,100%,.95);-webkit-backdrop-filter:saturate(180%) blur(20px);backdrop-filter:saturate(180%) blur(20px);min-width:unset;padding:1rem;border-bottom:1px solid silver}.NavigationN .navbar-collapse .navbar-nav{height:unset;max-width:unset}.NavigationN .navbar-collapse .navbar-nav .nav-item.logo{display:none}.join-us a{font-size:1.2rem;padding:.5rem 1rem}}.AboutUs{width:100%;height:100vh}.AboutUs .description{padding:2rem;display:flex;justify-content:center;align-items:flex-start;flex-direction:column}.AboutUs .description h1,.AboutUs .description h3{padding-left:.5rem;width:100%;text-align:start;font-weight:700}.AboutUs .description h1{font-weight:700;margin-bottom:1rem}.AboutUs .description p{font-size:.9rem;text-align:justify}.AboutUs .description .contact-us a{margin:1rem 0 0 1rem;background:rgba(0,0,0,.8);-webkit-backdrop-filter:saturate(180%) blur(20px);backdrop-filter:saturate(180%) blur(20px);padding:.5rem 1rem;letter-spacing:.1rem;font-size:1.2rem;color:silver}.AboutUs .description .contact-us a:hover{color:#62b6cb;text-decoration:none}.AboutUs .image,.AboutUs .image img{height:100%;width:100%}.AboutUs .image img{object-fit:cover}@media screen and (max-width:991px){.AboutUs{padding:10px 0;flex-direction:column-reverse;height:unset}.AboutUs .image{height:30vh}.AboutUs .description p{font-size:.8rem}}.JoinUs{height:100%}.JoinUs .nav-tabs{border-color:transparent}.JoinUs .nav-tabs .nav-item{width:50%}.JoinUs .nav-tabs .nav-item .nav-link{height:100%;color:rgba(0,0,0,.8);font-size:1.75rem;border-color:rgba(0,0,0,.1)}.JoinUs .nav-tabs .nav-item .nav-link:focus,.JoinUs .nav-tabs .nav-item .nav-link:hover{border-color:rgba(0,0,0,.4)}.JoinUs .nav-tabs .nav-item .nav-link.active{background:rgba(0,0,0,.8);-webkit-backdrop-filter:saturate(180%) blur(20px);backdrop-filter:saturate(180%) blur(20px);color:#62b6cb;border:none}.JoinUs .tab-pane img{height:100%;width:100%;object-fit:cover}.JoinUs .tab-pane h3{font-weight:700;padding:6rem 3rem 0;text-align:left}.JoinUs .tab-pane ul{width:100%;padding:2rem 2rem 0;list-style:none}.JoinUs .tab-pane ul li{text-align:left}.JoinUs .tab-pane ul li:before{width:2rem;display:inline-block;text-align:left;content:"\25A0";color:#62b6cb}@media screen and (max-width:991px){.JoinUs .banner{height:300px}.JoinUs .tab-pane h3{padding-top:2rem;margin:0}.JoinUs .tab-pane ul{margin:0}.JoinUs .tab-pane ul li{font-size:.9rem}.JoinUs .nav-tabs .nav-item .nav-link{font-size:1.25rem}}.Application{width:100%;padding:2rem}.Application p{font-size:.9rem;text-align:justify;margin-bottom:2rem}.Application .validationError{font-size:.8rem;text-align:left;color:red;padding-left:.5rem;display:block}.Application .apply-btn{margin:1rem 0 0 1rem;background-color:#333;padding:.5rem 1rem;border-radius:unset;border:unset;letter-spacing:.1rem;font-size:1.2rem;color:silver;float:left}.Application .apply-btn:enabled:hover{color:#62b6cb;text-decoration:none}.Application .apply-btn:disabled{background-color:grey;cursor:not-allowed}.validationError{font-size:.8rem;text-align:left;color:red;padding-left:.5rem;display:block}.OurEquipment{width:100%;height:100vh}.OurEquipment .description{padding:2rem;display:flex;justify-content:center;align-items:flex-start;flex-direction:column}.OurEquipment .description h1,.OurEquipment .description h3{padding-left:.5rem;width:100%;text-align:start;font-weight:700}.OurEquipment .description h1{font-weight:700;margin-bottom:1rem}.OurEquipment .description p{font-size:.9rem;text-align:justify}.OurEquipment .description .contact-us a{margin:1rem 0 0 1rem;background:rgba(0,0,0,.8);-webkit-backdrop-filter:saturate(180%) blur(20px);backdrop-filter:saturate(180%) blur(20px);padding:.5rem 1rem;letter-spacing:.1rem;font-size:1.2rem;color:silver}.OurEquipment .description .contact-us a:hover{color:#62b6cb;text-decoration:none}.OurEquipment .image{height:100%;width:100%}.OurEquipment .image img{height:100%;width:100%;object-fit:cover}@media screen and (max-width:991px){.OurEquipment{padding:10px 0;flex-direction:column-reverse;height:unset}.OurEquipment .image{height:300px}.OurEquipment .description p{font-size:.8rem}}.LeaseOrRent table{border-collapse:collapse;width:100%;height:100%}.LeaseOrRent table td,.LeaseOrRent table th{border:1px solid #ddd;padding:8px}.LeaseOrRent table tr:nth-child(2n){background-color:#f2f2f2}.LeaseOrRent table tr:hover{background-color:#ddd}.LeaseOrRent table th{padding-top:12px;padding-bottom:12px;background:rgba(0,0,0,.8);-webkit-backdrop-filter:saturate(180%) blur(20px);backdrop-filter:saturate(180%) blur(20px);color:#62b6cb}.LeaseOrRent .description{padding:2rem;display:flex;justify-content:center;align-items:flex-start;flex-direction:column}.LeaseOrRent .description h1,.LeaseOrRent .description h3{padding-left:.5rem;width:100%;text-align:start;font-weight:700}.LeaseOrRent .description h1{font-weight:700;margin-bottom:1rem}.LeaseOrRent .description p{font-size:.9rem;text-align:justify}@media screen and (max-width:991px){.LeaseOrRent{flex-direction:column-reverse}.LeaseOrRent td,.LeaseOrRent th{word-break:break-all;font-size:.75rem}}.RepairShop{width:100%;height:100vh}.RepairShop .description{padding:2rem;display:flex;justify-content:center;align-items:flex-start;flex-direction:column}.RepairShop .description h1,.RepairShop .description h3{padding-left:.5rem;width:100%;text-align:start;font-weight:700}.RepairShop .description h1{font-weight:700;margin-bottom:1rem}.RepairShop .description p{font-size:.9rem;text-align:justify}.RepairShop .description .contact-us a{margin:1rem 0 0 1rem;background:rgba(0,0,0,.8);-webkit-backdrop-filter:saturate(180%) blur(20px);backdrop-filter:saturate(180%) blur(20px);padding:.5rem 1rem;letter-spacing:.1rem;font-size:1.2rem;color:silver}.RepairShop .description .contact-us a:hover{color:#62b6cb;text-decoration:none}.RepairShop .image{height:100%;width:100%}.RepairShop .image img{height:100%;width:100%;object-fit:cover}@media screen and (max-width:991px){.RepairShop{padding:10px 0;flex-direction:column-reverse;height:unset}.RepairShop .image{height:30vh}.RepairShop .description p{font-size:.8rem}}.TrucksOnSaleN .trucks{height:calc(100vh - 75px);overflow:auto}.TrucksOnSaleN .trucks::-webkit-scrollbar-track{-webkit-box-shadow:inset 0 0 6px rgba(0,0,0,.3);background-color:#fff}.TrucksOnSaleN .trucks::-webkit-scrollbar{width:.5rem;background-color:#fff}.TrucksOnSaleN .trucks::-webkit-scrollbar-thumb{-webkit-box-shadow:inset 0 0 6px rgba(0,0,0,.3);background-color:#333}.TrucksOnSaleN .description{padding:2rem;display:flex;justify-content:center;align-items:flex-start;flex-direction:column}.TrucksOnSaleN .description h1,.TrucksOnSaleN .description h3{padding-left:.5rem;width:100%;text-align:start;font-weight:700}.TrucksOnSaleN .description h1{font-weight:700;margin-bottom:1rem}.TrucksOnSaleN .description p{font-size:.9rem;text-align:justify}@media screen and (max-width:991px){.TrucksOnSaleN{flex-direction:column-reverse}.TrucksOnSaleN .trucks{height:100%;overflow:unset}}.truck{margin:.5rem 0;padding:1rem;border:1px solid silver}.truck img{height:250px;object-fit:cover;cursor:pointer}.truck .details{text-align:left;padding:.5rem 1rem}.truck .details h3{padding-left:1rem;margin-bottom:1rem}.truck .details p{font-size:.9rem}.truck .price{display:flex;flex-direction:column;justify-content:center;align-items:center}.truck .price>p{margin-bottom:0}.truck .price .contact-us a{display:inline-block;margin:1rem 0 0;background:rgba(0,0,0,.8);-webkit-backdrop-filter:saturate(180%) blur(20px);backdrop-filter:saturate(180%) blur(20px);padding:.5rem 1rem;letter-spacing:.1rem;font-size:1.2rem;color:silver}.truck .price .contact-us a:hover{color:#62b6cb;text-decoration:none}.ContactUs,.ContactUs .details{width:100%;height:100vh}.ContactUs .details{background-size:100%;background-repeat:no-repeat;background-position:50%;display:flex;flex-direction:column;justify-content:center;align-items:flex-start}.ContactUs .details h1,.ContactUs .details h3{text-align:left;margin:0 0 2rem 3rem;font-weight:700}.ContactUs .details>p{text-align:left;margin-left:2rem;font-size:.9rem}.ContactUs .details form{width:100%;padding:2rem}.ContactUs .details form>p{font-size:.9rem;text-align:left;margin-bottom:2rem}.ContactUs .details form .apply-btn{margin:1rem 0 0 1rem;background:rgba(0,0,0,.8);-webkit-backdrop-filter:saturate(180%) blur(20px);backdrop-filter:saturate(180%) blur(20px);padding:.5rem 1rem;border-radius:unset;border:unset;letter-spacing:.1rem;font-size:1.2rem;color:silver;float:left}.ContactUs .details form .apply-btn:enabled:hover{color:#62b6cb;text-decoration:none}.ContactUs .details form .apply-btn:disabled{background-color:grey;cursor:not-allowed}.ContactUs iframe{height:100vh;width:100%}@media screen and (max-width:991px){.ContactUs{height:unset}.ContactUs .details{background-image:unset;height:unset}.ContactUs iframe{height:50vh}}.Footer{width:100%;background:rgba(0,0,0,.8);-webkit-backdrop-filter:saturate(180%) blur(20px);backdrop-filter:saturate(180%) blur(20px)}.Footer p{font-size:.9rem;color:silver;padding:.5rem 0;margin:0}.Divider{margin:3rem auto;width:100%;display:flex;align-items:center;justify-content:center}.Divider img{height:50px}.Divider span{height:50px;width:1px;background-color:silver}@media screen and (max-width:991px){.Divider{margin:1.5rem auto}.Divider span{height:30px}}
/*# sourceMappingURL=main.04b2468b.chunk.css.map */