/*
Site Name: PokerZero.com
Description: PokerZero is a free-to-play poker site where players can win real money and prizes.
Version: 1.0
Author: Dutch Boyd
Author Website: http://www.dutchboyd.com
Date: 11/4/2015

Main page is built on bootstrap's CSS. This style.css is used to customize the site.
*/

body {
  min-height: 2000px;
  padding-top: 50px; /* This is the padding used for the navbar */
}

.navbar {
    padding-bottom: 0px;
    margin-bottom: 0px;
}

.navbar-brand {
    padding-top: 0px;
    padding-right: 15px;
    padding-bottom: 0px;
    padding-left: 0px;
}


.pokerzero-carousel {
    padding-left: 0px;
    padding-right: 0px;
    padding-top: 0px;
    
}

.carousel-caption-one {
    color: darkkhaki;
    background-color: rgba(0,0,0,0.5);
}

.carousel-caption-one h4 {
    color:  ghostwhite;
}

.carousel-caption-one button {
    background-color: red;
}

.btn-custom {
  background-color: hsl(360, 61%, 27%) !important;
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#d24646", endColorstr="#6e1a1a");
  background-image: -khtml-gradient(linear, left top, left bottom, from(#d24646), to(#6e1a1a));
  background-image: -moz-linear-gradient(top, #d24646, #6e1a1a);
  background-image: -ms-linear-gradient(top, #d24646, #6e1a1a);
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #d24646), color-stop(100%, #6e1a1a));
  background-image: -webkit-linear-gradient(top, #d24646, #6e1a1a);
  background-image: -o-linear-gradient(top, #d24646, #6e1a1a);
  background-image: linear-gradient(#d24646, #6e1a1a);
  border-color: #6e1a1a #6e1a1a hsl(360, 61%, 20%);
  color: #fff !important;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.46);
  -webkit-font-smoothing: antialiased;
}

.gettingstarted {
    padding-top: 50px;
}

.gettingstarted h1,h4 {
    text-align: center;
}

.four-bullets {
    padding-top: 35px;
    background-color: lightgray;
}

.four-bullets h3 {
    text-align: center;
}

.twitch-calendar {
    
}

.sponsorlist {
    background-color: darkgrey;
}

.contactus {
    background-color: ghostwhite;
}

.footersection {
    background-color: #5f5a64;
}

.sponsorlist h3 {
    color: white;
}
.sponsorlist li {
    color: white;
}

.videowrapper {
    position: relative;
    padding-bottom: 56.45%;
    height: 0;
}
