/* GLOBAL */

html {
    height: 100%;
    width: 100%;
}

body {
    position: relative;
    width: 100%;
    height: 100%;
    box-sizing: border-box;
    margin: 0;
    background: white;
    line-height: 1.8;
    font-size: 15px;
    border: 0;
    font-family: 'Oxygen', Arial, Helvetica, sans-serif;
}

#window_shade {
    position: absolute;
    bottom: 0;
    background: black;
    width: 100%;
    z-index: 500;
    height: 100%;
/*    transition: .5s cubic-bezier(0.01,0,0.01,1);  */
}

*, *:before, *:after {
    box-sizing: inherit;
}

h1 {
    font-size: 10px;
    font-weight: 200;
    text-transform: uppercase;
    text-align: right;
}

h2 {
    font-size: 24px;
    font-weight: 200;
    text-transform: uppercase;
    text-align: center;
    letter-spacing: 10px; 
}

h3 {
    margin: 0;
}

a {
    color: steelblue;
    text-decoration: none;
}

a:hover {
    text-decoration: none;
}

footer {
    position: relative;
    text-align: center;
    background:  lightgray;
    width: 100%;
    height: 120px;
}

.contact-icons-footer {
    font-size: 20px;
    letter-spacing: 10px;
    text-align: left;
    padding: 30px 20px;
    display: none;
    position: relative;
}

.back_to_top {
    position: absolute;
    top: 0px;
    left: 50%;
    transform: translate(-50%,0);
    font-size: 18px;
    letter-spacing: 3px;
    padding: 30px 15px;
}

.copyright {
    position: absolute;
    bottom: 5px;
    left: 50%;
    transform: translate(-50%,0);
    font-size: 12px;
    line-height: 12px;
}

.copyright p {
    margin: 5px;
    padding: 0;
}

footer a {
    color: black;
}

.nascent_bold {
    font-weight: 900;
}

.logo {
    text-transform: lowercase;
    margin-top: 80px;

}

/* NAVIGATION */

navigation {
    position: relative;
    width: 100%;
    height: 0%;
    background: black;
    position: fixed;
    top: 0;
    left: 0;
    overflow-x: hidden;
    transition: .5s cubic-bezier(0.01,0,0.01,1);
    z-index: 100;
    opacity: .85;
    white-space: nowrap;
    overflow: hidden;
}

#company_name {
    max-width: 200px;
    position: relative;
    font-size: 24px;
    display: block;
    margin: auto;
    opacity: 0;
    color: white;
    letter-spacing: 2px;
    border-bottom: 1px solid white;
}

navigation a {
    color: white;
    text-decoration: none;
}

navigation a:hover {
    color: grey;
}

.navicon {
    position: fixed;
    right: 10px;
    top: 10px;
    color: lightgray;
    padding: 5px 15px;
    font-size: 25px;
    /* text-shadow: 2px 2px 10px white, -2px -2px 10px white, 2px -2px 10px white, -2px 2px 10px white; */
    cursor: pointer;
    z-index: 99;
    /* border: 2px solid lightgray; */
    /* box-shadow: 2px 2px 10px white, -2px -2px 10px white, 2px -2px 10px white, -2px 2px 10px white; */
}

.closebtn {
    position: absolute;
    top: 15px;
    right: 25px;
    font-size: 25px;
    margin-left: 50px;
    z-index: 100;
    color: white;
    cursor: pointer;
}

navigation li {
    line-height: 20px;
    text-align: center;
}

/*
.topnav {
    overflow: hidden;
    display: flex;
}

ul.subjects {
    display: flex;;
    flex-direction: column;
    margin: auto;
    margin-top: 110px;
    list-style: none;
    padding-right: 40px;
    font-weight: bold;
    overflow: scroll;
}
*/

ul.subjects {
    position: absolute;
    margin-left: -20px;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    list-style: none;
    font-weight: bold;
    overflow: hidden;
}

ul.subjects > li {
    line-height: 50px;
    position: relative;
    text-transform: lowercase;
    letter-spacing: 5px;
}

.Services_pulldown, .Process_pulldown, .Contact_pulldown {
    position: absolute;
    cursor: pointer;
}

.carat {
    transition: all 300ms;
    padding: 10px;
    color: white;
}

.carat:hover {
    color: grey;
}

.up {
    transform: rotate(180deg);
}

.Process, .Services {
    line-height: 40px;
    padding: 0px 10px;
    list-style: none;
    font-weight: normal;
    display: none;
    border-top: 1px solid lightgrey;
    border-bottom: 1px solid lightgrey;
}

.Services_show, .Process_show, .Contact_show {
    display: block;
}

ul.Services > li, ul.Process > li, ul.Contact > li {
    line-height: 40px;
}

.selected > a {
    color: steelblue;
    font-style: normal;
}

.contact-icons {
    position: absolute;
    left: 50%;
    transform: translate(-50%, 0%);
    font-size: 20px;
    letter-spacing: 10px;
    display: block;
    bottom: 0px;
    opacity: 0;
}

.contact-icons a:visited {
    color: white;
}

.contact-icons a:hover {
    color: grey;
}



/* PAGE FRAMEWORK CONTENT */

#main {
    width: 100%;
    height: 100%;
    min-height: 800px;
    position: relative;
}

#page {
    width: 100%;
    height: 100%;
    background: white;
    position: relative;
}

#page h1 {
    font-size: 20px;
    letter-spacing: 5px;
    overflow: hidden;
}

.intropicture {
    width: 100%;
    height: 80%;
    background-image: url(../images/page_assets/futurecoding.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-attachment: scroll;
    position: relative;
}

.intropicture2 {
    height: 70%;
    width: 100%;
    background-image: url(../images/page_assets/digital_globe.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-attachment: scroll;
    position: relative;
}

.intropicture3 {
    height: 50%;
    width: 100%;
    background-image: url(../images/page_assets/collage2.jpg);
    background-size: cover;
    background-position: center;
    background-attachment: scroll;
    position: relative;
    background-repeat: repeat-x;
    animation: leftscroll 28800s infinite linear;
}

.intropicture4 {
    height: 50%;
    width: 100%;
    background-image: url(../images/page_assets/hikingintro.jpg);
    background-size: cover;
    background-position: 50% 70%;
    background-attachment: scroll;
    position: relative;
    background-repeat: no-repeat;
}

.intropicture h1 {
    font-size: 28px;
    font-weight: 700;
    text-transform: lowercase;
    letter-spacing: 10px;
    text-align: center;
    color: white;
}

.company_name_container {
    position: absolute;
    top: 20%;
    left: 50%;
    transform: translate(-50%, -50%);
    display: block;
    animation: slidedown1 1s ease-in-out 3s both;
    white-space: nowrap;
    color: white;
    text-shadow: 3px 3px 10px black, -3px -3px 10px black, 3px -3px 10px black, -3px 3px 10px black;
    text-align: center;
    font-size: 32px;
    letter-spacing: 2px;
}

.titleblock {
    position: relative;
    top:40%;
    left:50%;
    padding: 12px 24px;
    background-color: black;
    color: white;
    width: 100%;
    transform: translate(-50%,-50%);
    display: inline-block;
    animation: fader 1s both;
    animation-delay: .5s;
}

.banner_container {
    position: relative;
}

.banner_container2 {
    position: absolute;
    width: 70%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    overflow: hidden;

}

#simple {
    position: relative;
    display: inline-block;
    animation: banner_slider 5s ease-in-out 1s both;
}

#efficient {
    position: relative;
    display: inline-block;
    animation: banner_slider 4.5s ease-in-out 1.5s both;
}

#engaging {
    position: relative;
    display: inline-block;
    animation: banner_slider 4s ease-in-out 2s both;
}

#web {
    position: relative;
    display: inline-block;
    animation: banner_slider2 1s ease-in-out 4s both;
}

#designer {
    position: relative;
    display: inline-block;
    animation: banner_slider2 1s ease-in-out 4.5s both;
}

#developer {
    position: relative;
    display: inline-block;
    animation: banner_slider2 1s ease-in-out 5s both;
}

.call_to_action {
    position: absolute;
    top: 70%;
    left: 50%;
    transform: translate(-50%,-50%);
    display: flex;
    flex-direction: column;
    width: 100%;
    justify-content: center;
    animation: slideup3 1s ease-in-out 3s both;
    text-align: center;
}

.call_to_action2 {
    position: absolute;
    top: 70%;
    left: 50%;
    transform: translate(-50%,-50%);
    display: flex;
    overflow: hidden;
}

.cta_button, .cta_button2, .cta_button3 {
/*    width: auto;*/
    color: black;
    height: auto;
    display: flex;
    justify-content: center;
    position: relative;
    text-align: center;
}

.cta_button a {
    width: 150px;
    color: white;
    text-shadow: 2px 2px 8px black, -2px -2px 8px black, 2px -2px 8px black, -2px 2px 8px black;
    background: rgba(255,255,255,.2);
    opacity: 1;
    padding: 10px 15px 10px 15px;
    margin: 10px;
    border: 2px solid white;
    text-align: center;
    font-size: 16px;
    text-transform: lowercase;
    letter-spacing: 2px;
    display: block;
}

.cta_button2 {
    flex-direction: column;
}

.cta_button2 a {
    width: 95px;
/*    border-radius: 50%;*/
    line-height: 90px;
    color: white;
    text-shadow: 1px 1px 2px black;
    background: rgba(255,255,255,.2);
    opacity: 1;
    margin: 5px;
    border: 2px solid white;
    text-align: center;
    font-size: 36px;
}

.cta_button3 {
    padding-bottom: 20px;
}

.cta_button3 a {
    width: 200px;
    color: black;
    opacity: 1;
    padding: 10px 15px 10px 15px;
    margin: 5px;
    border: 2px solid black;
    text-align: center;
    font-size: 16px;
    letter-spacing: 2px;
}

.cta_button a:hover {
    background: white;
    color: black;
    font-weight: bold;
    text-shadow: none;
    opacity: .7;
}

.cta_button2 a:hover {
    background: white;
    color: black;
    font-weight: bold;
    text-shadow: none;
    opacity: .7;
}

.cta_button3 a:hover {
    background: black;
    color: white;
    font-weight: bold;
    text-shadow: none;
    opacity: .7;
}

.button_description {
    color: white;
    font-size: 16px;
    white-space: normal;
    width: 80px;
    text-align: center;
    display: flex;
    justify-content: center;
    margin: 15px auto;
    text-transform: lowercase;
    line-height: 1.2;
}


.intropicture2 h1{
    position: relative;
    text-align: center;
    font-size: 36px !important;
    font-weight: 200;
    text-transform: uppercase;
    letter-spacing: 10px !important;
    text-align: center;
    color: white;
    padding-top: 10px;
}

.intropicture3 h1{
    position: absolute;
    text-align: center;
    font-size: 36px !important;
    font-weight: 200;
    text-transform: inherit;
    letter-spacing: 10px !important;
    text-align: center;
    color: white;
    padding-top: 10px;
}

.intropicture4 h1{
    position: absolute;
    text-align: center;
    font-size: 36px !important;
    font-weight: 200;
    text-transform: inherit;
    letter-spacing: 10px !important;
    text-align: center;
    color: white;
    padding-top: 10px;
}

.learn_more {
    text-align: center;
    position: relative;
    width: 80%;
    margin: 10px auto;
    padding-top: 20px;
}

.learn_more2 {
    text-align: center;
    position: relative;
    width: 80%;
    margin: 10px auto;
    padding-top: 20px;
    text-shadow: 2px 2px 10px black;
}

#learn_more_tag {
    position: relative;
    font-size: 18px;
    font-weight: 200;
    text-transform: lowercase;
    letter-spacing: 10px !important;
    text-align: center;
    color: white;
}

#learn_more2_tag {
    position: relative;
    font-size: 18px;
    font-weight: 200;
    text-transform: lowercase;
    letter-spacing: 10px !important;
    text-align: center;
    color: white;

}

#about {
    max-width: 1000px;
    margin: 100px auto;
    padding: 0  5% 5%5%;
    text-align: left;
    display: block;
    font-size: 18px;
}



/*PROCESS PAGES*/

.title_container {
    display: block;
    width: 100%;
    height: 30%;
    position: relative;
}

.title_background_process, .title_background_philosophy, .title_background_methods, .title_background_projects, .title_background_services, .title_background_developer, .title_background_testimonials, .title_background_contact {
    background-position: center;
    background-size: cover;
    background-attachment: scroll;
    width: 100%;
    height: 200px;
    position: absolute;
    top: 0;
    left: 0;
    box-shadow: 2px 2px 5px 5px darkgrey;
}

.title_background_process {
    background-image: url(../images/page_assets/meeting1.jpg);
}

.title_background_philosophy {
    background-image: url(../images/page_assets/meeting2.jpg);
}

.title_background_methods {
    background-image: url(../images/page_assets/programmer1.jpg);
}

.title_background_projects {
    background-image: url(../images/page_assets/futurecoding.jpg);
}

.title_background_services {
    background-image: url(../images/page_assets/collage2.jpg);
}

.title_background_developer {
    background-image: url(../images/page_assets/hikingintro.jpg);
    background-position: 50% 70%;
}

.title_background_testimonials {
    background-image: url(../images/page_assets/mobility.jpg);
}

.title_background_contact {
    background-image: url(../images/page_assets/contact.jpg);
}

.title_text_container{
    width: 70%;
    height: 75px;
    position: absolute;
    top: 75%;
/*    right: 5%;*/
    background: white;
    box-shadow: 2px 2px 5px darkgrey;
    overflow: hidden;
    animation: title_slide_left 1s ease-in-out .25s both;

}

.title_text {
    color: black;
    font-size: 36px;
    position: absolute;
    top:10px;
    left: 10px;
    animation: title_text_slide_left 1.5s ease-in-out .50s both;

}

.title_text2 {
    color: lightgrey;
    font-size: 56px;
    position: absolute;
    top: -30px;
    left: -3px;
    text-transform: uppercase;
    font-weight: 900;
}

.title_text2a {
    color: lightgrey;
    font-size: 42px;
    position: absolute;
    top: -15px;
    left: -3px;
    font-weight: 900;
    white-space: nowrap;
}

.title_text2_long {
    color: lightgrey;
    font-size: 34px;
    position: absolute;
    top: -5px;
    left: -2px;
    text-transform: uppercase;
    font-weight: 900;
}

.three_button_row {
    width: 100%;
    display: flex;
    justify-content: center;
    position: relative;
    text-align: center;
    margin-bottom: 50px;
}

.process_buttons {
    display: flex;
    flex-direction: column;
    border-top: 1px solid black;
    padding-top: 50px;
}

.process_buttons a {
    width: 200px;
    color: black;
    opacity: 1;
    padding: 10px 5px 10px 5px;
    margin: 5px;
    border: 2px solid black;
    text-align: center;
    font-size: 16px;
    letter-spacing: 2px;
}

.process_buttons a:hover {
    background: black;
    color: white;
    font-weight: bold;
    text-shadow: none;
    opacity: .7;
}

.not_active {
    pointer-events: none;
    cursor: default;
    text-decoration: none;
    color: lightgrey !important;
    border-color: lightgrey !important;
}

.process, .privacy {
    max-width: 1500px;
    padding: 5%;
    margin: 30px auto;
    position: relative;
}

.philosophy, .methods, .projects, .testimonials {
    max-width: 1500px;
    padding: 0px 5%;
    margin: 30px auto;
    padding-bottom: 10%;
    position: relative;

}

.centeredblock h1 {
    animation: fader 1s both;
    animation-delay: .5s;
}

.category_container {
    opacity: 1;
    display: flex;
    flex-basis: 0;
    flex-grow: 1;
    justify-content: center;
}

.category_column_container {
    width: 100%;
    display: flex;
    flex-direction: column;
    position: relative;
    justify-content: center;
    margin: 20px auto;
    flex-wrap: wrap;
}

.category_content_container {
    display: flex;
    flex-basis: 1;
    flex-grow: 0;
    flex-direction: row;
/*    justify-content: center;*/
    align-items: center;
    position: relative;
    flex-wrap: wrap;
}

.project_content_container {
    display: flex;
    flex-basis: 1;
    flex-grow: 0;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    position: relative;
    flex-wrap: wrap;
    margin: auto;
}

.category_image_container {
    display: flex;
    justify-content: center;
    position: relative;
    cursor: pointer;
    margin: 10px 0;
    line-height: 1;
}

.category_description_container {
    display: flex;
    flex-basis: 0;
    flex-grow: 1;
}

.category_description {
    line-height: 16px;
    margin: 10px;
}

.category_image {
    width: 100%;
    max-height: 100%;
    max-width: 100px;
    border: 1px solid black;
    opacity: 1;
    padding: 10px;
    box-shadow: 2px 2px 5px darkgray;
}

.project_image {
    width: 100%;
    max-height: 100%;
    min-width: 200px;
    border: 1px solid black;
    opacity: 1;

}

h4 {
    font-size: 18px;
    line-height: 18px;
    margin: 5px 0;;
}

.projects_container {
    display: flex;
    flex-direction: column;
    position: relative;
    justify-content: space-around;
    margin: 20px 0px 0px 0px;
}

.projects_pic_container {
    display: flex;
/*    flex: 1 1 1;*/
    position: relative;
    justify-content: space-around;
    cursor: pointer;
}

.project_pic {
    width: 100%;
    max-height: 100%;
    max-width: 100px;
    border: 1px solid black;
    opacity: 1;
}

.category_overlay {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    opacity: 0;
    transition: .5s ease;
    background-color: white
    overflow: hidden;
}

.overlay_category_text {
    visibility: hidden;
    color: black;
    font-size: 14px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -55%);
    text-align: center;
}

.overlay {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    opacity: 1;
    transition: .5s ease;
/*    background-color: none;*/
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
}

.overlay_contents {
/*
    position: absolute;
    top: 40%;
    left: 50%;
    transform: translate(-50%, -50%);
*/
    text-align: center;
    width: 90%;
    text-shadow: 2px 2px 10px black, -2px -2px 10px black;
    align-self: center;
    justify-content: center;

}

.overlay_text {
    position: relative;
    display: block;
    width: 100%;
    text-align: center;
    color: white;
    font-size: 16px;
    line-height: 24px;
    align-self: center;
/*    animation: slideup2 0s ease-in-out 1s both;*/
}

.overlay_divider {
    position: relative;
    display: block;
    width: 100%;
    text-align: center;
    color: white;
    align-self: center;
/*    animation: fader2 0s ease-in-out 1s both;*/

}

.overlay_description {
    position: relative;
    display: block;
    width: 100%;
    text-align: center;
    color: white;
    font-size: 14px;
    line-height: 18px;
    align-self: center;
/*    animation: slidedown2 0s ease-in-out 1s both;*/
}

.portfolio_modal {
    width: 100%;
    height: 100%;
    padding: 20px;
    position: absolute;
    color: slategrey;
    background-color: white;
    opacity: 1;
    z-index: 50;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: left;
    font-size: 12px;
    display: none;
    overflow: visible;
}

.portfolio_modal_close {
    position: absolute;
    top: 60px;
    right: 20px;
    color: darkslategrey;
    font-size: 30px;
    cursor: pointer;
    text-align: right;
    z-index: 100;
}

.portfolio_modal h1 {
    opacity: 0;
    text-align: left;
    animation: modal_title_slide_left .5s ease-in-out .50s both;
}

.portfolio_modal a {
    text-decoration: none;
    color: steelblue;
    font-size: 16px;
}

.portfolio_title {
    color: black;
    font-size: 20px;
    margin: 40px 0px 10px 0px;;
}

#gototop, #back_to_portfolio {
    display: none;
    position: fixed;
    bottom: 80px;
    right: 20px;
    z-index: 51;
    font-size: 28px;
    color: darkslategrey;
    text-shadow: 2px 2px 10px white, -2px -2px 10px white;
    cursor: pointer;
    text-align: center;

}

#back_to_portfolio {
    bottom: 30px;
}

.descriptor {
    text-align: center;
    font-size: 14px;
    text-transform: uppercase;
    margin: 30px 0px 0px 0px;
}

.project_pics {
    width: 100%;
    display: block;
    position: relative;
}

.portfoliotext li {
    font-weight: 800;
    color: darkslategray;
}

.portfoliobox {
    margin: auto;
    width: 100%;
    position: relative;
    padding-bottom: 130px;
    text-align: center;
    overflow: auto;
}

.portfoliopic {
    width: 30%;
    margin: 20px auto;
    border: 2px solid;
}

.portfoliotext {
    font-size: 14px;
    margin: 30px 0;
    padding: 0;
    height: auto;
    text-align: left;
}

.button {
    background: rgb(245,245,250);
    color: darkslategray;
    padding: 12px 24px;
    text-align: center;
    text-decoration: none;
    border-radius: 48px;
    display: inline-block;
    font-size: 16px;
    cursor: pointer;
    box-shadow: 0 8px 16px 0 rgba(0,0,0,.2);
    overflow: hidden;
}


/* SERVICE PAGE */

.services, .developer {
    width: 80%;
    margin: auto;
}

.tab {
    display: flex;
    flex-direction: column;
    justify-content: center;
    overflow: hidden;
    background-color: white;
    margin: auto;
    padding: 50px 0;
}

.tab button {
    background-color: inherit;
    cursor: pointer;
    padding: 14px 10px;
    transition: 0.3s;
    font-size: 16px;
    border: 2px solid black;
    margin: 5px auto;
    font-family: inherit;
    flex-basis: 30%;
    width: 200px;
}

.tab button:hover {
    background-color: black;
    opacity: .7;
    color: white;
}

.tab button.active {
    background-color: white;
    color: steelblue;
    border-color: lightsteelblue;
}

.tabcontent {
    display: none;
    border-top: none;
}

.active {
    display: block;
}

/* DEVELOPER PAGE */

.developer h2 {
    margin: 50px 0px;
}
.details h3{
    font-size: 16px;
    font-weight: bold;
}

.skills_panel {
    margin: auto;
    margin: 50px 0px 50px 0px;
    position: relative;
    opacity: 0;
}

.skills_panel_visible {
    animation: fader2 2s both;
    animation-delay: .5s;
}

.skills_panel h1 {
    display: inline-block;
    position: absolute;
    margin: 0;
    right: 20px;
    cursor: pointer;
}

.bar100 {
    width: 100%;
}

.bar90 {
    width: 90%;
}

.bar80 {
    width: 80%;
}

.bar60 {
    width: 60%;
}

.bar50 {
    width: 50%;
}

.bar40 {
    width: 40%;
}

.bar {
    padding: 0;
    width: 0%;
    height: 25px;
    background-color: slategrey;
    margin-top: 10px;
}
.bar p {
    color: white;
    margin-left: 5px;
    font-size: 12px;
}

.bar_move {
    animation: progress 2s both, fader2 1s both;
}

.scale {
    width: 100%;
    margin: 0;
}
.scale p{
    margin-top: 10px;
    margin-bottom: 50px;
    display: inline-block;
    float: left;
    width: 20%;
    padding-right: 5px;
    text-align: right;
    font-size: 6px;
    border-right: 2px solid black;
    border-bottom: 5px solid black;
}

.details {
    margin: 30px auto;
    max-width: 800px;
}

.detailsbox {
    margin: 20px auto;
    max-width: 90%;
    height: auto;
    position: relative;
    padding-bottom: 20px;
    opacity: 0;
}

.detailsbox_move {
    animation: slide_left_on 1s both .5s;
}

.detailpic {
    width: 100px;
    float: left;
    margin: 0 10px;
    padding-right: 10px;
    border-right: 2px solid;
    overflow: hidden;
}

.detailtext {
    font-size: 12px;
    margin: 30px 0;
    padding: 0;
    height: auto;
}


/* PORTFOLIO SLIDES */

.backup p {
    text-align: center;
    font-size: 30px;
    margin: 0;
    padding: 0;
}

.slidecontainer {
    position: relative;
    width: 95%;
    margin: 50px auto;
}

#slides {
    opacity: 0;
}

.slide {
    position: absolute;
    object-fit: cover;
    margin: 0;
    padding: 0;
    opacity: 0;
    z-index: 1;
    transition: 1s;
    box-shadow: 5px 10px 8px;
}

.showing {
    opacity: 1;
    z-index: 2;
}  

/*
.details {
    margin: 30px auto;
    max-width: 800px;
}

.detailsbox {
    margin: 20px auto;
    max-width: 90%;
    height: auto;
    position: relative;
    padding-bottom: 20px;
}

.detailpic {
    width: 100px;
    float: left;
    margin: 0 10px;
    padding-right: 10px;
    border-right: 2px solid;
    overflow: hidden;
}

.detailtext {
    font-size: 12px;
    margin: 30px 0;
    padding: 0;
    height: auto;
}

.detaillink {
    position: absolute;
    font-size: 20px;
    top: 0;
    right: 5px;
    margin: 0;
    cursor: pointer;
}

.detaillink:hover {
    color: lightgray;
}

.detaillink a:visited, .backup a:visited {
    color: cadetblue;
}
*/

.container {
    position: relative;
    width: 100%;
    margin: auto;
}

.innercontainer {
    position: relative;
}

.main {
    position: relative;
}

.slide_off {
    display: none;
}

.slide_on {
    animation: slide_left_on 1s both;
}

.cursor {
    cursor: pointer;
}

.prev {
    left: 0;
}

.prev, .next {
    cursor: pointer;
    position: absolute;
    top: 50%;
    width: auto;
    padding: 5px;
    color: lightskyblue !important;
    font-size: 30px !important;
    text-shadow: 1px 1px 10px black, -1px -1px 10px black;
    user-select: none;
}

.next {
    right: 0;
}

.prev a:visited, .next a:visited {
    color: white;
}

.caption-container {
    text-align: left;
    background-color: rgba(0,0,0,.7);
    padding: 10px;
    color: white;
    height: auto;
    font-size: 12px;
}

.row {
    border: 5px solid rgba(0,0,0,.7);
}

.row {
    display: flex;
    justify-content: center;
}

.thumb_row:after {
    content: "";
    display: table;
    clear: both;
}

.thumb {
    opacity: .3;
    border: 5px solid white;
}

.active, .thumb:hover {
    opacity: 1;
}

.column {
    float: left;
    width: 12.5%;
}

.column_3 {
    float: left;
    width: 33%;
}


/* CONTACT MESSAGE BANNER */

.message_banner {
    width: 100%;
    position: absolute;
    top: 30%;
    height: 200px;
    background: rgb(50,50,50);
    color: white;
    bottom: 50px;
    left: 0;
    z-index: 100;
    text-align: center;
    animation: fadeinandout 8s ease-in-out 0s both;

}

#message {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: white;
    z-index: 101;
    font-size: 18px;
    width: 100%;
    line-height: 26px;
    animation: inandout 7s ease-in-out .5s both;
}

.errors {
    width: 100%;
    display: inline-block;
    border: 2px solid red;
    color: red;
    padding: 0px 10px;
    margin-bottom: 10px;
    text-align: left;
}

/*CONTACT PAGE*/

.contact {
    width: 80%;
    margin: 30px auto;
}

.contact_form {
    margin: 50px auto;
}

.contact_inputs {
    text-align: center;
}

.form {
    font-family: "FontAwesome"; content: "/f007";
}

.contact_form ::placeholder {
    color: steelblue;
}

.contact_form label {
    width: 150px;
    float: left;
    margin-right: 20px;
    text-align: left;
    font-size: 12px;

}

.contact_form input[type="text"] {
    font-size: 12px;
    width: 90%;
    font-family: "Font Awesome 5 Free", Verdana, Arial, sans-serif;
    padding: 15px;
    margin: 20px auto;
    background: rgba(255,255,255,.75);
    outline: 0;
    border: none;
    border-top: 1px solid lightgrey;
    border-bottom: 1px solid lightgrey;
    resize: none;
    display: block;
    background: rgb(252,250,250);
}

.contact_form textarea {
    font-size: 12px;
    width: 90%;
    height: 120px;
    font-family: "Font Awesome 5 Free", Verdana, Arial, sans-serif;
    margin: 20px auto;
    background: rgba(255,255,255,.75);
    padding: 10px;
    outline: 0;
    border: none;
    border-top: 1px solid lightgrey;
    border-bottom: 1px solid lightgrey;
    resize: none;
    display: block;
    overflow: hidden;
    background: rgb(252,250,250);
}

.contact_form input[type="submit"] {
    font-size: 16px;
    width: 40%;
    font-family: Verdana, Arial, sans-serif;
    margin: 20px;
    padding: 10px;
    color: black;
    background: white;
    border: 2px solid black;
    cursor: pointer;
}

.contact_form input[type="submit"]:hover {
    color: white;
    background: black;
    opacity: .7;
}



/*  testimonials*/

.testimonials {
    padding-bottom: 50px;
}
.quote_background1, .quote_background2, .quote_background3, .quote_background4 {
    background-color: rgba(255,255,255,.5);
    font-size: 18px;
    text-align: left;
    border-left: 10px solid steelblue;
    color: black;
    line-height: 1.4;
    margin: 30px 10px 00px 10px;
}

/*
.quote_background1 {
    background-image: url(../images/page_assets/bluesun.jpg);
}

.quote_background2 {
    background-image: url(../images/page_assets/athenacapitalgraph.jpg);
}

.quote_background3 {
    background-image: url(../images/page_assets/theperfecthour.jpg);
}

.quote_background4 {
    background-image: url(../images/page_assets/3cuffs2.jpg);
}
*/

.quote_box {
    background-color: rgba(255,255,255,.7);
    padding: 10px;
    font-size: 18px;
    text-align: left;
    color: steelblue;
    line-height: 1.4;
}

.by_line {
    text-align: right;
    font-size: 16px;
    color: black;
}

/* LOADER */
/*

#loader {
    min-height: 30%;
    background: url("../images/page_assets/loader.gif") no-repeat 50% 50%;
}

.animate_bottom {
  position: relative;
  animation-name: animatebottom;
  animation-duration: 1s;
}
*/



/* CSS ANIMATIONS */

@keyframes fader {
    from {opacity: 0;}
    to {opacity: .7;}
}

@keyframes fader2 {
    from {opacity: 0;}
    to {opacity: 1;}
}

@keyframes banner_slider {
    0% {opacity: 0; left: 50px;}
    30% {opacity: 1; left: 0px;}
    100% {opacity: 0; left: 0px;}
}

@keyframes banner_slider2 {
    from {opacity: 0; left: 50px;}
    to {opacity: 1; left: 0px;}
}

@keyframes fadeinandout {
    0% {opacity: 0}
    10% {opacity: 1}
    90% {opacity: 1}
    100% {opacity: 0}
}

@keyframes inandout {
    0% {opacity: 0; margin-left: 50px;}
    40% {opacity: 1; margin-left: 0px;}
    60% {opacity: 1; margin-left: 0px;}
    100% {opacity: 0; margin-left: -50px;}
}

@keyframes slideup {
    from {opacity: 0; top: 50%;}
    to {opacity: 1; top: 40%;}
}

@keyframes progress {
    from {width: 0%;}
    to {width: 100%;}
}

@keyframes slideup2 {
    from {opacity: 0; top: 50px;}
    to {opacity: 1; top: 0px;}
}

@keyframes slideup3 {
    from {opacity: 0; margin-top: 50px;}
    to {opacity: 1; margin-top: 0px;}
}

@keyframes slidedown1 {
    from {opacity: 0; margin-top: -50px;}
    to {opacity: 1; margin-top: 0px;}
}

@keyframes slidedown2 {
    from {opacity: 0; bottom: 100px;}
    to {opacity: 1; bottom: 50px;}
}

@keyframes slide_left_on {
    from {opacity: 0; left: 10%;}
    to {opacity: 1; left: 0%;}
}

@keyframes slide_left_off {
    from {opacity: 1; left: 0%;}
    to {opacity: 0; left: 50%;}
}

@keyframes title_slide_left {
    from {opacity: 0; right: -25%;}
    to {opacity: 1; right: 5%;}
}

@keyframes title_text_slide_left {
    from {opacity: 0; margin-left: 150px;}
    to {opacity: 1; margin-left: 0;}
}

@keyframes modal_title_slide_left {
    from {opacity: 0; margin-left: 10px;}
    to {opacity: 1; margin-left: 0px;}
}

@keyframes leftscroll{
    from {background-position: 0%;}
    to {background-position: 90000%;}
}

/* MEDIA QUERIES */

/* when screen width exceeds 550px, change these: */
@media screen and (min-width: 550px){

    footer {
        height: 100px;
    }

    .contact-icons-footer {
        display: block;
    }

    .copyright {
        transform: none;
        text-align: right;
        right: 5px;
        line-height: 1.8;
    }

    .company_name_container {
        top: 20%;
        font-size: 42px;
    }

    #company_name {
        max-width: 300px;
        font-size: 36px;
    }

    ul.subjects > li {
        line-height: 50px;
    }

    .titleblock {
        top: 45%;
    }

    .call_to_action {
        flex-direction: row;
    }

    .call_to_action2 {
        top: 60%;
        justify-content: center;
    }

    .cta_button a{
        width: 250px;
        font-size: 20px;
    }

    .cta_button2 a {
        width: 150px;
        margin: 20px;
}

     .learn_more {
        padding-top: 50px;
    }

    .title_container {
        height: 40%;
        margin-bottom: 50px;
    }

    .title_background_process, .title_background_philosophy, .title_background_methods, .title_background_projects, .title_background_services, .title_background_testimonials, .title_background_contact {
    height: 100%;
    background-position: top;
    }

    .title_background_process {
        background-position: center;
    }

    .title_background_developer {
        height: 100%;
        background-position: 50% 80%;
    }

    .title_text_container{
        height: 125px;
        position: absolute;
        top: 75%;
        right: 5%;
        background: white;
        box-shadow: 2px 2px 5px darkgrey;
        overflow: hidden;
    }

    .title_text {
        color: black;
        font-size: 64px;
        position: absolute;
        top: 3px;
        left: 20px;
    }

    .title_text2 {
        color: lightgrey;
        font-size: 96px;
        position: absolute;
        top: -55px;
        left: -5px;
        text-transform: uppercase;
        font-weight: 900;
    }

        .title_text2a {
        color: lightgrey;
        font-size: 96px;
        position: absolute;
        top: -55px;
        left: -5px;
        font-weight: 900;
    }

    .title_text2_long {
        color: lightgrey;
        font-size: 64px;
        position: absolute;
        top: -20px;
        left: -5px;
        text-transform: uppercase;
        font-weight: 900;
    }

    .process, .philosophy, .methods, .projects {
        width: 100%;
        padding-bottom: 30px;
        margin: 50px auto;
    }

    .process_buttons {
        display: flex;
        flex-direction: row;
        justify-content: center;
    }

    .process_buttons a {
/*        flex-basis: 30%;*/
    }

    .category_container {
        justify-content: center;
        flex-basis; 0;
        flex-grow: 1;
        padding: 50px 0;
    }

    .category_column_container {
        flex-direction: row;
        text-align: center;
        flex-basis: 0;
        flex-grow: 1;
    }

    .category_content_container {
        flex-direction: column;
        flex-basis: 0;
        flex-grow: 1;
    }

    .project_content_container {
        flex-direction: column;
/*
        flex-basis: 0;
        flex-grow: 0;
*/
        margin: 0;
        flex: 0 0 25%;
    }

    .category_image {
        max-width:150px;
    }

    .category_description_container {
        flex-basis: 0;
/*        flex-grow: 0;*/
    }

    .category_description {
        margin: 0 20px;
    }

    .quote_background1, .quote_background2, .quote_background3, .quote_background4 {
        float: right;
        width: 50%;
    }

    .quote_box {
        font-size: 24px;
    }

    .tab {
        flex-direction: row;
        width: 90%;
        margin: auto;
    }

    .tab button {
        font-size: 18px;
        font-weight: 700;
        padding: 15px 30px;
    }

    .currentpage {
        background-color: rgb(235,245,242);
    }

    .detailsbox {
        margin: 10px auto;

        height: 250px;
    }

    .detailpic {
        width: 200px;
        margin: 0;
        padding-right: 10px;
        border-right: 2px solid;
        overflow: hidden;
    }

    .detailtext {
        font-size: 14px;
        margin: 0;
        padding: 0;
        margin-left: 210px;
        height: 200px;
    }

    .slidecontainer {
        max-width: 70%;
    }

    .container {
        width: 100%;
    }

    .overlay_text {
        font-size: 20px;
    }

    .descriptor {
        font-size: 20px;
    }

    .portfolio_modal {
        width: 90%;
    }

    .portfolio_title {
        font-size: 36px;
    }

    #gototop, #back_to_portfolio {
        right: 40px;
    }

    .banner_container2 {
        width: 100%;
    }

    .scale p{
        font-size: 14px;
    }
}

/* when screen width exceeds 1025px, change these: */
@media screen and (min-width: 1025px) {

    .company_name_container {
        top: 20%;
        font-size: 48px;
    }

    .titleblock {
        top: 45%;
    }

    .call_to_action{
        top: 70%;
    }
    
    .title_background_process {
        background-image: url(../images/page_assets/meeting1a.jpg);
        background-attachment: scroll;
        background-position: center;
    }

    .title_background_philosophy {
        background-image: url(../images/page_assets/meeting2a.jpg);
        background-attachment: scroll;
        background-position: center;
    }

    .title_background_methods {
        background-image: url(../images/page_assets/programmer1a.jpg);
        background-attachment: scroll;
    }

    .title_background_projects {
        background-image: url(../images/page_assets/futurecoding.jpg);
        background-attachment: scroll;
        background-position: center;
    }

    .title_background_services {
        background-image: url(../images/page_assets/collage2.jpg);
        background-attachment: scroll;
        background-position: center;
        background-size: contain;
    }

    .title_background_developer {
        background-attachment: scroll;
        background-position: 50% 80%;
    }
    
    .title_background_testimonials {
        background-image: url(../images/page_assets/mobility.jpg);
        background-attachment: scroll;
    }

    .title_background_contact {
        background-image: url(../images/page_assets/contact.jpg);
        background-position: 10% 10%;
        background-attachment: scroll;
    }

    .intropicture, .intropicture2, .process1, .medical1, .philosophy1, .resume1, .contact1 {
        background-attachment: fixed;
    }
    
    .intropicture3 {
        height: 100%;
    }

    .title_text2_long {
        font-size: 106px;
        top: -60px;
    }

    h1 {
        font-size: 16px;
    }
    
    header {
        height: 80px;
    }
    
    header a {
        letter-spacing: 10px;
    }
    
/*
    ul.subjects {
        margin-top: 110px;
    }
*/

    ul.pages {
        list-style: none;
        font-weight: normal;
    }
    
    ul.pages > li {
        line-height: 50px;
    }

    navigation li {
        font-size: 16px;
    }
    
    .process2 h2 {
        text-align: left;
    }

    .category_image_container:hover .overlay {
      opacity: .7;
    }

    .overlay {
        opacity: 0;
        background-color: black;
        overflow: hidden;
    }

    .container {
        width: 100%;
    }
    
    .slidecontainer {
        width: 100%
    }
    
    .portfoliobox {
        margin: 20px auto;
        max-width: 90%;
        height: auto;
        position: relative;
        padding-bottom: 50px;
        text-align: center;
    }

    .portfoliotext {
        font-size: 16px;
        margin: 0;
        padding: 0;
        height: auto;
        margin-bottom: 40px;
    }
    
    #gototop, #back_to_portfolio {
        right: 80px;
    }

    footer {
        clear: both;
    }

    .contact_inputs {
        width: 90%;
    }

    .contact_form {
        width: 60%;
        height: 100%;
        top: 10%;
        left: 20%;
    }

    .contact_form input[type="text"] {
        font-size: 16px;
    }

    .contact_form textarea {
        font-size: 16px;
    }

    .overlay {
        opacity: 0;
    }

    .tab {
        width: 70%;
    }
}

@media screen and (max-height: 500px) {
    #company_name {
        display: none;
    }
    .contact-icons {
        display: none;
    }
    ul.subjects {
        margin-top: 50px;
    }
}



