#home {
    background-image: url("../images/hero-image.jpg");
    height:600px;
    }
    h1 {
        font-family: OpenSans;
    
    }
    
    h4 {
        font-family: OpenSans;
        
    }
    
    #get-involved {
        background-color: #e3e3e3;
        
       
    }
    
    .logo-1 {
        width: 50px;
        height: 50px;
    }
    
    footer {
        background-color: #dc3545;
        height: 200px;
    }
    
    hr {
        width: 150px;
    }
    
    .button-top {
        
        position: fixed;
        bottom: 30px;
    
    
    }

.get_involved {
    display:flex; 
    justify-content: center;
    align-items: center;
}

.link_box {
    display: flex;
    justify-content:right;
    align-items: right;
}

@media (max-width: 35rem) {

.who {
    margin-top: 130px;
}

.btn {
    margin-bottom: 30px;
}

.container-fluid {
    display:flex; 
    justify-content: center;
    align-items: center;
 
}
}