html,body
{
    margin: 0px;
    padding: 0px;
}
.display-5 {
    font-size: 1.2rem;
    font-weight: 300;
    line-height: 1.0;
}
.first-letter-white {
    font-weight: bolder;
}
.first-letter-white::first-letter {
    font-size: 120%;
    color: #f2f2e5;
}
.first-letter-red::first-letter {
    font-size: 120%;
    color: #ff4c4c;
}
.first-letter-green::first-letter {
    font-size: 120%;
    color: #8fce00;
}
.display-6 {
    font-size: 1.1rem;
    font-weight: 300;
    line-height: 1.2;
}
.hrWhite {
    border: 0.7px solid rgba(255,255,255,.2);
    margin: 0;
}
.text-semi-white {
    color: rgba(255,255,255,.5);
}
.text-almost-white {
    color: rgba(255,255,255,.6) !important;
}
.text-almost-red {
    color: rgba(255,76,76,.8) !important;
}
.text-almost-green {
    color: rgba(143,206,0,.8) !important;
}
.img-icon {
    height: 25px;
    width: 25px;
}
.white-header-text {
    color: rgba(255,255,255,.9);
}
.img-logo {
    width: 10rem;
    height: auto;
}
@media (max-width: 576) {
    .p-xs-0 {
        padding:.2rem;
    }
}
@media (max-width: 1200px) {
    .w-xs-50 {
        width: 50%;
    }
}
.background-black {
    background-color: #282828;
}
.leftimg {
    float:left;
    margin: 7px 7px 7px 0;
}
.external-link-icon {
    height: 20px;
    width: 20px;
}
.external-link-icon::hover {
    cursor: pointer;
}
.img-inline {
    width: 5rem;
    height: auto;
}
.colors-text {
    background-color: #e8f9fc !important;
}


/*
.navbar-fixed {
    top: 20px;
    z-index: 100;
    position: fixed;
}*/