body{
    margin: 0;
    padding: 0;
    background: rgb(223, 222, 158);
/*     background: linear-gradient(45deg, #CCFFFF, #FFCCCC); */
}
nav{
    width: 100%;
    background:rgb(255, 255, 255);
    overflow: auto;
    padding: 5px;
}
.nav-items{
    margin: 0 0 0 720px;
    list-style: none;
    text-decoration: none;
}
li{
    float: left;
}
.logo img{
    position: absolute; 
    height: 75px;  
    margin-left: 15px; 
}
nav a{
    width: 100%;
    display: block;
    padding: 20px 10px;
    text-decoration: none;
    font-family: Arial;
    color: #000000;
    text-align: center;
}
nav a:hover{
    background: rgb(18, 179, 18);
    color: white;
    text-transform: uppercase;
    border-radius: 5px;
}
section{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    height: 400px;
    width: 1200px;
    background: #000;
    box-shadow: 0 25px 30px rgba(0, 0, 0, .5);
    display: flex;
}
.content{
    width: calc(50% - 50px);
    height: 100%;
    background: rgb(18, 179, 18);
    box-sizing: border-box;
    padding: 30px 50px;
    font-family: sans-serif;
    font-size: 18px;
    color: #fff;
    line-height: 1.5em;
    
}
.image{
    width: calc(50% + 50px);
    height: 100%;
    box-sizing: border-box;
    background: url(donate.jpg);
    background-position: -100px 0px;
}
.footer{
    position: absolute;
    bottom: 0px;
    left: 0px;
    width: 100%;
    height: 50px;
}
.inner-footer{
    margin: 0px;
    padding: 0px;
    background: white;
}
.social-links{
    display: flex;
}
.social-links ul{
    padding: 10px;
    display: flex;
    width: 300px;
    height: 30px;
    margin: auto;
}
.social-items{
    list-style: none;
}
.social-items a{
   padding: 10px 20px;
   font-size: 35px;
   color:rgb(18, 179, 18);
}
.quick-links{
    display: flex;
    height: 40px;
   
}
.quick-links ul{
    display: flex;
    align-items: center;
    margin-left: 400px;
}
.quick-items{
    list-style: none;
}
.quick-items a{
    text-decoration: none;
    padding: 15px 15px;
    font-size: 18px;
    color:black;
    font-family: sans-serif;
}
.outer-footer{
    padding: 10px;
    text-align: center;
    color: white;
    font-size: 18px;
    background: rgb(18, 179, 18);
}
.quick-items a:hover{
    color:rgb(18, 179, 18);
    transition: 0.25s;
}
.social-items a:hover{
    color: #000000;
}
.section{
    width: 100%;
    height: 500px;
    background-color: rgb(223, 222, 158);
}
.container{
    width: 80%;
    display: block;
    margin: auto;
    padding-top: 10px;
}
.content-section{
    float: left;
    width: 55%;
}
.image-section{
    float: right;
    width: 40%;
    margin-top: 80px;
}
.image-section img{
    width: 100%;
    height: auto;
}
.content-section .title{
    text-transform: uppercase;
    font-size: 28px;
    color: rgb(18, 179, 18);
    border-bottom: 3px solid #fff;
}
.content-section .aboutUs-content h3{
    margin-top: 20px;
    color: rgb(18, 179, 18);
    font-size: 20px;
}
.content-section .aboutUs-content p{
    margin-top: 10px;
    font-family: sans-serif;
    font-size: 18px;
    line-height: 1.5;
}
.content-section .social{
    margin-top: 40px;
}
.content-section .social a{
    color: rgb(18, 179, 18);
    font-size: 30px;
    padding: 0px 10px;
}
.content-section .social a:hover{
    color: rgb(255, 255, 255);
}
