/* 
____________Colors_________________
Blue light = color:#31C9FC;
Blue main = color:#00BFFF;
Blue medium = color:#0084B0;
Blue Dark = color:#006485;

Orange light = color:#FF4B2A;
Orange main = color:#FF2800;
Orange medium = color:#D52100;


Yellow light = color:#FFC02A;
Yellow main = color:#FFB400;
Yellow medium = color:#D59600;








*/

@import url('https://fonts.googleapis.com/css?family=Lobster');
@import url('https://fonts.googleapis.com/css?family=Montserrat');
body {
    margin: 0px;
    padding: 0px;
    width: 100%;
    background-color: #fff;
    color: #262626;
}

p {
    font-family: "Helvetica Neue", Helvetica, Arial, Frutiger, "Frutiger Linotype", Univers, Calibri, "Gill Sans", "Gill Sans MT", "Myriad Pro", Myriad, "Nimbus Sans L", "Liberation Sans", Tahoma, Geneva, sans-serif;
    font-size: calc(15px + 4*(100vw/1500));
    line-height: 1.5;
    text-align:left;
}

.cont {
    width: 100%;
    max-width: 1200px;
    margin: 0px;
    padding: 0px;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
}

nav {
    background-color: #262626;
    height: 100px;
    position: fixed;
    z-index: 97;
    width: 100%;
}

a.nav_logo {
    font-family: 'Lobster', cursive;
    float: left;
    font-size: 28px;
    line-height: 100px;
    margin: 0px;
    color: #fff;
    padding-left: 15px;
    text-decoration: none;
}

.nav_ul {
    float: right;
    margin: 0px;
}

.nav_li {
    font-family: 'Montserrat', sans-serif;
    list-style-type: none;
    display: inline;
    font-size: 16px;
    float: left;
    padding-left: 15px;
    padding-right: 15px;
}

.nav_links {
    text-decoration: none;
    color: #fff;
    line-height: 100px;
}

.nav_links:hover {
    text-decoration: none;
    color: orange;
}

.nav_links:hover::before {
    content: "<  ";
}

.nav_links:hover::after {
    content: " />";
}

.mobile_nav_ul {
    display: none;
}

.mobile_nav_links {
    text-decoration: none;
    color: #fff;
    line-height: 100px;
}

.mobile_nav_links:hover {
    text-decoration: none;
    color: orange;
}

.mobile_nav_links:hover::before {
    content: "<  ";
}

.mobile_nav_links:hover::after {
    content: " />";
}

.temp_banner {
    font-family: "Helvetica Neue", Helvetica, Arial, Frutiger, "Frutiger Linotype", Univers, Calibri, "Gill Sans", "Gill Sans MT", "Myriad Pro", Myriad, "Nimbus Sans L", "Liberation Sans", Tahoma, Geneva, sans-serif;
    display: inline-block;
    color: #fff;
    background-color: orange;
    width: 100%;
    text-align: center;
    font-size: 16px;
    line-height: 32px;
}

.temp_banner a {
    font-family: "Helvetica Neue", Helvetica, Arial, Frutiger, "Frutiger Linotype", Univers, Calibri, "Gill Sans", "Gill Sans MT", "Myriad Pro", Myriad, "Nimbus Sans L", "Liberation Sans", Tahoma, Geneva, sans-serif;
    color: #fff;
    width: 100%;
    text-align: center;
    font-size: 16px;
    line-height: 32px;
    text-decoration: none;
}

.temp_banner a:hover {
    font-weight: 600;
    color: #fff;
}

a {
    cursor: pointer;
    font-family: "Helvetica Neue", Helvetica, Arial, Frutiger, "Frutiger Linotype", Univers, Calibri, "Gill Sans", "Gill Sans MT", "Myriad Pro", Myriad, "Nimbus Sans L", "Liberation Sans", Tahoma, Geneva, sans-serif;
    font-size: calc(15px + 4*(100vw/1500));
    line-height: 1.5;
}

a:hover {
    cursor: pointer;
    color: orange;
    text-decoration: none;
}

.banner {
    height: 80vh;
    background-image: url(bnr.jpg);
    background-position: center center;
    background-size: cover;
    margin: 0;
    padding-top: 100px;
}

.banner_ul {
    margin: 0;
    padding: 0;
}

.banner_li {
    font-family: "Helvetica Neue", Helvetica, Arial, Frutiger, "Frutiger Linotype", Univers, Calibri, "Gill Sans", "Gill Sans MT", "Myriad Pro", Myriad, "Nimbus Sans L", "Liberation Sans", Tahoma, Geneva, sans-serif;
    font-size: calc(15px + 4*(100vw/1500));
    line-height: 1.5;
    text-decoration: none;
    display: inline;
    font-size: 16px;
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 5px;
    padding-bottom: 5px;
    line-height: 40px;
    color: #fff;
    border: 1px solid #fff;
}

.user_icon {
    color: #fff;
    height: 20px;
}

.section_headings {
    font-family: "Helvetica Neue", Helvetica, Arial, Frutiger, "Frutiger Linotype", Univers, Calibri, "Gill Sans", "Gill Sans MT", "Myriad Pro", Myriad, "Nimbus Sans L", "Liberation Sans", Tahoma, Geneva, sans-serif;
    font-size: calc(15px + 4*(100vw/1500));
    line-height: 1.5;
    color: green;
    padding-top: 100px;
    padding-bottom: 50px;
    text-align-last: center;
    margin: 0;
}

.cont_left {
    width: calc(50% - 40px);
    display: block;
    float: left;
    margin: 0px;
    padding: 0 20px;
    text-align: left;
    margin-top: 50px;
}

.cont_right {
    width: calc(50% - 40px);
    display: block;
    float: right;
    margin: 0px;
    padding: 0 20px;
    text-align: left;
    margin-top:100px;
}

.about {
    margin: 0;
    padding: 0;
    width: 100%;
    padding-bottom: 50px;
    display: inline-block;
    background-image: url(foil2.png);
    padding-top:100px;
}
.cont_centre{
text-align: center;
width: 100%;
display: block;
}
p.cont_centre{
    text-align: center;
}

.cont_right img {
    margin-right: auto;
    display: block;
    padding: 10px;
}
.paralax_1{
    display:inline-block;
    height:500px;
    width:100%;
        background: url(einstein.jpg)no-repeat center center fixed;
    background-size:cover;
    
}

.portfolio {
    background-color: #00BFFF;
    background-image: url(foil2.png);
    margin: 0;
    padding: 0;
    color: #fff;
    width: 100%;
    display: inline-block;
}

.portfolio h2 {
    color: #fff;
}

.about h2 {
    color: #262626;
}

.experience h2 {
    color: #262626;
}

.experience {
    margin: 0;
    padding: 0;
    width: 100%;
    padding-bottom: 50px;
    display: inline-block;
    background-image: url(foil2.png);
}

table {
    border-collapse: collapse;
}

th,
td {
    border: 1px solid #262626;
    padding: 5px;
    margin: 0px;
}

.contact {
    margin: 0;
    padding: 0;
    height: 600px;
    background-color: #262626;
    display: block;
    width: 100%;
    display: inline-block;
}

.contact h2 {
    color: #fff;
}

.contact h3 {
    color: #fff;
    text-align: left;
}

.contact p {
    color: #fff;
    text-align: left;
}

p.table_line_height {
    line-height: 20px;
}

.footer_cont {
    display: block;
    margin-left: 10px;
    margin-right: 10px;
    padding-left: 10px;
    padding-right: 10px;
    width: calc(50% - 20px);
    box-sizing: border-box;
    color: #fff;
    display: inline-block;
    text-align: center;
    float: left;
    height: auto;
    border-right: 1px solid grey;
    border-left: 1px solid grey;
}

.footer_cont:nth-last-child(1) {
    border-right: none;
}

.profile_image_block{
        display: block;
    height: 200px;
    width: 200px;
    background-image: url(me.png);
    background-position: center center;
    background-repeat: no-repeat;
    margin-left: calc(50% - 100px);
    margin-right: calc(50% - 100px);
    position: absolute;
    bottom: 0;
    border: 10px solid grey;
    background-color: #fff;
    border-radius: 50%;
}


p.about_title_heading {
    font-weight: 600;
    line-height: 0px;
}

.about_li {
    list-style-type: none;
    display: inline;
}

table a {
    text-decoration: none;
}

table a:hover {
    font-weight: 600px;
    cursor: pointer;
}

table p {
    color: #262626;
    line-height: 10px;
    font-size: 16PX;
}

p {}

@keyframes typing {
    0% {
        width: 0
    }
    99% {
        width: 100%;
    }
    100% {
        display: none;
    }
}


/* The typewriter cursor effect */

@keyframes blink-caret {
    from {
        border-color: transparent;
    }
    to {
        border-color: orange;
    }
}

@keyframes dead {
    100% {
        display: none;
    }
    to {
        border-color: orange;
    }
}

h1 {
    font-family: "Helvetica Neue", Helvetica, Arial, Frutiger, "Frutiger Linotype", Univers, Calibri, "Gill Sans", "Gill Sans MT", "Myriad Pro", Myriad, "Nimbus Sans L", "Liberation Sans", Tahoma, Geneva, sans-serif;
    font-size: calc(15px + 4*(100vw/1500));
    line-height: 1.5;
    margin: 0;
    padding-top: 50px;
    padding-bottom: 50px;
    color: #fff;
    overflow: hidden;
    /* Ensures the content is not revealed until the animation */
    border-right: .15em solid orange;
    /* The typwriter cursor */
    white-space: nowrap;
    /* Keeps the content on a single line */
    margin: 0 auto;
    /* Gives that scrolling effect as the typing happens */
    letter-spacing: .15em;
    /* Adjust as needed */
    animation: typing 3.5s steps(30, end), blink-caret .5s step-end 5s, dead 8s;
    animation-delay: 5s;
}

h2 {
    font-family: "Helvetica Neue", Helvetica, Arial, Frutiger, "Frutiger Linotype", Univers, Calibri, "Gill Sans", "Gill Sans MT", "Myriad Pro", Myriad, "Nimbus Sans L", "Liberation Sans", Tahoma, Geneva, sans-serif;
    font-size: calc(15px + 4*(100vw/1500));
    line-height: 1.5;
}

h3 {
    font-family: "Helvetica Neue", Helvetica, Arial, Frutiger, "Frutiger Linotype", Univers, Calibri, "Gill Sans", "Gill Sans MT", "Myriad Pro", Myriad, "Nimbus Sans L", "Liberation Sans", Tahoma, Geneva, sans-serif;
    font-size: calc(15px + 4*(100vw/1500));
    line-height: 1.5;
}

.feature_title {
    color: #fff;
}

.banner_block {
    width: 95%;
    height: 300px;
    opacity: 0.8;
    background-color: #262626;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    -webkit-animation: block_animation 5s;
    /* Safari 4.0 - 8.0 */
    -webkit-animation-fill-mode: forwards;
    /* Safari 4.0 - 8.0 */
    animation: block_animation 5s;
    animation-fill-mode: forwards;
    overflow: hidden;
}


/* Safari 4.0 - 8.0 */

@-webkit-keyframes block_animation {
    0% {
        top: 0px;
        left: 0%;
        background: #262626;
        width: 1%;
    }
    50% {
        top: 200px;
        left: 0%;
        background: #262626;
    }
    51% {
        top: 200px;
        left: 0%;
        background: #262626;
    }
    100% {
        top: 200px;
        left: 00%;
        background: #262626;
        max-width: 800px;
        border-bottom-right-radius: 20px;
        border-bottom-left-radius: 20px;
    }
}


/* Standard syntax */

@keyframes block_animation {
    0% {
        top: 0px;
        left: 0%;
        background: #262626;
        width: 1%;
    }
    50% {
        top: 100px;
        left: 0%;
        background: #262626;
    }
    51% {
        top: 100px;
        left: 0%;
        background: #262626;
    }
    100% {
        top: 100px;
        left: 00%;
        background: #262626;
        max-width: 800px;
        border-bottom-right-radius: 20px;
        border-bottom-left-radius: 20px;
        border-top-right-radius: 20px;
        border-top-left-radius: 20px;
    }
}

.image {
    width: 100%;
    max-width: 540px;
    max-height: 253px;
    cursor: pointer;
}

.image:hover {
    background-color: #262626;
    opacity: 0.8;
}

p.portfolio_description {
    width: calc(100% - 20px);
    max-width: 1200px;
    text-align: center;
    display: block;
    margin-left: auto;
    margin-right: auto;
    padding-left: 10px;
    padding-right: 10px;
    box-sizing: border-box;
    margin-top: 0px;
    margin-bottom: 50px;
    text-align: justify;
}

.tile {
    width: calc(50% - 20px);
    max-width: 560px;
    box-sizing: border-box;
    float: left;
    margin: 10px;
    margin-bottom: 100PX;
}

.lightbox {
    width: 100%;
    height: 100vh;
    position: fixed;
    top: 0px;
    z-index: 98;
    display: none;
}

.lightbox.show {
    display: block;
    background-color: #262626;
}

.mobile_nav_ul.show {
    display: block;
    top: 0;
}

.lightbox img {
        position: relative;
    width: 100%;
    height: auto;
    object-fit: cover;
    margin-top: 55px;
    margin-bottom: auto;
    background-color: #262626;
}

a.close {
    cursor: pointer;
    position: absolute;
    top: -50px;
    right: -50px;
    color: #fff;
    font-size: 32px;
    z-index: 99;
    background-color: #262626;
    border-radius:25px;
    padding:50px;
    padding-right:65px;
    padding-left:25px;
    padding-bottom:5px;
}
a.close:hover {

    background-color:orange;
    color:#fff;
}


a.more {
    cursor: pointer;
    position: absolute;
    bottom: -50px;
    right: -50px;
    color: #fff;
    font-size: 32px;
    z-index: 99;
    background-color: #262626;
    border-radius:25px;
    padding:50px;
    padding-right:100px;
    padding-left:25px;
    padding-top:5px;
    display:none;
    
}
a.more:hover {

    background-color:orange;
    color:#fff;
}

a.next {
    cursor: pointer;
    position: absolute;
    bottom: 0px;
    right: -50px;
    color: #fff;
    font-size: 32px;
    z-index: 99;
    background-color: #262626;
    border-radius:25px;
    padding:50px;
    padding-right:65px;
    padding-left:25px;
    padding-top:5px;
    padding-bottom: 5px;
}
a.next:hover {

    background-color:orange;
    color:#fff;
}

a.prev {
    cursor: pointer;
    position: absolute;
    bottom: 0px;
    left: -50px;
    color: #fff;
    font-size: 32px;
    z-index: 99;
    background-color: #262626;
    border-radius:25px;
    padding:50px;
    padding-right:25px;
    padding-left:65px;
    padding-top:5px;
    padding-bottom: 5px;
}
a.prev:hover {

    background-color:orange;
    color:#fff;
}

.fade {
    -webkit-animation-name: fade;
    -webkit-animation-duration: 1s;
    animation-name: fade;
    animation-duration: 1s;
}

.tile_unordered {
    list-style-type: none;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    display: block;
    width: calc(100% - 40px);
    max-width: 1200px;
    padding-left: 10px;
    padding-right: 10px;
}

.tile a {
    line-height: 50px;
    color: #fff;
    text-decoration: none;
}
.tile a:hover {
    color:orange;
}

.tile:hover{
    background-color: #fff;
    /* background-image: url(foil.png); */
    color: #262626;
    box-shadow: 5px 10px 18px #797979;
    transition: 0.5s;
    transition-timing-function: ease;
    border-radius: 5px;
    font-weight: 600;
    color:orange;
}
.tile:hover a{
    color:#262626;
}
.tile:hover a:hover{
    color:orange;
}

@-webkit-keyframes fade {
    from {
        opacity: .7
    }
    to {
        opacity: 1
    }
}

@keyframes fade {
    from {
        opacity: .7
    }
    to {
        opacity: 1
    }
}

.experience_text{
    text-align:left;
}


.footer_main {
    display: block;
    /* text-align: center; */
    /* width: calc(100%); */
    padding-left: auto;
    /* background-color: green; */
    margin-left: auto;
    margin-right: auto;
    min-height: 400px;
}

.footer_cont a {
    color: #fff;
    text-decoration: none;
    font-family: "Helvetica Neue", Helvetica, Arial, Frutiger, "Frutiger Linotype", Univers, Calibri, "Gill Sans", "Gill Sans MT", "Myriad Pro", Myriad, "Nimbus Sans L", "Liberation Sans", Tahoma, Geneva, sans-serif;
    font-size: calc(15px + 4*(100vw/1500));
    line-height: 1.5;
    text-align: left;
    width: 100%;
    display: block;
}

.footer_cont a:hover {
    color: orange;
}

.last_line {
    display: inline-block;
    width: 100%;
    line-height: 50px;
    height: 50px;
    background-color: #262626;
    margin: 0;
    padding: 0;
}

.last_line a {
    color: #fff;
    font-family: 'Lobster', cursive;
    font-size: calc(15px + 4*(100vw/1500));
    text-align: center;
    margin: 0;
    margin-left: auto;
    margin-right: auto;
    display: block;
    padding: 0;
    line-height: 50px;
    text-decoration: none;
}

.last_line a:hover {
    color: orange;
}

.fade {
    -webkit-animation-name: fade;
    -webkit-animation-duration: 1s;
    animation-name: fade;
    animation-duration: 1s;
}
@-webkit-keyframes fade {
    from {
        opacity: .7
    }
    to {
        opacity: 1
    }
}

@keyframes fade {
    from {
        opacity: .7
    }
    to {
        opacity: 1
    }
}

@media screen and (max-width: 768px) {
    .banner{
        height: 60vh;
    background-image: url(bnr.jpg);
    background-position: right center;
    /* background-size: 217% auto; */
    margin: 0;
    padding-top: 100px;
    }
    .profile_image_block {
    bottom: 100px;
    display: block;
    height: 150px;
    width: 150px;
    background-position: -40px 10px;
    margin-left: calc(50% - 75px);
    margin-right: calc(50% - 75px);

    }
    h1 {
    padding-top: 35px;
    padding-bottom: 35px;
    }
    .tile {
        width: 100%;
        margin-left: auto;
        margin-right: auto;
        float: none;
        max-width: 500px;
    }
    .tile_unordered {
        list-style-type: none;
        text-align: center;
        margin-left: auto;
        margin-right: auto;
        display: block;
        width: calc(100% - 40px);
        max-width: 500px;
        padding: 0px;
        padding-left: 10px;
        padding-right: 10px;
    }
    ul.nav_ul {
        display: none;
    }
    .contact {
        height: 900px;
    }
    .footer_cont {
        margin-left: 10px;
        margin-right: 10px;
        margin-bottom: 20px;
        padding-left: 10px;
        padding-right: 10px;
        width: calc(50% - 20px);
        box-sizing: border-box;
        color: #fff;
        display: inline-block;
        min-height: 300px;
        /* float: none; */
    }
    .footer_cont:nth-last-child(1) {
        border-right: none;
    }
    .footer_cont:nth-last-child(3) {
        border-right: none;
    }
    .about {
        margin: 0;
        padding: 0;
        padding-bottom: 100px;
    }
    .about h2 {
        color: #262626;
    }
    .cont_left {
        margin: 0;
        width: calc(100% - 20px);
        padding-left: 10px;
        padding-right: 10px;
        text-align: center;
            margin-top: 100px;
    }
    .cont_right {
        margin: 0;
        width: calc(100% - 20px);
        padding-left: 10px;
        padding-right: 10px;
        text-align: center;
    }
    .grid_thirds {
        width: calc(33% - 12px);
    }
    .menu_nav {
        position: absolute;
        top: 32px;
        right: 20px;
        width: 36px;
        height: 36px;
        padding: 0px 0px;
        box-sizing: border-box;
        cursor: pointer;
    }
    .mobile_nav_ul {
        display: block;
        width: 100%;
        height: 100vh;
        background-color: #262626;
        top: -1200px;
        left: 0;
        position: absolute;
        padding: 0;
        margin: 0;
        /* animation-name: down;
        animation-duration: 1s; */
    }
    .mobile_nav_ul.show {
        display: block;
        width: 100%;
        height: 100vh;
        background-color: #262626;
        top: 100px;
        left: 0;
        position: fixed;
        padding: 0;
        margin: 0;
    }
    .mobile_nav_container {
        top: -1200px;
        display: block;
    }
    .mobile_nav_container.show {
        display: block;
        width: 100%;
        height: 100vh;
        background-color: #262626;
        top: 0;
        left: 0;
        position: relative;
        padding: 0;
        margin: 0;
        z-index: 999;
    }
    /* @keyframes down {
        0% {
            height: 0vh;
        } 
        100% {
            height: 100vh;
        }
    }
    .mobile_nav_ul {
        animation-name: up;
        animation-duration: 1s;
    }
    @keyframes up {
        0% {
            height: 100vh;
        }
        100% {
            height: 0vh;
        }
    } */
    .mobile_nav_li {
        list-style-type: none;
    }
    span.menu_line {
        width: 100%;
        height: 4px;
        display: block;
        background: #FFF;
        margin: 6px 0;
        transition: .5s;
    }
    span.menu_line {
        width: 100%;
        height: 4px;
        display: block;
        background: #FFF;
        margin: 6px 0;
        transition: .5s;
    }
    span.menu_line.active {
        position: absolute;
        width: 36px;
        top: calc(50% - 8px);
    }
    span.menu_line.active:nth-child(1) {
        transform: rotate(45deg);
    }
    span.menu_line.active:nth-child(3) {
        transform: rotate(-45deg);
    }
    span.menu_line.active:nth-child(2) {
        display: none;
    }
    .lightbox img {
   
     margin-top: 30%; 
   
    }
}
@media screen and (max-height: 500px) {
    .lightbox img {
        margin-top: 0px;
    height: 100%;
    width: auto;
    margin-left: auto;
    margin-right: auto;
    display: block;
    }
}

@media screen and (max-width: 500px) {
    .footer_cont {
        width: calc(100% - 20px);
        border-right: none;
    }
    .contact {
        height: 1500px;
    }
    .contact h3 {
        text-align: center;
    }
    .footer_cont:nth-last-child(4) p {
        text-align: justify;
    }
    .footer_cont:nth-last-child(3) a {
        text-align: center;
    }
    .footer_cont:nth-last-child(2) a {
        text-align: center;
    }
    .footer_cont:nth-last-child(1) p {
        text-align: center;
    }
}