@charset "utf-8";
/* CSS Document */

body {
	height:60%;
	width:40%;
	align: left;
	background-repeat: no-repeat;
		
}

.text {
	font-family: Futura, "Trebuchet MS", Arial, sans-serif;
	font-size: 36pt;/*font size */
	font-weight: bold;	/*Bolding */
}

/*Race Run, not always needed */
#race{
	position: absolute;
	left: 520px;
	top: 480px;
	align-content: center;
}

#Bib {
	position: absolute;
	left: 300px;
	top: 375px;
	align-content: center;
}

#fname{
	position: absolute;
	left: 0px;
	top: 210px;
	width:904px;
	text-align: center;
	color: #000000;
	font-size: 40pt;
}
#lname{
	position: absolute;
	left: 0px;
	top: 260px;
	width:904px;
	text-align: center;
	color: #000000;
	font-size: 40pt;
}

#firstname1{
	font-size: 20pt;/*font size */
	position: absolute;
	left: 250px;
	top: 230px;
	align-content: center;
	color: #000000;
}
#lastnamename1{
	font-size: 20pt;/*font size */
	position: absolute;
	left: 475px;
	top: 245px;
	align-content: center;
	color: #000000;
}


#firstname2{
	font-size: 20pt;/*font size */
	position: absolute;
	left: 250px;
	top: 275px;
	align-content: center;
	color: #000000;
}
#lastnamename2{
	font-size: 20pt;/*font size */
	position: absolute;
	left: 475px;
	top: 275px;
	align-content: center;
	color: #000000;
}


#firstname3{
	font-size: 20pt;/*font size */
	position: absolute;
	left: 250px;
	top: 305px;
	align-content: center;
	color: #000000;
}
#lastnamename3{
	font-size: 20pt;/*font size */
	position: absolute;
	left: 475px;
	top: 305px;
	align-content: center;
	color: #000000;
}

#leg1  {
	font-size: 25pt;/*font size */
	position: absolute;
	left: 645px;
	top: 455px;
	align-content: center;
	color: #235A36;
	
}


#leg2  {
	font-size: 25pt;/*font size */
	position: absolute;
	left: 645px;
	top: 485px;
	align-content: center;
	color: #235A36;
	
}

#leg3  {
	font-size: 25pt;/*font size */
	position: absolute;
	left: 645px;
	top: 515px;
	align-content: center;	
	color: #235A36;
	
}


#nettime{
	position: absolute;
	left: 150px;
	top: 320px;
	align-content: center;
}


#guntime{
	position: absolute;
	left: 380px;
	top: 400px;
	align-content: center;
}

#place{
	position: absolute;
	left: 675px;
	top: 370px;
	align-content: center;
}
#divplace{
		position: absolute;
	left: 313px;
	top: 475px;
	align-content: center;
}
#div{
	position: absolute;
	font-size: 14pt;/*font size */
	left: 145px;
	top: 520px;
	align-content: center;
}
#pace{
	position: absolute;
	left: 405px;
	top: 370px;
	align-content: center;
}
#time{
	position: absolute;
	left: 155px;
	top: 370px;
	align-content: center;
}

#biblabel{
		position: absolute;
	left: 25px;
	top: 250px;
	font-size: 24pt;
	align-content: center;
}
#bigbib0{
		position: absolute;
	left: 300px;
	top: 150px;
	font-size: 72pt;
	align-content: center;
}
#bigbib1{
	position: absolute;
	left: 450px;
	top: 150px;
	font-size: 72pt;
	align-content: center;
	color:orange;
}

#bigfname0{
		position: absolute;
	left: 250px;
	top: 400px;
	font-size: 46pt;
	align-content: center;
}
#bigfname1{
		position: absolute;
	left: 500px;
	top: 400px;
	font-size: 46pt;
	align-content: center;
	color:orange;
}

#biglname0{
		position: absolute;
	left: 250px;
	top: 500px;
	font-size: 46pt;
	align-content: center;
}

#biglname1{
	position: absolute;
	left: 500px;
	top: 500px;
	font-size: 46pt;
	align-content: center;
	color:orange;
}
#bigdiv0{
		position: absolute;
	left: 250px;
	top: 600px;
	align-content: center;
}
#bigdiv1{
		position: absolute;
	left: 500px;
	top: 600px;
	align-content: center;
	color:orange;
}


#similar{
	font-size:24pt;
	color: #235A36;
	
	
}


#menu{
	position: absolute;
	left: 900px;
	top: 650px;
	font-size:50pt;
	color:#000000;
		
}
#linkmenu{
	position:inherit;
	width: 100%;
    height: 100%;
    border: 1px solid #000000;
	text-align: center;
	
	}
	/* unvisited link */
#linkmenu a:link {
  color: green;
}

/* visited link */
#linkmenu a:visited {
  color: green;
}

/* mouse over link */
#linkmenu a:hover {
  color: #000000;
}

/* selected link */
#linkmenu a:active {
  color: antiquewhite;
}

.fb-share-button {
	background-image: url("IMAGE/FBshare.png");
	background-repeat: no-repeat;
	
}

#container{
	position: relative;
	left:45%;
	top:45%;
	
}
#destination{
	border-style: solid;
	border: 2px solid #6DC4EF;
	border-radius: 5px;
	border-width: 2px;
	background-color: #D7CDCD;
	
	
	
}
#gen{
	width: 100%;
	
	
}
.matches{
	padding-top: 10%;
	width: 100%;
padding: 20px;
cursor: pointer;
font-weight: bold;
font-size: 150%;
background: #3366cc;
color: #fff;
border: 1px solid #3366cc;
border-radius: 10px;
-moz-box-shadow: 6px 6px 5px #999;
-webkit-box-shadow: 6px 6px 5px #999;
box-shadow: 6px 6px 5px #999;
	
}

.matches:hover {
color: #ffff00;
background: #000;
border: 1px solid #fff;
}


h3 {
	font-size: 24pt;
	font-weight: bold;
	
}
input {
    border: 5px solid #1C731C; 
    -webkit-box-shadow: 
      inset 0 0 8px  rgba(0,0,0,0.1),
            0 0 16px rgba(0,0,0,0.1); 
    -moz-box-shadow: 
      inset 0 0 8px  rgba(0,0,0,0.1),
            0 0 16px rgba(0,0,0,0.1); 
    box-shadow: 
      inset 0 0 8px  rgba(0,0,0,0.1),
            0 0 16px rgba(0,0,0,0.1); 
    padding: 15px;
    background: rgba(255,255,255,0.5);
    margin: 0 0 10px 0;
	align-content: center;
}
input[type="text"]
{
    font-size:36px;
}

#overlay {
  position: fixed; /* Sit on top of the page content */
  display: none; /* Hidden by default */
  width: 100%; /* Full width (cover the whole page) */
  height: 100%; /* Full height (cover the whole page) */
  top: 0; 
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0,0,0,0.5); /* #000000 background with opacity */
  z-index: 2; /* Specify a stack order in case you're using a different order for other elements */
  cursor: pointer; /* Add a pointer on hover */
}

#Print{
	float:"right";
	color: white;
	background-color:#25aae1;
}

#copy {
	float:right;
	
}
