html {	
	
}

body {
    background: url(/media/images/kippler.jpg) no-repeat center center fixed;
	-webkit-background-size: cover;
        -moz-background-size: cover;
        -o-background-size: cover;
        background-size: cover;
        height:100%;
        width:100%;
        background-color: #131311 !important;
}

/*@-ms-viewport{
  width: device-width;
}*/

img {
	max-width:100%;
	height:auto;
}

.container {	
        margin-bottom:30px;
        margin-top:30px;
}

ul {
    list-style: none;
    margin-left: 0;
    padding-left: 1em;
    text-indent: -2em;
 }
 
 #custom-gen ul li:before {
    content: "\0BB \020";
    color:#337ab7;
 }

.main-container {
	-webkit-box-shadow: 0 0 10px 2px #262626;
	box-shadow: 0 0 10px 2px #262626;
	background-color:white;
	margin:10px auto;
	-webkit-border-radius: 2px;
	border-radius: 2px;
        max-width:900px;
        padding:20px;
}

.yellow-highlight {
	background-color: #FED801;
	padding-top: 0px;
	padding-right: 3px;
	padding-bottom: 0px;
	padding-left: 3px;
}

.red-txt {
	color: #BF0000;
}

.main-container h1 {
	font-size: 40px;
	font-weight: 700;
	font-family: 'Open Sans', sans-serif;
	line-height: 56px;
}

.main-container h2 {
	font-size: 34px;
	font-weight: 600;
	font-family: 'Open Sans', sans-serif;
}

.main-container h3 {
	font-size: 28px;
	font-weight: 600;
	font-family: 'Open Sans', sans-serif;
}

.main-container h4 {
	font-size: 20px;
	font-weight: 600;
	font-family: 'Open Sans', sans-serif;
}


.custom-bullet li {
	display: block;
	margin-right: 12px;
	margin-left: 12px;
	margin-bottom: 16px;
}
.custom-bullet li:before {
	/*Using a Bootstrap glyphicon as the bullet point*/
	content:"\e029";
	font-family: "Glyphicons Halflings";
	font-size: 17px;
	float: left;
	margin-top: 2px;
	margin-left: -25px;
	color: #BF0000;
}
.seed-type {
	width: 68%;
	margin-right: auto;
	margin-left: auto;
}
.img-circle {
	border: 5px solid #B5B5B5;
}
.title2 {
	font-size: 32px;
	font-family: 'Open Sans', sans-serif;
	font-weight: 600;
}
.main-container .g-box {
	background-color: #FCEE8B;
	border: 6px dashed #9D0000;
	padding-top: 10px;
	padding-right: 15px;
	padding-bottom: 10px;
	padding-left: 15px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 22px;
	color: #9D0000;
}
.bigButton
{
   display:block;
   border: rgb(255,0,0) 5px solid;
   font-size: 26px;
   font-weight: bold;
   padding:15px 2px;
   background-color:#fccf34;
   color:#006;
   vertical-align:middle;
   outline:transparent;
   cursor:pointer;
   text-decoration:none;
   max-width:500px;
}
.bigButton:hover{
   border: #009900 5px solid;
   text-decoration:none;
   color:#006;
}
