/*
Theme Name: BGAtheme
Theme URI: 
Author: LHDI
Author URI: https://www.lhdi.net
Description: Theme for Blue Grass Airport Lexington Kentucky
Version: 1
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: clean, starter
*/





@font-face {
font-family: Poppins-Regular;
src: url('https://bga21.lhdi.net/fonts/Poppins-Regular.otf');

}

body  .front-page  div{
background-color: #eef3e6;
background-color: blue;
    margin: 0;
    padding: 0;

     float: left;
     display: flex;
         margin-bottom: 0;
 margin-top: 0;
}

body  {background-color: blue;}


.bluebox {background-color: blue !important;}


.poppinsHeadline {
	font-family: 'Poppins-Regular'; 
	font-style: normal; 
	font-size: 18px;
	word-wrap: break-word;

	}

.poppinsCopy {

	font-family: 'Poppins-Regular'; 
	font-style: normal; 
	font-size: 10px;
	word-wrap: break-word;}




.poppinsCheckWait {
	word-break: keep-all;
	font-family: 'Poppins-Regular'; 
	font-style: normal; 
	font-size: 14px;
	border: 2px solid white;
	background-color: #00467f;}


.xxxoverride { color: white; background-color: #00467f!important; }






.waitpark {

  height: 75px;
  padding: 1px;
  border: 2px solid white;
}

.adbox267 {
  width: 324px;
  height: 267px;
  padding: 1px;
  border: 1px solid gray;
}

.adbox {
  width: 324px;
  height: 469px;
  padding: 1px;
  border: 1px solid gray;
}

.xxxteaser-container {
  float: left;
  width: 100%; }
  .teaser-container .teaser {
    float: left;
    width: 50%;
    position: relative;
    padding: 0;
    color: #fff;
    text-transform: uppercase;
    height: 380px;
    background-repeat: no-repeat;
    background-size: cover !important; }
    @media (max-width: 800px) {
      .teaser-container .teaser {
        width: 100%;
        height: auto; } }
    .teaser-container .teaser .overlay {
      background-color: rgba(0, 0, 0, 0.4);
      transition: background-color .5s ease-in;
      height: 100%;
      padding: 60px 0; }
      .teaser-container .teaser .overlay:hover {
        background-color: transparent; }
      .teaser-container .teaser .overlay a {
        width: 100%;
        height: 100%;
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-box-align: center;
        -webkit-flex-align: center;
        -ms-flex-align: center;
        -webkit-align-items: center;
        align-items: center; }
        .teaser-container .teaser .overlay a .button {
          padding: 20px;
          color: #fff;
          transition: background-color .2s ease-in;
          border: 3px solid #fff;
          background-color: rgba(0, 0, 0, 0.6);
          overflow: hidden;
          width: 70%;
          margin: 0 auto;
          max-width: 450px; }
          .teaser-container .teaser .overlay a .button h3 {
            margin: 0 0 10px;
            font-size: 200%;
            line-height: 150%;
            display: block;
            height: 70%;
            font-weight: 300; }
            @media (max-width: 600px) {
              .teaser-container .teaser .overlay a .button h3 {
                font-size: 160%; } }
          .teaser-container .teaser .overlay a .button p {
            margin: 8px 0; }
          .teaser-container .teaser .overlay a .button span {
            font-size: 120%;
            display: block;
            height: 40%;
            font-weight: 300; }
            .teaser-container .teaser .overlay a .button span i {
              font-size: 300%;
              font-weight: 300; }
          .teaser-container .teaser .overlay a .button:hover, .teaser-container .teaser .overlay a .button:active, .teaser-container .teaser .overlay a .button:focus {
            background-color: rgba(0, 0, 0, 0.2); }
          .teaser-container .teaser .overlay a .button img {
            max-width: 145px; }



