#intro {
    background-color: #11202E;
    padding-top: 12rem;
    padding-bottom: 5rem;
    /* background-color: #11202E; */
}

#works {
    /* background-color: #11202E; */
    background-color: white;
    padding-top: 15rem;
    padding-bottom: 5rem;
    /* background-color: rgba(53, 158, 0, 0.8); */
}

#contact {
    background: #627485;
    padding-top: 5rem;
    padding-bottom: 5rem;
}

#navbarx {
    background: #11202E;
}

#works .module-title, #works .module-subtitle {
    color: #11202E;
}

#contact .module-title, #works .module-subtitle {
    color: white;
}

picture source, picture img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: absolute;
    z-index: -9999;
}

.navbar {
    min-height: 60px;
}

.navbar img {
    margin-top: 8px;
}

.navbar-nav > li > a {
    padding-top: 22px;
    padding-bottom: 15px;
    font-weight: 600;
}

.navbar-custom .nav li > a {
    position: relative;
    color: rgba(17, 32, 46, 1);
}

.caption-content {
    text-shadow: 0 0 5px black;
}

.font-kerning {
    letter-spacing: 1px;
}

.intro-text {
    font-size: 1.5rem;
}

.great {
    font-size: 3.5rem;
    font-weight: 600;
    letter-spacing: -0.2rem;
    margin-top: 0;
    margin-bottom: 10px;
    line-height: 4rem;
}

.aka {
    font-size: 1.8rem;
    font-weight: 300;
    letter-spacing: -0.1rem;
    line-height: 1em;
    padding-bottom: 5rem;
}

.arte {
    font-size: 2.5rem;
    color: #359E00;
    line-height: 2.5rem;
}

#intro {
    color : white;
}

.now {
    color: white;
    text-align: center;
}

p {
    margin-bottom: 10px;
    text-align: left;
}

.pt-01 {
    padding-top: 70px;
}