.black {
    background-color: #1D1D1D !important;
    color: #1D1D1D !important;
}

body {
    font-family: 'Montserrat', sans-serif !important;
}

.btn-warning {
    background-color: #e7e300 !important;
    border-color: #e7e300 !important;
}

div.center {
    height: 90vh;
}

li.list-group-item {
    padding-left: 2rem;
    padding-right: 2rem;
}

a.list-group-item {
    padding-left: 2rem;
    padding-right: 2rem;
}

.list-group-item.yellow {
    background-color: #e7e300;
    padding-left: 1rem;
    font-weight: 600;
}

.list-group-item.yellow:hover{
    background-color: #e7e300;
}

.network {
    font-weight: 600;
    letter-spacing: 3px;
}

div.centerer{
    margin: 0;
    position: absolute;
    top: 100%;
    width: 30%;
}

div.lefter{
    margin: 0;
    position: absolute;
    top: 100%;
    max-width: 30%;
    margin-left: 5%;
    margin-right: 5%;
    left: 0;
}

div.righter{
    margin: 0;
    position: absolute;
    top: 100%;
    max-width: 30%;
    margin-right: 5%;
    margin-left: 5%;
    right: 0;
}

.active-custom {
    color: white !important;
}

.primary {
    color: white !important;
}

.grey {
    color: grey !important;
}

.text {
    color: rgb(230, 236, 236);
}

.about-text {
    color: rgb(230, 236, 236);
}

.pic-backround {
    position: relative;
}

.pic-backround:before {
    content: ' ';
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 90vh;
    opacity: 0.90;
    background-image: url('../images/reduced.webp');
    background-repeat: no-repeat;
    background-position: 50% 0;
    background-size: cover;
    background-color: black;
    margin: 0;

}
.yellow {
    color: whitesmoke;
}

.content {
    position: relative;
    padding-bottom: 40vh;
}

body {
    background-color: black !important;
}

html {
    background-color: black;
}

.center {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.server {
    width: 100%;
}

.standard {
    background-color: black;
}

.right-about { 
    float: right;
    width: 70%;
    padding-bottom: 90px;
    margin-top: 2%;
    padding-right: 5%;
    padding-left: 5%;
}

.left-about {
    float: left;
    width: 20%;
    margin-left: 5%;
    margin-top: 7%;
}

.navbar-light .navbar-toggler-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='grey' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e") !important;
}

.nav-link:hover {
    color: white !important;
}

.form-label {
    color: white !important;
}

.form-control {
    background-color: rgb(199, 199, 199);
}

.contact-submit {
    color: white;
    width: 90%;
    margin-left: 5%;
}
.submitting-h3 {
    color:white;
}

.left-contact {
    float: left;
    width: 30%;
    padding-top: 70px;
}

.right-contact {
    float: right;
    width: 70%;
    padding-bottom: 90px;
}

.custom-mail {
    text-decoration: none;
}

@media only screen and (max-width: 600px) {
    .right-about { 
        float: right;
        width: 100%;
        padding-bottom: 90px;
        margin-top: 10%;
    }
    
    .left-about {
        float: left;
        width: 50%;
        margin-left: 25%;
        margin-top: 10%;
    }

    .left-contact {
        float: left;
        width: 100%;
        padding-top: 70px;
    }
    
    .right-contact {
        float: right;
        width: 100%;
        padding-bottom: 90px;
    }

    .about-text {
        text-align: center;
    }
}

.card {
    background-color:rgba(0, 0, 0, 0.36) !important; 
}