

#centerButtons {
  list-style-type: none;
	text-align: center;
	margin: auto;
	border: none;
} 



img
{

	width: 128px;
	height: 128px;

}

#imageHome img
{

	height: 500%;
	width: 500%;

}

#aS
{

	background-color: maroon;
	color: white;
	border: solid black 2px;
	border-radius: 5px

}


#fire
{
	background-color: maroon;
	color: red;
	font-size: 50px;

}

#water
{
	background-color: navy;
	color: lightblue;
	font-size: 50px;

}


#grass
{
	background-color: darkgreen;
	color: green;
	font-size: 50px;

}

#userDiv
{
display: inline;


}

#compDiv
{
	display: inline;
}


#pictureChoices
{
	border: none;

	list-style-type: none;
	text-align: center;
	margin: auto;
  

}

#userTally
{
	
	float:left;
	font-size: 25px;
	font-weight: bold;
	text-align: center;
	color: white;

}

#compTally
{

	float: right;
	font-size: 25px;
	font-weight: bold;
	text-align: center;
	color: white;

}

#compPointTally
{

	float: right;
	font-size: 25px;
	font-weight: bold;
	text-align: center;
	color: white;

}

#userPointTally
{

	float: left;
	font-size: 25px;
	font-weight: bold;
	text-align: center;
	color: white;

}

#tallyText
{
	font-size: 25px;
	font-weight: bold;
	text-align: center;
	color: white;
	background-color: black;
}

#userDiv
{
	border: none;

}

#compDiv
{
	border: none;

}

#clear
{
	clear: both;
}

#colorBoxLeft
{	
	border-radius : 0px;
	float: left;
	background-color: black;
}

#colorBoxRight
{	
	border-radius : 0px;
	float: right;
	background-color: black;
}

#pic 
{
height: 100px;
width: 100px;
}

body
{

	background-color: #2C0000;

}

#TS2
{
	color: black;

}

div .eG
{

	background-color: #4D0909;
	border: solid black 5px;

}

#info
{
	color: black;
	font-weight: bold;
	
}

.center {
    margin: auto;
    width: 50%;
    border: 3px solid green;
    padding: 10px;
}

div h5
{
	color: black;

}

#title
{

	text-align: center;

}



#DivNav
{

	margin-left:auto;
	margin-right: auto;
	margin-top: 10px;
	padding: 0px;
	width: 200px;
	height: auto;

	
}


#Navigation li a
{

	text-decoration: none;
	color: #711D1D;
	margin: auto;
	font-size: 30px;

}

#Navigation li
{

	background-color: #8E3737;
	border:  2px solid #B45B5B;	
	border-radius: 10px;
	display : inline;
	padding-left: 50px;
	padding-right: 50px;
	padding-top: 10px;
	position: relative;

	
}

#Navigation #selected
{

	background-color: #B45B5B;
	border: solid maroon 2px;
	border-radius: 10px;  

}


#Navigation :hover
{

	background-color: #B45B5B;
	border: solid #116611 2px;
	border-radius: 10px;  

}

#Navigation  :hover
{

	border: none;

}

#Navigation
{
	
	list-style-type: none;
	text-align: center;
	margin: auto;



}

#divImg img
{

	width: 300px;
	height: 250px;
	
    margin-left: 55px;
    margin-right: 55px;


}

#divImg
{

    position: relative 

}


::selection {
    color: #FF7400; 
    background: blue;
}



#creator
{

	font-size: 10px;
	margin: auto;

}



#masterLinkDiv

{
	border: none;
	display: inline-block;
	
	padding: 50px;
	

}

#link
{


	font-style: none;

	color: navy;

  

}



#dailyLogDiv a 
{

	font-size: 35px;


}


#aboutStuff
{
	margin: auto;
	text-align: center;
	color: black;

}

h1
{
	color: white;


}


#loadTimeFin
{

	font-size: 10px;
	font-color: gray;

}

#timeTable
{

	text-align: right;
	font-size: 10px;
	font-weight: bold;
	color: white;
	margin-top: 30px;
	margin-right: 5px;
}

#logo
{

	height: 40px;
    width: 40px;
    background-color: black;

}

#logoBorder
{

	    background-color: black;

}


.active
{

	background-color: black;
	

}

#activeID
{

	background-color: black;
		

}


#masterDiv
{

	display: table;
	
	margin: 0 auto;

}

.ListObj a
{
	padding: 20px;
	padding-top: 30px;
	text-align: center;
	margin: 20px;
	font-size: 20px;
	font-weight: bold;
}


.ListObj
{
	display: inline-table;
	
	margin: 0 auto;
}



@charset "UTF-8";
/*
 * Bootstrap Image Gallery CSS 3.0.0
 * https://github.com/blueimp/Bootstrap-Image-Gallery
 *
 * Copyright 2013, Sebastian Tschan
 * https://blueimp.net
 *
 * Licensed under the MIT license:
 * http://www.opensource.org/licenses/MIT
 */

.blueimp-gallery .modal-body {
	position: relative;
	text-align: center;
	padding: 0 0 56.25% 0;
	overflow: hidden;
	cursor: pointer;
}
.blueimp-gallery .modal-footer {
	margin: 0;
}
.blueimp-gallery .modal-body img,
.blueimp-gallery .modal-body .video-content video,
.blueimp-gallery .modal-body .video-content iframe,
.blueimp-gallery .modal-body .video-content a {
	max-width: 100%;
	max-height: 100%;
	margin: auto;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
}
.blueimp-gallery .modal-body .video-content video {
 	display: none;
}
.blueimp-gallery .modal-body .video-playing video {
	display: block;
}
.blueimp-gallery .modal-body .video-content iframe {
	width: 100%;
	height: 100%;
	border: none;
	left: 100%;
}
.blueimp-gallery .modal-body .video-playing iframe {
	left: 0;
}
.blueimp-gallery .modal-body .video-playing img,
.blueimp-gallery .modal-body .video-playing a {
 	display: none;
}
.blueimp-gallery .modal-body .video-content a {
	cursor: pointer;
}
.blueimp-gallery .modal-body .video-content a:after {
	font-family: "Glyphicons Halflings";
	-webkit-font-smoothing: antialiased;
	content: "\e029";
	font-size: 64px;
	line-height: 64px;
	width: 64px;
	height: 64px;
	position: absolute;
	top: 50%;
	margin: -32px 0 0 -32px;
}
.blueimp-gallery .modal-body .video-loading a {
	background: url(../img/loading.gif) center no-repeat;
	background-size: 64px 64px;
}
.blueimp-gallery .modal-body .video-loading a:after {
	content: none;
}

@media screen and (min-width: 768px) {
  .blueimp-gallery .modal-dialog {
    right: auto;
    left: auto;
	width: auto;
    max-width: 900px;
    padding-left: 5%;
    padding-right: 5%;
  }
}


