@import url(https://fonts.googleapis.com/css?family=Roboto:100,400,300,500,700);

@import url(https://fonts.googleapis.com/css?family=Montserrat:400,700);

import 'animate.css';

:root{
    --borderColor:#164D56;
}

.overlay h4 {
    position: relative;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

.header-wrapper:after {
    content: "";
    display: table;
    clear: both;
}

.blue {
    color: #3CF;
}

.green {
    color: #0F0;
}

html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,embed,figure,figcaption,footer,header,hgroup,menu,nav,output,ruby,section,summary,time,mark,audio,video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}

article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section {
    display: block;
}

body {
    line-height: 1;
}

ol,ul {
    list-style: none;
}

blockquote,q {
    quotes: none;
}

blockquote:before,blockquote:after,q:before,q:after {
    content: '';
    content: none;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

html {
    box-sizing: border-box;
}

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

.site-header {
    margin-bottom: 40px;
}

.header-wrapper {
    border-bottom: 2px solid #46494f;
    padding: 60px 0px 30px 0px;
    position: relative;
}

a.toggle-nav {
    position: absolute;
    top: 0;
    right: 0;
    margin: 60px 0;
    width: 46px;
    height: 46px;
    background: #4e91c9;
    text-align: center;
    line-height: 46px;
}

a.toggle-nav i {
    font-size: 16px;
}

a.toggle-nav:hover {
    color: #fff;
}

.site-branding h1 {
    font-family: 'Montserrat', sans-serif;
    font-size: 30px;
    font-weight: 700;
    color: #fff;
    text-transform: uppercase;
}

nav.main-navigation {
    text-align: center;
    margin-top: 10px;
}

@media screen and (max-width: 992px) {
    nav.main-navigation {
        margin-top: 20px;
        text-align: left;
    }
}

@media screen and (max-width: 992px) {
    .menu-responsive {
        display: none;
    }
}

@media screen and (min-width: 993px) {
    .container {
        padding-right: 40px;
        padding-left: 40px;
    }
}

@media screen and (max-width: 1040px) {
    .container {
        padding-right: 40px;
        padding-left: 40px;
    }
}

ul.main-menu li {
    display: inline-block;
    margin-left: 10px;
}

ul.main-menu li a {
    padding: 10px 15px;
    text-transform: uppercase;
    font-size: 13px;
}

ul.main-menu li a.active {
    background: #4e91c9;
    color: #fff;
}

@media screen and (max-width: 992px) {
    ul.main-menu {
        background: #26282c;
        padding: 10px 0;
    }

    ul.main-menu li {
        display: block;
        margin-left: 0;
        margin-right: 0;
        margin-bottom: 10px;
        margin-top: 10px;
    }

    ul.main-menu li a {
        font-size: 15px;
        font-weight: 300;
    }

    ul.main-menu li a.active {
        background: inherit;
        color: #4e91c9;
    }
}

.content {
    display: none;
}

.home-intro {
    margin-bottom: 100px;
}

.home-intro p {
    font-size: 18px;
    line-height: 1.85;
    width: 80%;
    margin: 0 auto;
    -moz-animation-delay: 0.5s;
    -webkit-animation-delay: 0.5s;
    animation-delay: 0.5s;
}

h2.welcome-title {
    font-weight: 100;
    color: #fff;
    font-size: 48px;
    margin-bottom: 30px;
    -moz-animation-delay: 0.1s;
    -webkit-animation-delay: 0.1s;
    animation-delay: 0.1s;
}

@media screen and (max-width: 992px) {
    h2.welcome-title {
        font-size: 36px;
    }
}

.list-icons {
    margin-top: 60px;
    -moz-animation-delay: 0.9s;
    -webkit-animation-delay: 0.9s;
    animation-delay: 0.9s;
}

.list-icons li {
    display: inline-block;
    margin: 15px 40px;
}

.list-icons li i {
    font-size: 45px;
    color: #fff;
}

.home-projects {
    margin-bottom: 100px;
}

.home-projects h2 {
    color: #fff;
    font-size: 36px;
    margin-top: 0;
    margin-bottom: 35px;
}

.home-projects p {
    margin-bottom: 32px;
}

.project-header {
    margin-bottom: 50px;
    margin-top: 0px;
}

.project-header h2{
    margin-bottom: 30px;
    margin-top: 0px;
}

.project-title {
    padding: 60px;
    background: #46494f;
    margin-bottom: 20px;
    -moz-animation-delay: 0.5s;
    -webkit-animation-delay: 0.5s;
    animation-delay: 0.5s;
}

.project-title p{
    font-size: 120%;
}

#prj-kafka {
    padding-bottom: 70px;
}

#prj-postgresql {
    padding-bottom: 60px;
}

.project-item {
    margin-bottom: 30px;
    position: relative;
    overflow: hidden;
    border: 3px solid #1a1c1f;
    -moz-backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

.project-item img {
    width: 100%;
    display: block;
}

/*Effect when mouse overlay the photo*/
.overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgba(169,91,195,0.9); 
    text-align: center;
    opacity: 0;
    -webkit-transition: all 200ms ease-in-out;
    -moz-transition: all 200ms ease-in-out;
    -ms-transition: all 200ms ease-in-out;
    -o-transition: all 200ms ease-in-out;
    transition: all 200ms ease-in-out;
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

.overlay h4 {
    font-size: 18px;
}

.overlay h4 a {
    color: #fff;
}

.project-item:hover .overlay {
    opacity: 1;
    -moz-transform: rotate(0);
    -ms-transform: rotate(0);
    -o-transform: rotate(0);
    -webkit-transform: rotate(0);
    transform: rotate(0);
}

.project-item.one {
    -moz-animation-delay: 0.5s;
    -webkit-animation-delay: 0.5s;
    animation-delay: 0.5s;
}

.project-item.two {
    -moz-animation-delay: 0.75s;
    -webkit-animation-delay: 0.75s;
    animation-delay: 0.75s;
}

.project-item.three {
    -moz-animation-delay: 1.0s;
    -webkit-animation-delay: 1.0s;
    animation-delay: 1.0s;
}

.project-item.four {
    -moz-animation-delay: 1.25s;
    -webkit-animation-delay: 1.25s;
    animation-delay: 1.25s;
}

.project-item.five {
    -moz-animation-delay: 1.5s;
    -webkit-animation-delay: 1.5s;
    animation-delay: 1.5s;
}

.project-item.six {
    -moz-animation-delay: 1.75s;
    -webkit-animation-delay: 1.75s;
    animation-delay: 1.75s;
}

.our-story {
    padding: 0 50px;
    margin-top: 30px;
    position: relative;
    overflow: hidden;
}

.story-bg {
    background: url("../img/story-bg.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    -moz-animation-delay: 1.7s;
    -webkit-animation-delay: 1.7s;
    animation-delay: 1.7s;
}

.inner-story {
    background: #fff;
    padding: 40px;
    color: #32353a;
    -moz-animation-delay: 0.5s;
    -webkit-animation-delay: 0.5s;
    animation-delay: 0.5s;
}

.inner-story h2 {
    margin-bottom: 30px;
}

.inner-story p {
    margin-bottom: 0;
}

.our-offers {
    margin-top: 5px;
    padding: 0 50px;
    position: relative;
    overflow: hidden;
    margin-bottom: 120px;
}

.offer-bg {
    background: url("../img/offer-bg.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    -moz-animation-delay: 3.6s;
    -webkit-animation-delay: 3.6s;
    animation-delay: 3.6s;
}

.offer-title {
    color: #4e91c9;
    padding: 30px;
    background: #fff;
    margin-bottom: 40px;
    -moz-animation-delay: 1.2s;
    -webkit-animation-delay: 1.2s;
    animation-delay: 1.2s;
}

.offer-item {
    margin-top: 40px;
    overflow: hidden;
}

.offer-item figure {
    border: 3px solid #fff;
}

.offer-item figure img {
    width: 100%;
    display: block;
}

.offer-content {
    padding: 26px;
    background: #fff;
    color: #32353a;
    position: relative;
}

.offer-content h4 {
    margin-bottom: 30px;
    font-weight: normal;
}

.offer-content p {
    margin-bottom: 0;
}

span.offer-left {
    position: absolute;
    bottom: -1px;
    left: -1px;
    width: 30px;
    height: 30px;
}

.offer-left>i {
    position: absolute;
    display: inline-block;
    width: 0;
    height: 0;
    line-height: 0;
    border: 15px solid transparent;
    border-left: 15px solid #32353a;
    border-bottom: 15px solid #32353a;
    left: 0px;
    top: 0px;
}

span.offer-right {
    position: absolute;
    bottom: -1px;
    right: -1px;
    width: 30px;
    height: 30px;
}

.offer-right>i {
    position: absolute;
    display: inline-block;
    width: 0;
    height: 0;
    line-height: 0;
    border: 15px solid transparent;
    border-right: 15px solid #32353a;
    border-bottom: 15px solid #32353a;
    left: 0px;
    top: 0px;
}

.offer-1 {
    -moz-animation-delay: 1.0s;
    -webkit-animation-delay: 1.0s;
    animation-delay: 1.0s;
}

.offer-2 {
    -moz-animation-delay: 1.5s;
    -webkit-animation-delay: 1.5s;
    animation-delay: 1.5s;
}

.offer-3 {
    -moz-animation-delay: 2.0s;
    -webkit-animation-delay: 2.0s;
    animation-delay: 2.0s;
}

.projects-header {
    margin-top: 30px;
    margin-bottom: 80px;
    text-align: center;
}

.projects-header h2 {
    font-weight: 100;
    color: #fff;
    font-size: 36px;
    margin-bottom: 30px;
    -moz-animation-delay: 0.5s;
    -webkit-animation-delay: 0.5s;
    animation-delay: 0.5s;
}

.projects-header p {
    font-size: 17px;
    line-height: 1.75em;
    -moz-animation-delay: 1s;
    -webkit-animation-delay: 1s;
    animation-delay: 1s;
}

.projects-holder {
    margin-bottom: 80px;
}

.p-1 {
    -moz-animation-delay: 1.7s;
    -webkit-animation-delay: 1.7s;
    animation-delay: 1.7s;
}

.p-2 {
    -moz-animation-delay: 2s;
    -webkit-animation-delay: 2s;
    animation-delay: 2s;
}

.p-3 {
    -moz-animation-delay: 2.3s;
    -webkit-animation-delay: 2.3s;
    animation-delay: 2.3s;
}

.p-4 {
    -moz-animation-delay: 2.6s;
    -webkit-animation-delay: 2.6s;
    animation-delay: 2.6s;
}

.p-5 {
    -moz-animation-delay: 2.9s;
    -webkit-animation-delay: 2.9s;
    animation-delay: 2.9s;
}

.p-6 {
    -moz-animation-delay: 3.1s;
    -webkit-animation-delay: 3.1s;
    animation-delay: 3.1s;
}

.p-7 {
    -moz-animation-delay: 3.4s;
    -webkit-animation-delay: 3.4s;
    animation-delay: 3.4s;
}

.cert-posts {
    margin-bottom: 80px;
}

.cert-item {
    position: relative;
    overflow: hidden;
    @extned %clearfix;;padding: 20px;
    color: #6d747e;
    text-align: center;
    margin-bottom: 30px;
}

.cert-item a {
    color: #32353a;
}

.cert-item h3 {
    font-size: 20px;
    font-weight: normal;
    letter-spacing: 1px;
}

.cert-item h4 {
    font-size: 17px;
    font-weight: normal;
    letter-spacing: 1px;
}

.cert-item h4 sup{
    font-size: 10px;
}

.cert-item h5 {
    font-size: 16px;
    font-weight: normal;
    letter-spacing: 1px;
}

.cert-item p {
    font-size: 13px;
}

.cert-item:hover .cert-bg {
    -moz-transform: scale(1.2, 1.2);
    -ms-transform: scale(1.2, 1.2);
    -o-transform: scale(1.2, 1.2);
    -webkit-transform: scale(1.2, 1.2);
    transform: scale(1.2, 1.2);
}

span.solid-line {
    width: 60px;
    height: 2px;
    background: #32353a;
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-top: 30px;
    margin-bottom: 30px;
}

span.home-solid-line {
    width: 60px;
    height: 2px;
    background: #32353a;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.post-button {
    font-size: 12px;
    text-transform: uppercase;
    font-weight: 700;
    padding: 12px 20px;
    background: #eee;
}

.cert-bg {
    position: absolute;
    width: 100%;
    height: 396px;
    top: 0;
    left: 0;
    background-size: cover;
    background-repeat: no-repeat;
    z-index: 8;
    -webkit-transition: all 200ms ease-in-out;
    -moz-transition: all 200ms ease-in-out;
    -ms-transition: all 200ms ease-in-out;
    -o-transition: all 200ms ease-in-out;
    transition: all 200ms ease-in-out;
}

.cert-blue {
    background: url("../img/cert-blue.jpg");
}

.cert-pink {
    background: url("../img/cert-pink.jpg");
}

.cert-green {
    background: url("../img/cert-green.jpg");
}

.post-1 {
    -moz-animation-delay: 0.75s;
    -webkit-animation-delay: 0.75s;
    animation-delay: 0.75s;
}

.post-2 {
    -moz-animation-delay: 1.0s;
    -webkit-animation-delay: 1.0s;
    animation-delay: 1.0s;
}

.post-3 {
    -moz-animation-delay: 1.25s;
    -webkit-animation-delay: 1.25s;
    animation-delay: 1.25s;
}

.post-4 {
    -moz-animation-delay: 1.5s;
    -webkit-animation-delay: 1.5s;
    animation-delay: 1.5s;
}

.post-5 {
    -moz-animation-delay: 1.75s;
    -webkit-animation-delay: 1.75s;
    animation-delay: 1.75s;
}

.post-6 {
    -moz-animation-delay: 2.0s;
    -webkit-animation-delay: 2.0s;
    animation-delay: 2.0s;
}

.post-7 {
    -moz-animation-delay: 2.5s;
    -webkit-animation-delay: 2.5s;
    animation-delay: 2.5s;
}

.cert-content {
    position: relative;
    z-index: 9;
    background: #fff;
    padding: 45px 30px;
    height: 356px;
}

.cert-content p {
    line-height: 1.75em;
    margin-bottom: 35px;
}

.cert-content h3 {
    height: 100px;
}

.cert-header {
    margin-bottom: 0px;
}

.cert-header h2 {
    font-size: 36px;
    color: #fff;
    margin-top: 0px;
    margin-bottom: 30px;
    font-weight: 100;
    -moz-animation-delay: 0.5s;
    -webkit-animation-delay: 0.5s;
    animation-delay: 0.5s;
}


.cert-header p {
    font-size: 17px;
    line-height: 1.75em;
    margin-bottom: 35px;
    -moz-animation-delay: 1.2s;
    -webkit-animation-delay: 1.2s;
    animation-delay: 1.2s;
}

.cert-button {
    background: #d5b14f;
    text-transform: uppercase;
    text-align: center;
    font-weight: 700;
    font-size: 12px;
    padding: 12px 20px;
    color: #fff !important;
    -moz-animation-delay: 3.8s;
    -webkit-animation-delay: 3.8s;
    animation-delay: 3.8s;
    margin-right:auto;
    margin-left:auto;
}

.contact-header {
    margin-bottom: 100px;
}

.contact-header h2 {
    font-size: 36px;
    font-weight: 100;
    color: #fff;
    margin-bottom: 30px;
    -moz-animation-delay: 0.5s;
    -webkit-animation-delay: 0.5s;
    animation-delay: 0.5s;
}

.contact-header p {
    font-size: 17px;
    line-height: 1.75em;
    -moz-animation-delay: 1.4s;
    -webkit-animation-delay: 1.4s;
    animation-delay: 1.4s;
}

.contact-social {
    -moz-animation-delay: 2s;
    -webkit-animation-delay: 2s;
    animation-delay: 2s;
}

.contact-social li {
    display: inline-block;
    margin: 0 20px;
}

.contact-social li i {
    font-size: 24px;
}

.contact-holder {
    background: #46494f;
    margin-bottom: 100px;
}

.googlemap-wrapper {
    -moz-animation-delay: 2.7s;
    -webkit-animation-delay: 2.7s;
    animation-delay: 2.7s;
}

.map-canvas {
    height: 505px;
}

#map_canvas {
    width: 100%;
    height: 505px;
}

#map_canvas img {
    max-width: none;
}

.contact-form {
    -moz-animation-delay: 3.5s;
    -webkit-animation-delay: 3.5s;
    animation-delay: 3.5s;
    padding-right: 30px;
}

@media screen and (max-width: 992px) {
    .contact-form {
        padding-left: 30px;
    }
}

.contact-form h4 {
    color: #fff;
    font-size: 24px;
    margin: 30px 0;
}

.contact-form input,.contact-form textarea {
    background: #32353a;
    border: 0;
    outline: 0;
    color: #fff;
    font-size: 13px;
    height: 44px;
    max-width: 100%;
    width: 100%;
    margin-bottom: 30px;
    padding: 10px;
}

.contact-form textarea {
    height: 150px;
}

.message-button {
    text-transform: uppercase;
    font-weight: 700;
    font-size: 12px;
    background: #4e91c9;
    color: #fff !important;
    padding: 12px 20px;
    display: inline-block;
    margin-bottom: 30px;
}

.main-footer {
    border-top: 2px solid #46494f;
    /*border-bottom: 2px solid #46494f;*/
    padding: 30px 0 15px 0;
}

.main-footer .social li {
    display: inline-block;
    margin: 0 15px 15px 15px;
}

.main-footer .social li a {
    padding: 20px;
}

.main-footer .social li a:hover {
    background: #4e91c9;
    border-color: #4e91c9;
}

.copyright {
    margin-top: 30px;
    margin-bottom: 20px;
}

.copyright p {
    margin-bottom: 10px;
    font-size: 12px;
}

html {
    font-size: 93.75%;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
}

body {
    background: #32353a;
    font-size: 15px;
    font-weight: 300;
    color: #b7bcbe;
    padding: 20px;
    font-family: "Roboto",sans-serif;
    line-height: 1.55;
    text-rendering: optimizeLegibility;
    -webkit-backface-visibility: hidden;
    overflow-x: hidden;
}

p {
    margin-bottom: 30px;
}

h1,h2,h3,h4,h5,h6 {
    text-transform: uppercase;
}

h1 {
    font-size: 36px;
}

h2 {
    font-size: 30px;
}

h3 {
    font-size: 24px;
}

h4 {
    font-size: 20px;
}

h5 {
    font-size: 18px;
}

h6 {
    font-size: 15px;
}

a {
    color: #fff;
    text-decoration: none;
    -webkit-transition: all 100ms ease-in-out;
    -moz-transition: all 100ms ease-in-out;
    -ms-transition: all 100ms ease-in-out;
    -o-transition: all 100ms ease-in-out;
    transition: all 100ms ease-in-out;
}

a:hover {
    color: inherit;
    text-decoration: none;
}

span[class*="border-"] {
    position: fixed;
    background: #1f2122;
}

.border-top {
    top: 0;
    left: 0;
    width: 100%;
    height: 20px;
}

.border-left {
    top: 0;
    left: 0;
    width: 20px;
    height: 100%;
}

.border-bottom {
    bottom: 0;
    left: 0;
    width: 100%;
    height: 20px;
}

.border-right {
    top: 0;
    right: 0;
    width: 20px;
    height: 100%;
}

.shape-1 {
    position: fixed;
    top: 20px;
    right: 20px;
    width: 50px;
    height: 50px;
    background: url("../img/shape-1.png") no-repeat;
}

.shape-2 {
    position: fixed;
    bottom: 20px;
    left: 20px;
    width: 50px;
    height: 50px;
    background: url("../img/shape-2.png") no-repeat;
}

.main-button,.main-footer .social li a {
    color: #fff;
    text-transform: uppercase;
    font-size: 12px;
    padding: 10px 15px;
    display: inline-block;
    border: 2px solid #46494f;
}

.pink-button {
    color: #fff;
    text-transform: uppercase;
    font-size: 12px;
    padding: 10px 15px;
    display: inline-block;
    background: #a95bc3;
    font-weight: normal;
}

.pink-button:hover {
    color: #fff;
}

table.tg  {
    border-collapse:collapse;
    border-radius: 100px;
    border-spacing:0;
    margin-right:auto;
    margin-left:auto;
}

.tg td{
    border-color:black;
    border-style:solid;
    border-width:3px;
    font-family:Arial, sans-serif;
    font-size:14px;
    overflow:hidden;
    padding:9px 20px;
    word-break:normal;
}

.tg th{
    border-color:black;
    border-style:solid;
    border-width:3px;
    font-family:Arial, sans-serif;
    font-size:20px;
    font-weight:normal;
    overflow:hidden;
    padding:9px 20px;
    word-break:normal;
}

.tg .tg-0pky{
    border-color:inherit;
    text-align:left;
    vertical-align:top
}

table.skill-table  {
    border-collapse:collapse;
    border-radius: 100px;
    border-spacing:0;
    margin-right:auto;
    margin-left:auto;
}

.skill-table td{
    border-color:black;
    border-style:solid;
    border-width:3px;
    font-family:Arial, sans-serif;
    font-size:14px;
    overflow:hidden;
    padding:12px 20px;
    word-break:normal;
    text-align: center;
}

.skill-table th{
    border-color:black;
    border-style:solid;
    border-width:3px;
    font-family:Arial, sans-serif;
    font-size:18px;
    font-weight:normal;
    overflow:hidden;
    padding:12px 20px;
    word-break:normal;
    text-align: center;
}

.skill-table .tg-bordless{
    border: 0px solid black;
}

.collapsible {
  background-color: #32353a;
  color: white;
  cursor: pointer;
  padding: 18px;
  width: 100%;
  border: none;
  text-align: center;
  outline: none;
  font-size: 15px;
  -moz-animation-delay: 3.8s;
  -webkit-animation-delay: 3.8s;
  animation-delay: 3.8s;
}

/*
.active, .collapsible:hover {
  background-color: #32353a;
}
*/

.more-cert {
  padding: 0 18px;
  display: none;
  overflow: hidden;
  background-color: #32353a;
}

.Tab{
    font-size: 20px;
    text-transform: uppercase;
    font-weight: 700;
    padding: 12px 20px;
    background: #819595;
    color: #EBEBD3;
}   

.Tab:hover{
    cursor: pointer;
}

.Tab:active{
    color: #000000;
}

.job-header h2 {
    font-size: 36px;
    color: #fff;
    margin-top: 0px;
    margin-bottom: 30px;
    font-weight: 100;
    -moz-animation-delay: 0.5s;
    -webkit-animation-delay: 0.5s;
    animation-delay: 0.5s;
}

.experience-wrapper{
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
    padding-bottom: 50px;
    padding-top: 0px;
    gap: 100px;
}

.experience-duration{
    text-align: right;
}

.experience-duration p {
    margin-bottom: 0px;"
}

.experience{
    display: grid;
    
    grid-template-columns: 6fr 2fr;
    grid-template-areas:
        'experience-title experience-duration'
        'experience-description'
    ;
    margin: 0 auto;
}

.home-icon{
    border-radius: 50%;
    border: 4px solid #17a2b8;
    display:block;
    margin-left:auto;
    margin-right:auto;
}


.intro-wrapper{
    border: 2px solid #164D56;
    border-radius: 5px 5px 0 0;
    margin-bottom: 50px;
    
    -webkit-box-shadow: 30px 30px 30px 0px rgba(0,0,0,0.8);
    -moz-box-shadow: 30px 30px 30px 0px rgba(0,0,0,0.8);
    box-shadow: 30px 30px 30px 0px rgba(0,0,0,0.8);
    background-color: #15202B;
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-template-areas: 
        'nav-wrapper nav-wrapper'
        'left-column right-column'
    ;
}
.nav-wrapper{
    border-radius: 5px 5px 0 0;
    grid-area: nav-wrapper;
    border: 2px solid #164D56;
    display: flex;
    justify-content: space-between;
    align-items: center;
    background-color: #15202B;
    /* border: 1px dashed lightcoral; */
}

.dots-wrapper{
    display: flex;
    padding: 10px;
}

#dot-1{
    background-color: #FC6058;
}

#dot-2{
    background-color: #FEC02F;
}

#dot-3{
    background-color: #2ACA3E;
}

.browser-dot{
    background-color: black;
    height: 15px;
    width: 15px;
    border-radius: 50%;
    margin: 5px;
    
    -webkit-box-shadow: -1px 1px 3px -1px rgba(0,0,0,0.75);
    -moz-box-shadow: -1px 1px 3px -1px rgba(0,0,0,0.75);
    box-shadow: -1px 1px 3px -1px rgba(0,0,0,0.75);
}

#left-div {
    border-left: 2px solid #164D56;
    border-top: 2px solid #164D56;
    border-bottom: 2px solid #164D56;
    grid-area: left-column;
    display:  flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    padding-top: 30px;
    padding-bottom: 0px;
    background-color: #15202B;
}

#ld-name {
    color:  #fff;
}

#ld-span {
    background:#03a3fa;
}

#ld-title {
    color: #fff;
    margin-bottom: 15px;
}

#ld-details-table {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
}

#ld-details-thead {
    display: flex;
    flex-direction:column;
}

#ld-details-icon {
    text-align: center;
    vertical-align: middle;
}

#ld-details-p {
    display:inline;
    align-content: center;
    font-size:130%;
    vertical-align: middle;
    color:#fff;
}

#right-div {
    float: right;
    border-right: 2px solid #164D56;
    border-top: 2px solid #164D56;
    border-bottom: 2px solid #164D56;
    grid-area: right-column;
    align-content: center;
    
    /*margin-bottom: 50px;*/
    padding-top: 30px;
    padding-bottom: 0px;
    background-color: #15202B;
}

#rd-title {
    margin-top: 0px;
    margin-bottom: 0px;
    text-align: left; 
    margin-left: 0px;
}

.rd-description {
    align-content: center;
    font-size:120%;
}

#rd-toolbox {
    position: relative;
    text-align: center;  
}

#rd-toolbox-table {
    margin:  13px;
}

#preview-shadow{
    background-color: #111921;
    width: 300px;
    height: 120px;
    padding-left: 30px;
    padding-top: 30px;
}

#preview{
    width: 300px;
    border: 1.5px solid #17a2b8;
    background-color: rgb(25, 39, 52, 0.8);
    padding: 15px;
    position: relative;
}

.corner{
    width: 7px;
    height: 7px;
    border-radius: 50%;
    border: 1.5px solid #17a2b8;
    background-color: #fff;
    position: absolute;
}

#corner-tl{
    top: -5px;
    left: -5px;
}

#corner-tr{
    top: -5px;
    right: -5px;
}

#corner-bl{
    bottom: -5px;
    left: -5px;
}

#corner-br{
    bottom: -5px;
    right: -5px;
}

.boxed {
  border: 1px solid green;

}

.skillButton {
    background-color: #8899ac;
    border: 1.5px solid #8899ac;
    font-size: 100%;
    border-radius: 15px;
    padding-top: 5px;
    padding-bottom: 5px;
    padding-left: 10px;
    padding-right: 10px;
    cursor: default;
    text-shadow:0px 1px 0px #0f2a33;
    background:linear-gradient(to bottom, #22303c 5%, #15202b 100%);
    margin-bottom: 10px;
}

.tg  {
    border-collapse:collapse;
    border-spacing:0;
}

.tg td{
    border-color:black;
    border-style:solid;
    border-width:0px;
    font-family:Arial, sans-serif;
    font-size:14px;
    overflow:hidden;
    padding:10px 5px;
    word-break:normal;
}

.tg th{
    border-color:black;
    border-style:solid;
    border-width:0px;
    font-family:Arial, sans-serif;
    font-size:14px;
    font-weight:normal;
    overflow:hidden;
    padding:10px 5px;
    word-break:normal;
}

.tg .tg-0lax{
    text-align:left;
    vertical-align:top
}

.KeyVisualHeading:before{
    right: 65%;
    content: "";
    position: absolute;
    width: 10vw;
    border-top: 2px solid #04496e;
    border-bottom: 2px solid #04496e;
    top: 50%;
}

.KeyVisualHeading:after{
    left: 65%;
    content: "";
    position: absolute;
    width: 10vw;
    border-top: 2px solid #04496e;
    border-bottom: 2px solid #04496e;
    top: 50%;
}

.unselectable {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}






.wrapper {
  max-width: 50rem;
  width: 100%;
  margin: 0;
}

.tabs {
  position: relative;
  margin: 0px;
  background: #1abc9c;
  height: 14.75rem;
  width: 1020px;
}

.tabs::before,
.tabs::after {
  content: "";
  display: table;
}

.tabs::after {
  clear: both;
}

.tab {
  float: left;
  width: 510px;
}

.tab-switch {
  display: none;
}

.tab-label {
  position: relative;
  display: block;
  line-height: 2.75em;
  height: 3em;
  padding: 0 1.618em;
  background: #1abc9c;
  border-right: 0.125rem solid #16a085;
  color: #fff;
  cursor: pointer;
  top: 0;
  transition: all 0.25s;
}

.tab-label:hover {
  top: -0.25rem;
  transition: top 0.25s;
}
.tab-content {
  height: 30rem;
  position: absolute;
  z-index: 1;
  top: 2.75em;
  left: 0;
  padding: 1.618rem;
  background: #fff;
  color: #2c3e50;
  border-bottom: 0.25rem solid #bdc3c7;
  opacity: 0;
  transition: all 0.35s;
}
.tab-switch:checked + .tab-label {
  background: #fff;
  color: #2c3e50;
  border-bottom: 0;
  border-right: 0.125rem solid #fff;
  transition: all 0.35s;
  z-index: 1;
  top: -0.0625rem;
}
.tab-switch:checked + label + .tab-content {
  z-index: 2;
  opacity: 1;
  transition: all 0.35s;
}

.education-header {
    margin-bottom: 0px;
}

.education-header h2 {
    font-size: 36px;
    color: #fff;
    margin-top: 0px;
    margin-bottom: 0px;
    font-weight: 100;
    -moz-animation-delay: 0.5s;
    -webkit-animation-delay: 0.5s;
    animation-delay: 0.5s;
}

.prj-header {
    margin-bottom: 30px;
}

.prj-header h2 {
    font-size: 36px;
    color: #fff;
    margin-top: 0px;
    margin-bottom: 0px;
    font-weight: 100;
    -moz-animation-delay: 0.5s;
    -webkit-animation-delay: 0.5s;
    animation-delay: 0.5s;
}


.prj-header p {
    font-size: 17px;
    line-height: 1.75em;
    margin-bottom: 35px;
    -moz-animation-delay: 1.2s;
    -webkit-animation-delay: 1.2s;
    animation-delay: 1.2s;
}

#prj-description {
    margin-bottom: 0px;
    font-size:120%;
}

.experience-description p {
    margin-bottom:  0px;
}

.postgresql-header{
    color: #fff
}

.postgresql-odd{
    background: #5c6bc0;
    color: #fff;
    border-width: 2px;
    border-style: solid;
    border-top-color: #FF7A59;
}

.postgresql-even{
    background: #42a5f5;
    color: #fff;
    border-width: 2px;
    border-style: solid;
    border-top-color: #FF7A59;
}

.postgresql-row{
    text-align: left;
}

#postgresql .hidden_row {
    display: none;
}

.collapsible-header {
    padding: 0px;
}

.collapsible-btn {
    background-color: transparent;
    padding: 0px;
    border-width: 0px;
    width: 50px;
    height: 43px;
}