body {
background-color: white;
}

#test-body {
    background-color: rgb(241 97 0);
    color:white;
}

#submit-body {
    background-color: rgb(241 97 0);
    color:white;
}

#test-title {
    color: white;
}
#test-h2 {
    color: white;
}
#test-p {
    color: white;
}
#test-p2 {
    color: white;
}

#body-p2 {
    color: white;

}

#body-p3 {
    color: white;

}

h2 {
    font: helvetica-neue, sans-serif;
    font-weight: 200;
    color: black;
    font-size: 300%;
   
}
#sub {
    color: #F8FF0E;
    font-weight: 600;

    font-size: 200%;
    
}

.display-5 {
    color: white;
}


p {
    color: black;
    padding-top:0%;
   
    alignment-baseline: central;
}



.card-text {
    color: black;
}

#about-title {
    color: black;
}

.custom-hero {
    background-color: rgb(241 97 0) !important;
    height: 100%;
    width: 100%;
    margin-bottom: 0%;
 
}

#hero-img {
    padding-left: 10%;
    width: 80%;
    height: 80%;
    
}

.bullets {
    text-align: left;
    align-items: center;
}

/*footer*/

footer {
    align-items: center;
    justify-content: center;
    padding-top:5%;
}

.container1 {
    width:100%;
    padding-left: 5%;
    padding-right: 5%;
    padding: 1rem;
}

.row1 {
    display:flex;
    flex-wrap:wrap;
    

}
#social-networks {
    text-align: center;
    padding: 20px 0;
    display: flex;
    justify-content: space-evenly;
    list-style: none;
}
#social-networks i {
    font-size: 160%;
    padding: 5%;
    color: #3a3a3a;
}

#sub1 {
    font-weight: 600;
    color:black;

    font-size: 200%;

}
 






 
    
