/* basic css (reset) */
* {
    box-sizing: border-box;
}

html, body {
    margin: 0;
    padding: 0;
    background-color: #F3F4F6;
    font-family: 'Lato', sans-serif;
    font-size: 1.1rem;
    font-weight: 400;
    /* available weights: 400, 700 & 400 italic */
}

img {
    max-width: 100%;
    height: auto;
}

ul {
    padding: 0;
    margin: 0;
}

figcaption {
    font-size: .75rem;
    font-style: italic;
    color: #AA6C39;
    letter-spacing: 1px;
}

blockquote {
    padding: 0;
    margin: 0;
}

section {
    padding: 90px 15px;
}

h1, h2, h3, h4, h5, h6, p {
    margin: 0 0 10px;
    color: #FFD700;
}
p{
    color: #AA6C39;
}
img {
    color: #8B0000;
}

h1 {
    font-size: 35px;
}

h2 {
    font-size: 30px;
}

@media(min-width: 768px) {
    h1 {
        font-size: 70px;
    }

    h2 {
        font-size: 60px;
    }
}

.button_a {
    display: inline-block;
    text-decoration: none;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 1.125rem;
    background-color: #8B0000;
    padding: 15px;
    border: 2px solid #c73330;
    border-radius: 45px;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    transition: background-color 0.8s ease;
}

    .button_a:hover {
        background-color: #99130f;
    }

/* global style ended above */

/* header navigation menu */
header {
    background-color: #000000;
}

body {
    background-color: #818589;
}

nav {
    max-width: 2000px;
    margin: 0 auto;
    display: flex;
    align-items: center;
}

    nav .logo-container {
        max-width: 130px;
    }

@media (min-width: 768px) {
    nav .logo-container {
        max-width: 250px;
    }
}

nav .logo-container a img {
    margin: 15px 10px;
}

nav .navigation-container {
    width: 100%;
}

    nav .navigation-container ul {
        padding: 0;
        margin: 20px;
        display: flex;
        justify-content: center;
        align-items: center;
    }

        nav .navigation-container ul li {
            list-style: none;
            padding: 0;
            margin: 0;
        }

            nav .navigation-container ul li a {
                text-decoration: none;
                text-transform: uppercase;
                font-weight: 700;
                font-size: 1rem;
                font-style: italic;
                color: #FFD700;
                padding: 10px 5px;
                transition: all 0.9s ease-out;
            }

nav .socials-container {
    width: 10%;
}

    nav .socials-container ul {
        padding: 0;
        margin: 20px;
        display: flex;
        justify-content: flex-end;
        align-items: center;
    }

        nav .socials-container ul li {
            list-style: none;
            padding: 15px;
            margin: 0;
        }

            nav .socials-container ul li a {
                text-decoration: none;
                text-transform: uppercase;
                font-weight: 700;
                font-size: 1rem;
                font-style: italic;
                color: #FFD700;
                padding: 10px 5px;
                transition: all 0.9s ease-out;
            }

@media (min-width: 768px) {
    nav .navigation-container ul li a {
        font-size: 1.125rem;
        padding: 30px 15px;
    }
}

nav .navigation-container ul li a:hover {
    background-color: #37415c;
    color: #E0413D;
}

/* footer navigation menu */
footer {
    background-color: #000000;
    padding: 90px 0 0;
}

    footer .footer-container {
        max-width: 1200px;
        margin: 0 auto;
    }

        footer .footer-container p, a, h4 {
            color: #FFD700;
        }

        footer .footer-container h4 {
            margin: 0 0 10px;
        }

        footer .footer-container p, a {
            font-size: .875rem;
        }

        footer .footer-container img {
            max-width: 200px;
        }

        footer .footer-container .footer-col {
            margin: 0 15px 60px;
            padding: 30px;
            border-radius: 4px;
            background: #15232D;
            box-shadow: 2px 2px 2px #15232D;
            box-shadow: inset 2px 2px 2px hsla(0,0%,100%,.25), inset -2px -2px 2px rgba(0,0,0,.25);
        }

            footer .footer-container .footer-col ul li {
                list-style: none;
            }

@media (min-width: 768px) {
    footer .footer-container {
        display: flex;
        justify-content: space-between;
    }

        footer .footer-container .footer-col {
            flex-basis: 32%;
        }
}

footer .bottombar {
    padding: 20px 15px;
    background-color: #070e14;
    text-align: center;
    font-style: italic;
    color: #FFD700;
}

/* home page - index.html */
.banner {
    background-color: #15232D;
    /* background-image: linear-gradient(315deg, #7f53ac 0%, #647dee 74%); */
    padding: 90px 15px;
    text-align: center;
}

    .banner p {
        margin-bottom: 60px;
        /* text-shadow: 1px 1px 4px #5c5a5a; */
        font-size: 1.125rem;
    }

@media (min-width: 768px) {
    .banner h1 {
        font-size: 60px;
        font-weight: 700;
    }
}

.sec-intro {
    background-color: #070e14;
}

    .sec-intro .col {
        max-width: 800px;
        margin: 0 auto;
    }
    .sec-intro h2 {
        text-align: center;
    }

        .sec-intro .col img {
            padding: 0.25rem;
            border: 1px solid #bbbbbb;
            border-radius: 0.25rem;
        }
    .sec-intro .values-container .values-wrapper .item {
        background-color: #15232D;
        margin-bottom: 30px;
        padding: 15px;
        border: 1px solid #15232D;
        border-radius: 4px;
        box-shadow: 0 1px 4px 0 rgba(135, 159, 171, 0.71);
    }

@media (min-width: 768px) {
    .sec-intro .values-container {
        display: flex;
        justify-content: space-between;
        align-items: center;
    }

        .sec-intro .values-container .values-wrapper {
            flex-basis: 100%;
        }

        .sec-intro .values-container .values-wrapper .values {
            display: flex;
            justify-content: space-between;
        }

        .sec-intro .values-container .values-wrapper .values .item {
            flex-basis: 30%;
        }
}

.sec-completed-projects {
    background-color: #15232D;
    text-align: center;
}

    .sec-completed-projects p {
        margin-bottom: 60px;
    }

@media (min-width: 768px) {
    .sec-completed-projects h3 {
        font-size: 2.725rem;
    }
}

.services {
    background-color: #070e14;
}


    .services .services-container .services-wrapper .item {
        background-color: #15232D;
        margin-bottom: 30px;
        padding: 15px;
        border: 1px solid #15232D;
        border-radius: 4px;
        box-shadow: 0 1px 4px 0 rgba(135, 159, 171, 0.71);
    }

    .services .services-container .cta {
        padding: 10px;
        background-color: #15232D;
        border: 1px solid #15232D;
        border-radius: 4px;
    }

        .services .services-container .cta p {
            margin-bottom: 30px;
        }

        .services .services-container .cta a {
            margin-bottom: 20px;
        }

        .services .services-container .cta img {
            padding: 0.25rem;
            border: 1px solid #5dcafc;
            border-radius: 0.25rem;
        }

@media (min-width: 768px) {
    .services .services-container {
        display: flex;
        justify-content: space-between;
        align-items: center;
    }

        .services .services-container .services-wrapper {
            flex-basis: 60%;
        }

        .services .services-container .cta {
            flex-basis: 35%;
        }

        .services .services-container .services-wrapper .services1 {
            display: flex;
            justify-content: space-between;
        }

        .services .services-container .services-wrapper .services1 .item {
            flex-basis: 30%;
        }

        .services .services-container .services-wrapper .services2 {
            display: flex;
            justify-content: space-between;
        }

            .services .services-container .services-wrapper .services2 .item {
                flex-basis: 30%;
            }
}

/* Contact page - contct.html*/
.contact {
    background-color: #070e14;
}

.contact .greeting {
    margin-bottom: 60px;
}

@media (min-width: 768px) {
    .contact .contact-wrapper {
        max-width: 1100px;
        margin: 0 auto;
    }

        .contact .contact-wrapper .contact-row {
            display: flex;
            justify-content: space-between;
            align-items: flex-start;
        }

            .contact .contact-wrapper .contact-row .greeting {
                flex-basis: 50%;
            }
}

/* our work page - work.html */
.workings {
    background-color: #070e14;
    text-align: center;
}


    .workings .workings-container .workings-wrapper .item {
        background-color: #15232D;
        margin-bottom: 30px;
        padding: 15px;
        border: 1px solid #15232D;
        border-radius: 4px;
        box-shadow: 0 1px 4px 0 rgba(135, 159, 171, 0.71);
    }

@media (min-width: 768px) {
    .workings .workings-container {
        display: flex;
        justify-content: space-between;
        align-items: center;
    }

        .workings .workings-container .workings-wrapper {
            flex-basis: 100%;
        }

        .workings .workings-container .workings-wrapper .workings1 {
            display: flex;
            justify-content: space-between;
        }

            .workings .workings-container .workings-wrapper .workings1 .item {
                flex-basis: 30%;
            }

        .workings .workings-container .workings-wrapper .workings2 {
            display: flex;
            justify-content: space-between;
        }

            .workings .workings-container .workings-wrapper .workings2 .item {
                flex-basis: 30%;
            }
}