@font-face {
    font-family: Frutiger;
    src: url('../fonts/Frutiger.ttf');
	font-weight: normal
}


@font-face {
    font-family: Frutiger;
    src: url('../fonts/Frutiger_bold.ttf');
	font-weight: bold;
}

@font-face {
    font-family: Bebas;
   	src: url('../fonts/BebasNeue-Regular.ttf');
}

@font-face {
    font-family: Pacifico;
    src: url(../fonts/Pacifico.ttf);
}

/*Universal properties */


#heroIntro {
    width: 100%; 
    overflow: hidden;
    background: url(../images/ParkPano1.jpg);
    background-size: cover;
    display: block;
}

#introBox {
      background: rgba(0, 0, 0, .6);
    color: #fff;
    text-align: center;
     width: 77%; 
        margin: 175px auto;
        min-height: 200px;
    max-width: 1200px;
}

#introBox h1 {
    padding-top: 15px;   
    margin-bottom: 0;
    font-size: 45px;
    color: #ffc50a;
}

#introBox p {
      padding: 0 15px 20px;
      font-size: 18px;
        line-height: 20px;
}

#features {
    margin: 10px auto 20px;
    width: 95%;
    max-width: 1200px;
}


.featIcon {
    background: #d12229;
    color: #fff; 
    text-align: center;
    border-radius: 100%;
         font-size: 65px; 
        height: 155px;
        width: 155px;
        margin: 20px auto 0;
}

.featContent a:hover > .featIcon {
    background: #0094cd;
}

.featIcon i {
   margin-top: 30%;
}

.featContent {
    max-width: 400px;
}
    .featText {
        text-align: center;
        margin-top: 15px;
        max-width: 400px;
    }

.featText h3 {
    color: #005aa7;
}
    
    .featText p {
        font-size: 14px;
        line-height: 16px; 
    }
    

#promos {
    background: #0094cd;
    padding-bottom: 50px;
    width: 100%;
    padding: 0 0 50px 0;
    display: block;
}

.promosBox {
    max-width: 1200px;
    margin: auto;
}

#promos h2 {
    color: #ffc50a;
    margin: 20px auto;
    clear: both;
    padding: 20px 0 5px 15px;
    font-size: 45px;
    font-family: Pacifico, cursive;
}

.promoContainer {
    margin: 0 auto 30px;
    text-align: center;
    max-width: 1200px;
}



.promoContent {
    max-width: 275px; 
    max-height: 275px;
    height: 250px;
    width: 250px;
        overflow: hidden; 
    position: relative;
    margin: 0 auto;
    
}

#promo1 {
    
            background: url(../images/PartyPackage.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    
}

#promo2 {
  
        background: url(../images/Amenities.JPG);        );
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

#promo3 {
  
    background: url(../images/BabyBubblers.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;

}

.overlay {
    background: rgba(0,0,0,.35);
    width: 100%;
    height: 100%;
      -webkit-transition: background .5s; /* Safari */
    transition: background .5s;
}

.promoContent a:hover >.overlay {
    background: rgba(0, 0, 0, 0);
}

.promoSingle {
    height: 250px;
    width: 250px;
    
    
}


.promoTitle {
    color: #fff; 
    font-size: 50px;
    position: absolute; 
    top: 95px;
    width: 100%;
    text-align: center;
    margin: 10px auto;
    display: block;   
    line-height: 50px;
          -webkit-transition: background .5s; /* Safari */
    transition: background .5s;
}

#promo1 .promoTitle {
    top: 70px;
}

.promoContent a:hover >.overlay .promoTitle {
        color: #fff;
background: #0094cd;
 
}




.seeAll {
   padding-bottom: 20px; 
    font-size: 30px
}

.seeAll a {
  float: right; 
    margin: 0 50px 20px 0;
    background: #29b473;
    padding: 10px; 
    color: #fff;
     -webkit-transition: background .5s; /* Safari */
    transition: background .5s;
}

.seeAll a:hover {
    background: #00adef;
    color: #000;
    text-decoration: none;
   
}

#about {
    margin: 35px auto ;
    max-width: 1200px
}

#about h2 {
    background: #004989;
    color: #fff;
    padding: 10px;
}

#about p {
    padding-left: 10px;
    font-size: 14px;
    line-height: 16px
}


@media (max-width: 815px){

.promoContent {
    max-width: 225px; 
    max-height: 225px;
    height: 250px;
    width: 250px;
        overflow: hidden; 
    position: relative;
    margin: 0 auto;
}
}




/******** Tablet *******/
@media (max-width: 768px) {
  #promos {
        padding-bottom: 0;
    }

#promos h2 {
    padding: 15px 10px 0 ;
    font-size: 35px;
}

.promoContainer {
    width: 100%;
    margin: 0 auto 30px;
}

#promos  .promoSingle {
    min-height: 200px;
    min-width: 200px;
    margin: 5px auto;
    padding: 10px;
    
  }
    
    .promoContent {
        height: 175px;
        width: 175px;
    }



.promoTitle { 
    font-size: 43px;
    top: 70px;
    line-height: 32px
}
    
    #promo1 .promoTitle {
    top: 55px;
}

.promoDate {
    font-size: 25px;
}

.seeAll {
   padding-bottom: 0; 
    font-size: 30px;
    margin-bottom: 0
}

.seeAll a {
  float: right; 
    margin:  0 auto;
    background: #29b473;
    width: 90%;
    float: none; 
    display: block;
    text-align: center;
}

    
    #about {
    margin: 25px 0px ;
        padding: 0
}

#about h2 {
    text-align: center;
    width: 100%;
}

#about p {
    padding: 0 15px;
}

footer {
    float: none;
    width: 100%;
    margin-top: 30px;
    text-align: center;
}
#brecLogo {
    float: none; 
   width: 125px;
    margin: 10px auto; 
}
    
.address {
    float: none;
    font-size: 20px;
    padding: 0;

}

#social {
    float: none;
    width: 100%;
    padding: 10px;
}

    
}
  


@media (max-width: 615px) {
    #promos  .promoSingle {
    min-height: 175px;
    min-width: 175px;

    
    }

   }




/********** Mobile ************/
@media (max-width: 576px){
    #heroIntro {
        height: 325px;
    }
    
    #introBox {
     width: 80%; 
        margin: 50px auto;
        min-height: 150px;
}

#introBox h1 {
    padding-top: 15px;   
    margin-bottom: 0;
    font-size: 28px;
}

#introBox p {
      padding: 0 15px 20px;
      font-size: 14px;
        line-height: 16px;
}
    
    
#features {
    margin: 10px auto 30px;
    width: 100%;
}


.featIcon {
        font-size: 40px; 
        width: 100px;
    height: 100px;
    float: left;
}



.featContent {
    max-width: 100%;
}
    .featText {
        text-align: left;
        margin-top: 25px;
        margin-left: 7px;
        max-width: 70%;
        float: left;
        width: 62%;
        padding: 0;
    }
    
    .featText h3 {
        font-size: 25px;
        margin-bottom: 0;
    }
    
    .featText p {
        font-size: 14px;
        line-height: 16px; 
    }
    
    
    #promos {

    padding-bottom: 0px;
    width: 100%;
    padding: 0 0 50px 0;
    display: block;
}

#promos h2 {
    padding: 10px 0 0;
    font-size: 35px;
    text-align: center;
}

.promoContainer {
    width: 85%;
    margin: 0 auto 30px;
}

.promoSingle {
    height: 250px;
    width: 250px;
    margin: 15px auto;
}


.promoContent {
    overflow: hidden; 
    position: relative;
    width: 250px;
    height: 250px;
}

.promoTitle { 
    font-size: 45px;
    line-height: 40px;
    top: 95px;
}

.promoDate {
    font-size: 30px;
}

.seeAll {
   padding-bottom: 0; 
    font-size: 30px;
    margin-bottom: 0
}

.seeAll a {
  float: right; 
    margin:  0 auto;
    background: #29b473;
    width: 90%;
    float: none; 
    display: block;
    text-align: center;
}

    
    #about {
    margin: 25px 0px ;
        padding: 0
}

#about h2 {
    text-align: center;
    width: 100%;
}

#about p {
    padding: 0 15px;
}




    
}
