body {
    background-color: #011a25;
    color: white;
}


.header {
    padding-top: 200px;
    padding-bottom: 50px;
    text-align: center;
}
.hero {
    padding-bottom: 200px;
}
.header span {
    color: #4a7d95;
}
.description span {
    color: #4a7d95;
    /* font-size: large; */
}
.text-blue {
    color: #5aaa9d;
    /* font-size: large; */
}
.text-dark-blue {
    color: #15455a;
    /* font-size: large; */
}
.description {
    /* text-align: center; */
}
p span {
    color: #5aaa9d;
}

.display-7 {
    font-size: 1.7rem;
}

.portfolio1 {
    background-color: #8f9ea4;
    color: white;
}

.bg-gradient-header {
    background: linear-gradient(to bottom, rgb(1 26 37), rgb(27 81 105));
}

.bg-gradient-about {
    /* background: linear-gradient(to right, rgb(58 107 125),rgb(59 186 215)); */
    /* background: linear-gradient(to bottom, rgb(1 26 37), rgb(27 81 105)); */
    /* background: linear-gradient(to bottom, rgb(27 80 103), rgb(76 96 88)); */
    background: linear-gradient(to bottom, rgb(251 201 92), rgb(255 204 96));
}

.bg-gradient-stonks {
    /* background: linear-gradient(to right, rgb(58 107 125),rgb(59 186 215)); */
    /* background: linear-gradient(to bottom, rgb(1 26 37), rgb(27 81 105)); */
    background: linear-gradient(to bottom, rgb(1 26 37), rgb(33 81 102));
}

.bg-gradient-hrcentral {
    /* background: linear-gradient(to right, rgb(58 107 125),rgb(59 186 215)); */
    /* background: linear-gradient(to bottom, rgb(1 26 37), rgb(27 81 105)); */
    background: linear-gradient(to bottom, rgb(251 201 92), rgb(255 204 96));
}

.bg-gradient-hockeystick {
    background: linear-gradient(to bottom, rgb(22 63 81), rgb(33 79 100));
}
.bg-gradient-stickables {
    /* background: linear-gradient(to right, rgb(58 107 125),rgb(59 186 215)); */
    background: linear-gradient(to bottom, rgb(216 149 4), rgb(255 192 7));
    /* background-color: #ffc007; */
}



.about {
    /* margin: 0 auto; */
    max-width: 750px;
    /* color: #444; */
    font-weight: 400;
    font-size: 28px;
    line-height: 50px;
    /* text-align: center; */
}

.btn-group-lg>.btn, .btn-lg {
    padding: .5rem 1rem;
    font-size: 3.25rem;
    border-radius: .3rem;
}