.text-right {
    text-align: right;
}

.text-left {
    text-align: left;
}

.hr {

    height: 3px;
    width: 75%;
    border-color: black;
    background-color: black;

}

.hrsmall {

    height: 3px;
    width: 50%;
    border-color: black;
    background-color: black;
    margin: 0;
    padding: 0;

}

.background {
    background-color: rgba(197, 215, 226, 0.6);
    
}

.skills {
    font-size: 120%;
}

.skillTitle {
padding-top: 20px;


} 

.spacer {
    height: 7px;
}

.m-bottom {
    margin-bottom: 0;
    padding-bottom: 0;
}

@media (max-width: 500px) {
body {
    font-size: 80%;
}
}

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

.container-fluid {
    width: 90%;
}

.flexCol {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.flexRow {
    display: flex;
    flex-direction: row;
    align-items: center;
}