@charset "iso-8859-1";
/* CSS Document */

body {
	padding-top: 20px;
	font-family:Helvetica, Arial, Verdana;
	text-align: center;
	width:100%;


}

#portrait-vy, #tel-vy{
display:none;
		}
		
.navbar-header, .navbar-brand{
	width:100%;
	background:#284661;
  
}
.navbar-brand{
	padding:0;
	margin:0;
	line-height:46px;
	font-size:32px;
	color:#e8d9c1!important;
	font-weight:bold;
  letter-spacing:6px;
}

.navbar-header h3{
	color:white;
	padding:0;
	margin:0 ;
   letter-spacing:1px;

}

.container {

  	width:880px;
	padding:0;
	margin:30px auto;
  background:white;

	
}

.text-style1{
	font-size:14pt;
	color:#56605f;
	font-weight:normal;
	text-shadow: 1px 1px 1px #fff;
	margin:0;
	line-height:24pt;
}


.category{
	width: 182px;
	height: 100px;
	float: left;
	margin: 10px 19px;
	color:#e8d9c1;
	font-size: 16px;
	text-align: center;
	padding-top:0;
	line-height:14px;
	background:#284661;
	letter-spacing:1px;
	border-radius:4px;
	font-weight:bold;
	cursor:pointer;
}

#startbtn, .reset-button{
  width: 738px;
  height: 60px;
  font-size: 32px;
  background-color: green;
  color: white;
  border:none;
  border-radius:4px;
  letter-spacing:8px;
  text-transform:uppercase;
  margin-left:18px;
  margin-top:10px;
}


#startbtn, .reset-button{
  width:750px;
  height: 60px;
  font-size: 32px;
  background-color: green;
  color: white;
  border:none;
  border-radius:4px;
  letter-spacing:8px;
  text-transform:uppercase;
  margin-left:18px;
  margin:10px auto;
}

select{
  width:450px;
  height: 40px;
  font-size: 26px;
  line-height: 32px;
  border-radius:4px;
  margin-left:18px;
  margin-top:10px;
  margin:10px auto;
  text-align:center;
}
h3{
	font-size: 32px;
margin-top:10px;}

/*resize card for ipad */
@media only screen and  (min-width: 768px) and (max-width: 1024px){
.container {width:758px!important; }
#main{ 
width:758px!important;
overflow:hidden;
  margin-left:5px;
}
  
   h3{ 
      margin-bottom:0px;
	  font-size:16px;

  }
#main .reset-button{
  position:relative;
    left:-10px;
  }

.category{
	width: 152px;
	height: 50px;
	padding-top:10px;
	margin: 6px 18px;
	font-size: 14px;
	line-height:5px;
	letter-spacing:1px;
	border-radius:4px;
}
select
{
  width: 250px;
  height: 30px;
  font-size: 18px;
  line-height: 32px;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
  margin-top: 10px;
  margin-right: auto;
  margin-bottom: 10px;
  margin-left: auto;
  text-align: center;
}

}

/*display  rotate ipad message */
@media only screen and  (orientation:portrait) {
/*		#portrait-vy{
		display:block;
		text-align:center;
		}
		
		.container, .navbar{
		display:none;}
		
		#portrait-vy p{
		padding-top:100px;
		font-size:80px;}*/
	}
	
/*display  tel message */
	@media only screen and   (max-width: 480px) {
		#portrait-vy{
		display:none;
		}
		#tel-vy{
		display:block;
		text-align:center;
		}
		#tel-vy p{
		padding-top:100px;
		font-size:30px;}
		.container, .navbar{
		display:none;}
}
