



h1 > strong {
    font-size: 3.8rem;
    font-weight: 1000;
    line-height: 1.17;

}
.dot-red {
    color: #ff0000;
}

.dev-icon > i{
    font-size: 150px;
    color: black;

}
#website {
    display: none;
}

.btn-sidecrox {
    height: 40px;
    background-color: #ff0000 !important;
    color: white !important;
}

.btn-sidecrox:hover {
    height: 40px;
    background-color: #d63031 !important;
    color: white !important;
}

.btn-sidecrox:focus {
    height: 40px;
    background-color: #d63031 !important;
    color: white !important;
}
.btn-sidecrox:active {
    height: 40px;
    background-color: #d63031 !important;
}

.btn-sidecrox-bg-black {
    height: 40px;
    background-color: #ff0000 !important;
    color: white !important;
    border-color: black;
}

.btn-sidecrox-bg-black:hover {
    height: 40px;
    background-color: #d63031;
    color: white !important;
    border-color: black;
}
.btn-sidecrox-bg-black:active {
    height: 40px;
    background-color: #d63031 !important;
    color: white !important;
    border-color: black;
}


a.deco:hover{

    color:#ff0000 !important;
}

.dev-serv-deco {
    font-size: 50px !important;
    color: black;
}
.d-link:hover{
    color:#ff0000 !important;
    font-weight: bold;
}