body {
    -webkit-font-smoothing: antialiased;
}

.projectImages {
    width: 80%;
    margin-top: 30px;
    margin-bottom: 20px;
    margin-left: auto;
    margin-right: auto;
    text-align: justify;
    -ms-text-justify: distribute-all-lines;
    text-justify: distribute-all-lines;
}

img {
    overflow: hidden;
    width: 100%;
    -webkit-animation: fadein 2.5s;
    /* Safari and Chrome */
    -moz-animation: fadein 2.5s;
    /* Firefox */
    -ms-animation: fadein 2.5s;
    /* Internet Explorer */
    -o-animation: fadein 2.5s;
    /* Opera */
    animation: fadein 2.5s;
}

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

/* Firefox */

@-moz-keyframes fadein {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}

/* Safari and Chrome */

@-webkit-keyframes fadein {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}

/* Internet Explorer */

@-ms-keyframes fadein {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}

/* Opera */

@-o-keyframes fadein {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}

/* Wrapper for page content to push down footer */

.projectListing-below {
    margin-top: 50px;
}

h6 {
    font-size: 20px;
    margin-top: -20px;
    text-align: center;
    font-weight: 500
}

li {
    font-size: 14px;
    /*padding-left: 10px;*/
    font-weight: 10px;
}

.sidebar {
    position: fixed;
    right: 50%;
    margin-right: 540px;
    max-width: 150px;
}

.sidebar li {
    margin-bottom: 8px;
}

.sidebar li a {
    text-decoration: none;
    /*color: #000;*/
    color: #BBB;
    transition: color 0.2s ease;
    font-size: 13px;
    font-weight: 400;
    letter-spacing: 0.4px;
    line-height: 24px;
}

.sidebar li:last-child a {
    margin-bottom: 0;
}

.sidebar li.active a {
    /*color: #BBB;*/
    color: #000;
}

.sidebar a:hover {
    /*color: #BBB;*/
    color: #000;
    text-decoration: none;
}

ul {
    margin-left: 15px;
}

span, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}

.show-desktop {
    display: none !important;
}

a:hover, a:focus {
    text-decoration: none;
}

body {
    text-align: left;
}

.portfolio {
    width: 90%;
}

.portfolio.content {
    width: 90%;
}

.content {
    width: 90%;
}
.contentSection{
    padding-top: 40px;
    padding-bottom: 28px;
}
.smallHeading {
    font-size: 14px;
    padding-right: 20px;
    padding-left: 20px;
    margin: 0;
    font-weight: 400;
    line-height: 20px;
    color: var(--primary);
}

.sectionHeading {
    margin: 0;
    color: #282828;
    font-size: 24px;
    padding-top: 10px;
    padding-left: 20px;
    padding-right: 20px;
    font-weight: 800;
    line-height: 33px;
}

.sectionSubHead {
    margin: 0;
    color: #282828;
    font-size: 20px;
    padding-left: 20px;
    padding-right: 20px;
    font-weight: 700;
    line-height: 24px;
    margin-top: 24px;
}

.sectionPara {
    padding-top: 12px;
    padding-left: 20px;
    padding-right: 20px;
    padding-bottom: 12px;
    margin: 0;
    font-size: 16px;
    color: #282828;
    font-weight: 400;
    line-height: 28px;
}

.digressCard {
    text-align: center;
    border-color: #DFE6ED;
    border-style: solid;
    border-width: 1px;
    border-radius: 15px;
    background-color: #FAFBFC;
    margin-top: 20px;
    margin-bottom: 20px;
}

.digressHeading {
    font-family: 'Playfair Display', serif;
    font-size: 24px;
    padding-top: 40px;
}

.digressParaMono {
    font-family: 'Roboto Mono', monospace;
    font-size: 14px;
    margin: 40px;
    line-height: 36px;
}

.digressPara {
    padding-top: 20px;
    padding-left: 50px;
    padding-right: 50px;
    padding-bottom: 40px;
    margin: 0;
    font-size: 14px;
    color: #282828;
    font-weight: 400;
    line-height: 28px;
}

.bullet li {
    list-style-image: url(../img/bullet.svg);
   max-width: 100% !important;
    padding-top: 10px;
    font-size: 16px;
}

.grid-3p {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 20px;
    
    
}


.grid-3p>div:nth-child(-n+3) {
    margin-top: 0;
}

.grid-3p>div {
    -ms-flex-preferred-size: 33.33%;
    flex-basis: 33.33%;
    max-width: 32%;
    margin-top: 20px;
}

.grid-2p {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 20px;
    
    
}

.grid-2p>div:nth-child(-n+2) {
    margin-top: 0;
}

.grid-2p>div {
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
    max-width: 48.5%;
    margin-top: 20px;
}

.infoCard {
    position: relative;
    background-color: var(--bg);
    border-radius: 12px;
    padding: 20px;
}

.whiteCard {
    position: relative;
    background-color: white;
    border-radius: 8px;
    padding: 20px;
    box-shadow: 0 2px 8px -2px rgba(var(--dark), 0.2);
}

.infoNum {
    position: absolute;
    color: var(--primary);
    font-size: 27px;
    line-height: 27px;
    left: 0;
    top: 0;
    font-weight: 800;
}

.iconNum {
    margin-right: 8px;
    min-width: 32px;
    width: 32px;
    height: 32px;
    color: var(--primary);
    background-color: var(--bg);
    font-size: 16px;
    line-height: 32px;
    left: 0;
    top: 0;
    font-weight: 800;
    border-radius: 16px;
    text-align: center;
    display: flex;
    justify-content: center;
}



.infoHead {
    font-size: 16px;
    font-weight: 700;
    padding-top: 6px;
}

.infoPara {
    font-size: 14px;
    color: #282828;
    font-weight: 400;
    line-height: 24px;
    padding-top: 10px;
    margin: auto;
}

.iconHead {
    display: -ms-flexbox;
    display: flex;
}

@media screen and (max-width: 1360px) {
    .sidebar {
        display: none;
    }
}

@media screen and (max-width: 1024px) {
    .grid-3p>div {
        max-width: 48.5%;
        -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
    }
    .grid-3p>div:nth-child(3) {
        margin-top: 20px;
    }
    .grid-3p>div:first-child {
        margin-top: 0;
    }
}

@media screen and (max-width: 768px) {
    .profileImage {
        display: none;
    }
    .navigation-sub ul {
        padding-top: 15px;
        max-width: 90%;
    }
    .sidebar {
        display: none;
    }
    .grid-2p>div:first-child {
        margin-top: 0;
    }
    .grid-2p>div {
        max-width: 100%;
    }
    .grid-2p>div {
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    }
    .grid-2p>div, .grid-2p>div:nth-child(2), .grid-3p>div:nth-child(3) {
        margin-top: 20px;
    }
    .grid-2p>div:first-child {
        margin-top: 0;
    }
}

@media screen and (min-width: 480px) {
    .mobile {
        display: none;
    }
}

@media screen and (max-width: 480px) {
    .desktop {
        display: none;
    }
    .profileImage {
        display: none;
    }
}

@media screen and (max-width: 600px) {
    .grid-3p>div:first-child {
        margin-top: 0;
    }
    .grid-3p>div {
        max-width: 100%;
    }
    .grid-3p>div {
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    }
    .grid-3p>div, .grid-3p>div:nth-child(2), .grid-3p>div:nth-child(3) {
        margin-top: 20px;
    }
    .grid-3p>div:first-child {
        margin-top: 0;
    }
    .digressPara {
        padding-top: 20px;
        padding-left: 20px;
        padding-right: 20px;
    }
}