* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    font-family: 'Kumbh Sans', sans-serif;
}

.navbar {
    background: #d6d6d6;
    color: #d6d6d6;
    height: 80x;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 1.2rem;
    position: sticky;
    top: 0;
    z-index: 999;
    margin: 0 0;
}

.navbar__container {
    display: flex;
    justify-content: space-between;
    height: 80px;
    z-index: 1;
    width: 100%;
    max-width: 1300px;
    margin: 0 auto;
    padding: 0  50px;
}

#navbar__logo {
    padding-top: 5px;
}

.fa-gem {
    margin-right: 0.5rem;
}

.navbar__menu {
    display: flex;
    align-items: center;
    list-style: none;
    text-align: center;
}

.navbar__item {
    height: 80px;
}

.navbar__links {
    color: #000;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    padding: 0 1rem;
    height: 100%;
    transition: all 0.3s ease;
}

.navbar__btn {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0 rem;
    width: 100%;
}

.button {
    color: #fff;
    background: #000;
    text-decoration: none;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 20px 20px;
    height: 100%;
    width: 100%;
    border: none;
    outline: none;
    border-radius: 4px;
    transition: all 0.3s ease;
}

.button:hover {
    background: #039ae8;
}

.navbar__links:hover {
    color: #039ae8;
}

@media screen and (max-width: 960px) {
    .navbar__container {
        display: flex;
        justify-content: space-between;
        height: 80px;
        z-index: 1;
        width: 100%;
        max-width: 1300px;
        padding: 0;
    }

    #navbar__logo {
        padding-left: 25px;
    }
}

/* image splash */
.main {
    background-image: url(images/splashdeck.png);
    background-position-y: 25%;
    background-position-x: 80%;
    background-size: 150%;
}

.main__container {
    display: grid;
    grid-template-columns: 1fr 1fr;
    align-items: center;
    justify-self: center;
    margin: 0 auto;
    height: 70vh;
    z-index: 1;
    width: 100%;
    max-width: 1300px;
    padding: 0 50;
}

.main__content {
    font-size: 3rem;
    color: #fff;
}

.main__content h1 {
    text-shadow: -5px 5px 0 #000000;
}

.main__btn {
    font-size: 1rem;
    background-color: #000;
    padding: 14px 32px;
    border: none;
    border-radius: 3px;
    transition: all 0.3s ease;
}

.main__btn a {
    text-decoration: none;
    color: #fff;
}

.main__btn:hover {
    background: #039ae8;
    padding: 20px 38px;
}

@media screen and (max-width: 1400px) {
    .main {
        padding-left: 25px;
    }
}


/* about us */

.aboutus {
    text-align: center;
    align-items: center;
    justify-content: center;
    font-size: 1.75rem;
    margin: 3rem 0;
}

.aboutus p {
    margin: 1rem 20%;
    font-size: 2rem;
}

/* gallery */
.gallery {
    background: #fff;
    background-size: 100%;
    margin-bottom: 5rem;
    font-size: 1.75rem;
}

.gallery h1 {
    text-align: center;
    align-self: center;
    margin-top: 2rem;
}

.gallery__container {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
}

.gallery__card {
    margin: 3.5rem 15%;
    max-height: 400px;
    display: flex;
}

.gallery__card img {
    max-width: 500px;
    box-shadow: -10px 10px #000;
}

.gallery__card__text {
    margin: 0 2rem;
    text-align: center;
    justify-self: center;
    align-self: center;
}

.gallery__card p {
    font-size: 1.75rem;
}

/* what we do */
.examples__container {
    font-size: 1.75rem;
    display: inline;
    justify-content: center;
    text-align: center;
    align-content: center;
}

.examples__cards__container {
    display: flex;
    justify-content: center;
    font-size: 1.3rem;
    text-align: center;
    margin-bottom: 6rem;
    margin-top: 2rem;
}

.examples__card {
    border-radius: 15px;
    background-color: #d6d6d6;
    padding: 0.5rem 2%;
    margin: 0 1%;
    max-width: 20%;
}

.examples__card ul {
    text-align: left;
}

.examples__card li {
    margin: 1rem;
}

/* contact us */
.contact__container {
    display: inline;
    align-items: center;
    text-align: center;
    margin: 2rem 20rem;
    font-size: 2rem;
}

.contact__container p {
    font-size: 1.5rem;
    margin: 0rem 2rem;
}

.contact__card {
    display: flex;
    justify-content: center;
    margin: 3rem 20rem;
}

.contact__card img {
    box-shadow: -10px 10px #000;
    max-width: 500px;
    height: auto;
}

.contact__container h2 {
    font-size: 2rem;
    margin: 1rem 3rem;
}

.list__container {
    display: flex;
    justify-content: center;
    margin-top: 0.5rem;
    margin-bottom: 0.5rem;
    margin-left: 10rem;
    margin-right: 5rem;
}

.contact__text ul {
    text-align: left;
    align-self: center;
    font-size: 1.5rem;
}

.contact__text li {
    margin: 0.75rem;
}

/* footer */
.footer__container {
    background-color: #c4c4c4;
    padding: 2rem 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    align-self: center;
    justify-items: center;
}

.footer__container img {
    margin-top: 2rem;
}

.website__rights {
    margin-top: 2rem;
}

.footer__links {
    width: 100%;
    max-width: 1000px;
    display: flex;
    justify-content: center;
}

.footer__link--wrapper {
    display: flex;
    margin: 0 12%;
}

.footer__link--items {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    margin: 16px;
    text-align: left;
    width: 160px;
    box-sizing: border-box;
}

.footer__link--items h2 {
    margin-bottom: 16px;
}

.footer__link--items a {
    color: #000;
    text-decoration: none;
    margin-bottom: 0.5rem;
}

.footer__link--items p {
    color: #000;
    text-decoration: none;
    margin-bottom: 0.5rem;
}

.footer_link--items a:hover {
    color:#039ae8;
    transition: 0.2 ease-out;
}

/* mobile responsive */
@media screen and (max-width: 768px) {
    .main__container {
        display: grid;
        grid-template-columns: auto;
        align-items: center;
        justify-self: center;
        width: 100%;
        margin: 0 auto;
        height: 90vh;
    }

    .main {
        background-size: 175%;
    }

    .main__content {
        text-align: center;
        margin-bottom: 4rem;
    }

    .main__btn {
        margin-top: 3rem;
        font-size: 1.5rem;
    }

    .gallery {
        font-size: 2rem;
        display: inline;
    }

    .gallery__card {
        display: inline;
        margin: 1rem 0;
        max-width: 1300px;
    }

    .gallery__card img {
        max-width: 0px;
        max-height: 0px;
    }

    .footer__container {
        margin-top: 4rem;
    }

    .footer__links {
        display: inline;
        justify-content: center;
        text-align: center;
    }

    .aboutus p {
        margin: 0 1.5rem;
    }

    .contact__container {
        display: inline;
        align-items: center;
    }

    .contact__card {
        display: inline;
        align-items: center;
        margin: 0;
    }

    .contact__card img {
        align-self: center;
        margin-left: 6rem;
        margin-bottom: 2rem;
        margin-top: 1rem;
    }

    .examples__cards__container {
        display: inline;
    }

    .examples__card {
        max-width: 50vh;
        margin: 2rem auto;
    }

    .examples__card h2 {
        font-size: 2.5rem;
    }
}

@media screen and (max-width: 550px) {
    .main__container {
        display: grid;
        grid-template-columns: auto;
        align-items: center;
        justify-self: center;
        width: 100%;
        margin: 0 auto;
        height: 90vh;
    }

    .navbar__links {
        font-size: 1rem;
    }

    .navbar__btn {
        font-size: 0.75rem;
    }

    .main__content {
        text-align: center;
        margin-bottom: 0rem;
        margin-top: 0rem;
    }

    .main__content h1 {
        font-size: 4rem;
    }

    .main__btn {
        margin-top: 2rem;
        font-size: 1.5rem;
    }

    #navbar__logo {
        margin: 0 -35px;
    }

    .main {
        height: 70vh;
    }

    .main__container {
        height: 100%;
    }

    .gallery__card {
        display: inline;
        margin: 2rem 0;
        max-width: 1300px;
    }

    .footer__container {
        margin-top: 10rem;
    }

    .contact__card h2 {
        font-size: 1.5rem;
    }

    .contact__card img {
        max-width: 350px;
        margin-left: 3.5rem;
    }

    .examples__card {
        font-size: 1.5rem;
        max-width: 350px;
    }
}