#skip-links{
  position:absolute;
  left: -1000px;
  top: auto;
  width: 1px;
  height: 1px;
}
.header{
  height: 65px;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 100;
  background-color: #F6F4F0;
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-bottom-color: rgb(228, 228, 228);
}
.left-section{
  display: flex;
  align-items: center;
}
.website-logo{
  height: 65px; 
  margin: 25px 30px 10px 60px;
}
.middle-section{
  flex: 1;
  margin-left: 70px;
  margin-right: 35px;
  max-width: 500px;
  display: flex;
  align-items: center;
}
.search-bar{
  flex: 1;
  height: 32px;
  padding-left: 10px;
  font-size: 10px;
  border-width: 1px;
  border-style: solid;
  border-color: rgb(192, 192, 192);
  border-radius: 2px;
  box-shadow: inset 1px 2px 3px rgba(0, 0, 0, 0.05);
  width: 0;
}
.search-bar::placeholder{
  font-family: Roboto, Arial;
  font-size: 16px;
}
.right-section{
  width: 180px;
  margin-right: 20px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-shrink: 0;
}
.facebook-icon,
.twitter-icon,
.ytb-icon,
.ins-icon{
  height: 36px;
}
.sidebar{
  position: fixed;
  left: 0;
  bottom: 0;
  top: 80px;
  background-color: white;
  width: 67px;
  z-index: 100;
  padding-top: 20px;
}
.sidebar-link{
  height: 85px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-direction: column;
  cursor: pointer;
  margin:5px 10px 20px 5px;
}
.sidebar-link:hover {
  box-shadow: 9px 8px 3px rgb(235, 235, 235);
}
.sidebar-link img {
  height: 30px;
}
.sidebar-link a{
    text-decoration:none;
    font-weight:bold;
    padding:1px;
}
p{
  font-family: Roboto, Arial;
  font-size: 15px;
   margin-left:10px;  
}
.main-content{
  margin-top:0;
  font-size:15px;
  font-weight:bold;
  line-height:27px;
  font-weight:400;
  color:black;
  font-family:Arial;
}
.content-grid{
  display: grid;
  grid-template-columns:1fr 1fr 1fr;
  margin-left: 60px;
  margin-bottom: 0;
}
@media (max-width: 750px){
  .content-grid {
    grid-template-columns: 1fr;
  }
}

@media (min-width: 751px) and (max-width: 999px){
  .content-grid {
    grid-template-columns: 1fr 1fr;
  }
}

@media (min-width: 1000px){
  .content-grid {
    grid-template-columns: 1fr 1fr 1fr;
  }
}
#content{
    margin:20px 20px 10px 20px;
}
.homepage-1 {
    position: relative;
    width: 96%;
    margin:50px 10px 10px 30px;
}
.homepage-2{ 
    position: relative;
    width: 80%;
    margin:45px 20px 15px 30px;
}
.homepage-3{ 
    position: relative;
    width: 70%;
    right:10px;
}
h1{
    text-align:center;
    font-size: 45px;
    font-weight: 700;
    margin-bottom: 0;
    margin-top:0;
    color:#96B97D;
}
.footer{
    margin:5px;
    color:black;
    padding:3px;
    background-color: #D7BA7D;
    text-align: center;   
}
#secondary-content{
    margin:20px 20px 10px 0px;
}
.project-1 {
    position: relative;
    width: 90%;
    margin:50px 10px 5px 35px;
}
.project-2{
    position: relative;
    width: 110%;
    margin-top:45px;
}
.project-3{
    position: relative;
    width: 80%;
    margin:50px 0px 15px 20px;
}
.Ayaana{
    color: #B7121B;
    letter-spacing: normal;
    line-height: normal;
    font-weight: bold;
    font-size:29px;
}
#contact{
    margin-top:40px;
    margin-left:58px;
}
.textbox {
    position: absolute;
    line-height: 120%;
    left: 150px;
    width: 320px;
}
.textfield {
    position: absolute;
    left: 150px;
    width: 320px;
    height: 120px;
    display: inline;
}
.send{
    color: black;
    background-color: rgb(255,164,28);
    height: 30px;
    width: 100px;
    border-radius: 15px;
    border: none;
    cursor: pointer;
}
#confirmation{
    width: 100%;
	margin: 90px;
    margin-bottom:40px;
	padding: 0;
}
h2{
   font-family: Roboto, Arial;
   font-size: 15px;
   margin-left:20px; 
}
h3{
    text-align:center;
    font-size: 45px;
    font-weight: 700;
    margin-bottom: 0;
    margin-top:60px;
    color:#96B97D;
}
#enquiries{
    font-size:15px; 
    clear:both;
    text-align: center;
    background-color:lightblue;
    margin:5px;
    padding:3px; 
}
.donate{
    color:rgb(51, 51, 51);
    font-size:18px;
    height: 60px;
    width: 150px;
    border-radius: 15px;
    border:none;
    cursor: pointer;
    margin:17px;
}
.donate:hover{
    box-shadow:3px 2px 2px black;
    opacity:0.5;
}
#donate-info{
    position:relative;
    left:80px;
    width:600px;
    display:inline;
}





