/*
Comet customized CSS stylesheet for Comet Empire
Author: Ron Mares
*/


body {
	font-family: 'Crete Round', serif;
	background-color: #e9e9e9;  
}

footer {
	position: absolute;
	width: 100%;
	color:#9d9d9d;
	background-color: #222222;
	padding-top: 10px;
	margin-top: 40px;
}

header {
	margin-bottom: 20px;
}

.jt_image {
	background: url('../img/eve2.jpg') no-repeat center center fixed; 
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

.four04_image {
	background: url('../img/explosion.jpg') no-repeat center center fixed; 
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

.jt_image h1 {
	color: #fff;
}

.jumbotron.jt_image {
	margin-top: 70px;
}

.geronimo_iframe {
	padding-left: 5px;
	clear: both;
}

#raid_table {
	border: 1px solid #000;
}

.alert {
	color: red;
}

.intro	{
	padding: 10px;
	background-color: #f5f5f5;
	margin: 30px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
}

.utube_extra_vid .col-sm-4, .utube_mfg_vid {
	margin-bottom: 30px;
}

li.list-group-item {
	overflow: hidden;
	text-overflow: ellipsis;
}

.comet_icon {
	position: relative;
	left: 30px;
}

#cal_btn {
	margin-bottom: 30px;
}