body
{
	font-size: 1.5em;
	
}



/* Style the header with a grey background and some padding */
.header {
  overflow: hidden;
  background-color: #006400
;
  padding: 10px 10px;
}

/* Style the header links */
.header a {
  float: left;
  color: white;
  text-align: center;
  padding: 5px 12px;
  text-decoration: none;
  font-size: 18px;
  line-height: 25px;
  border-radius: 4px;
}

/* Style the logo link (notice that we set the same value of line-height and font-size to prevent the header to increase when the font gets bigger */
.logo {
  font-size: 28px;
  font-weight: bold;
}

/* Change the background color on mouse-over */
.header a:hover {
  background-color: #5f5a9d;
  color: #fff;
  text-decoration: none;
}

/* Style the active/current link*/
.header a.active {
  background-color: #5f5a9d;
  color: white;
}

/* Float the link section to the right */
.header-right {
  float: right;
  
}

.main-wrapper {
	margin: 20px auto;
	max-width: 1080px;
	
}

.boxdiv {
	min-height:50px;
	padding-left:20px;
	padding-top:20px;
	background-color:blue;
	font-weight:bold;
	color:white;
	margin:40px 20px;
	
}

.click-test-button {
	
	width: 100%;
    height: 235px;
    color: #fff;
    border: none;
    background-color: #afbb34;
    line-height: 100%;
	font-size: 1.5em;
	cursor: pointer;

    box-shadow: 7px 6px 15px 1px rgba(0, 0, 0, 0.24); 
    cursor: pointer; 
    outline: none !important; 
    transition: 0.05s all; 
}

.click-test-button:active { 
            transform: scale(0.95); 
            /* Scaling button to 0.98 to its original size */ 
            box-shadow: 3px 2px 10px 1px rgba(0, 0, 0, 0.24); 
            /* Lowering the shadow  */
            outline: none; 
          
            
        } 




.click-test-wrapper {
	
	margin: 0 0 20px 0;
	color: #fff;
	
}

.click-speed, .timer, .cps-test-score {

padding: 20px;
font-size: 1.5em;
text-align: center;
font-weight: bold;
border: 1px #9ccc65 solid;

}

#clickarea, #resultarea {

margin-bottom: 20px;
    
}

#resultarea {

padding-right: 10%;
    
}

.main-wrapper .row {
	margin: 20px;
	
}

.content-wrapper
{
	padding: 10px;
}


.bottom-button {
  display: inline-block;
  border-radius: 4px;
  background-color: #ebd334;
  border: none;
  color: #FFFFFF;
  text-align: center;
  font-size: 20px;
  padding: 10px;
  width: 240px;
  transition: all 0.5s;
  cursor: pointer;
  margin: 5px;
}

.bottom-button span {
  cursor: pointer;
  display: inline-block;
  position: relative;
  transition: 0.5s;
  color: #fff;
  
}

.bottom-button span:after {
  content: '\00bb';
  position: absolute;
  opacity: 0;
  top: 0;
  right: -20px;
  transition: 0.5s;
}

.bottom-button:hover span {
  padding-right: 25px;
  color: #fff;
}

.bottom-button:hover span:after {
  opacity: 1;
  right: 0;
}

.buttons-wrapper 
{
	margin: 0 auto;
	text-align: center;
}

	
#resultarea
{
	display: none;
	width:100%;
	margin-left: 10%;
}

#resultarea span {
	margin-left:30px;
}

#resultarea h3 {
	margin-top:30px;
}

.restart-button {
	
    color: #fff;
    border: none;
    background-color: #FFA500;
    padding: 10px 20px;
	font-size: 1.2em;
	border-radius: 5px;
	width: 260px;
	cursor: pointer;
}


#activity {
			display: inline-table;
			text-align: center;
			vertical-align: middle;
			margin: 0 auto;
			font-size: 1.5em;
		
		}

		

		#result {
			text-transform: uppercase;
			color: #fff;
		}

		.tryagain {
		background-attachment: scroll;
		background-clip: border-box;
		background-color: rgb(127, 206, 119);
		background-image: none;
		background-origin: padding-box;
		background-size: auto;
		border-bottom-left-radius: 16px;
		border-bottom-right-radius: 16px;
		border-top-left-radius: 16px;
		border-top-right-radius: 16px;
		box-sizing: border-box;
		color: rgb(255, 255, 255) !important;
		cursor: pointer;
		display: inline-block;
		font-family: 'Open Sans', sans-serif;
		font-size: 32px;
		font-stretch: normal;
		font-style: normal;
		font-variant: normal;
		font-weight: normal;
		height: 93px;
		line-height: normal;
		margin-bottom: 8px;
		margin-left: 9.28px;
		margin-right: 9.28px;
		margin-top: 8px;
		min-height: 0px;
		min-width: 180px;
		outline-width: 0px;
		padding-bottom: 24px;
		padding-left: 24px;
		padding-right: 24px;
		padding-top: 24px;
		position: relative;
		text-align: center;
		text-transform: none;
		transition-delay: 0s;
		transition-duration: 0.28s;
		transition-property: box-shadow;
		transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
		width: 351.594px;
		z-index: 0;
		-webkit-user-select: none;
		}

		a:link, a:hover, a:visited, a:active {
			text-decoration: none;
		}
.hits {
  font-size: 1.8em !important;
  font-weight: bolder;
}


.speed {
  font-size: 1.8em !important;
  font-weight: bolder;
}

#activity {
			display: inline-table;
			text-align: center;
			vertical-align: middle;
			margin: 0 auto;
			font-size: 1.5em;
		}

		

		#result {
			text-transform: uppercase;
			color: #fff;
		}

		.tryagain {
		background-attachment: scroll;
		background-clip: border-box;
		background-color: rgb(127, 206, 119);
		background-image: none;
		background-origin: padding-box;
		background-size: auto;
		border-bottom-left-radius: 16px;
		border-bottom-right-radius: 16px;
		border-top-left-radius: 16px;
		border-top-right-radius: 16px;
		box-sizing: border-box;
		color: rgb(255, 255, 255) !important;
		cursor: pointer;
		display: inline-block;
		font-family: 'Open Sans', sans-serif;
		font-size: 32px;
		font-stretch: normal;
		font-style: normal;
		font-variant: normal;
		font-weight: normal;
		height: 93px;
		line-height: normal;
		margin-bottom: 8px;
		margin-left: 9.28px;
		margin-right: 9.28px;
		margin-top: 8px;
		min-height: 0px;
		min-width: 180px;
		outline-width: 0px;
		padding-bottom: 24px;
		padding-left: 24px;
		padding-right: 24px;
		padding-top: 24px;
		position: relative;
		text-align: center;
		text-transform: none;
		transition-delay: 0s;
		transition-duration: 0.28s;
		transition-property: box-shadow;
		transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
		width: 351.594px;
		z-index: 0;
		-webkit-user-select: none;
		}

		a:link, a:hover, a:visited, a:active {
			text-decoration: none;
		}
.hits {
  font-size: 1.8em !important;
  font-weight: bolder;
}


.speed {
  font-size: 1.8em !important;
  font-weight: bolder;
}


/* Add media queries for responsiveness - when the screen is 500px wide or less, stack the links on top of each other */
@media screen and (max-width: 500px) {
  .header a {
    float: none;
    display: block;
    text-align: left;
  }
  .header-right {
    float: none;
  }
}

                       