body {
    font-family: Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 1em;
    margin: 0px;
    color: #232626;
    background-image: -webkit-repeating-linear-gradient(270deg,rgba(104,237,228,0.84) 0%,rgba(2,114,98,0.78) 100%), url(assets/images/paper-bg_2.jpg);
    background-image: -moz-repeating-linear-gradient(270deg,rgba(104,237,228,0.84) 0%,rgba(2,114,98,0.78) 100%), url(assets/images/paper-bg_2.jpg);
    background-image: -o-repeating-linear-gradient(270deg,rgba(104,237,228,0.84) 0%,rgba(2,114,98,0.78) 100%), url(assets/images/paper-bg_2.jpg);
    background-image: repeating-linear-gradient(180deg,rgba(104,237,228,0.84) 0%,rgba(2,114,98,0.78) 100%), url(assets/images/paper-bg_2.jpg);
}
#container {
	box-sizing: border-box;
	margin-left: auto;
	margin-right: auto;
	background-color: #D7FEFF;
	width: 960px;
	padding-left: 15px;
	padding-right: 15px;
	/* [disabled]margin-bottom: auto; */
	padding-bottom: 15px;
}
#topNav ul {
    font-size: 1.1rem;
    text-align: center;
    list-style-type: none;
    padding-left: 0px;
}
#topNav ul li {
    display: inline;
    margin-left: 15px;
    font-size: 1.1rem;
    text-align: center;
    margin-right: 15px;
}
header {
	padding-bottom: 20px;
	padding-top: 0px;
	margin-left: auto;
	margin-right: auto;
}
header img {
    border-radius: 0px;
    padding-left: 270px;
    /* [disabled]text-align: center; */
    display: inline;
    margin-left: auto;
    margin-right: auto;
    padding-right: 270px;
}
a:link, a:visited {
    text-decoration: none;
    color: #002A28;
}
a:hover, a:active {
    color: #EF9195;
}

/* Slideshow container */
.slideshow-container {
    max-width: 1000px;
    position: relative;
    margin: auto;
    border-radius: 0px;
    padding-top: 15px;
}

/* Hide the images by default */
.mySlides {
  display: none;
}

main img {
    border-radius: 0px;
}

/* Next & previous buttons */
.prev, .next {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: auto;
  margin-top: -22px;
  padding: 16px;
  color: white;
  font-weight: bold;
  font-size: 18px;
  transition: 0.6s ease;
  border-radius: 0 3px 3px 0;
  user-select: none;
}

/* Position the "next button" to the right */
.next {
  right: 0;
  border-radius: 3px 0 0 3px;
}

/* On hover, add a black background color with a little bit see-through */
.prev:hover, .next:hover {
  background-color: rgba(0,0,0,0.8);
}

/* Caption text */
.text {
    color: #f2f2f2;
    font-size: 15px;
    padding: 8px 12px;
    position: absolute;
    bottom: 8px;
    width: 100%;
    text-align: center;
    text-shadow: 1.5px 2px #000000;
}

/* Number text (1/3 etc) */
.numbertext {
    color: #f2f2f2;
    font-size: 12px;
    padding-top: 28px;
    padding-right: 12px;
    padding-left: 17px;
    padding-bottom: 9px;
    position: absolute;
    top: 0;
}

/* The dots/bullets/indicators */
.dot {
  cursor: pointer;
  height: 15px;
  width: 15px;
  margin: 0 2px;
  background-color: #bbb;
  border-radius: 50%;
  display: inline-block;
  transition: background-color 0.6s ease;
}

.active, .dot:hover {
  background-color: #717171;
}

/* Fading animation */
.fade {
  -webkit-animation-name: fade;
  -webkit-animation-duration: 1.5s;
  animation-name: fade;
  animation-duration: 1.5s;
}
#mainHomeText h1 {
    text-align: center;
    font-family: Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
    color: #232626;
    font-size: 2rem;
    padding-left: 0px;
    padding-right: 0px;
}
#mainHomeText {
    background-color: #F4B2B5;
    padding-left: 5px;
    padding-right: 5px;
    padding-top: 5px;
    padding-bottom: 5px;
    margin-bottom: 10px;
    margin-top: 10px;
    /* [disabled]text-align: center; */
    -webkit-box-shadow: 0px 0px 5px;
    box-shadow: 0px 0px 5px;
}
.bodyText {
    font-family: Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-style: normal;
    font-weight: normal;
    font-size: large;
    color: #232626;
    padding-left: 5px;
    padding-right: 5px;
}
#truckSchedule {
    margin-top: 10px;
    margin-bottom: 10px;
    padding-top: 5px;
    padding-right: 5px;
    padding-bottom: 5px;
    padding-left: 5px;
    /* [disabled]background-color: #232626; */
    /* [disabled]color: #D7FEFF; */
    text-align: center;
    list-style-position: inside;
    border: thin dotted #05786A;
    border-radius: 40px;
}
.truckBold {
    font-weight: bolder;
    font-size: 1.75rem;
}
#quickLinks {
    margin-top: 10px;
    margin-bottom: 10px;
    padding-top: 5px;
    padding-right: 5px;
    padding-bottom: 5px;
    padding-left: 5px;
    background-color: #F4B2B5;
    -webkit-box-shadow: 0px 0px 5px;
    box-shadow: 0px 0px 5px;
}
#quickLinks ul li {
    width: 280px;
    height: 280px;
    background-color: #D1D1D1;
    border-radius: 170px;
    padding-left: 0px;
    list-style-type: none;
    display: flex;
    align-self: center;
}
.quickCatering {
    background-image: url(assets/images/catering_400x400.jpg);
    text-align: center;
    -webkit-box-shadow: 0px 0px;
    box-shadow: 0px 0px;
}
.quickMenu {
    background-image: url(assets/images/menu_400x400.jpg);
}
.quickGallery {
    background-image: url(assets/images/gallery_400x400.jpg);
}
.aboutImage {
    border-bottom-left-radius: 150px;
    border-bottom-right-radius: 113px;
}
.aboutImageTruck {
    border-radius: 65px;
}
.qLinksFlex {
    display: flex;
    justify-content: space-between;
}
.footerSections {
    float: left;
    width: 260px;
    padding-bottom: 10px;
    padding-top: 10px;
    padding-left: 10px;
    /* [disabled]padding-right: 10px; */
    margin-top: 20px;
    list-style-type: none;
    margin-right: 5px;
    margin-left: 5px;
}
.centerFooterSections {
    margin-right: 25px;
    width: 300px;
    margin-left: -10px;
}
h2 {
    font-size: 1rem;
    padding-top: 0px;
    font-weight: normal;
}
.footerHours {
	border-bottom-width: thin;
	border-bottom-style: dotted;
	border-bottom-right-radius: 0px;
	padding-bottom: 0px;
	padding-top: 6px;
}

@-webkit-keyframes fade {
  from {opacity: .4} 
  to {opacity: 1}
}

@keyframes fade {
  from {opacity: .4} 
  to {opacity: 1}
}
.regularHours {
    list-style-type: none;
    padding-left: 0px;
}
.bookUs {
    list-style-type: none;
    padding-top: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
}
.socialMedia {
    list-style-type: none;
    display: inline-block;
    padding-left: 7px;
    margin-left: 5px;
    margin-right: 5px;
    padding-right: 7px;
    margin-bottom: 75px;
}
.aboutMain {
    color: #232626;
    font-family: Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
    background-color: #F4B2B5;
    background-position: 0% 0%;
    padding-top: 10px;
    padding-right: 10px;
    padding-bottom: 10px;
    padding-left: 10px;
    -webkit-box-shadow: 0px 0px 5px;
    box-shadow: 0px 0px 5px;
}

.aboutfounder-container {
	display: flex;
	justify-content: space-between;
	margin-bottom: 45px;
}
.founder-container {
	flex: 1;	
}
.founder-text {
	flex: 1;
}
.abouttruck-container {
	display: flex;
	justify-content: space-between;
}
.foodtruck-container {
	flex: 1;
}
.foodtruck-text {
	flex: 1;
}
.bodyText {
}
.aboutBold {
	font-weight: bold;
}
.aboutHeader {
    text-align: center;
    padding-bottom: 35px;
    background-image: -webkit-linear-gradient(90deg,rgba(0,237,206,0.74) 0%,rgba(176,221,223,1.00) 100%);
    background-image: -moz-linear-gradient(90deg,rgba(0,237,206,0.74) 0%,rgba(176,221,223,1.00) 100%);
    background-image: -o-linear-gradient(90deg,rgba(0,237,206,0.74) 0%,rgba(176,221,223,1.00) 100%);
    background-image: linear-gradient(0deg,rgba(0,237,206,0.74) 0%,rgba(176,221,223,1.00) 100%);
    padding-top: 35px;
    border-radius: 9px;
}
