@import url(https://fonts.googleapis.com/css?family=Open+Sans:400,300italic,300,400italic,600,600italic,700,700italic,800,800italic);
@import url(https://fonts.googleapis.com/css?family=Lato:400,100,100italic,300,300italic,700,700italic,900,900italic,400italic);
@import url(https://fonts.googleapis.com/css?family=Oswald:400,300);

/**********************************
Font Copies
font-family: 'Open Sans', sans-serif;
font-family: 'Lato', sans-serif;
font-family: 'Oswald', sans-serif;

/**********************************
Parallax Breaks
*********************************/
section.module.parallax {
    height: auto;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: cover;
}

section.module.parallax-1 {
    background-image: url("../img/lax/happyChild.jpg");
}

/*** Vegas Break ***/

section.module.parallax2 {
    height: auto;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: cover;
}

section.module.parallax-2 {
    background-image: url("../img/vegasBG.jpg");
}
/*********************************
Defaults
**********************************/

/*** Main Title ***/

.mainTitle {
    font-family: 'Lato', sans-serif;
    text-transform: uppercase;
    margin: 0;
    padding: 0;
    font-size: 4em;
    font-weight: 300;
    color: black
}
.mainPara{
    display: block;
    width: 70%;
    margin: 0 auto;
}
.mainHR {
    margin: 0 auto 0 auto;
    display: block;
    width: 12%;
    border: none;
    border-top: 8px solid #1c1006;
}
.mainPara {
    font-family: 'Lato', sans-serif;
    font-size: 1.4em;
    font-weight: 300;
    color: #3c3c3c;
}
/*********************************
Section: Navigation
*********************************/
.navTop {
    background-color: #000;
    height: 90px;
    padding: 0 0 0 0 ;
}
.topSocials {
    vertical-align: middle;
    padding-top: 15px;
}
.logo {
    margin-top: 15px;
}
.navTop button {
    padding:10px 30px 10px 30px;
    height: 50px;
    border: none;
    border: 2px solid white;
    background-color: #000;
    color: white;
    text-transform: uppercase;
    font-family: 'Lato', sans-serif;
    font-weight: 400;
    font-size: 0.885em;
    margin-left: 10px;
}
.navTop li > a {
    font-size: 1.2em;
    color: #b9b9b9;
    margin-left: 10px;
    transition-duration: 0.3s;
}

.navTop li > a:hover {
    color: white;
}

.navBot {
    background-color: #29415b;
    height: 40px;
}

.navbar-btn > li > a {
    color: white;
    font-family: 'Open Sans', sans-serif;
    text-transform: uppercase;
    font-weight: 300;
    text-decoration: none;
    margin-right: 15px;
    font-size: 1.1em;
}
.navbar-btn li > a > span {
    border-right: 1px dotted white;
    margin:0 20px 0 20px;
}


.dropdown-content {
    display: none;
    position: absolute;
    background-color: #29415b;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    padding: 12px 16px;
    z-index: 100000;
    color: white;
    font-family: 'Open Sans', sans-serif;
    text-transform: uppercase;
    font-weight: 300;
    text-decoration: none;
    font-size: 1.1em;
    min-width: 300px;

}

.dropdown:hover .dropdown-content {
    display: block;
}

.dropdown-content a {
    color: white;
    text-decoration: none;
    transition-duration: 0.5s;
}

.dropdown-content a:hover {
    color: #CCCCCC;
    text-decoration: none;
}

/*********************************
Section: Four Box
*********************************/
.fourBox > i {
    font-size: 3em;
    background-color: #f5f2e9;
    padding: 20px 10px 20px 10px;
    border-radius: 20%;
    width: 100px;
    color: #29415b;
    text-align: center;
    transition-duration: 1.5s;
    display: block;
    margin: 0 auto;
}
.fourBox > i:hover {
    border: 3px solid #29415b;
}

.fourBox > h3 {
    text-align: center;
    margin: 0;
    font-size: 1.2em;
    color: #3c3c3c;
    font-weight: 400;
    text-transform: uppercase;
    font-family: 'Open Sans', sans-serif;
}

/*********************************
Section: Parallax Text One
*********************************/

.laxBlockQuote {
    display: block;
    width: 75%;
    margin: 100px auto 100px auto;
    color: white;
    font-size: 2.5em;
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
}

.laxBlockQuote footer {
    color: white;
    margin-top: 10px;
    font-size: 18px;
    font-style: italic;
}

/*********************************
Section: Events
*********************************/
.eventsTitle h1 {
    font-family: 'Open Sans', sans-serif;
    font-size: 1.875em;
    margin: 50px auto 50px auto;
    font-weight: 300;
}
.eventsTitle h1 > span {
    color: black;
    border-bottom: 5px solid #29415b;
    padding-bottom: 8px;
    font-weight: 900;
    margin-left: 20px;
}
.eventsBlock h2 {
    font-family: 'Open Sans', sans-serif;
    font-size: 1.2em;
    font-weight: 700;
    display: block;
    vertical-align: bottom;
    width: 100%;
    margin: 0 auto 25px auto;
    text-align: center;
}

.eventsBlock h3 {
    vertical-align: bottom;
    font-family: 'Open Sans', sans-serif;
    font-size: 1.5em;
    font-weight: bold;
    text-align: center;
}
.eventsBlock p {
    text-align: center;
    font-family: 'Lato', sans-serif;
    display: block;
    width: 90%;
}
.eventsBlock button {
    display: block;
    width: 50%;
    margin: 40px auto 40px auto;
    border: 2px solid #29415b;
    background-color: rgba(255,255,255, 0.1);
    padding: 10px;
    color: #29415b;
    font-family: 'Lato', sans-serif;
    text-transform: uppercase;
    font-size: 0.875em;
    font-weight: 900;
}
.imgLeft {
    display: block;
    padding: 0;
    border: none;
    width: 35%;
    margin: 8px auto 0 auto;
    border-bottom: 8px solid black;
}
/*********************************
Vegas Parallax Weekend
*********************************/
.vegasLax {
    font-family: 'Oswald', sans-serif;
    color: white;
    text-transform: uppercase;
}

.vegasLax h1 {
    font-size: 4em;
    font-weight: 900;
    letter-spacing: 1px;
    margin-top: 50px;
    text-align: center;
}
.vegasLax h2 {
    font-size: 2em;
    text-align: center;
}
.vegasLax p {
    font-family: 'Lato', sans-serif;
    font-style: italic;
    color: #FF0000;
    text-align: center;
    font-size: 1.250em;
}
.vegasLax button {
    background-color: #FF0000;
    border: none;
    font-family: 'Oswald', sans-serif;
    color: white;
    display: block;
    width: 20%;
    margin: 25px auto 25px auto;
    padding: 9px 16px 9px 16px;
    text-transform: uppercase;
    transition-duration: 0.4s;
}
.vegasLax button:hover {
    background-color: #0f0f0f;
}
/*********************************
Section: Footer
*********************************/
.oneWfFooter {
    background-color: #222222;
    border-bottom: 1px solid #555555;
    padding: 35px 0 35px 0;
}

.oneWfFooter h1 {
    font-family: 'Open Sans', sans-serif;
    font-size: 1.275em;
    text-transform: uppercase;
    color: #9d9d9d;
    font-weight: 600;
}
.oneWfFooter address {
    color: #9d9d9d;
    font-size: 0.975em;
    font-family: 'Open Sans', sans-serif;
}
.oneWfFooter {
    color: #9d9d9d;
    font-family: 'Lato', sans-serif;
    font-size: 1.1em;
}
.oneWfFooter p {
    font-size: 0.875em;
}


.footerSocials > li > a {
    color: white;
    text-align: center;
}

.footerSocials li {
    background-color: #0f0f0f;
    min-width: 25px;
    margin: 2px;
}

.footerSocials {
    margin-top: 5px;
}

.botOneWfFooter {
    background-color: #0f0f0f;
    padding-top: 10px;
    font-family: 'Open Sans', sans-serif;
    font-size: 0.875em;
}
.botOneWfFooter li a {
    color: #9d9d9d;
}
.footerGallery {
    padding-right: 8px;
    padding-bottom: 8px;
}
/*********************************
Section: Donate Row
*********************************/
.donateRow h1 {
    font-family: 'Open Sans', sans-serif;
}
.mainTitleTwo {
    font-family: 'Lato', sans-serif;
    text-transform: uppercase;
    margin: 0;
    padding: 0;
    font-size: 3em;
    font-weight: 300;
    color: black;
}

.mainParaTwo{
    display: block;
    width: 100%;
    font-family: 'Lato', sans-serif;
    color: #8d8d8d;
}

.donateRow span {
    color: #8d8d8d;
    font-family: 'Lato', sans-serif;
    margin-left: 10px;
}
.dontateBox {
    background-color: #36802d;
    width: 360px;
    height: 285px;
}
.dontateBox h1 {
    margin: 0;
    padding: 0;
    color: white;
    font-family: 'Open Sans', sans-serif;
    text-transform: uppercase;
    font-size: 2em;
    text-align: center;
}

.dontateBox h2 {
    margin: 0;
    padding: 0;
    color: white;
    font-family: 'Open Sans', sans-serif;
    text-transform: uppercase;
    font-size: 1.5em;
    text-align: center;
}
.dontateBox p {
    padding: 0;
    color: white;
    font-family: 'Lato', sans-serif;
    font-size: 1em;
    text-align: center;
    display: block;
    width: 90%;
    margin: 0 auto;
}
.dontateBox button {
    display: block;
    width: auto;
    margin: 20px auto;
    border: none;
    background-color: #fff;
    color: #36802d;
    padding: 20px;
    text-transform: uppercase;
    font-size: 1.2em;
    font-weight: 300;
    transition-duration: 0.4s;
}
.dontateBox button:hover {
    background-color: #cccccc;
}

/**** Celeb Poker Weekend ****/
.vegasLaxContain {
    background-color: #000;
}
.vegasFluid {
    background-image: url(../img/pokerWeekend/celebBg.jpg);
    height: auto;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: cover;
}
.vegasLaxDiv {
    background-image: url("../img/vegasBGSmall.jpg");
    background-size: cover;
    padding: 25px;
    height: 274px;
}
.vegasLaxDiv {
    font-family: 'Oswald', sans-serif;
    color: white;
    text-transform: uppercase;
}

.vegasLaxDiv h1 {
    font-size: 4em;
    font-weight: 900;
    letter-spacing: 1px;
    margin-top: 50px;
    text-align: center;
}
.vegasLaxDiv h2 {
    font-size: 2em;
    text-align: center;
    color: red;
}
.vegasLaxDiv p {
    font-family: 'Lato', sans-serif;
    font-style: italic;
    color: #FF0000;
    text-align: center;
    font-size: 1.250em;
}

.countdownRight {
    font-family: 'Lato', sans-serif;
    font-style: italic;
    color: #FF0000;
    text-align: center;
    font-size: 1.250em;
    margin: 0;
    padding: 0;
    background-color: #000;
}

.grayDiv {
    background-color: #FFF;
    padding: 10px;
    margin-top: 0;
    border: 1px solid #eee;
}
.pokerTitle {
    background-color: #000;
    color: white;
    font-size: 4em;
    font-family: 'Oswald', sans-serif;
    text-transform: uppercase;
    margin: 0;
    padding: 10px 0 10px 0;
    display: inline-block;
}
.pokerTitle > span {
    font-size: 0.75em;
    font-weight: 300;
}
.celebTableTD {
    padding: 5px;
    margin: 5px;
    transition-duration: 0.2s;
}
.celebTableTD:hover {
    opacity: 0.8;
}
.celebTableTD > span {
    background-color: #000;
    color: white;
    font-family: 'Oswald', sans-serif;
    display: inline-block;
    width: 100%;
    text-align: center;
    text-transform: uppercase;
    font-size: 1.4em;
    border-bottom: 4px solid red;
    padding: 10px 0 10px 0;
    transition-duration: 0.2s;
}
.celebTableTD > span:hover {
    font-size: 1.5em;
}
.spanNav {
    display: inline-block;
}
.spanNav a {
    display: inline-block;
    background-color: red;
    color: white;
    font-family: 'Oswald', sans-serif;
    text-transform: uppercase;
    padding: 4px 8px 4px 8px;
    margin-bottom: 5px;
    font-size: 0.875em;
    transition-duration: 0.3s;
    text-decoration: none;
}
.spanNav a:hover {
    background-color: #000;
}
.spanNav p {
    color: white;
    font-family: 'Oswald', sans-serif;
    text-transform: uppercase;
    font-size: 1.8em;
}
.spanNav hr {
    border: none;
    display: block;
    margin: 4px 0 10px 0;
    width: 100%;
    border-top: 2px solid white;
}
.smallCeleb img {
    margin: 4px;
    border-bottom: 2px solid red;
    opacity: 0.6;
    transition-duration: 0.2s;
}
.smallCeleb img:hover {
    opacity: 1;
}
.disc {
    margin: 0;
    padding: 0;
    text-transform: uppercase;
    font-size: 0.785em;
    color: #ccc;
}

/*** Leyna Section ***/

.eventBoxOne h1 {
    color: white;
    font-family: 'Oswald', sans-serif;
    text-transform: uppercase;
    font-size: 1.8em;
    margin: 0;
    padding: 0;
}

.eventBoxOne h2 {
    color: red;
    font-family: 'Oswald', sans-serif;
    text-transform: uppercase;
    font-size: 1.3em;
    margin: 4px 0 0 0;
    padding: 0;
}

.eventBoxOne h3 {
    color: white;
    font-family: 'Oswald', sans-serif;
    text-transform: uppercase;
    font-size: 1.1em;
    margin: 4px 0 0 0;
    padding: 0;
}

.eventBoxOne p {
    font-family: 'Open Sans', sans-serif;
    font-size: 0.975em;
    color: #CCC;
}
.fotvSection h2 {
    font-family: 'Oswald', sans-serif;
    text-transform: uppercase;
    font-size: 1.5em;
    color: white;
}
.fotvSection p {
    font-family: 'Open Sans', sans-serif;
    font-size: 1.1em;
    color: white;
}
.fotvSection ul > li {
    color: #CCC;
}
.fotvSection b {
    color: red;
}
.celebComedy {
    font-family: 'Oswald', sans-serif;
    text-transform: uppercase;
    font-size: 1.5em;
    color: white;
}

/*********************************
Section: Programs
*********************************/
.programRow h1 {
    text-align: center;
    font-size: 7em;
    font-family: 'Lato', sans-serif;
    text-transform: uppercase;
    color: #FFF;
    font-weight: 300;
    margin-top: 8%;
}

.programRow > h1 > span {
    font-weight: 900;
}

.programRow hr {
    display: block;
    width: 15%;
    border: none;
    border-bottom: 8px solid #FFF;
}

.programRow h2 {
    font-size: 2.5em;
    font-family: 'Lato', sans-serif;
    text-transform: uppercase;
    color: #29415b;
    font-weight: 300;
}
.programRow span {
    font-weight: 900;
}
.programRow p {
    font-size: 1.3em;
    font-family: 'Open Sans', sans-serif;
    color: #2e2e2e;
    font-weight: 300;
}
section.module.parallaxProgramOne {
    height: 400px;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: cover;
}

section.module.parallaxProgramOne {
    background-image: url("../img/fitLax.jpg");
}

section.module.parallaxProgramTwo {
    height: 400px;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: cover;
}

section.module.parallaxProgramTwo {
    background-image: url("../img/comm.jpg");
}

/***********************************
Section: Join Modal
***********************************/
.modalJoinDonate h2 {
    font-family:'Open Sans', sans-serif;
    text-align: center;
    font-size: 2em;
    text-transform: uppercase;
}
.modalJoinDonate label {
    font-family:'Open Sans', sans-serif;
    text-align: center;
    font-size: 1.2em;
    text-transform: uppercase;
}
.modalJoinDonate input {
    border: none;
    background-color: rgba(15,62,104, 0.5);
}
.modalJoinDonate textarea {
    border: none;
    background-color: rgba(15,62,104, 0.5);
    width: 100%;
}

.mySubmit {
    padding: 10px;
    font-family: 'Open Sans', sans-serif;
    text-transform: uppercase;
    border: 1px solid black;
    color: white;
    background-color: #29415b;

}

.modalJoinDonate input[type=text] {
    color: black;
    font-family: 'Open Sans', sans-serif;
    text-transform: uppercase;
}
.modalJoinDonate textarea[type=text] {
    color: black;
    font-family: 'Open Sans', sans-serif;
    text-transform: uppercase;
}

/******************* Media Queries *****************/
@media (max-width: 480px) {
    .topSocials {
        display: none;
    }
    .navBot {
        display: none;
    }
    .mobileOnly  {
        margin-top: 15px;
        display: block;
        font-size: 36px;
    }
    .programRow h1 {
        font-size: 4em;
    }
}

@media (min-width:960px) {
    .mobileMenu {
        display: none;
    }
}
@media only screen and
(min-device-width : 360px) and
(max-device-width : 640px) and
(-webkit-min-device-pixel-ratio : 3) {

    .topSocials {
        display: none;
    }
    .navBot {
        display: none;
    }
    .mobileOnly  {
        margin-top: 15px;
        display: block;
        font-size: 36px;
    }
    .programRow h1 {
        font-size: 4em;
    }
}
.mobileMenuButton {
    color: white;
}
.mobileMenuButton a {
    color: white;
}
.mobileMenuCollapse {
    width: 95%;
    background-color: #0f3e68;
    border:none;
    color: white;
}