/* -----------------------------------------------------------------------*/
/* BASIC SETUP */
/* -----------------------------------------------------------------------*/

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

html {
    background-color: #fff;
    color: #555;
}

body {
    font-family: 'Quicksand', sans-serif;
    font-weight: 300;
    text-rendering: optimizeLegibility;
    font-size: 20px;  
}

/* -----------------------------------------------------------------------*/
/* SHIV FIX FOR IE 9 */
/* -----------------------------------------------------------------------*/

header, section, footer, aside, nav, main, article, figure {display: block;}

/* -----------------------------------------------------------------------*/
/* REUSABLE COMPONENTS */
/* -----------------------------------------------------------------------*/

.row {
    max-width: 1140px;
    margin: 0 auto;
}

section {padding: 80px;}

p {
    line-height: 140%;
    font-size: 86%;
}

/* -----------------------------------------------------------------------*/
/* ICONS */
/* -----------------------------------------------------------------------*/

.icon-big {
    font-size: 280%;
    display: block;
    color: #0d9d0d;
    margin: 10px;
}

.icon-testimonials {
    font-size: 180%;
    color: #fff;
    margin-right: 20px;
    vertical-align: middle;
}

.top-of-page-icon {
    float: right;
    margin: 23px;
}


.top-of-page-icon-black {
    display: block;
    color: #555;
    font-size: 190%;
    border-radius: 50%;
    padding: 3px 12px;
    top: 0;
}


.top-of-page-icon-black:hover {
    background: #f0f0f0;
    cursor: pointer;
    -webkit-transition: background 0.4s;
    transition: background 0.4s;
}

.top-of-page-icon-gray {
    display: block;
    color: #555;
    font-size: 190%;
    border-radius: 50%;
    padding: 3px 12px;
    top: 0;
}


.top-of-page-icon-gray:hover {
    background: #d6d6d6;
    cursor: pointer;
    -webkit-transition: background 0.4s;
    transition: background 0.4s;
}

.top-of-page-icon-white {
    display: block;
    font-size: 175%;
    color: #fff;
    border-radius: 50%;
    padding: 3px 12px;
    top: 0;
}

.top-of-page-icon-white:hover {
    background: #535353;
    cursor: pointer;
    -webkit-transition: background 0.4s;
    transition: background 0.4s;
}

.icon-resources {
    font-size: 350%;
    display: block;
    color: #0d9d0d;
    margin: 10px;
    text-align: center;
    -webkit-transition: 0.7s ease-out;
    -moz-transition:  0.7s ease-out;
    transition:  0.7s ease-out;
}

.icon-resources:hover {
  -webkit-transform: rotateZ(360deg);
      -moz-transform: rotateZ(360deg);
      transform: rotateZ(360deg);
}

.icon-producers {
    font-size: 280%;
    float: left;
    color: #0d9d0d;
    margin-right: 20px;
}

.icon-producers i { float: left; }

.service-box-icon {
    color: #0d9d0d;
    margin-right: 8px;
    font-size: 125%; 
}

.icon-contact-me {
    font-size: 225%;
    color: #0d9d0d;
}

.icon-contact-me-more-info {
    font-size: 225%;
    color: #0d9d0d;
    padding-left: 7px;
}

.advertise-here i {
    font-size: 350%;
    display: block;
    color: #0d9d0d;
    margin: 10px;
    text-align: center;
}


/* -----------------------------------------------------------------------*/
/* BUTTONS */
/* -----------------------------------------------------------------------*/
 
.btn {
    display: inline-block;
    padding: 10px 30px;
    font-weight: 300;
    text-decoration: none;
    border-radius: 15px;
    color: #fff;
    margin: 15px 0;
}


.btn:hover,
.btn:active, 
input[type=submit]:hover,  
input[type=submit]:active {background-color: #1f9cbf;}

.btn:link,
.btn:visited, 
input[type=submit] {
    display: inline-block;
    padding: 10px 30px;
    font-weight: 300;
    text-decoration: none;
    border-radius: 15px;
    -webkit-transition: background-color 0.2s, border 0.2s, color 0.2s;
    transition: background-color 0.2s, border 0.2s, color 0.2s;
}

.btn-ghost {border: 1px solid #0d9d0d;}

.btn-ghost:link,
.btn-ghost:visited {
    border: 1px solid #0d9d0d;
    color: #0d9d0d;
}

.btn-ghost:hover,
.btn-ghost:active {
    border: 1px solid #0d9d0d;
    color: #fff;
}

.btn-full:link, 
.btn-full:visited, 
input[type=submit] {
    background-color: #1f9cbf;
    border: 1px solid #1f9cbf;
    color: #fff;
    margin-right: 15px;
}

.btn-full:hover,
.btn-full:active,  
input[type=submit] {
    border: 1px solid #46c8eb;
    cursor: pointer;
    background-color: #46c8eb;
}


/* -----------------------------------------------------------------------*/
/* LINKS */
/* -----------------------------------------------------------------------*/

a:link,
a:visited {
    color: #555;
    text-decoration: none;
    border-bottom: 1px solid transparent;
    padding-bottom: 1px;
    -webkit-transition: border-bottom 0.2s, color 0.2s;
    transition: border-bottom 0.2s, color 0.2s;
}

a:hover,
a:active {
    color: #25a3c7;
    border-bottom: 1px solid #25a3c7;
}

/* -----------------------------------------------------------------------*/
/* HEADER */
/* -----------------------------------------------------------------------*/

header {
    background-image: -webkit-linear-gradient(rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6)), url(img/main-page-header-pic.jpg);
    background-image: linear-gradient(rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6)), url(img/main-page-header-pic.jpg);
    height: 100vh;
    background-size: cover;
    background-position: center;
}

.header-text-box h1 {
    color: #fff;
    font-size: 300%;
    font-weight: 300;
    letter-spacing: 5px;
    word-spacing: 1px;
    font-family: 'Muli', sans-serif;
}

.header-text-box h2 {
    color: #fff;
    font-size: 150%;
    font-weight: 300;
    text-transform: uppercase;
    letter-spacing: 2px;
    word-spacing: 1px;
    padding: 7px 0 0 7px;
}

.header-text-box {
    position: absolute;
    width: 1140px;
    top: 57%;
    left: 37%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.header-text-box h1, h2 {
    margin: 0;
    word-spacing: 1px;
}

.header-text-box h2 {
    margin-top: 25px;
    color: #c1c1c1;
    font-size: 150%;
    font-weight: 300;
    letter-spacing: 3px;
}

.header-text-box h1 sup {font-size: 68%;}

header h5 {
    float:left;
    margin: 8px 5px 0 0;
    color: #fff;
    font-size: 150%;
    font-weight: 300;
    letter-spacing: 2px;
    word-spacing: 1px;
    font-family: 'Quicksand', sans-serif;
}

.logo, 
.logo-black {
    height: 97px;
    width: auto;
    float:left;
    margin: 2px 5px 0 0;
}

.logo-black {
    display: none;
    height: 62px;
    width: auto;
    float:left;
    margin: 2px 5px 0 0;
}

/* -----------------------------------------------------------------------*/
/* NAVIGATION */
/* -----------------------------------------------------------------------*/

.main-nav {
    float:right;
    list-style: none;
    margin-top: 45px;
    font-weight: 300;
}

.main-nav li {
    display: inline-block;
    margin-left: 30px;
}

.main-nav li a:link,
.main-nav li a:visited {
    text-decoration: none;
    text-transform: uppercase;
    font-size: 90%;
    border-bottom: 2px solid transparent;
    -webkit-transition: border-bottom 0.2s;
    transition: border-bottom 0.2s;
    padding: 8px 0;
}

.nav-white li a:link,
.nav-white li a:visited {color: #fff;}

.nav-black li a:link,
.nav-black li a:visited {color: #555;}

.main-nav li a:hover,
.main-nav li a:active {border-bottom: 2px solid #25a3c7;}

/* -----------------------------------------------------------------------*/
/* STICKY NAVIGATION */
/* -----------------------------------------------------------------------*/

.sticky {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    background-color: rgba(255, 255, 255, 0.97);
    box-shadow: 0 2px 2px #efefef;
    z-index: 9999;
}

.sticky .main-nav li a:link,
.sticky .main-nav li a:visited {
    padding: 18px 0;
    color: #555;
}

.sticky .logo {display: none;}

.sticky .logo-black {display: block;}

.sticky h6 {
    float:left;
    margin: 8px 5px 0 0;
    color: #555;
    font-size: 150%;
    font-weight: 300;
    letter-spacing: 2px;
    word-spacing: 1px;
    font-family: 'Quicksand', sans-serif;
    margin-bottom: 16px;
}


.main-nav { margin-top: 20px; }

/* -----------------------------------------------------------------------*/
/* MOBILE NAVIGATION */
/* -----------------------------------------------------------------------*/

.mobile-nav-icon {
    float: right;
    margin-top: 30px;
    cursor: pointer;
    display: none;
}

.mobile-nav-icon i {font-size: 200%;}
.mobile-nav-white i {color: #fff;}
.mobile-nav-black i {color: #555;}

/* -----------------------------------------------------------------------*/
/* FOOTER */
/* -----------------------------------------------------------------------*/

footer {
    background-color: #333;
    font-size: 85%;
    padding: 40px;
}

.footer-nav {
    list-style: none;
    float: left;
    font-size: 100%;
}

.social-links {
    list-style: none;
    float: right;
}

.footer-nav li,
.social-links li {
    display: inline-block;
    margin-right: 10px;
}

.footer-nav li:last-child,
.social-links li:last-child {margin: 0;}

.footer p {
    text-align: center;
    margin-top: 30px;
}

.footer-nav li a:link,
.footer-nav li a:visited,
.social-links li a:link,
.social-links li a:visited {
    text-decoration: none;
    border: 0;
    color: #888;
    -webkit-transition: color 0.2s;
    transition: color 0.2s;
}

.footer-nav li a:hover,
.footer-nav li a:active {color: #ddd;}

.social-links li a:link,
.social-links li a:visited {font-size: 140%;}

.fa-youtube:hover {color: #bb0000;}
.fa-facebook:hover {color: #365998;}
.fa-twitter:hover {color: #00aced;}
.fa-instagram:hover {color: #8a3ab9;}
.fa-linkedin:hover {color: #0077b5;}

.fa-youtube,
.fa-facebook,
.fa-twitter,
.fa-google-plus,
.fa-pinterest-p,
.fa-paypal,
.social-links i {-webkit-transition: color 0.2s;transition: color 0.2s;}

.footer-copyright {
    clear: both;
    text-align: center;
    padding: 20px 0 5px 0;
    color: #6a6a6a;
}

.footer-copyright p a:link,
.footer-copyright p a:visited {
    text-decoration: none;
    border: 0;
    color: #888;
    -webkit-transition: color 0.2s;
    transition: color 0.2s;
}

.footer-copyright p a:hover,
.footer-copyright p a:active {color: #ddd;}


/* -----------------------------------------------------------------------*/
/* CONTACT FORM */
/* -----------------------------------------------------------------------*/



.contact-form {
    width: 80%;
    margin: 0 auto;
    
}

.section-form h3 {
    font-size: 220%;
    word-spacing: 4px;
    margin-bottom: 30px;
    text-align: center;
    font-weight: 300;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.section-form h3:after {
    display: block;
    height: 2px;
    background-color: #0d9d0d;
    content: " ";
    width: 100px;
    margin: 0 auto;
    margin-top: 20px;
}

input[type=text], 
input[type=email], 
select, 
textarea {
    width: 100%;
    padding: 7px;
    border-radius: 3px;
    border: 1px solid #ccc;
}

textarea {
    height: 100px;
}

*:focus {outline:none;}


.section-form col {
    margin: 1% 0 1% 0;
}

input[type=submit] {
    margin-top: 15px;
}

 label {
    vertical-align: middle;
}

.contact-form col {
    margin: 1% 0 1% 0;
}

.contact-form h3 {
    font-size: 220%;
    word-spacing: 4px;
    margin-bottom: 30px;
    text-align: center;
    font-weight: 300;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.contact-form h3:after {
    display: block;
    height: 2px;
    background-color: #25a3c7;
    content: " ";
    width: 100px;
    margin: 0 auto;
    margin-top: 20px;
}

.contact-form-main-pic {
    background-image: -webkit-linear-gradient(rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6)), url(img/contact-form-header-pic.jpg);
    background-image: linear-gradient(rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6)), url(img/contact-form-header-pic.jpg);
    height: 100vh;
    background-size:cover;
    background-position:center;
}

.contact-form p {font-size: 65%;}

.sent-main-pic {
    background-image: -webkit-linear-gradient(rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6)), url(img/sent-page-header-pic.jpg);
    background-image: linear-gradient(rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6)), url(img/sent-page-header-pic.jpg);
    height: 100vh;
    background-size:cover;
    background-position:center;
}



/* -----------------------------------------------------------------------*/
/* ABOUT US */
/* -----------------------------------------------------------------------*/


.about-us-main-pic {
    background-image: -webkit-linear-gradient(rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6)), url(img/about-us.jpg);
    background-image: linear-gradient(rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6)), url(img/about-us.jpg);
    height: 100vh;
    background-size:cover;
    background-position:top;
}

.about-us-main-section h3 {
    font-size: 220%;
    word-spacing: 4px;
    margin-bottom: 30px;
    text-align: center;
    font-weight: 300;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.about-us-main-section h3:after {
    display: block;
    height: 2px;
    background-color: #25a3c7;
    content: " ";
    width: 100px;
    margin: 0 auto;
    margin-top: 20px;
}

.about-us-main-section p {
    text-align:justify;
    font-size: 95%;
    margin-top: 15px;
    line-height: 140%;
    padding: 0 110px;
}

.about-us-main-section span {
    text-align: center;
    font-size: 150%;
    word-spacing: 2px;
    letter-spacing: 1px;
    text-transform: uppercase;
    font-weight: 300;
}

.about-us-main-section img {
    float: left;
    margin: 5px 25px 5px 0;
    width: 25%;
    height: auto;
    border: 2px solid #000;
    box-shadow: -6px 7px 5px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

.about-us-main-section .articles-float-query { 
    float: right; 
    margin: 10px 0 10px 20px;
}

.contact-me-container {
    background-color: #fcfcfc;
    border-radius: 15px;
    width: 66%;
    margin-left: 17%;
    margin-top: 50px;
    margin-bottom: 30px;
    padding: 30px;
    border: 3px solid #c3c3c3; 
}

.contact-me-container ul {
    list-style: none;
    display: -webkit-flex; /* Safari */
    -webkit-flex-wrap: wrap; /* Safari 6.1+ */
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;  
    -webkit-flex-wrap: wrap;  
    -ms-flex-wrap: wrap;  
    flex-wrap: wrap;   
}

.contact-me-container li {
    padding: 5px 0;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
}

.contact-me-mini-pic {margin-left: 15px;}

.contact-me-mini-pic img {
    border-radius: 50%;
    height: 175px;
}

.contact-me-text-blurb {
    font-size: 150%;
    font-weight: 300;
    letter-spacing: 1px;
    word-spacing: 1px;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    margin-top: 13px;
}

.contact-me-text-blurb span {
    font-size: 155%;
}

.contact-me-blurb { background-color: #e5e5e5; }

.contact-me-blurb h3 {
    font-size: 220%;
    word-spacing: 4px;
    margin-bottom: 30px;
    text-align: center;
    font-weight: 300;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: #555;
}

.contact-me-blurb h3:after {
    display: block;
    height: 2px;
    background-color: #25a3c7;
    content: " ";
    width: 100px;
    margin: 0 auto;
    margin-top: 20px;
}


/* -----------------------------------------------------------------------*/
/* GAMES */
/* -----------------------------------------------------------------------*/

.three-card-lowball-poker-main-pic {
    background-image: -webkit-linear-gradient(rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6)), url(img/lowball-poker-page-header-pic.jpg);
    background-image: linear-gradient(rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6)), url(img/lowball-poker-page-header-pic.jpg);
    height: 100vh;
    background-size:cover;
    background-position:center;
}

.threes-main-pic {
    background-image: -webkit-linear-gradient(rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6)), url(img/threes.jpg);
    background-image: linear-gradient(rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6)), url(img/threes.jpg);
    height: 100vh;
    background-size:cover;
    background-position:center;
}

.ent-video-container {
    width: 564px;
    height: 318px;
    margin: 0 auto;
    border: 2px solid #000;
    box-shadow: -6px 7px 5px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

.ent-video-text {
    padding: 50px 100px 20px 100px;
    text-align: center;
}

.ent-video-container { margin-top: 45px; }
.ent-video-text p { font-size: 90%; }

.articles-float-query { 
    float: right; 
    margin: 10px 0 10px 20px;
}

.lowball-poker-section { background-color: #e5e5e5; }

.lowball-poker-section h3 {
    font-size: 220%;
    word-spacing: 4px;
    margin-bottom: 30px;
    text-align: center;
    font-weight: 300;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.lowball-poker-section h3:after {
    display: block;
    height: 2px;
    background-color: #25a3c7;
    content: " ";
    width: 100px;
    margin: 0 auto;
    margin-top: 20px;
}

.lowball-poker-section p {
    text-align:justify;
    font-size: 95%;
    margin-top: 15px;
    line-height: 140%;
    padding: 0 110px;
}

.lowball-poker-section span {
    text-align: center;
    font-size: 150%;
    word-spacing: 2px;
    letter-spacing: 1px;
    text-transform: uppercase;
    font-weight: 300;
}

.lowball-poker-section img {
    float: left;
    margin: 5px 25px 5px 0;
    width: 25%;
    height: auto;
    border: 2px solid #000;
    box-shadow: -6px 7px 5px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

.lowball-poker-section .articles-float-query { 
    float: right; 
    margin: 10px 0 10px 20px;
}

.articles-big-pic img {
    width: 50%;
    height: auto;
    margin: 50px 25% 30px 25%;
    border: 0px transparent;
    box-shadow: none;
}

.articles-big-pic a:hover,
.articles-big-pic a:active {
    color: transparent;
    border-bottom: 1px solid transparent;
}

.lowball-poker-section h4 {
    text-align: center;
    font-size: 140%;
    word-spacing: 2px;
    margin-bottom: 30px;
    margin-top: 65px;
    font-weight: 200;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.lowball-poker-section h4:after {
    display: block;
    height: 2px;
    background-color: #25a3c7;
    content: " ";
    width: 120px;
    margin: 0 auto;
    margin-top: 20px;
}


.threes-section h3 {
    font-size: 220%;
    word-spacing: 4px;
    margin-bottom: 30px;
    text-align: center;
    font-weight: 300;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.threes-section h3:after {
    display: block;
    height: 2px;
    background-color: #25a3c7;
    content: " ";
    width: 100px;
    margin: 0 auto;
    margin-top: 20px;
}

.threes-section p {
    text-align:justify;
    font-size: 95%;
    margin-top: 15px;
    line-height: 140%;
    padding: 0 110px;
}

.threes-section span {
    text-align: center;
    font-size: 150%;
    word-spacing: 2px;
    letter-spacing: 1px;
    text-transform: uppercase;
    font-weight: 300;
}

.threes-section img {
    float: left;
    margin: 5px 25px 5px 0;
    width: 25%;
    height: auto;
    border: 2px solid #000;
    box-shadow: -6px 7px 5px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

.threes-section .articles-float-query { 
    float: right; 
    margin: 10px 0 10px 20px;
}

.threes-section h4 {
    text-align: center;
    font-size: 140%;
    word-spacing: 2px;
    margin-bottom: 30px;
    margin-top: 65px;
    font-weight: 200;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.threes-section h4:after {
    display: block;
    height: 2px;
    background-color: #25a3c7;
    content: " ";
    width: 120px;
    margin: 0 auto;
    margin-top: 20px;
}