<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";
/*********************************************************
RESETS
**********************************************************/
html, body{
	width:100%;
	height:100%;
	margin:0px;
	padding:0px;
}
body {
	background-color: #fff;
}
.not-a-field {
	display:none;
}
.row, p, h1, h2, h3, h4, .navbar-collapse, .navbar-nav {
	margin:0;
	padding:0;
}
img {
	max-width:100%;
}
.no-padding {
	padding:0 !important;
}
.no-padding-left {
	padding-left:0 !important;
}
.no-padding-right {
	padding-right:0 !important;
}
.full {
	width: 100%;
}
.margin-top {
	margin-top: 30px;
}
.margin-bottom {
	margin-bottom: 30px;
}
/*********************************************************
DEFAULTS
**********************************************************/
p {
}
h1 {
}
h2 {
}
h3 {
}
i{
    font-style: italic;	
}
.btn-default {
	color:#fff;
	border:none;
	text-transform:uppercase;
}
.btn-default:hover {
	text-decoration:none;
	color:#fff;
}
.link {
	color:#00F;
	font-weight:bold;
}
.link:hover {
	color:#00A;
	text-decoration:underline;
}

/**SOCIAL WITH IMGS**

.socialicons{
	width:55px;
	margin-right:.6em;
	transition: .5s;
}
.socialicons:hover{
	transition: .5s;
	margin-top:-3em;
}
**/

.socialicons{
	width:55px;
	height:107px;
	display:inline-block;
	transition: .5s;
	background-size:100%;
	background-repeat: no-repeat;
	margin-right:.6em;
}
.socialicons:hover{
	transition: .5s;
	background-size:100%;
	background-repeat: no-repeat;
    animation: shake 0.82s cubic-bezier(.36,.07,.19,.97) both;
	transform: translate3d(0, 0, 0);
}
#ic-social-ig{
	background-image:url(../assets/images/social/social-icon-ig.png);
}
#ic-social-ig:hover{
	background-image:url(../assets/images/social/social-icon-ig-hover.png);
}
#ic-social-fb{
	background-image:url(../assets/images/social/social-icon-fb.png);
}
#ic-social-fb:hover{
	background-image:url(../assets/images/social/social-icon-fb-hover.png);
}
#ic-social-tw{
	background-image:url(../assets/images/social/social-icon-tw.png);
}
#ic-social-tw:hover{
	background-image:url(../assets/images/social/social-icon-tw-hover.png);
}
#ic-social-yp{
	background-image:url(../assets/images/social/social-icon-yp.png);
}
#ic-social-yp:hover{
	background-image:url(../assets/images/social/social-icon-yp-hover.png);
}

@keyframes shake {
  10%, 90% {
    transform: translate3d(-1px, 0, 0);
  }
  
  20%, 80% {
    transform: translate3d(1px, 0, 0);
  }

  30%, 50%, 70% {
    transform: translate3d(-3px, 0, 0);
  }

  40%, 60% {
    transform: translate3d(3px, 0, 0);
  }
}

/*********************************************************
HEADER
**********************************************************/
.topheader{
	background-color:#f74c83;
	padding:.3em 0 .5em 0;
}
.topheader p{
	color:#fff;
	font-weight:900;
	font-family:'Lato', sans-serif;
}
.topheader a{
	color: #fff;
}
header {
}

/*********************************************************
NAV
**********************************************************/
nav {
}
.navbar {
	border-radius:0;
	margin:0;
}
.navbar-nav{
	padding:2em 0;
}
.dropdown-menu{
	padding:0;
}
#dropdown-menu1-1 .navbar-brand a{
	letter-spacing: .15em;
	font-size: 20px;
}
.nav-tabs &gt; li &gt; a {
    font-size: 12px;
}

.smallNav {
	
}
/*********************************************************
FOOTER
**********************************************************/
footer {
}

/*********************************************************
HOMEPAGE
**********************************************************/
.favTruck{
	background-image:url(../assets/images/Favorite-Location-Bg.jpg);
	background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
	padding:5em 0;
	border-top:solid 8px #f74c83;
}
.favTruck h2{
	font-family: 'Shrikhand', cursive;
	font-size: 2.5em;
}
.favTruck hr{
	border-color:#ff9800;
	width:50%;
}
.favTruck p{
	font-size:1.3em;
}
.slick-slide{
	height: inherit;
}
.homeh2{
	
}
.homeh2 h2 {
	color: #f74c83;
	text-shadow: 3px 2px 0px #fff;
}
.mbr-gallery .mbr-caption-background {
    background-color: rgba(247,76,131, 0.6); 
}
.mbr-figure__caption-small {
	color: #fff;
}
/*********************************************************
CONTACT PAGE
**********************************************************/
.mapAddress {
    border-bottom: solid 2px #f74c83;
    margin: 20px 0px;
    padding: 0px 0px 10px 0px;
}

/*********************************************************
MENU
**********************************************************/
.menuItemT6 img {
	border: 3px solid #ff9800;
	border-bottom: 0;
}

.menuItemT6 p {
	color: #ffffff;
    font-weight: bold;
    font-size: 1.3em;
    text-align: center;
    padding: 15px 0;
    text-transform: uppercase;
    background: #f74c83;
}
.menuHeader {
	
}
.menuHeader h2 {
    padding-bottom: 25px;
    text-align: center;
	
}


/*********************************************************
INTERNAL
**********************************************************/
.page_head h3{

}
.page_head p{
}
.icecreamIcon{
	width:35px;
	margin-bottom:.5em;
}
.servicebox1 p{
	font-size:1.5em;
}
.condensedTitle{
	font-size:2.5em;
}
.clients img{
	margin-bottom:1.2em;
}
#contact-form2 .col-md-6{
	padding:70px 80px;
}
.btn.btn-primary:hover, .btn.btn-primary:focus, .btn.btn-primary.focus, .btn.btn-primary:active, .btn.btn-primary.active{
	background-color: #f74c83;
    border-color: #f74c83;
}
.testimonials-white.parallax-content .col-md-6{
	padding:100px 30px;
}
.btn-txt-pink{
	color:#f74c83;
}
.btn-txt-pink:hover{
	color:#c12658;
}
.clients2 img {
	opacity: 1;
	width: 70%;
}
.footer-social a{
	width: 20%;
    margin-left: 0;
    margin-top: 0;
}
.truckiframe{
	height:660px;
}

@media (max-width: 1900px) {
}
@media (max-width: 1600px) {
}
@media (max-width: 1450px) {
}
@media (max-width: 1200px) {
	#dropdown-menu1-1 .navbar-brand a {
    	letter-spacing: 0em;
    	font-size: 15px;	
}
.truckiframe{
	height:500px;
}
.menuItemT6 p {
    font-size: 1.0em;
}
}
@media (max-width: 992px) {
}
@media (max-width: 768px) {
	#dropdown-menu1-1 .navbar-brand a:nth-child(2) {
    	display: none;
	}
.smallNav {
	display: none;
}
}</pre></body></html>