@charset "utf-8";
/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

html { 
  background-image:url("../images/spring_bg2-2000x2000.jpg");
  background-position: center;
  background-attachment: fixed;
  background-size: cover;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
}

body {
margin:auto;
max-width:870px;
}

p {
line-height:140%;
font-size:20px;	
font-family: 'Noto Sans JP', sans-serif;
}

h1 {
font-size:35px;	
font-family: 'Merienda', cursive;
text-align:center;
color: rgba(52,96,1,1.00);
}

h2 {
font-size:28px;	
font-family: 'Playfair Display', serif;
font-weight:bold;
line-height:120%;
}

h3 {
font-size:22px;	
font-family: 'Playfair Display', serif;	
}

h4 {
font-size:23px;	
font-family: 'Merienda', cursive;
line-height: 1.5em;
clear: both;
}

h5 {
font-size:27px;	
font-family: 'Merienda', cursive;	
}

section {
border:5px solid rgba(107,38,181,1.00);
margin:12px auto;
height:auto;
width:845px;
background:white;	
}

header {
height:128px;
width:100%;
background-image:url("../images/DreamHouse-Spring-750x117.jpg");
background-size: cover;
background-repeat: no-repeat;
border-bottom:6px solid rgba(107,38,181,1.00);
}

#top_links {
	display: block;
	margin: 20px 0px;
}

#form_header {
text-align: center;
margin: 10px auto;
display: block;
clear: both;
}

#form_header:hover {
opacity: 75%;
}

#save_the_date {
	background-image:url("../images/6th-Annual-Fundraiser-Save-the-Date-(690x489).jpg");
	clear: both;
	width: 690px;
	height: 489px;
	margin: 10px auto;
	border: 5px solid #1C7A49;
}

#tickets {
	clear: both;
	margin: 13px auto;
	width: 270px;
	height: 75px;
	display: block;
	font-size:28px;	
	font-family: 'Merienda', cursive;
	color: white;
	border: 3px solid rgba(133,124,188,1.00);
	border-radius: 15px;
	background: rgba(80,65,132,1.00);
	border: 3px solid rgba(133,124,188,1.00);
	
}

#tickets:hover {
	background: rgba(133,124,188,1.00);
	border: 3px solid rgba(80,65,132,1.00);
}

a {
	text-decoration: none;
}

#event_video {
display:block;
margin:10px auto;
width:100%;
max-width:690px;
height:400px;	
border:5px solid rgba(133,124,188,1.00);
}

#mission_video {
display:block;
margin:0px auto 20px;
width:100%;
max-width:690px;
height:400px;	
border:5px solid rgba(107,38,181,1.00);
}

#birthday_video {
display:block;
margin:10px auto;
width:100%;
max-width:690px;
height:400px;
border:5px solid rgba(107,38,181,1.00);
}

#renovation_video {
display:block;
margin:10px auto;
width:100%;
max-width:690px;
height:400px;
border:6px solid rgba(107,38,181,1.00);
}

#statement h1 {
font-size:46px;
text-align:center;
font-family: 'Noto Sans JP', sans-serif;
}

#statement {
background-color: rgba(152,108,167,1.00);
margin:400px 0px 10px 0px;
position:absolute;
width:820px;
height:148px;
border-top:4px solid white;	
border-bottom:4px solid white;	
color:#8860CC;
}

.main_container {
border:4px solid rgba(65,135,2,1.00);
border-radius:5px;
width:91%;
height:auto;
margin:15px auto;
background:white;
padding:15px;
}

.main_container h2 {
	text-align: center;
}

.temp_container {
border:4px solid #284192;
border-radius:5px;
width:91%;
height:auto;
margin:15px auto;
background:white;
padding:15px;
}

.temp_container h2 {
	text-align: center;
}

#newsletter_link {
	width: 250px;
	height: 55px;
	border-radius: 30px;
	margin: auto;
	display: block;
	clear: both;
	font-size:21px;	
	font-family: 'Merienda', cursive;
	color: white;
	background: #284192;
	border: 3px solid rgba(255,255,255,1.00);
}

#newsletter_link:hover {
	background: #4C74E3;
	border: 4px solid rgba(255,255,255,1.00);
}

#links {
color: white;
width:93%;
height:850px;
text-align:center;
margin:20px auto;
background: rgba(243,220,248,1.00);
border: 4px solid rgba(65,135,2,1.00);
border-radius:5px;
padding:5px;
}

.links {
color: white;
width:131px;
height:50px;
float:left;
border-radius: 25px;
font-size:16px;	
font-family: 'Merienda', cursive;
margin-left:52px;
margin-top:15px;
background: #4C74E3;
border: 3px solid rgba(255,255,255,1.00);
}

.links:hover {
	background: #284192;
	border: 3px solid rgba(255,255,255,1.00);
}

#links h4{
color: rgba(80,65,132,1.00);
}

#apply {
color: white;
width:200px;
height:80px;
text-align:center;
display:block;
margin:auto;
margin-top:15px;
font-family: 'Merienda', cursive;
font-size:16px;	
text-decoration:none;
border-radius:30px;
background: #284192;
border: 3px solid #4C74E3;
}

#apply:hover {
background: #4C74E3;
border: 3px solid #284192;
}

#sponsor_link {
	width: 270px;
	height: 75px;
	border-radius: 30px;
	margin: auto;
	display: block;
	clear: both;
	font-size:25px;	
	font-family: 'Merienda', cursive;
	color: white;
	background: #284192;
	border: 3px solid #4C74E3;

}

#sponsor_link:hover {
	background: #4C74E3;
	border: 3px solid #284192;
}

#benevity img {
	display:block;
	margin: 25px auto;
}

#shanthony {
background:url("../images/shanthony-4-(300x186).jpg");
width:300px;
height:182px;
border:6px solid rgba(107,38,181,1.00);
border-radius:5px;
float:left;
margin:15px;	
}

.form {
margin-top: 15px;
text-align: center;
}

.form:hover {
opacity: 75%;
}

footer {
width:100%;
height:165px;	
border-top:4px solid #284192;
margin:auto;
}

footer h1 {
margin:5px;
border-bottom:1px solid black;
padding:2px 0px;	
font-size:28px;	
font-family: 'Playfair Display', serif;
font-weight:bold;
line-height:120%;
text-align:center;
}

.facebook {
width:75px;
height:75px;
float:left;
border: none;
border-radius: 12px;
margin-left:287px;
margin-top:5px;
background:center;
background-image:url(../images/facebook.jpg);
}

.facebook:hover {
border: 6px solid rgba(253,220,123,1.00);
}

.instagram {
width:75px;
height:75px;
float:left;
border: none;
border-radius: 12px;
margin-left:20px;
margin-top:5px;
margin-bottom: 10px;
background:center;
background-image:url(../images/instagram.jpg);
}

.instagram:hover {
border: 6px solid rgba(253,220,123,1.00);
}

.youtube {
width:75px;
height:75px;
float:left;
border: none;
margin-left:20px;
margin-top:5px;
border-radius:12px;
background:center;
background-image:url(../images/youtube.jpg);
}

.youtube:hover {
border: 6px solid rgba(253,220,123,1.00);
}


/*
Begin Sponsor Page Styles
*/

.sponsor h2 {
	text-align: center;
	align-content: center;
}

.sponsor img {
	display: block;
	margin:25px auto;
	border-bottom: 1px solid rgba(103,103,103,1.00);
}

.sponsor a:hover {
	opacity: 50%;
}

#home_link {
	width: 200px;
	height: 55px;
	border-radius: 30px;
	margin: 10px auto;
	display: block;
	font-size:30px;	
	font-family: 'Merienda', cursive;
	color: white;
	background: rgba(73,100,129,1.00); 
	border:2px solid rgba(152,108,167,1.00);
}

#home_link:hover {
	background: rgba(152,108,167,1.00);
	border:3px solid rgba(73,100,129,1.00);
} 


/*
Begin Board Page Styles
*/

#board {
	width: 100%;
	height: auto;
}

.board_member img {
	
}