body{
	margin: 0;
}
form{margin: 0;}
.clear{clear: both;}
.banner{
	background:url('../img/mainbanner.png');
	background-size:100%;
	background-repeat:no-repeat; 
	height:700px;
	text-align: center;
}
.logo {
    float: left;
    padding-top: 25px;
    padding-left: 110px;
}
.logo img {
    width: 265px;
}
.textone img {
    width: 500px;
}
.textone {
    float: left;
    padding-top: 100px;
	width: 45%;
}
.donate {
    display: inline-block;
    margin: 0 auto;
    margin-top: 230px;
}
.donate input {
    width: 505px;
    max-width: 95%;
}
.donatebottom input {
    width: 505px;
    max-width: 95%;
}
.downarrow {
    margin-top: 90px;
}
.downarrow img:hover {
    cursor: pointer;
}
.imgdisplay {
    display: inline-block;
    width: 23%;
}
.imgdisplay img {
    max-width: 100%;
    object-fit: cover;
    width: 100%;
        height: 250px;
}
.bottom{
	padding-top: 90px;
	background:url('../img/bee.png');
	text-align: center;
        font-size: 10px;
    background-position: center 250px;
    background-repeat: no-repeat;
}
.textarea {
    width: 60%;
    margin: 0 auto;
    font-size: 21px;
    font-family: 'Didact Gothic', sans-serif;
    padding: 25px 0px 15px 0px;
}
.donatebottom {
    padding: 0px 0px 50px 0px;
}
.donatebottom input {
    width: 665px;
}
.textone img {
    max-width: 95%;
}
img{max-width: 100%;}

/*Responsive starts here*/
@media only screen 
and (max-width : 500px) {
.logo {
    padding-left: 0px;
    float: none;
}
.logo img {
    width: 30%;
}
.textone {
    float: none;
    padding-top: 35px;
}
section.banner {
    position: relative;
        padding-bottom: 85px;
    height: auto;
}
.donate {
    margin-top: 0px;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
}
.bottom {
    padding-top: 30px;
    background-size: 100%;
}
.imgdisplay {
    display: inline-block;
    width: 45%;
}
.donate img {
    max-width: 100%;
}
.downarrow {
    display: none;
}
.imgdisplay img {
	height: auto;
    max-height: 250px;
}
.donate img {
    max-width: 95%;
}
}
@media only screen 
and (max-width : 1199px) {
.logo {
    padding-left: 0px;
    float: none;
}
.logo img {
    width: 30%;
}
.textone {
    float: none;
    padding: 0;
    padding-top: 35px;
    width: 100%;
}
section.banner {
    position: relative;
padding-bottom: 100px;
    height: auto;
}
.donate {
    margin-top: 0px;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
}
.downarrow {
    display: none;
}
.imgdisplay img {
    object-fit: initial;
}
.imgdisplay {
    display: inline-block;
    width: 45%;
}
.imgdisplay img {
	height: auto;
}
}
