@import url('https://fonts.googleapis.com/css?family=Open+Sans:300,400,700|Pacifico');

body,html{
  margin-top: 50px;
  padding: 0;
  font-family: 'Open Sans', sans-serif;
  overflow-x: hidden;
}

.smaller{
  font-size: 0.8em;
}

.flexbox{
  display: flex;
}

.nav li{
  display: inline-block;
}
.nav .open{
  display: block;
}
.navbar-header{
  text-align: center;
  margin: 0 auto;
  display: block;
}

.navbar-right{
  text-align: center;
}
.navbar-brand{
  width: 100%;
  font-size: 2.5em;
  padding: 0.25em;
}
.navbar{
  background-color: rgba(255, 255, 255, 0.95);
  border-bottom: 1px solid #337AB7;
  border-radius: 0;
  margin-bottom: 0;
}

.creve, h2{
  font-family: 'Pacifico', cursive;
}
.airport{
  font-size: 0.8em;
  font-family: 'Open Sans', cursive;
  font-weight: 300;
}

.hero{
  background-image: linear-gradient(rgba(0,0,0,0.15),rgba(0,0,0,0.15)), url("../img/hero2.jpg");
  background-attachment: fixed;
  background-size: cover;
  height: 80vh !important;
  text-shadow: 1px 2px #000;
}
.text-section{
  padding: 2em 1em;
}
.section{
  display: flex;
  align-items: center;
  justify-content: center;
  color: #FFF;
  text-align: center;
  background-attachment: fixed;
  background-repeat: no-repeat;
  height: 50vh;
}
.section h1{
  font-size: 5em;
}

.waco{
  background-image: linear-gradient(rgba(0,0,0,0.2),rgba(0,0,0,0.2)), url("../img/waco.jpg");
  background-size: cover;
  background-position: center;
}
.cockpit{
  background-image: linear-gradient(rgba(0,0,0,0.2),rgba(0,0,0,0.2)), url("../img/cockpit.jpg");
  background-size: cover;
  background-position: center;
}
.plane{
  background-image: linear-gradient(rgba(0,0,0,0.2),rgba(0,0,0,0.5)), url("../img/hero3.jpg");
  background-size: cover;
  background-position: center;
}
.kids{
  background-image: linear-gradient(rgba(0,0,0,0.5),rgba(0,0,0,0.2)), url("../img/kids.jpg");
  background-size: cover;
  background-position: center;
}
.history{
  background-image: url("../img/history.jpg");
  background-size: cover;
  background-position: center;
}
.spam{
  height: 200vh;
}
.container p{
  font-size: 1.2em;
}
.container img{
  width: 100%;
}
.section-img{
  margin: 0 auto;
  width: 50% !important;
}

.btn-container{
  padding: 1em 0 0.5em;
  text-align: center;
}
.lunch{
  padding: 1em 0;
}

.lunch p, .service-section p{
  margin: 1em 0;
}

.carousel img{
  max-height: 600px;
  width: 100%;
}

.foot{
  position: relative;
  margin-top: 5em;
  border-top: 1px solid #999;
  color: #666;
  background-color: #FBFBFB;
  padding: 1em;
}
.footer-plane{
  position: absolute;
  top:-40px;
  left: 0;
  right: 0;
  text-align: center;
}
.footer-plane img{
  height: 40px;
}

.footer-plane img:hover{
  animation: rotate 2s cubic-bezier(0.68, -0.55, 0.27, 1.55);
}
.foot .col-sm-6{
  padding: 0.5em 0;
}
.service-section{
  padding: 1.5em 0;
}
.food-wrapper{
  display: inline-block;
  width: 100px;
  /*margin: 0 0.5em;*/

}
.food img{
  width: 100%;
  max-width: 15vw;
}
.food-container{
  width: 100%;
  padding-top: 1em;
  padding-bottom: 1em;
  padding-left: 100vw;


}
.food{
  display: inline-block;
  white-space: nowrap;
  padding-right: 100vw;
  animation: ticker 15s linear infinite;
}
table{
  font-size: 1.6em;
  box-sizing: border-box;

  border: 2px double #BBB;
  margin: 0 auto;
}
td{
  padding: 1em;
  border: 1px dashed #DDD;
}
th{
  border: 1px dashed #DDD;
  text-align: center;
  font-size: 0.8em;
  padding: 0.5em;
}
@keyframes rotate {
	0% {
		transform:rotate(0deg);
	}
	100% {
		transform:rotate(360deg);
	}
}
@keyframes ticker {
  0% {
    transform: translate3d(0, 0, 0);
  }
  100% {
    transform: translate3d(-100%, 0, 0);
  }
}
iframe{
  border: 0;
  width: 100%;
  height: 300px;
  pointer-events: none;
}

@media only screen and (min-width : 900px){
  body,html{
    margin-top: 25px;
  }
  table{
    font-size: 1.8em;
  }
  .waco{
    background-size: contain;
  }
  iframe{
    pointer-events:all;
  }
  .btn-container{
    text-align: left;
  }
  .food-wrapper{
    padding-top: 3em;
    padding-bottom: 3em;
  }
  .food-wrapper{
    margin: 0 50px;
  }
  .lunch{
    padding: 2em 0;
  }
  .navbar-brand{
    width: auto;
  }
}
