* {
    margin: 0;
    padding: 0;
    font-family: 'Lato', sans-serif;
    color: #111 /*#efefef*/;
    background-repeat: no-repeat;
    font-weight: normal;
    background-position: center;
}

.contact-form, header {
    display: none;
}

a {
    text-decoration: none;
}

body {
    position: relative;
    width: 100%;
    padding-bottom: 20px;
}
/*================MENU STUFF================*/
.menu {
    height: 100vh;
    min-width: 230px;
    position: fixed;
    left: 0;
    top: 0;
    width: 20vw;
    background: #eee/*black*/;
    z-index: 100;
    transition: all 1.1s cubic-bezier(.6,0,.34,.99);
    transition-delay: 0.3s;
    margin-left: -20%;
    font-size: 0;
    overflow: hidden;
    /*clip-path: polygon(15% 0%, 100% 0%, 100% 2%, 85% 100%, 100% 100%, 0% 100%)*/
}

.notindex .menu {
    margin-left: 0;
}

.title-block {
    width: 100%;
    height: 160px;
    padding: 20px 0;
    font-size: 16px;
    text-align: center;
    cursor: pointer;
    
    
}

.border {
    border: 1px solid black;
    margin-top: 40px;
    height: auto;
    width: 80%;
    margin-left: 9%;
    padding: 2% 0;
    transform: scale(1,0.8)
}

.ab-header {
    font-size: 14px;
    text-align: center;
    margin-bottom: 1.75%;
}

.title-block h1 {
    font-size: 2.2em;
    
    font-family: 'Times New Roman';
}
.title-block h2 {
    font-size: 1.7em;
    font-family: 'Times New Roman';
    margin-top: -8px;
}
ul.menu-list {
    height: calc(100vh - 200px);
    width: calc(100% + 17px);
    background-color: #f9f9f9/*#111*/;
    text-transform: uppercase;
    overflow-y: scroll;
    padding-right: 17px;
}

ul.menu-list>li, ul.small-menu-list>li {
    width: 100%;
    text-align: left;
    height: 80px;
    border-bottom: 1px solid #eee /*#333*/;
    font-size: 14px;
    font-weight: 100;
    transition: all 0.5s;
    cursor: pointer;
    
}
ul.menu-list>li.hoverable:hover, ul.small-menu-list>li.hoverable:hover {
    background-color: #efefef/*#181818*/;
}
ul.menu-list li a, ul.small-menu-list li a {
    width: 75%;
    margin: 0 12.5%;
    line-height: 80px;
}
ul.nav-projects {
    background-color: #fff;
    transition: all 0.2s;
    transform-origin: top;
    transform: scale(1,0);
}
ul.nav-projects.expanded {
    transform: scale(1,1);
}
ul.nav-projects>li {
    height: 70px;
    position: relative;
    transition: all 0.5s;
    background-color: #e0e0e0;
}
ul.nav-projects>li:hover {
    background-color: #efefef;
}
ul.nav-projects>li:before {
    content: '';
    position: absolute;
    z-index: 101;
    top: 0;
    left: 0;
    width: 4px;
    height: 100%;
    /*transform: translateX(-100%);*/
    background: #56595e;
}

.progress-bar {
    background: #1e2023;
    position: absolute;
    z-index: 101;
    height: 0;
    top: 0;
    left: 0;
    width: 4px;
}
ul.nav-projects>li>a {
    line-height: 70px;
    color: #222;
}
/*==========================================*/
.fixed-contact {
    position: fixed;
    z-index: 10;
    top: 0;
    background: #eee /*black*/;
    padding: 2px;
    color: white;
    font-size: 14px;
    left: 20%;
    width: 80%;
    text-align: center;
    transition: all 1.5s;
    transition-delay: 1.5s;
    opacity: 0;
}
section {
    width: 100%;
    position: absolute;
    background: white;
    transition: all 0.15s;
    left: 0;
    top: 0;
    z-index: -1;
    opacity: 0;
    padding-top: calc(2% + 18px);
    display: none;
    padding-bottom: 40px;
}
section.block {
    display: block;
}

.cover {
    background-size: cover;
}

.contain {
    background-size: contain;
}
/*==================PAGES===================*/

section h1 {
    /*font-family: 'Tangerine', cursive;*/
    font-family: 'Hind', sans-serif;
    font-size: 48px;
    padding: 5% 0; 
    padding-top: 0%;
}
h2 {
  font-family: 'Montserrat', sans-serif;      
}

 .galaxy p, strong  {
     font-size: 16px;
     color: #333;
     font-family: 'Montserrat', sans-serif;
     font-weight: lighter;
 }

 .galaxy.right.narrow-center {
     margin-left: 0;
 }
.pp-service-box {
    width: 100%;
}
.pp-service-title {
    text-align: left;
    font-size: 16px;
    padding-bottom: 1%;
    font-style: italic;
    color: #333;
    border-bottom: 1px solid #999;
}
.galaxy .pp-service-description {
    font-size: 13px;
    margin-top: 2%;
   
}
.service-box {
    width: 31%;
    margin: 4% 1%;
    margin-top: 0;
}

.service-box p {
    margin-top: 1%;
    font-size: 15px;
    text-align: center;
}

.service-image {
    width: 100%;
    margin: 4% 0;
    height: 200px;
}
.service-box h2, .service-box p {
    color: #333;
}

.service-box h2, .projects-title {
    font-size: 16px;
    padding-bottom: 5%;
    border-bottom: 1px solid #ccc;
    text-align: center;
}

.projects-title {
    margin: 0 2.5%;
    padding-bottom: 1.5%;
    color: #333;
    text-align: left;
}

 strong {
     font-weight: bold;
 }

 .center {
     text-align: center;
 }
 .galaxy {
    display: inline-block;
    vertical-align: top;
    margin: 2%;
    margin-top: 0;
    font-size: 0;
 }
.galaxy.left {
    background-size: cover;
    margin-left: 22%;
    position: absolute;
    z-index: -1;
    opacity: 0;
    width: 78%;
    height: 50vh;
    font-size: 0;
}
.galaxy.right {
    padding-left: 32%; /*22+10*/
    width: 58%; /*78-10*/
    text-align: center;
}
.img-underline {
    background-image: url(images/profile/underline.jpg);
    width: 35%;
    margin: 0 32.5%;
    height: 30px;
    background-size: contain;
    text-align: center;
    margin-top: 5%;
    opacity: 0.8;
}
.showcase-galaxy {
    margin: 2%;
    margin-top: 0;
    margin-left: 22%;
    width: 76%;
    height: auto;
    font-size: 0;
}

.container.assets {
    display: block;
    align-content: center;
    opacity: 0;
    transition: all 1.85s cubic-bezier(.6,0,.34,.99);
    transition-delay: 0.1s;
    transform: translateY(200px);
}
.showcase-container.projects {
    transform: translateY(200px);
    opacity: 0;
    transition: all 1.8s cubic-bezier(.6,0,.34,.99);
    transition-delay: 0.1s;
}
.notindex .container.assets {
    transform: translateY(0);
    opacity: 1;
}

.three-block, .two-block {
    width: 100%;
}

 .asset-image {
    background-color: #ccc;
    overflow: hidden;
    transition: opacity 0.3s ease;
    margin: 0 5px 10px 5px;
    box-sizing: border-box;
    cursor: pointer;
    background-position: center center;
}

.three-block .asset-image {
    width: calc(33.333% - 10px);
}

.two-block .asset-image.wide {
    width: calc(66.666% - 10px)
}

.one-block .asset-image.superwide {
    width: calc(100% - 10px)
}

.two-block .asset-image.narrow {
    width: calc(33.33% - 10px)
}
.asset-image:hover {
    opacity: 0.9;
}

.large-bg {
    /*background-image: url(images/home-background.jpg);*/
    width: 100%;
    height: 100vh;
    transition: all 94.5s;
    transform-origin:  center;
    position: absolute;
    left : 0;
    top: 0;
    z-index: -1;
}

.block-container {
    width: 100%;
    height: 100vh;
    font-size: 0;
    position: absolute;
    top: 0;
    left: 0;
}

.blocks {
    opacity: 0.94;
    background-color: black;
}
/*============================================*/

.ilblock {
    display: inline-block;   
    vertical-align: top;
}
.project {
    width: 45%;
    margin: 2.5%;
    cursor: pointer;
    text-align: center;
    vertical-align: middle;
}
.projects-container {
    width: 100%;
}
.project-img {
    filter: grayscale(0.76);
    width: auto !important;
    height: 300px;
    transition: all 1.45s;
    object-fit: cover;
    object-position: center;
    max-width: 100%;

}
.project-description {
    opacity: 0;
    transition: all 0.45s;
    margin-top: 4%;
    text-align: center;
    
}
.project-description h2 {
    margin: 2% 0;
    font-size: 16px;
}
.project-description p {
    font-size: 12px;
}
.project-description h2,.project-description p {
    color: #333;
}
.project-img:hover {
    filter: grayscale(0);
}
.project:hover .project-description {
    opacity: 1;
}
.small-menu {
    display: none;
    top: 0;
    width: 100%;
    position: fixed;
    height: 60px;
    background-color: #f9f9f9;
    z-index: 11;
}
.menu-container {
    width: 100%;
    position: relative;
    height: 60px;
}
.menu-btn {
    position: absolute;
    width: 20px;
    height: 20px;
    margin: 20px;
    right: 0;
    top: 0;
    background-image: url(images/menu.png);
}

.small-menu-list {
    height: 100vh;
    width: 70%;
    top: 0;
    position: fixed;
    z-index: 12;
    background-color: #ccc;
    margin-left: -70%;
    transition: all 0.5s;
    text-transform: uppercase;
}

.small-menu-list .title-block {
    background-color: #b0b0b0;
}

.small-menu-list.extended {
    margin-left: 0;
}
.showcase-container.projects {
    width: 80%;
    margin: 0 10%;
}
@media screen and (max-width:1125px) { 
    .twentytwenty-container img {
        max-height: 400px;

    }
    .showcase-galaxy{
        width: calc(96% - 230px);
        margin-left: calc(230px + 2%)
    }
    .galaxy.right {
        width: calc(76% - 230px);
        padding-left: calc(230px + 12%);
    }
    .three-block {
        text-align: center;
    }
    
    .three-block .asset-image {
        width: calc(50% - 10px);
        
    }

    .service-box {
        width: 48%;
    }

    .showcase-container.projects {
        width: 90%;
        margin: 0 5%;
    }
}
@media screen and (max-width:800px) {
    
    .small-menu {
        display: block;
    }
    section {
        margin-top: 60px;
    }
    .menu {
        display: none;
    } 
    .showcase-galaxy {
        width: calc(96%);
        margin-left: 2%;
    }
    .galaxy.right {
        width: calc(90%);
        padding-left: 5%;
    }

    .fixed-contact {
        left: 0;
        width: 100%;
        bottom: 0;
        top: auto;
        font-size: 12px;
    }

    .service-box {
        width: 48%;
    }

}

@media screen and (max-width:600px) {  
    .three-block .asset-image {
        width: calc(100% - 10px);
        
    }

    .service-box {
        width: 98%;
    }

    .project {
        width: 95%;
    }
}