* {
  padding: 0;
  margin: 0;
  text-decoration: none;
  box-sizing: border-box;
}
#bodycontact section .ctatext a {
    font-family: 'Josefin Sans', sans-serif;
    font-size: 22px;
    text-align: none;
    text-decoration: underline;
    color: #fff;
    border: none;
    padding: 0;
    text-transform: none;
    border-radius: 0;
    margin: 0;
    max-width: none;
    display: inline;
    max-height: none;
}
div.contacttext {
    max-width: 950px;
    width: 90%;
    margin: 35px auto;
    text-align: center;
}
div.contacttext p {
    font-size: 28px;
}
body {
  font-family: 'Josefin Sans', sans-serif;
  background-color: #E4E3EE;
}
nav {
  background: #0082e6;
  background-image: url("../img/nav_background.jpg");
  background-position: center center;
  background-repeat: no-repeat;
  height: 80px;
  width: 100%;
  position: sticky;
  top: 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 25px;
}
label.logo span {
  font-size: 14px;
}
nav div {
  /* width: 325px;
  height: 42px; */
}
a.logolink {
  display: block;
}
label.logo {
  color: white;
  font-size: 28px;
  line-height: 24px;
  font-weight: 500;
  text-transform: uppercase;
  text-align: left;
}
nav ul {
  float: right;
  margin-right: 20px;
}
nav ul li {
  display: inline-block;
  line-height: 80px;
  margin: 0 5px;
}
nav ul li a {
  color: white;
  font-size: 16px;
  padding: 7px 13px;
  border-radius: 3px;
  text-transform: uppercase;
}
a:hover,
#bodyservices a.activeservices,
#bodyabout a.activeabout,
#bodycontact a.activecontact,
#bodyairport a.activeairport {
  background: #b96353;
}
a.logolink:hover {
  background: none;
  cursor: pointer;
}
.checkbtn {
  font-size: 30px;
  color: white;
  float: right;
  line-height: 80px;
  margin-right: 40px;
  cursor: pointer;
  display: none;
}
#check {
  display: none;
}
section:first-of-type {
  background-color: #E4E3EE;
  height: fit-content;
}
section.widgetsmobile {
  height: auto;
}
section.widgetsmobile img {
  margin: 0 auto;
  display: block;
  border: 4px solid #444444;
  border-radius: 8px;
}
section.widgetsmobile .fuelprice {
  width: 255px;
  height: 116px;
  border: 4px solid #444444;
  border-radius: 8px;
  margin: 20px auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
}
section.widgetsmobile .fuelprice h4 {
  font-family: 'Josefin Sans', sans-serif;
  font-weight: 500;
  text-align: center;
  font-size: 16px;
  margin-top: 10px;
  width: 100%;
}
section.widgetsmobile .fuelprice p {
  text-align: center;
  font-family: 'Josefin Sans', sans-serif;
  font-weight: 600;
  font-size: 20px;
}
div.desktopwidgets .fuelprice p.pricesmall {
  font-size: 14px;
  font-weight: 300;
}
section.widgetsmobile .fuelprice p.pricesmall {
  font-size: 16px;
  font-weight: 300;
}
section .weathermobile {
  width: 255px;
  margin: 0 auto;
}
.weathermobile a.weatherwidget-io {
  z-index: -1;
}
section.logos {
  background-image: none;
  height: auto;
  padding: 0;
  min-height: auto;
}
section.logos hr,
.hrtop {
  border: 2px solid #444444;
}
div.logosflex {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
}
section.logos img {
  width: 37%;
  height: 37%;
  margin-bottom: 20px;
}
label.logo {
  padding-right: 0;
}
section {
  background: linear-gradient(rgba(0,0,0,.5), rgba(0,0,0,.5)),
  url('../img/cta.jpg');
  background-position: left center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 15% 5%;
}
#bodyservices section.cta {
  background: linear-gradient(rgba(0,0,0,.5), rgba(0,0,0,.5)),
  url('../img/services_background.png');
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
section img.ctaimgdesktop {
  display: none;
}
section .widgetdesktop {
  display: none;
}
section .ctatext {
  color: #fff;
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  height: 90vh;
  max-width: 580px;
  margin: 0 auto;
}
#bodyservices section .ctatext {
  height: 85vh;
}
section .ctatext h2 {
  font-family: 'Josefin Sans', sans-serif;
  font-size: 28px;
  font-weight: 600;
  text-align: center;
  line-height: 28px;
  max-width: 698px;
	margin: 0 auto;
  text-transform: uppercase;
}
section .ctatext p {
  font-family: 'Merriweather', serif;
  font-size: 20px;
  font-weight: 400;
  text-align: center;
  line-height: 24px;
  max-width: 745px;
	margin: 0 auto;
}
#bodyservices section .ctatext p {
  font-size: 16px;
  text-align: left;
}
section .ctatext a {
  font-family: 'Josefin Sans', sans-serif;
  font-size: 22px;
  font-weight: 600;
  text-align: center;
  text-decoration: none;
  color: #fff;
  border: 4px solid #fff;
  padding: 12px 15px;
  text-transform: uppercase;
  border-radius: 15px;
  margin: 0 auto;
  max-width: 220px;
  display: block;
  max-height: 50px;
}
section.widgetsmobile {
  background-image: none;
}
hr.hrtop {
  margin-top: 0;
}
hr.hrbottom {
  margin-bottom: 0;
}
section.services {
  background-image: none;
  padding: 5% 5%;
  color: #fff;
  height: auto;
}
section.services div {
  background-color: #2b2b2b;
  border-radius: 15px;
  padding: 5%;
}
section.services h3 {
  font-family: 'Josefin Sans', sans-serif;
  font-weight: 600;
  font-size: 40px;
  text-align: center;
  line-height: 48px;
  margin-bottom: 20px;
}
section.services p {
  font-family: 'Merriweather', serif;
  font-size: 25px;
  text-align: center;
  line-height: 33px;
}
section.services a,
section.learnmore a {
  color: #fff;
  text-decoration: none;
  border: 4px solid #fff;
  padding: 14px 15px 10px 15px;
  font-family: 'Josefin Sans', sans-serif;
  font-size: 18px;
  font-weight: 600;
  text-align: center;
  text-transform: uppercase;
  border-radius: 15px;
  margin: 25px auto 0 auto;
  max-width: 320px;
  display: block;
}
section.learnmore {
  background-image: url("../img/learn_more_background_mobile.jpg");
  padding: 5% 5%;
  color: #fff;
  height: auto;
}
section.learnmore img {
  display: none;
}
section.learnmore h3 {
  font-family: 'Josefin Sans', sans-serif;
  font-weight: 600;
  font-size: 40px;
  text-align: center;
  text-transform: uppercase;
}
section.learnmore p {
  font-family: 'Merriweather', serif;
  font-size: 25px;
  text-align: center;
  margin: 75px auto;
}
footer {
  background-color: #2b2b2b;
  color: #fff;
  text-align: center;
  padding: 25px 0;
}
footer .footercontainer {
  background-color: #2b2b2b;
  max-width: 414px;
}
footer p {
  font-family: 'Merriweather', serif;
  font-size: 16px;
}
footer div {
  margin: 30px auto;
}
footer div p {
  font-family: 'Josefin Sans', sans-serif;
  font-weight: 300;
  text-transform: uppercase;
  font-size: 18px;
  line-height: 22px;
}
footer div p span {
  font-weight: 600;
  font-size: 25px;
}
footer .mobilefooter a {
  font-family: 'Josefin Sans', sans-serif;
  font-size: 22px;
  font-weight: 500;
  color: #fff;
  text-decoration: none;
}
footer .payments {
  width: 80%;
}
footer .payments ul {
  list-style: none;
  line-height: 24px;
}
footer .payments ul li {
  margin-bottom: 12px;
}
footer .payments div {
  margin: 20px auto 0 auto;
}
footer .payments div img {
  width: 100%;
}
footer .desktopfooter {
  display: none;
}
img.logosfootermobile {
  display: block;
}
img.logosfooterdesktop {
  display: none;
}
.servicesdesktop {
  display: none;
}
div.desktopwidgets {
  display: none;
}
div.fb-page {
  margin: 0 auto 35px auto;
  display: block;
  z-index: 0;
  width: 340px;
}
nav {
  z-index: 1;
}
#bodyabout section.bodycta {
  background: linear-gradient(rgba(0,0,0,.5), rgba(0,0,0,.5)), url(../img/about_background.png);
  background-size: cover;
}
div.contactform {
  font-family: 'Josefin Sans', sans-serif;
  font-weight: 500;
  font-size: 25px;
}
div.contactform form {
  width: 80%;
  margin: 35px auto;
  max-width: 1250px;
}
div.contactform form input {
  height: 50px;
  width: 100%;
  margin: 5px 0 25px 0;
  font-size: 20px;
  font-family: 'Josefin Sans', sans-serif;
  font-weight: 300;
}
div.contactform textarea {
  width: 100%;
  height: 400px;
  margin: 5px 0;
  font-size: 20px;
  font-family: 'Josefin Sans', sans-serif;
  font-weight: 300;
}
form #submit {
  height: 40px;
  width: 150px;
  font-family: 'Josefin Sans', sans-serif;
  font-weight: 500;
  font-size: 25px;
  background: none;
  border: 2px solid #000;
  border-radius: 8px;
}
.tablespacer {
  height: 15px;
}
.tablecontainer {
  border: 2px #000 solid;
  border-radius: 10px;
  padding: 10px;
  width: 90%;
  margin: 25px auto;
}
table {
  border-collapse: separate;
  border-spacing: 5px 10px;
  width: 90%;
  font-size: 14px;
}
table tr td:first-child {
  text-align: left;
}
table th {
  font-size: 24px;
  font-weight: 600;
  height: 40px;
  text-align: left;
}
.specialtable table tr td {
  text-align: left;
}
.specialtable table tr:nth-child(2) td,
.tableunderline {
  text-decoration: underline;
}
.specialtable table.underlinefix tr:nth-child(2) td {
  text-decoration: none;
}
.specialtable table.underlinefix th {
  text-align: left;
}
.specialtable table.underlinefix {
  border-spacing: 35px 20px;
}
tr td a {
  text-decoration: underline;
}
.tabledesktop {
  display: none;
}
/* Slideshow container */
.slideshow-container {
  max-width: 1200px;
  width: 90%;
  position: relative;
  margin: 35px auto 0 auto;
}

/* Hide the images by default */
.mySlides {
  display: none;
}

/* 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;
}

/* Number text (1/3 etc) */
.numbertext {
  color: #f2f2f2;
  font-size: 24px;
  padding: 8px 12px;
  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;
}
.sliderbuttons {
  margin-bottom: 35px;
}

/* Fading animation */
.fade {
  animation-name: fade;
  animation-duration: 1.5s;
}

@keyframes fade {
  from {opacity: .4}
  to {opacity: 1}
}

#bodyairport h2 {
  font-size: 32px;
  font-weight: 600;
  text-align: center;
  margin: 35px 0;
}
.formthankyou {
  font-size: 24px;
  text-align: center;
  margin: 35px 0;
}
div.footerflex a {
  color: #fff;
  text-decoration: underline;
}

@media (min-width: 900px) {
  section.logos img {
    width: 20%;
    margin-bottom: 0;
    height: 20%;
  }
  section.widgetsmobile {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
  }
  section.widgetsmobile img {
    margin: 0;
  }
  section.widgetsmobile .fuelprice {
    margin: 0;
    height: 124px;
  }
  section .weathermobile {
    width: 32%;
    margin: 0;
  }
  .weathermobile a.weatherwidget-io {
    height: 124px !important;
  }
  section.services div {
    background-image: url("../img/terminal_ribbon.png");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
  }
  section.services p {
    max-width: 960px;
    margin: 0 auto;
  }
  section.learnmore {
    background-image: none;
    color: #000;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  section.learnmore div {
    width: 40%;
    display: flex;
    flex-wrap: wrap;
    align-content: space-around;
    max-width: 520px;
    max-height: 368px;
  }
  section.learnmore img {
    display: block;
    width: 50%;
    height: 50%;
  }
  section.learnmore h3 {
    font-size: 38px;
    text-align: left;
  }
  section.learnmore p {
    font-size: 18px;
    text-align: left;
    margin: 25px auto;
    line-height: 33px;
  }
  section.learnmore a {
    color: #000;
    border: 4px solid #000;
    margin: 25px 0 0 0;
    max-height: 50px;
  }
  .servicesmobile {
    display: none;
  }
  .servicesdesktop {
    display: block;
  }
  div.servicesdesktop {
    display: flex;
    justify-content: space-between;
    width: 90%;
    margin: 0 auto;
  }
  #bodyservices div.ctatext {
    max-width: 1200px;
    margin: 0;
    padding: 0;
  }
  #bodyservices section .ctatext h2 {
    max-width: none;
    width: 90%;
    text-align: left;
  }
  div.servicesdesktop ul {
    list-style: none;
  }
  div.servicesdesktop ul li {
    margin-bottom: 25px;
    font-size: 18px;
  }
  #bodyservices section .ctatext p,
  #bodyservices section .ctatext p.servicesdesktop {
    width: 90%;
    max-width: none;
  }
  #bodyservices section .ctatext {
    max-width: 1200px;
  }
  div.contactform form input {
    width: 100%;
  }
  div.contactform form {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  .formleft {
    width: 40%;
  }
  .formright {
    width: 40%;
  }
  .formbreak {
    width: 100%;
  }
  #bodyservices section .ctatext p {
  font-size: 18px;
  line-height: 28px;
  }
  section .ctatext h2 {
    font-family: 'Josefin Sans', sans-serif;
    font-size: 32px;
    font-weight: 600;
    text-align: center;
    line-height: 38px;
    max-width: 698px;
    margin: 0 auto;
    text-transform: uppercase;
  }
}

@media (min-width: 960px) {
  section .ctatext {
    height: 50vh;
  }
  .tablecontainer {
    border: 2px #000 solid;
    border-radius: 10px;
    padding: 10px;
    width: 45%;
    margin: 25px auto;
  }
  table {
    border-collapse: separate;
    border-spacing: 35px 5px;
    width: 90%;
    font-size: 14px;
  }
  .airporttables {
    width: 95%;
    display: flex;
    flex-wrap: wrap;
  }
  .column {
    display: flex;
    flex-direction: column;
    flex-basis: 100%;
    flex: 1;
  }
  /*
  .airporttables {
    width: 95%;
    margin: 0 auto;
  }
  .airporttables div.tablecontainer {
    margin: 15px auto;
  }
  .airporttables div.tablecontainer:nth-child(odd) {
    float: left;
  }
  .airporttables div.tablecontainer:nth-child(even) {
    float: right;
  }
  #bodyairport section.logos {
    clear: both;
  }
  */
}

@media (min-width: 1096px) {
  section .weathermobile {
    width: 100%;
    margin: 25px 0 0 0;
  }
  section.widgetsmobile {
    justify-content: space-between;
    max-width: 750px;
    margin: 0 auto;
    padding: 4% 5%;
  }
  .weathermobile a.weatherwidget-io {
    height: 212px !important;
  }
}

@media (min-width: 1200px) {
  section.learnmore div {
    width: 38%;
  }
  section.learnmore img {
    width: 60%;
    height: 60%;
  }
}

@media (min-width: 1617px) {
  div.desktopwidgets {
    display: block;
    width: 255px;
    height: auto;
  }
  div.desktopwidgets img {
    margin: 0 auto;
    display: block;
    border: 4px solid #fff;
    border-radius: 8px;
  }
  div.desktopwidgets .fuelprice {
    width: 255px;
    height: 116px;
    border: 4px solid #fff;
    border-radius: 8px;
    margin: 20px auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
  }
  div.desktopwidgets .fuelprice h4 {
    font-family: 'Josefin Sans', sans-serif;
    font-weight: 500;
    text-align: center;
    font-size: 16px;
    margin-top: 10px;
    width: 100%;
    color: #fff;
  }
  div.desktopwidgets .fuelprice p {
    text-align: center;
    font-family: 'Josefin Sans', sans-serif;
    font-weight: 600;
    font-size: 20px;
    color: #fff;
  }
  .weathermobile a.weatherwidget-io {
    height: 300px !important;
    width: 255px;
    z-index: 0;
    border: 4px solid #fff;
  }
  section.widgetsmobile {
    display: none;
  }
  section.logos {
    clear: both;
  }
  nav {
    z-index: 1;
  }
  #bodyservices section .ctatext {
    height: 70vh;
  }
  #bodyhome .ctatext,
  #bodyabout .ctatext,
  #bodycontact .ctatext {
    max-width: 900px;
  }
  #bodyhome .ctatext h2,
  #bodyhome .ctatext p,
  #bodyabout .ctatext h2,
  #bodyabout .ctatext p,
  #bodycontact .ctatext h2,
  #bodycontact .ctatext p {
    text-align: left;
    margin: 0;
  }
  #bodyhome .ctatext a,
  #bodyabout .ctatext a {
    margin: 0;
  }
  section.bodycta,
  #bodyservices section.cta {
    padding: 3% 6%;
    display: flex;
    width: 100%;
    justify-content: space-around;
    align-items: center;
  }
  div.fb-page {
    margin: 35px auto 35px auto;
  }
  section .ctatext {
    margin: 0;
  }
}

@media (min-width: 1720px) {
  .mobilefooter {
    display: none;
  }
  ul.desktopfooter {
    display: block;
    list-style: none;
    font-family: 'Josefin Sans', sans-serif;
    font-weight: 500;
    font-size: 25px;
    text-align: right;
  }
  ul.desktopfooter li a {
    color: #fff;
    text-decoration: none;
  }
  img.logosfootermobile {
    display: none;
  }
  img.logosfooterdesktop {
    display: block;
    max-width: 980px;
  }
  footer .footercontainer {
    width: 100%;
    max-width: 1920px;
  }
  footer .payments {
    width: 100%;
    max-width: 980px;
  }
  footer .payments div {
    margin: 20px auto 0 auto;
  }
  footer {
    text-align: left;
    padding: 30px;
  }
  footer .footercenter {
    text-align: center;
  }
  .footerflex {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .footercontainer .footerflex ul.desktopfooter li {
    padding: 5px 5px;
  }
  .footercontainer .footerflex ul.desktopfooter li a {
    padding: 6px 8px;
    border-radius: 5px;
  }
}













@media (max-width: 540px) {
  div.contacttext p {
      font-size: 20px;
  }
}












@media (max-width: 430px) {
  label.logo span {
    display: none;
  }
  nav div {
    width: auto;
    height: auto;
  }
  label.logo {
    font-size: 28px !important;
  }
}

@media (min-width: 620px) {
  section {
    padding: 8% 5%;
  }
  section.services {
    padding: 1%;
  }
}

@media (max-width: 952px){
  label.logo {
    font-size: 30px;
  }
  nav ul li a {
    font-size: 14px;
  }
}

@media (max-width: 899px) {
  .checkbtn {
    display: block;
  }
  label.logo {
    font-size: 20px;
  }
  nav ul {
    position: fixed;
    width: 100%;
    height: 100vh;
    background: rgba(0, 0, 0, 0.95);
    top: 80px;
    left: -100%;
    text-align: center;
    transition: all .5s;
  }
  nav ul li {
    display: block;
    margin: 50px 0;
    line-height: 30px;
  }
  nav ul li a {
    font-size: 20px;
  }
  a:hover,a.active {
    background: none;
    color: #0082e6;
  }
  #check:checked ~ ul {
    left: 0;
  }
}

/*
<><><> FONTS AND VALUES <><><>
font-family: 'Josefin Sans', sans-serif;
light 300, medium 500, semibold 600
font-family: 'Merriweather', serif;
regular 400
*/