/* Master Styles */

body {
    font-family: 'Roboto', sans-serif;
    margin: 0px;
    background:linear-gradient(to right, #007bff, #0C4078);
}

.container {
    display: grid;
    grid-template-columns: 1fr;
}









/* Navigation Styles */

.nav-wrapper {
    font-family: 'Quicksand', sans-serif;
    letter-spacing: 2px;
    display: flex;
    justify-content: space-between;
    padding: 38px;
    font-weight: 400;
}

.left-side {
    display: flex;
}

.brand a {
    /* border-bottom: 1px solid transparent; */
    color: white;
    text-decoration: none;
}

.nav-wrapper>.left-side>div {
    margin-right: 20px;
    font-size: 0.9em;
    text-transform: uppercase;
}

.nav-link-wrapper {
    height: 22px;
    border-bottom: 1px solid transparent;
    transition: border-bottom 0.5s;
}

.nav-link-wrapper a {
    /* color: #8a8a8a; */
    color: white;
    text-decoration: none;
    transition: color 0.5s;
}

.nav-link-wrapper:hover {
    border-bottom: 1px solid white;
}

.nav-link-wrapper a:hover {
    color: white;
}

.active-nav-link {
    border-bottom: 1px solid white;
}

.active-nav-link a {
    font-weight: 700;
    color: white !important;
}

.middle-side a {
    color: white !important;
    text-decoration: none;
}












/* Portfolio styles */

.portfolio-items-wrapper {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
}

.portfolio-item-wrapper {
    position: relative;
}

.portfolio-img-background {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    height: 350px;
    width: 100%;
}

.img-text-wrapper {
    position: absolute;
    top: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: 100%;
    text-align: center;
    padding-left: 100px;
    padding-right: 100px;
}

.logo-wrapper img {
    width: 50%;
    margin-bottom: 20px;
}

.img-text-wrapper .subtitle {
    transition: 1s;
    font-weight: 600;
    color: transparent;
}

.img-text-wrapper:hover .subtitle {
    font-weight: 600;
    color: lightseagreen;
}

.img-darken {
    transition: 1s;
    filter: brightness(10%);
}











/* About page styles */

.two-column-wrapper {
    display: flex;
    /* justify-content: space-evenly; */
    justify-content: safe;
    /* display: grid;
    grid-template-columns: 1fr 1fr; */
}

.profile-image-wrapper img {
    width: 250px;
    border-radius: 100%;
    margin-top: 5%;
    margin-left: 10%;
    margin-bottom: 10%;
}

.profile-content-wrapper {
    /*     padding-top: -10%; */
    padding-left: 50px;
    padding-right: 50px;
    transform: translate(0%, 5%);
}

.profile-content-wrapper h1 {
    color: #ff9f0a;
    font-family: 'Comfortaa', cursive;
}

.profile-content-wrapper p {
    color: white;
    font-family: 'Open Sans', sans-serif;
    font-size: 22px;
    font-weight: 300;

}










/* theApp styles */

.content-wrapper{
    margin-right: 50px;
    margin-left: 50px;
    margin-bottom: 50px;
}

.appIcon-two-column-wrapper {
    margin: auto;
    display: grid;
    grid-template-columns: 1fr 1fr;
    justify-content: safe;
/*     padding-right: 2.5%; */
}
.appIcon-wrapper{
    text-align: center;
/*     align-items: center; */
}

/* SET ABSOLUTE WIDTH????? */
.appIcon-wrapper img {
    border-radius: 20%;
    width: 60%;
    max-width: 400px;
    /*     padding-left: 20%; */
    margin-left: 0%;
    transform: translate(0%, 0%);
}

.content-wrapper a img {
    display: block;
    margin-left: auto;
    margin-right: auto;
    padding-top: 2%;
}

.appIcon-content-wrapper {
    transform: translate(0%, 0%);
}

.appIcon-content-wrapper h1 {
    margin-top: 0;
    font-family: 'Comfortaa', cursive;
    font-size: 40px;
    color: #ff9f0a;
}

.appIcon-content-wrapper p {
    font-size: 22px;
    font-family: 'Open Sans', sans-serif;
    font-weight: 300;
    color: white;
}

.screenshotContentWrapper {
    display: grid;
    grid-template-columns: 1fr 1fr;
    margin-top: 25px;
    margin-bottom: 25px;
    /* text-align: center;
    align-items: center;
    position: relative; */
    /*         padding: 10%; */
    /* font-family: 'Roboto', sans-serif; */
}

.screenshotWrapper{
    text-align: center;
}
.screenshotWrapper img {
/*     margin: 0; */
    position: relative;
    
    margin: auto;
    width: 300px;
    transform: translate(0%, 0%);
    /* align-items: center; */
}

.screenshotTextWrapper h1 {
    font-family: 'Comfortaa', cursive;
    text-align: left;
    transform: translate(0%, 0%);
    font-size: 40px;
    color: #ff9f0a;
}

.screenshotTextWrapper p {
    font-family: 'Open Sans', sans-serif;
    font-size: large;
    position: relative;
    /* padding: 0%; */
    /* margin: 0%; */
    padding-right: 0px;
    padding-top: 0px;
    transform: translate(0%, 0%);
    color: white;
    font-size: 30px;
    font-weight: 100;
    /* font- */
}

.screenshotContentWrapper_swapped {
    display: grid;
    grid-template-columns: 1fr 1fr;
    margin-top: 25px;
    margin-bottom: 25px;

    /* margin-right: 0%; */
    
    /* text-align: right;
    align-items: center;

    position: relative; */
}

.screenshotContentWrapper_swapped img {
/*     margin: 0; */
     position: relative;
    
    margin: auto;
    width: 300px;
    transform: translate(0%, 0%);
}

.screenshotTextWrapper_swapped h1 {
    color: #ff9f0a;
    font-family: 'Comfortaa', cursive;
    text-align: right;
    transform: translate(0%, 0%);
    font-size: 40px;
}

.screenshotTextWrapper_swapped p {
    font-family: 'Open Sans', sans-serif;
    /* font-size: large; */
    font-size: large;
    position: relative;
    /* padding: 0%; */
    /* margin: 0%; */
    padding-right: 0px;
    margin-left: 0px;
    padding-top: 0px;
    transform: translate(0%, 0%);
    color: white;
    font-size: 30px;
    font-weight: 100;
}

.screenshotContentWrapper_swapped p {
    text-align: right;
    padding-left: 0%
}











@media screen and (max-width: 1000px) {
    /* Master Styles */
    body {
        font-family: "Lato", sans-serif;
        margin: 0px;
        /* background: linear-gradient(to right, #9c27b0, #8ecdff); */
        background:linear-gradient(to right, #007bff, #00519d);

    }
    .container {
        display: grid;
        grid-template-columns: 1fr;
    }
    
    
    
    
    
    
    
    /* Navigation Styles */
    .nav-wrapper {
        padding-right: 0;
/*         padding-left: 0; */
        margin-right: 0;
/*         margin-left: 0; */
/*         text-align: center;
        align-items: center; */
        margin: 0;
        /* padding-left: 0%; */
        display: grid;
        /* grid-template-columns: 1fr 1fr; */
        justify-content: space-evenly;
        /* align-items: center; */
        /* padding: 38px; */
    }
    .left-side {
        display: flex;
        transform: translate(0%, 0%);
    }
    .right-side {
        /* margin-top: 50%; */
        /* text-align: center; */
        display: none;
    }
    .brand a {
        /* border-bottom: 1px solid transparent; */
        color: black;
        text-decoration: none;
    }
    .nav-wrapper>.left-side>div {
        margin-right: 20px;
        font-size: 0.9em;
        text-transform: uppercase;
    }
    .nav-link-wrapper {
        height: 22px;
        border-bottom: 1px solid transparent;
        transition: border-bottom 0.5s;
    }
    .nav-link-wrapper a {
        /* color: #8a8a8a; */
        color: white;
        text-decoration: none;
        transition: color 0.5s;
    }
    .nav-link-wrapper:hover {
        border-bottom: 1px solid white;
    }
    .nav-link-wrapper a:hover {
        color: white;
    }
    .active-nav-link {
        border-bottom: 1px solid white;
    }
    .active-nav-link a {
        color: white !important;
    }
    .middle-side a {
        color: white !important;
        text-decoration: none;
        display: none;
    }








    /* theApp styles */
    .content-wrapper{
        margin-right: 25px;
        margin-left: 25px;
        margin-bottom: 25px;
    }
    .appIcon-two-column-wrapper {
        margin: auto;
        display: grid;
        justify-content: safe;
        grid-template-columns: 1fr;
        align-items: center;
        /* margin-left: auto; */
        /* margin-right: auto; */
        /* display */
        text-align: center;
        padding-right: 0%;
    }
    .appIcon-wrapper img {
        border-radius: 20%;
        width: 60%;
        /*     padding-left: 20%; */
        margin-left: 0%;
        transform: translate(0%, 0%);
        margin-bottom: 20px
    }
    .content-wrapper a img {
        display: block;
        margin-left: auto;
        margin-right: auto;
        padding-top: 0%;
    }
    .appIcon-content-wrapper {
        transform: translate(0%, 0%);
    }
    .appIcon-content-wrapper h1 {
/*         margin: 100px */
        font-family: 'Comfortaa', cursive;
        font-size: 40px;
        color: #ff9f0a;
    }
    .appIcon-content-wrapper p {
        font-size: 22px;
        font-family: 'Open Sans', sans-serif;
        font-weight: 300;
        color: white;
    }
    .screenshotContentWrapper {
        display: grid;
        grid-template-columns: 1fr;
        justify-content: safe;
        text-align: center;
        margin-top: 0%;
        margin-bottom: 0%
        /*         padding: 10%; */
        /* font-family: 'Roboto', sans-serif; */
    }
    .screenshotWrapper img {
        margin: 0;
        position: relative;
        margin-top: 10px;
        width: 60%;
        transform: translate(0%, 0%);
        /* align-items: center; */
    }
    .screenshotTextWrapper h1 {
        font-family: 'Comfortaa', cursive;
        text-align: center;
        transform: translate(0%, 0%);
        font-size: 40px;
        color: #ff9f0a;
    }
    .screenshotTextWrapper p {
        font-family: 'Open Sans', sans-serif;
        font-size: large;
        position: relative;
        /* padding: 0%; */
        /* margin: 0%; */
        padding-right: 0px;
        padding-top: 0px;
        transform: translate(0%, 0%);
        color: white;
        font-size: 30px;
        font-weight: 100;
        text-align: center;
        /* font- */
    }
    .screenshotContentWrapper_swapped {
        display: flex;
        grid-template-columns: 1fr;
        justify-content: safe;
        margin-bottom: 0%;
        text-align: center;
        flex-direction: column-reverse;
    }
    .screenshotContentWrapper_swapped img {
        order: 0;
        margin: 0;
        position: relative;
        width: 60%;
        transform: translate(0%, 0%);
    }
    .screenshotTextWrapper_swapped h1 {
        /*         order: 1; */
        color: #ff9f0a;
        font-family: 'Comfortaa', cursive;
        text-align: center;
        transform: translate(0%, 0%);
        font-size: 40px;
    }
    .screenshotTextWrapper_swapped p {
        /*         order: 2; */
        font-family: 'Open Sans', sans-serif;
        /* font-size: large; */
        font-size: large;
        position: relative;
        /* padding: 0%; */
        /* margin: 0%; */
        padding-right: 0px;
        margin-left: 0px;
        padding-top: 0px;
        transform: translate(0%, 0%);
        color: white;
        font-size: 30px;
        text-align: center;
        padding-left: 0%
    }








    /* About page styles */
    .two-column-wrapper {
        display: grid;
        /* justify-content: space-evenly; */
        justify-content: safe;
        text-align: center;
        align-items: center;
        /* display: grid; */
        grid-template-columns: 1fr; 
    }
    .profile-image-wrapper img {
        width: 250px;
        border-radius: 100%;
        margin-top: 0%;
        margin-left: 0%;
        margin-bottom: 0%;
    }
    .profile-content-wrapper {
        /*     padding-top: -10%; */
        padding-left: 25px;
        padding-right: 25px;
        transform: translate(0%, 0%);
    }
    .profile-content-wrapper h1 {
        color: #ff9f0a;
        font-family: 'Comfortaa', cursive;
    }
    .profile-content-wrapper p {
        color: white;
        font-family: 'Open Sans', sans-serif;
        font-size: 22px;
        font-weight: 300;
    }
}