@import "stTotal.css";

body {
   
    font-family      : 'Rajdhani', sans-serif;
    font-size        : 1.2em;
 background-color: #000000;
    color: #FFFFFF;
}
body {
    /*min-vh-100 d-flex flex-column*/
    height: 100vh;
    display: flex;
    flex-direction: column;
}
a {
    text-decoration:none;
}
.bg-dark {
    background-color : #000000 !important;
}

.navbar-brand img {
    max-height : 100px;
}

.navbar {
    margin-bottom : 3em;
}

.container-fluid {
    /*padding: 1em;*/
}

.link-white {
    color           : #FFFFFF !important;
    text-decoration : none;
}

.link-white:hover {
    color : red !important;
}
.dominilista:hover{
    background-color: #FFFFFF;
    color: #17a2b8!important;
}
/*home page*/
.icon-lg {
    width: 3.5rem;
    height: 3.5rem;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    font-size: 1.5rem;
    line-height: 1;
}
.card {
    box-shadow: 0 20px 27px 0 rgb(255 0 0 / 5%);
}

.desc{
    font-size: 1em;
    color: #17a2b8;
}
.bg-personal1{
    background-color: #17a2b8!important;
    color: #FFFFFF!important;
}