* {
    font-family: 'Muli', sans-serif;
}

.CFone {
    background-color: black;
}

.bg-color{
    background: black;
}

.smicon {
    float: right;
    margin: 5px;
    font-size: 15px;
}

.fab{
    color: #00ab2b;
    margin-top: 10px;
    font-size: 20px;
}


.donatebtn{
    background: #00ab2b;
    color: white;
    font-weight: 400;
    border-radius: 5px;
    padding:0px;
    padding-left: 15px;
    padding-right: 15px;
    border-color: #00ab2b;
    text-transform: uppercase;
}

.donate {
    float: right;
}

.donatebtn:hover {
    background-color: #02cc31;
    border-color: #02cc31;
}
.fab:hover {
    color: #02cc31;
}


.footnav a, p {
    text-decoration: none;
    color: #949492;
    margin: 20px;
}

.footnav a:hover {
     color: white;
}

/*Home Page*/

.CFtwo {
    display: flex;
    padding: 10px;
    height: 90vh;
    background-image: url("Images/Home.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    align-items: center;
    background: ;

}

.notice {
    background: white;
    opacity: 0.9;
    color: #303030;
    text-align: center;
    max-width: 420px;
    padding: 2%;
    margin: 0 auto;
  
    
}

h2 {
    text-transform: uppercase;
}

p {
    text-align: left;
}


/*About*/
.CFthree {
    height: 130vh;  
    background-image: url(Images/Homepage.jpg);
    background-repeat: no-repeat;
    background-size: cover;
     box-sizing: border-box;
}

#AboutHead{
    text-align: center;
    padding-top: 60px;
    padding-bottom: 20px;
    background-color: #1c1b1b;
    color: white;
}


.col h2 {
    text-align: center;
}

.fab3 {
    display: center;
    justify-content: center;
    color: #00ab2b;
    vertical-align: middle;
    
}

#aboutRow{
    margin: 0 auto;
    margin-top: 10%;
}


.col-container {
    display: table;
    margin: 3%;
    margin-top: 15%;
    
}
.col {
    padding: 10px;
    align-self: center;
    display: table-cell;
    border: 1px solid #00ab2b;
    width: 33%;
    background: white;
    opacity: 0.79;
    margin-right: 10px;
    
}

@media only screen and (max-width: 600px) {
    .col { 
        display: inline-block;
        width: 100%;
    }
}



/*Gallery*/
.CFfour {
    display: flex;
/*    padding: 10px;*/
    /*height: 60rem; */ 
    background: #CACACA;
}


.slideshow-container {
    display: flex; 
    flex-wrap: wrap;
    justify-content: center;
}

.polaroid-effect img {
    margin: .5em; 
    transition: all 1s; 
    height: 400px; 
    width: 400px; 
    object-fit: scale-down; 
    
}

.polaroid-effect {
  background-color: white;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
  margin-bottom: 25px;
    margin: 1em; 
    transition: all 1s; 
}

.polaroid-effect:hover {
    transform: scale(1.08);
}


/*Contact*/
.CFfive {
    background-color: #1c1b1b;
    position: relative;
    height:90vh;

}

.contactUs {
    margin: 0 auto;
    padding-top: 2%;
    text-align: center;
    color: white;
}

.fab1 {
    color: #00ab2b;
    font-size: 30px;  
    margin: 0 auto;
}


.contactA {
    align-items: center;
    text-transform: uppercase;
    margin: 0 auto;
    border: 1px solid red
    
}

span {
    color: #00ab2b;
}

.text-left {
    padding: 0px;
    margin: 0;
    margin-bottom: 5%;
}

.t1,span:hover{
    color: white;
    text-decoration: none;
}

.col-1 {
    align-self: baseline;
}











