body {
    background-color: black;
    font-family: 'Raleway', sans-serif;
    color: white;
}

header {
    position: fixed !important;
    width: 100%;
    top: 0;
    z-index: 10;
}

.nav-link, .navbar-brand {
    padding: 1.5rem 1rem;
    font-size: 22px;
}

.navbar-dark .navbar-nav .nav-link.active, .navbar-dark .navbar-nav .show > .nav-link {
    color: rgb(252, 216, 70);
}

.navbar-dark .navbar-nav .nav-link.active:hover, .navbar-dark .navbar-nav .show > .nav-link:hover {
    color: rgb(255, 243, 203);
}

section#start {
    min-height: 100vh;
    background-image: linear-gradient(rgba(0, 0, 0, 0.527), rgba(0, 0, 0, 0.5)), url("./../images/back_1.jpg");
    margin-top: 90px;
    background-size: cover;
}

section#start .content {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-right: -50%;
    transform: translate(-50%, -50%);
}

section#start .content h1, section#start .content h2 {
    line-height: 2;
}

section#start .content span {
    color: rgb(252, 216, 70);
}

span {
    color: rgb(252, 216, 70);
}

.middle {
    text-align: center;
}

section#experience {
    background-image: linear-gradient(rgb(255 255 255 / 85%), rgb(255 255 255 / 85%)), url(./../images/back_2.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    color: black;
}

@media (min-width: 768px) {
    h5 {
        text-align: justify;
        font-size: 1.9rem;
        line-height: 1.4;
    }
}

section#experience img {
    width: 100%;
    max-width: fit-content;

}

section#architects {
    background: white;
    color: black;
}

section#architects h5 {
    text-align: left !important;
}

section#architects .center-container {
    position: relative;
    top: 50%;
    transform: translate(0, -50%);
}

.mt-10 {
    margin-top: 10% !important;
}

section#architects img {
    width: 100%;
}

section#architects .text-position {
    color: black;
    margin-left: 47%;
    margin-top: 14px;
    font-size: 2vw;

}

section#services {
    background-image: linear-gradient(rgba(0, 0, 0, 0.527), rgba(0, 0, 0, 0.5)), url(./../images/back_3.jpg);
    background-repeat: no-repeat;
    background-size: cover;
}

section#footer {
    background: #000000;
}

section#footer h5 {
    text-align: center;

}

section#footer .card-link {
    text-decoration: none;
    color: white !important;
}

section#footer .card-link:hover {
    text-decoration: underline;
    color: rgb(252, 216, 70) !important;
}

section#footer .alert {
    display: none;
}

@media (max-width: 1250px) {
    section#architects {
        background: white;
        min-height: auto;
    }

    section#architects .text-position {
        color: black;
        margin-left: auto;
        margin-top: 14px;
        text-align: center;
        font-size: 6vw;
    }
}

@media (min-width: 1200px) {
    .h1, h1 {
        font-size: 3.5rem !important;
    }
}

@media (max-width: 578px) {
    section#start .content h1, section#start .content h2 {
        line-height: 1.3;
    }
}
