ul {
    list-style-type: none;
    margin: 10px;
    padding: 0px 10px;
    overflow: hidden;
    background-color: #ffffff;
    border-radius: 30px;
    display: inline-block;
    text-align: center;

}

li {
  float: left;
}

li a {
  display: block;
  color: black;
  text-align: center;
  padding: 10px 12px;
  margin: 10px;
  text-decoration: none;
  border-radius: 30px;
  font-family: arial, rounded, ms, bold;
}

/* Change the link color to #111 (black) on hover */
li a:hover {
  background-color: #F8C8DC;
}

.logo {
    display: inline-block;
    vertical-align: top;
    width: 60px;
    height: 60px;
    margin-right: 15px;
    margin-top: 15px;
    text-align: left;
    margin-left: 20px;
}



.donatebutton { 
	margin-top: 20px;
	width: 150px; 
	height: 600px;
	padding: 275px 15px;
	float: right;
	background-image: url("donatebutton.png");
	font-family: arial;
	font-size: 30px;
	padding:0.5em
} 
.donatebuttonad { 
	margin-top: -57%;
	height: 600px; 
	width: 150px; 
	float: right;
	background-color: red;
	background-image: url("ad.png");
} 

#donationdesk{
	margin-left: 45%;
	margin-top: -50%;
	border-radius: 20px;
	position: absolute;
}

#donationdesk2{
	margin-left: 49%;
	margin-top: -20%;
	border-radius: 20px;
	position: absolute;
}

.Title{
    position:static;
    height: 100 px;
    width: 100 px;
	margin-right: 20%;
    margin-left:3%;
    margin-top:2%;
	font-size: 24px;
	font-family: Impact,sans-serif;
	color:gray
}

.Maintext{
    position:relative;
    margin-left:4.7%;
    margin-top:2%;
	margin-right:2%;
	font-size: 18px;
	font-family: "Arial";
	word-wrap: break-word;
}

.banner {
    display: block;
    vertical-align: top;
    width: 100%;
    height: auto;
    margin-top: 30px;
    text-align: left;
    margin-left: 30px;
	max-width:95%;
	float: none;
	margin-top: 10%;	
}

.MaintextContact{
    position:static;
	height: 100 px;
    width: 80 px;
	margin-right: 20%;
    margin-left:3%;
    margin-top:2%;
	font-size: 18px;
	font-family: "Arial";
	word-wrap: break-word;
	
}

input[type=text],
select,
textarea {
  width: 40%;
  padding: 8px;
  border: 1px solid #eeeeee;
  border-radius: 4px;
  box-sizing: border-box;
  margin-top: 8px;
  margin-bottom: 16px;
  margin-right: 80%;
  resize: vertical;
}
input[type=submit] {
  background-color: #4cd9c6;
  color: #ffffff;
  padding: 12px 20px;
  border: none;
  border-radius: 7px;
  cursor: pointer;
  margin-left: 10%;
  height: 50px;
  width: 200px;
  font-size: 20px;
}
input[type=submit]:hover {
  background-color: #6fe8d7;
  
}
.container{
	margin-left: 40px;
}

.container2{
	margin-left: 3%;
	margin-top: 3%;
}

.callcentreladypicture{
    position: relative;
	margin-right: 30%;
	margin-bottom: 4%;
}

.MaintextFAQ{
    position:static;
	height: 100 px;
    width: 80 px;
	margin-right: 20%;
    margin-left:3%;
    margin-top:4%;
	font-size: 18px;
	font-family: "Arial";
	word-wrap: break-word;
	
}

.locationmap{
	margin-left: 120px;
	margin-top: 20px;
	border-radius: 30px;
	box-shadow: 0 0 40px 5px #1e10e0;
}

.jumpershop1{
	margin-top: 2.5%;
	margin-left: 15%;
	height: 10%;
	width: 10%;
	border-radius: 10px;
	box-shadow: 0 0 5px 5px #2b8ef0;
	
}

.hatshop1{
	margin-top: 2.5%;
	margin-left: 15%;
	height: 10%;
	width: 10%;
	border-radius: 10px;
	box-shadow: 0 0 5px 5px #2b8ef0;
	
}

.sockshop1{
	margin-top: 2.5%;
	margin-left: 15%;
	height: 10%;
	width: 10%;
	border-radius: 10px;
	box-shadow: 0 0 5px 5px #2b8ef0;
	
}

.jumpershop2{
	margin-top: 10%;
	margin-left: 15%;
	height: 10%;
	width: 10%;
	border-radius: 10px;
	box-shadow: 0 0 5px 5px #2b8ef0;
	
}

.hatshop2{
	margin-top: 10%;
	margin-left: 15%;
	height: 10%;
	width: 10%;
	border-radius: 10px;
	box-shadow: 0 0 5px 5px #2b8ef0;
	
}

.sockshop2{
	margin-top: 10%;
	margin-left: 15%;
	height: 10%;
	width: 10%;
	border-radius: 10px;
	box-shadow: 0 0 5px 5px #2b8ef0;
	
}

.BuyButton1{
  background-color: #34d18d;
  border: none;
  color: white;
  padding: 15px 32px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 16px;
  border-radius: 20px;
  box-shadow: 0 0 5px 5px #3bb37f;
  margin-left: 16.8%;
  margin-top: 0.5%;
}

.BuyButton2{
  background-color: #34d18d;
  border: none;
  color: white;
  padding: 15px 32px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 16px;
  border-radius: 20px;
  box-shadow: 0 0 5px 5px #3bb37f;
  margin-left: 17%;
  margin-top: 0.5%;
}

.BuyButton3{
  background-color: #34d18d;
  border: none;
  color: white;
  padding: 15px 32px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 16px;
  border-radius: 20px;
  box-shadow: 0 0 5px 5px #3bb37f;
  margin-left: 17.8%;
  margin-top: 0.5%;
}

.BuyButton4{
  background-color: #34d18d;
  border: none;
  color: white;
  padding: 15px 32px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 16px;
  border-radius: 20px;
  box-shadow: 0 0 5px 5px #3bb37f;
  margin-left: 16.8%;
  margin-top: 0.5%;
}

.BuyButton5{
  background-color: #34d18d;
  border: none;
  color: white;
  padding: 15px 32px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 16px;
  border-radius: 20px;
  box-shadow: 0 0 5px 5px #3bb37f;
  margin-left: 17%;
  margin-top: 0.5%;
}

.BuyButton6{
  background-color: #34d18d;
  border: none;
  color: white;
  padding: 15px 32px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 16px;
  border-radius: 20px;
  box-shadow: 0 0 5px 5px #3bb37f;
  margin-left: 17.8%;
  margin-top: 0.5%;
}

/*new code here*/
.left_area {
    width: 75%;
    float: left;
}
.right_area {
	width: 25%;
	float: left;
}
.left_area2 {
    width: 60%;
    float: left;
}
.right_area2 {
	width: 40%;
	float: left;
}
.right_area img {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    height: 100%;
	}
.left_area3 {
    width: 65%;
    float: left;
}
.left_area4 {
    width: 80%;
    float: left;
}
.left_area5 {
    width: 60%;
    float: left;
}
.middle_area {
    width: 20%;
    float: left;
}
.right_area4 {
    width: 20%;
    float: left;
}
.main_menu{
	display: inline-block;	
  }
.mobile_menu{
	display: none;
	
}

#randomwoman{
	max-width: 100%;
	max-height: 100%;
	margin-top: 25%;
	border: 4px solid black;
}

#shopfront{
	max-width: 100%;
	max-height:100%;
	height: 300px;
	margin-left: 3%;
	margin-top: 2%;
	border: 4px solid black;
}

#logoabout{
	max-height: 100%;
	max-width: 100%;
	width: 200px;
	margin-left: 17%;
	margin-top: 25%;
}

#donatesuccess{
	float: right;
}

#story1{
	max-width: 100%;
	max-height: 100%;
	width: 250px;
	border: 4px solid black;
	margin-top: 30%;
}

#story2{
	max-width: 100%;
	max-height: 100%;
	width: 250px;
	border: 4px solid black;
	margin-top: 18%;
}

#story3{
	max-width: 100%;
	max-height: 100%;
	width: 250px;
	border: 4px solid black;
	margin-top: 12%;
}

#story1text{
	position:static;
	height: 100 px;
    width: 80 px;
	margin-right: 20%;
    margin-left:10%;
    margin-top:9%;
	font-size: 20px;
	font-family: "Arial";
	word-wrap: break-word;
	border: 2px solid black;
	padding: 1em;
}

#story2text{
	position:static;
	height: 100 px;
    width: 80 px;
	margin-right: 20%;
    margin-left:10%;
    margin-top:12%;
	font-size: 20px;
	font-family: "Arial";
	word-wrap: break-word;
	border: 2px solid black;
	padding: 1em;
}

#story3text{
	position:static;
	height: 100 px;
    width: 80 px;
	margin-right: 20%;
    margin-left:10%;
    margin-top:12%;
	font-size: 20px;
	font-family: "Arial";
	word-wrap: break-word;
	border: 2px solid black;
	padding: 1em;
	margin-bottom: 5%;
}

#event1{
	max-width: 100%;
	max-height: 100%;
	width: 250px;
	border: 4px solid black;
	margin-top: 30%;
}

#event2{
	max-width: 100%;
	max-height: 100%;
	width: 250px;
	border: 4px solid black;
	margin-top: 35%;
}

#event3{
	max-width: 100%;
	max-height: 100%;
	width: 250px;
	border: 4px solid black;
	margin-top: 35%;
	margin-bottom: 4%;
}

#event1text{
	position:static;
	height: 100 px;
    width: 60%;
	margin-right: 20%;
    margin-left:10%;
    margin-top:7%;
	font-size: 20px;
	font-family: "Arial";
	word-wrap: break-word;
	border: 2px solid black;
	padding: 1em;
	display: inline-block;
}

#event2text{
	position:static;
	height: 100 px;
    width: 60%;
	margin-right: 20%;
    margin-left:10%;
    margin-top:13%;
	font-size: 20px;
	font-family: "Arial";
	word-wrap: break-word;
	border: 2px solid black;
	padding: 1em;
	display: inline-block;
}

#event3text{
	position:static;
	height: 100 px;
    width: 60%;
	margin-right: 20%;
    margin-left:10%;
    margin-top:13%;
	font-size: 20px;
	font-family: "Arial";
	word-wrap: break-word;
	border: 2px solid black;
	padding: 1em;
	display: inline-block;
}

#signup1{
	max-width: 100%;
	max-height: 100%;
	width: 100px;
	height: 40px;
	MARGIN-LEFT: -14%;
	padding-bottom: 10px;
	padding-top: 10px;
	font-family: "arial";
	border-radius: 20px;
	background-color: #2c8543;
	color: white;
}

#signup2{
	max-width: 100%;
	max-height: 100%;
	width: 100px;
	height: 40px;
	MARGIN-LEFT: -14%;
	padding-bottom: 10px;
	padding-top: 10px;
	font-family: "arial";
	border-radius: 20px;
	background-color: #2c8543;
	color: white;
}

#signup3{
	max-width: 100%;
	max-height: 100%;
	width: 100px;
	height: 40px;
	MARGIN-LEFT: -14%;
	padding-bottom: 10px;
	padding-top: 10px;
	font-family: "arial";
	border-radius: 20px;
	background-color: #2c8543;
	color: white;
}

#donatebuttonlearning{
	margin-top: -46%;
	margin-right: 1%;
}

#bannerlearning{
	width: 720px;
	height:auto;
	margin-top: -9%;
}

#homeimage1{
	max-height: 100%;
	max-width: 100%;
	width: 350px;
	height: auto;
	margin-left: 15%;
}

#homeimage2{
	max-height: 100%;
	max-width: 100%;
	width: 350px;
	height: auto;
	margin-left: 15%;
	margin-top: 10%;
}


/*--@media screen query--*/
@media only screen and (max-width: 800px) {
  .mobile_menu{
	  display: inherit !important;
  }
  .main_menu{
	display: none !important;	
  }
  .left_area {
    width: 100% !important;
    float: left;
}
.right_area {
	width: 100% !important;
	float: left;
}
.left_area2 {
    width: 100% !important;
    float: left;
}
.right_area2 {
	width: 100% !important;
	float: left;
}
.left_area4{
	width: 100% !important;
}
.right_area4 {
	width: 100% !important;
}

.middle_area{
	width: 100% !important;
}

.banner{
	margin-left: 1%;
}

.donatebutton {
    margin-top: 20px;
    max-width: 100% !important;
	width: 440px;
    height: 88px;
    padding: 0px 0px; 
    float: none !important; 
    background-image: url("donatebuttonhorizontal.png");
    font-family: arial;
    font-size: 30px;
    padding: 0em; 
    margin-left: 1.4% !important;
    margin-right: 32% !important;
	margin-bottom: 4%;
}

.donatebuttonad { 
	margin-top: 5%;
	margin-left: 5%;
	height: 88px; 
	width: 440px; 
	float: left;
	background-image: url("adhorizontal.png");
} 

.container{
	margin-left: 40%;
}
input[type=submit] {
  background-color: #4cd9c6;
  color: #ffffff;
  padding: 12px 20px;
  border: none;
  border-radius: 7px;
  cursor: pointer;
  margin-left: 0px;
  height: 50px;
  width: 200px;
  font-size: 20px;
}
.locationmap{
	width:auto;
}
.BuyButton1{
	margin-left: 11%;
	margin-top: auto;
}
.BuyButton2{
	margin-left: 5%;
	margin-top: auto;
}
.BuyButton3{
	margin-left: 5%;
	margin-top: auto;
}
.BuyButton4{
	margin-left: 11%;
	margin-top: auto;
}
.BuyButton5{
	margin-left: 5%;
	margin-top: auto;
}
.BuyButton6{
	margin-left: 5%;
	margin-top: auto;
}

input[type=text],
select,
textarea {
  width: 40%;
  padding: 8px;
  border: 1px solid #eeeeee;
  border-radius: 4px;
  box-sizing: border-box;
  margin-top: 8px;
  margin-bottom: 16px;
  margin-right: 80%;
  resize: vertical;
}
input[type=submit] {
  background-color: #4cd9c6;
  color: #ffffff;
  padding: 12px 20px;
  border: none;
  border-radius: 7px;
  cursor: pointer;
  margin-left: -15%;
  height: 50px;
  width: 200px;
  font-size: 20px;
}

.callcentreladypicture{
    position: relative;
	margin-left: 19%;
	width:300px;
	
}

#donationdesk{
	margin-left: 50%;
	margin-top: -135%;
	border-radius: 20px;
	position: absolute;
	width: 200px;
	height: auto;
}

#donationdesk2{
	margin-left: 45%;
	margin-top: -95%;
	border-radius: 20px;
	position: absolute;
	width: 50%;
	height: auto;
}

#randomwoman{
	max-width: 200%;
	max-height: 100%;
	margin-top: 25%;
	border: 4px solid black;
	margin-left: -20%;
}

#logoabout{
	max-height: 100%;
	max-width: 180%;
	width: 200px;
	margin-left: -2%;
	margin-top: 50%;
}

#story1{
	max-width: 180%;
	max-height: 100%;
	width: 250px;
	border: 4px solid black;
	margin-top: 110%;
}

#story2{
	max-width: 180%;
	max-height: 100%;
	width: 250px;
	border: 4px solid black;
	margin-top: 490%;
}

#story3{
	max-width: 180%;
	max-height: 100%;
	width: 250px;
	border: 4px solid black;
	margin-top: 550%;
}

#event1{
	max-width: 200%;
	max-height: 100%;
	width: 250px;
	border: 4px solid black;
	margin-top: 70%;
}

#event2{
	max-width: 200%;
	max-height: 100%;
	width: 250px;
	border: 4px solid black;
	margin-top: 350%;
}

#event3{
	max-width: 200%;
	max-height: 100%;
	width: 250px;
	border: 4px solid black;
	margin-top: 410%;
	margin-bottom: 4%;
}

#signup1{
	max-width: 100%;
	max-height: 100%;
	width: 100px;
	height: 40px;
	MARGIN-LEFT: -14%;
	padding-bottom: 10px;
	padding-top: 10px;
	font-family: "arial";
	border-radius: 20px;
	background-color: #2c8543;
	color: white;
	margin-left: 30%;
	margin-top: 5%;
}

#signup2{
	max-width: 100%;
	max-height: 100%;
	width: 100px;
	height: 40px;
	MARGIN-LEFT: -14%;
	padding-bottom: 10px;
	padding-top: 10px;
	font-family: "arial";
	border-radius: 20px;
	background-color: #2c8543;
	color: white;
	margin-left: 30%;
	margin-top: 5%;
}

#signup3{
	max-width: 100%;
	max-height: 100%;
	width: 100px;
	height: 40px;
	MARGIN-LEFT: -14%;
	padding-bottom: 10px;
	padding-top: 10px;
	font-family: "arial";
	border-radius: 20px;
	background-color: #2c8543;
	color: white;
	margin-left: 30%;
	margin-top: 5%;
}


#bannerlearning{
	width: 720px;
	height:auto;
	margin-bottom: 10%;
}


#homeimage1{
	max-height: 150%;
	max-width: 100%;
	width: 350px;
	height: auto;
	margin-left: 12%;
	display: inline-block;
	margin-top: 5%;
}

#homeimage2{
	max-height: 100%;
	max-width: 100%;
	width: 350px;
	height: auto;
	margin-left: 12%;
	margin-top: 10%;
	display: inline-block;
}



}
