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

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section,
audio,
canvas,
video { display: block;
}


img{
    max-width: 100%;
	border:none;
  }


html{
  font-size:  100%    /* this is the equivalent of 16px */
  line-height: 1;       /* unit less value */
  -moz-text-size-adjust: 100%;  /* these lines are for disabling phone scaling */
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  background-color:#fff;
}


body{
	margin: 0;
	background-color:#fff;
	text-align:center;
	font-family:Verdana, Geneva, sans-serif;
	font-size:12px;
	color:#222;
	font-weight:bold;
}

#content{
	width: 450px;
	margin:auto;
	text-align:center;
	
	
}

#topLine{
	margin: auto;
	width: 90%;
	text-align:center;
	padding-top: 12px;
}

#secondLine{
	margin: auto;
	width: 90%;
	text-align:left;
	padding-top: 5px;
}



#rsvpDate{
	margin: auto;
	width: 100%;
	padding-top: 40px;
}

#bottom{
	margin: auto;
	width: 100%;
	padding-top: 40px;
	height: 400px;
}

#photoLeft{
	float:left;
	width: 33% ;
}

#form{
	float:left;
	width: 33% ;
	text-align:left;
}

#photoRight{
	float:left;
	width: 33% ;
}

.red{
	color:#F00;
	font-weight:bold;
}

.submitBtn {
  -webkit-border-radius: 28;
  -moz-border-radius: 28;
  border-radius: 28px;
  font-family: Arial;
  color: #000;
  font-size: 20px;
  background: #00FFFF;
  padding: 5px 40px 5px 40px;
  text-decoration: none;
}

.submitBtn:hover {
  background: #9e0808;
  text-decoration: none;
}

input{
	font-size:14px;
}

.bigtxt{
	font-size:18px;
	font-style: bold;
   
}

select{
	font-size:30px;
	padding: 25px 30px 25px 30px;
}



/* ******************************************
			Media Queries for screen less than 920px
****************************************** */
@media screen and (max-width: 920px) {
	
	#content{
	width: 100%;
	margin:auto;
	text-align:center;
	
	
     }
		
	#photoLeft{
	float:left;
	width: 20% ;
     }

    #form{
	float:left;
	width: 50% ;
	text-align:left;
	padding-left: 10px;
	padding-right: 10px;
    }

     #photoRight{
	float:left;
	width: 20% ;
     }
}	

/* ******************************************
			Media Queries for screen less than 600px
****************************************** */
@media screen and (max-width: 600px) {
		
	#photoLeft{
	display: none;
     }

    #form{
	float:left;
	width: 100% ;
	text-align:left;
	padding-left: 10px;
	padding-right: 10px;
    }

     #photoRight{
	clear:both;
	width: 100%;
     }
	 
	 #content{
	width: 100%;
	margin:auto;
	text-align:center;
	
	
     }
}	