body {
    margin: 100px 0 0 0 !important;
    background-color: rgb(24, 26, 27) !important;
}

p {
    color: #b2b2b2;
}

.navigation {
    border-bottom: 1px solid #d1d1d1;
    background-color: rgb(35, 38, 39) !important;
}

.navigation a,
.navigation button
{
    color: #b2b2b2!important;
}

.navigation .active a,
.navigation .active li button
{
    color: white!important;
}

.jumbotron {
    background-color: rgb(42, 44, 44) !important;
    text-shadow: 0 .05rem .1rem rgba(0, 0, 0, .5);
    opacity: 0;
}

.line {
    border-right: 1px solid black;
    margin-left: 20px;
}

.borders:nth-child(even) {
    border-left: 3px solid #00f0f0;
}

.borders:nth-child(odd) {
    border-right: 3px solid #00b6b6;
}

.my-image {
    width: 25%;
    border-radius: 50%;
    margin-left: 37%;
    border: 4px solid white;
}

.card-body .card-title {
    color: rgba(0, 182, 182, 0.56) !important;
}

.card-view {
    opacity: 0.1;
    background-color: rgb(35, 38, 39) !important;
}

.card-body {
    min-height: 170px;
}

.fas.fa-angle-double-down {
    font-size: 50px;
    opacity: 0.2;
    margin-top: 30px;
    margin-left: 95%;
    color: grey;
}

.fab.fa-linkedin {
    font-size: 50px;
    opacity: 0.2;
    margin-top: -20px;
    color: grey;
}

.icon {
    font-size: 100px;
}

.hr {
    opacity: 0;
    border: 1.5px solid #00b6b6;
}

.btn-none {
    background: none;
}

.gototop-hide {
    display: none;
}

.fas.fa-angle-double-up {
    font-size: 50px;
    opacity: 0.3;
    color: grey;
    bottom: 30px;
    margin-left: 83%;
    position: fixed;
}

.info-blocks .card-view {
    background-color: rgb(24, 26, 27) !important;
}

.info-blocks .card {
    background-color: rgb(35, 38, 39) !important;
}

.info-blocks .card-header {
    background-color: rgb(109, 113, 115) !important;
}

.info-blocks .fas, .info-blocks .fab {
    color: white;
}

@media only screen and (min-width: 600px) {
    .fas.fa-angle-double-up {
        margin-left: 78%;
    }
}

@media only screen and (min-width: 992px) {
    .fas.fa-angle-double-up {
        margin-left: 90%;
    }
}
