body {
    background-color: #fff8ad;
    font-family: "Century Gothic", CenturyGothic, AppleGothic, sans-serif; 
    text-decoration: none;
}
a:link {
    text-decoration: none;
}
h3 {
    color: #527f38;
}
p {
    color: #6a201f;
}
ul {
    
    list-style: none;
}

ol {
    
    list-style: none;
    margin-left: -40px;
}

.logo {
	width: 400px;
	padding-top: 50px;
}
.logo-small {
    width: 250px;
    padding-top: 10px;
    padding-bottom: 20px;
}

.donate{
    background-color: #527f38 !important;
    color: #ffffff;

}
.donate:hover{
    background-color: #669e45 !important;
    color: #ffffff;

}
.donate-list{
    background-color: #f79124 !important;
    color: #ffffff;

}
.toolbar-top {
	padding-top: 20px;
}

.box-start {
	padding-top: 0px;
}
.boxes {
    border-radius: 100px;
    background: #6a201f;
    padding: 20px; 
    width: 100%;
    height: 100px; 
    font-size: 22px;
    text-align: center;
    color: #ffffff;
    padding-top: 12px;
    margin-top: 20px;
}

.boxes:hover{
    
    background: #497132;
    color: #f89949;

    
}

.boxes2 {
    border-radius: 100px;
    background: #497132;
    padding: 20px; 
    width: 100%;
    height: 100px; 
    font-size: 22px;
    text-align: center;
    color: #ffffff;
    padding-top: 12px;
    margin-top: 20px;
}

.boxes2:hover{
    
    background: #6a201f;
    color: #f89949;

    
}
.social {
	color: #527f38;

}
.social:hover {
	color: #6c2020;

}
.footer-copyright {
	background-color: #ffffff;
}
.address {
    background-color: #527f38;
    color: #ffffff;
}
.slider {
	margin-top: 20px;

}

.webmail{
    background-color: #4CAF50;

}

.sidebar-icons {
    margin-top: 10px;
    font-size: 12px;
    height: 60px;
}
.current {
    background: #497132;
    
}
.maincontent{
    border-radius: 10px;
    background-color: #ffffff;
    margin-top: 10px;
    min-height: 600px;
    padding-top: 50px;
    padding-bottom: 50px;
    padding-left: 30px;
    padding-right: 30px;
    text-align: justify;

}
.registration-number {

}
.dropcap {
    font-size: 48px;

}
.green {
    color: #527f38;

}
.orange {
    color: #f79124;
}
.brown {
    color: #6a201f;
}
.page-title{
    font-size: 20px;
}
.page-title2{
    font-size: 32px;
}
.subheading {
    font-size: 20px;
    color: black;
}
.committee {
    
    padding: 10px;
    margin-top: 20px;
    

}
.committee-inner {
   /* border-color: #f79124;
    border-width: 1px;
    border-style: solid;
    */

}
.committee-pic {
    /*background-color: #497132;*/
    font-size: 24px;
    color: #ffffff;
    text-align: center;
    height: 140px;
    width: 100%;
    padding-top: 20px;

}
.committee-pic:hover {
    
    

}
.committee-name {
    background-color: #6a201f;
    text-align: center;
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 16px;
   

}
.committee-name-title {
     font-weight: 800;
}

.round-button {border-radius: 100px;}





