/* Entire Document */
.container{
  display: inline-block;
padding-top: 5px;   
  width: 100%; 
   background: #CC0B16; 
   padding-bottom: 10px; 
   }

body {
  background: #70060C; 
  color: white; 
  font-family: 'Bellefair', serif; 
  	text-align: center; 
	margin: 0; 
}
/* Nav */

nav {
  background: black;
  padding-bottom: 10px;
  padding-top: 10px;
  width: 100%;
  font-family: sans-serif;
  font-family: "Circle", Verdana, Tahoma;
  text-align: center;
  vertical-align: middle;
  position: fixed;
  bottom: 0;
}

#nic {
  color: #40CC33;
  text-decoration: none;
}

#nic:hover {
  color: #4A9943;
}

/* Button & its buttons */

button:focus {outline:0;}

button{
	border: none;
	  color: white;
	   font-family: 'Bellefair', serif; 
	      text-decoration: none;
}

#changeTimerButtons{
	display: flex;
	justify-content: center;
	align-items: center;
	margin: 0;
}

#changeTimersButtons button{
	flex: 1;
	margin: 0 10px;
}

#sessionButtons button{
 background: #FF0E1B; 

}
sessionButtons button:hover {
	background-color: #CC0B16
}

#options button{
	background: #70060C;
	color: #FF0E1B; 
	float: right; 
}

#options button:hover{
	color: #CC0B16; 
}


.pomProgressTimer canvas {
	 max-width: 100%;
    max-height: 100%;
}

#pause, #reset, #play {
	background: #70060C;
	color: #FF0E1B; 
}

#pause:hover, #reset:hover, #play:hover{
	color: #CC0B16; 
}

#sessionButtons button{
	font-size: 16px; 
	padding: 5px 5% 5px 5%; 
	border-radius: 5px; 
}

#sessionButtons button:hover{
	background: #70060C;
	cursor: pointer; 
	-webkit-box-shadow:inset 0px 0px 0px 1px white;
  -moz-box-shadow:inset 0px 0px 0px 1px white;
  box-shadow:inset 0px 0px 0px 1px white;
}

/* Change Time Settings */

#changeTimeContainer{
	width: 308px; 
	display: none; 
	float: right; 
	padding: 0px; 
	margin-right: 10px; 
}

input[type="radio"] {
  display: none;
}

label{
	font-size: 18px;
	padding: 5px 5% 5px 5%; 

}
label, #changeTimeContainer button{
	background: #FF7078;  
}

#CONT{
	height: 700px;  
width: 308px; 
float: right; 	
display: none; 
}
 
label:hover, #changeTimeContainer button:hover{
	background: #FF0E1B; 
}
 
input[type="radio"]:checked + label{
  background: #CC0B16; 
} 

#display{
	font-size: 25px; 
	margin-top: 300px; 
	font-weight: bold; 
}

.container p{
	font-size: 18px; 
}

.container button{
	font-size: 18px; 
}

@media screen and (max-width: 1000px) {
	#CONT{
		float: none; 
		height: 200px; 
		margin: 0 auto; 
		margin-bottom: 10px; 
	}
}