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

body  {
    background-image:url(http://www.totallyteenyfarm.com/images/farm.jpg);
    background-size:cover;
    background-repeat:no-repeat;
    background-attachment:fixed;
 }
    

h1 {

    font-size: 45px;
    text-align: center;
    color:#fff;
   
} 

h2 {font-size:38px;
    text-align: left;
     color:#00ffff; 
    
} 

h3 {font-size:30px;
    text-align: left;
     color:#00ffff;
     text-align:left;  
} 


h4 {
    font-size:24px;
    color:#000;
    text-align:left;
    background: #fff;
    
} 

h5  {
    
}


p {
   position: relative;
   font-size: 20px;	
   text-align: center;
   background:#fff;
}

#form1{
	display: inline-block;
	font-size:20px;
	width: auto;
	float: left;
	text-align: center;
}

#subject{
    position: relative;
    top: -17px;
    text-align: center;
}

#banner {
    background-color: #fff;
    display: inline-block;
    width:1400px;
    height: auto;
    text-align: center;
    }

#logo {
    float: left;
}

#menuset {
    position: relative;
    top: 40px;
    right: 10px;
    list-style: none;
    color: #000;
    text-align: left;
}

ul{
    list-style: none;
    text-align: left;
    overflow: auto;}

li{

    display: inline;
    font-weight: 600;
    size: 26px;
    border:none;
    list-style:none;
    overflow: hidden;   
    color: #000;
}


.nav{
    background: #000;
    font-weight: 600;
    color: #000;
    size: 26px;
    border:none;
    border-width:0px 0;
    list-style:none;
    margin:0;
    padding:0;

}

.nav li{
    display:inline;
}

.nav a{
    display:inline;
    padding:26px;
    color: #000;
}

a {position: relative;
    text-decoration: none;
    color:#000;
    padding: 10px;
    font-size:26px;
}
    
    
a:visited  {
background:#898989;
}

    
#inputtext{
        size: 26px;
}
    

legend {
	font-size: 30px;
	font-weight: bold;
	color: #fff;
	text-align: center;
}
fieldset {
	padding: 50px;
	margin-bottom: 35px;
	text-align: center;
	
}

#name {
	size: 30px;
	color: #fff;
	text-align: center;
}


#email {
	size:30px;
	color: #fff;
	text-align: center;
}


#button{
       font-size: 30px;
       color: #000;
       background-color: #fff;
}

#check {
	color: #fff;
	font-size:28px;
	text-align: center;
}



