@media only screen and (min-width: 768px) {
    body{
        /* font-family: 'Rajdhani', sans-serif; */
        font-family: 'Anaheim', sans-serif;
        /* font-family: 'Share Tech Mono', monospace; */
        width:100%;
        margin:0 auto;
    }
    .menu {
        width: 70%;
        margin: 10px auto;
        float:none;
    }


    /* ANT PROJECT CARD STYLING */
    .ant-card-meta-title{
        font-size: 24px;
        width: 25%;
        float: left;
    }
    
    .ant-card-meta-description{
        padding-top: 8px;
        font-size: 16px;
        width: 65%;
        float: left;
        margin: 0 5%;
    }

    div#header {
        /* border-bottom: 0.5px black solid; */
        padding: 0px 15%;
        min-height: 120px;
    }
    div#intro {
        width: 100%;
        margin: 0 5%;
        height: 550px;
        padding-top: 100px;
        font-size:28px;
        color: black;
        font-family:  'Playfair Display', serif;
        font-weight: bolder;
    }
    div.menu li{
        float:left;
    }
    div#selected, div#more-projects, div#game{
        height: 100%;
        padding: 0px 15%;
        /* border-bottom: 0.5px black solid; */
    }

    div#all_projects{
        width: 70%;
        margin-left: 15%;
      }

    div#selected{
        background-color: #f8dfdb;
    }
    div#diagram-div {
        width:45%;
        border-right: 0.5px black solid;
        float:left;
    }
    #projects div{
        overflow: hidden;
    }

    div.scroll-down {
        width:100px;
        margin: 0 auto 0 auto;
        text-align: center;
    }
    .scroll-down-circle-black{
        height: 150px;
    }

    .ant-list-item .ant-list-grid{
        margin-bottom: 0;
        padding:0;
    }
    .ant-col-6{
        width: 25%;
    }
    .project-button{
        cursor: pointer;
    }

    div#vis{
        padding: 0 10%;
        border-bottom: 0.5px black solid;
        margin-bottom: 20px;
        height: 541px;
    }

    div#timeline-div{
        width:5%;
        float:left;
        border-right: 0.5px black solid;
    }
    div#footer{
        padding: 20px 0% 40px 0;
        width: 70%;
        margin: 20px auto 0 auto;
        border-top: solid 1px darkgrey;
    }
    .parallax-window {
        min-height: 500px;
        background: transparent;
        filter:grayscale(1);
    }

    .fa {
        color: black;
        border: black solid 1px;
        padding: 5px;
        width: 40px;
        height: 40px;
        border-radius: 50%;
        display: table-cell;
        vertical-align: middle; 
        text-align: center;
    }
    div.social-media{
        float:right;
    }

    .scroll-down-icon{
        font-size: 32px;
        color: black;
    }

    .ant-card-cover img{
        border-radius: 8px;
    }

    div.project-list{
        padding-bottom: 70px;
    }

    .project-list > ul{
        list-style-type: none;
        font-size: 22px;
        /* text-align: center; */
    }

    .project-list li{
        border-bottom: 2px solid #F9BBAE;
        padding: 20px 0;
    }

    .project-list > ul .subtitle{
        font-size: 18px;
        color: #E87972;
    }

    .project-list a{
        /* color: #F9BBAE; */
        color: #fc221c;
    }

    .project-list li .details{
        font-size: 18px;
        color: #E87972;
        font-family:'Lora', serif;
        display: block;
    }

    .project-list li:hover .details{
        display: block;
    }

    .project-list a:hover{
        color: #E87972;
    }

    li#special-list-item {
        border: none;
    }

    .others-list > ul{
        list-style-type: none;
        font-size: 18px;
        height: 200px;
        text-align: center;
    }

    .others-list li{
        padding: 20px 20px;
        float:left;
        width: 33%;
    }

    .others-list a{
        color: black;
    }

    .others-list a:hover{
        color: rgba(0,0,0,.65);
    }

    .others-list a .subtitle{
        color: darkgray;
        font-size: 14px;
    }


    /* nav{
        margin: 0 15%;
    } */

    /*styling for about page*/
    .about {
        width: 100%;
        margin: 20px auto;
        height: 580px;
        font-family: 'Anaheim';
        font-size: 14px;
    }

    .title {
        background-color: #FFFFFF;
        padding: 20px 120px;
        text-align: center;
        position:relative;
    }

    .experience, .intro, .news{
        height: 100%;
        overflow-y:scroll;
        overflow-x: hidden;
        border-top: black 3px solid;
    }

    .experience{
        width:55%;
        display:block;
        float:right;
    }

    .intro{
        width:40%;
        float: left;
    }

    .news{
        width: 20%;
        float: left;
        margin: 0 5%;
    }

    .subsection{
        border-bottom: black 1px solid;
        padding: 20px 0;
        overflow: auto;
    }

    .about .intro #hello{
        font-size:32px;
        font-weight:bold;
    }

    .about ul {
        display: block;
        overflow: hidden;
        padding: 0;
        list-style: none;
        border-bottom: black 1px solid;
    }

    .about li{
        padding: 5px 10px;
        font-weight: bold;
        font-size: 14px;
        margin:3px;
    }

    .subsection-left{
        width: 30%;
        float: left;
    }

    .subsection-right{
        width: 70%;
        float: right; 
        text-align: end;
    }
}