@charset "utf-8";
/* CSS Document */
.main {
font-family: 'Gloria Hallelujah', cursive;
font-size:50px;
font-weight:bold;
color: #1fa858;
text-decoration:none;
}

.sub {
font-family: 'Architects Daughter', cursive;
font-size:20px;
font-weight:bold;
color: #2a5e40;
text-decoration:none;
}

.number {
font-family: 'Patrick Hand', cursive;
font-size:20px;
font-weight:bold;
color: #3c4109;
text-decoration:none;
}

.numberwhite {
font-family: 'Patrick Hand', cursive;
font-size:20px;
font-weight:bold;
color: #ffffff;
text-decoration:none;
}

.header {
font-family: 'Architects Daughter', cursive;
font-size:25px;
font-weight:bold;
color: #ffffff;
text-shadow: 2px 2px #165c33,
-1px -1px 0 #165c33,
2px -2px 0 #165c33,
4px 4px 0 #60212d,
2px 2px 0 #165c33; 
}

.title {
font-family: 'Righteous', cursive;
font-size:40px;
font-weight:bold;
color: #5b3a3a;
}

.contacttitle {
font-family: 'Righteous', cursive;
font-size:25px;
font-weight:bold;
color: #5b3a3a;
}

.contacttxtbig {
font-family: 'Righteous', cursive;
font-size:12px;
font-weight:bold;
color: #5b3a3a;
}

.contacttxt {
font-family: 'Righteous', cursive;
font-size:20px;
font-weight:bold;
color: #de1e50;
text-decoration:none;
}

.linkgreen a{
font-family:Arial, Helvetica, sans-serif;
font-size:12px;
color:#000000;
font-weight:bold;
text-decoration:none;
} 
.linkgreen a:hover{
color:#FFFFFF;
}