
/* following code from https://codepen.io/hubpork/pen/jfsgA */
body {
	font-family: "Open Sans", "Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif !important;
	font-size: 18px;
}

.parallax-background {
	/*background-color: #0078A0;*/
	background: #009600 url(../img/parallax_background_texasholdemapp.jpg) center center no-repeat;
	height: 420px;
	background-repeat: no-repeat;
	-webkit-background-size: cover;
  	-moz-background-size: cover;
  	-o-background-size: cover;
	background-size: cover;
	position: fixed;
	width: 100%;
	/*width: 970px;*/
}

.intro-text {
	font-size: 50px;
	color: #fff;
	text-align: center;
	margin-top: 5%;
}
.parallax-content {
	max-width: 100%;
	position: relative;
	top: 400px;
	padding: 50px;
	font-size: 20px;
	background-color: #fff;
}              
/* preceding code from https://codepen.io/hubpork/pen/jfsgA */

p,li	{  font-size: 90%; color: #333; }
h1	{ font-size: 50%; }
h1, h2, h3, h4	{ color: #009600; }
h3	{ background-color: #009600; padding: 5px; color: white;

-webkit-border-radius: 5px 5px 5px 5px;
border-radius: 5px 5px 5px 5px;

/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#299a0b+0,009600+100 */
background: #299a0b; /* Old browsers */
background: -moz-linear-gradient(top, #299a0b 0%, #009600 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top, #299a0b 0%,#009600 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom, #299a0b 0%,#009600 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#299a0b', endColorstr='#009600',GradientType=0 ); /* IE6-9 */

}


.orbit-container	{ background-color: #efefef;
-webkit-border-radius: 10px 10px 10px 10px;
border-radius: 10px 10px 10px 10px;

/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#eeeeee+0,dbdbdb+100 */
background: #eeeeee; /* Old browsers */
background: -moz-linear-gradient(top, #eeeeee 0%, #dbdbdb 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top, #eeeeee 0%,#dbdbdb 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom, #eeeeee 0%,#dbdbdb 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#eeeeee', endColorstr='#dbdbdb',GradientType=0 ); /* IE6-9 */

}

.orbit-previous, .orbit-next {
    color: #666;
}


.screenDesc	{ font-style: italic; color: #666; text-align: center; font-size: 90%; }