body{
	font-family:"Lato",sans-serif;
	
}
/* Tab starts*/
/* Tab Button Inner*/
.tab
{
	overflow: hidden;
	border: 1px solid#40bf40;
	background-color: #b3ffb3;
}
.tab button {
    background-color: inherit;
    float: left;
    border: none;
    outline: none;
    cursor: pointer;
    padding: 14px 16px;
    transition: 0.3s;
    font-size: 17px;
}
/* Tab Button Hover*/
.tab button:hover {
    background-color: #80ffaa;
}
/* Create an active/current tablink class */
.tab button.active {
    background-color: #40bf40;
}

/* Style the tab content */
.tabcontent {
    display: none;
    padding: 6px 12px;
	border: 5px solid#40bf40;
	letter-spacing: 1px;
    -webkit-animation: fadeEffect 1s;
    animation: fadeEffect 1s;
}

/* Fade in tabs */
@-webkit-keyframes fadeEffect {
    from {opacity: 0;}
    to {opacity: 1;}
}
@keyframes fadeEffect {
    from {opacity: 0;}
    to {opacity: 1;}
}
.rajeshmar
{
	margin: 3em;
}
.cause {
  padding-bottom: 15px;
  margin-bottom: 30px;
  border: 1px solid #40bf40;
  -moz-transition: all, 0.3s;
  -o-transition: all, 0.3s;
  -webkit-transition: all, 0.3s;
  transition: all, 0.3s;
}
.cause .cause-img {
  margin-bottom: 15px;
  width: 100%;
  height: 40%;
}
.cause .cause-title {
  text-align: center;
  margin-bottom: 10px;
  font-weight: bold;
  font-size:15px;
  color: brown;
  
}
.cause .cause-details {
  text-align: justify;
  padding: 0 15px;
  font-size: 13px;
  margin-bottom: 15px;
  min-height: 110px;
 
}
.modal {
    display: none; /* Hidden by default */
    position: center; /* Stay in place */
    z-index: 1; /* Sit on top */
    padding-top: 100px; /* Location of the box */
    left: 100px;
    top: 100px;
    width: 80%; /* Full width */
    height: 80%; /* Full height */
    
    /*background-color: rgb(0,0,0); /* Fallback color */
    /*background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
}

/* Modal Content */
.modal-content {
    position: relative;
    background-color: #fefefe;
    margin: auto;
    padding: 0;
    border: 1px solid #888;
    width: 60%;
    box-shadow: 0 2px 2px 0 rgba(0,0,0,0.2),0 2px 2px 0 rgba(0,0,0,0.19);
    -webkit-animation-name: animatetop;
    -webkit-animation-duration: 0.4s;
    animation-name: animatetop;
    animation-duration: 0.4s
}

/* Add Animation */
@-webkit-keyframes animatetop {
    from {top:-300px; opacity:0} 
    to {top:0; opacity:1}
}

@keyframes animatetop {
    from {top:-300px; opacity:0}
    to {top:0; opacity:1}
}

/* The Close Button */
.close {
    color: white;
    float: right;
    font-size: 28px;
    font-weight: bold;
}

.close:hover,
.close:focus {
    color: #000;
    text-decoration: none;
    cursor: pointer;
}



.modal-header {
    padding: 2px 16px;
    background-color: #5cb85c;
    color: white;
	
}

.modal-body {padding: 2px 16px;}

.modal-footer {
    padding: 2px 16px;
    background-color: #5cb85c;
    color: white;
}

.cause1 {
  padding-bottom: 15px;
  margin-bottom: 30px;
  
  -moz-transition: all, 0.3s;
  -o-transition: all, 0.3s;
  -webkit-transition: all, 0.3s;
  transition: all, 0.3s;
}
.cause1 .cause-img {
  margin-bottom: 15px;
  width: 100%;
  height: 100%;
}