<br />
<b>Deprecated</b>:  The each() function is deprecated. This message will be suppressed on further calls in <b>/home/zhenxiangba/zhenxiangba.com/public_html/phproxy-improved-master/index.php</b> on line <b>456</b><br />
/* the whole structure */

@media (max-width: 700px) {
    #main {
        display: flex;
        margin-left: 7%;
        margin-right: 7%;
        flex-direction: column;
        margin: auto;
        justify-content: center;
    }

    #sections {
        margin: auto;
        justify-content: center;
        max-width: fit-content;
        padding: 5px;
    }

    .exp-item {
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        margin-bottom: 7%;
    }

    #crs-tutorial {
        width: 90%;
    }
    #roshan-icon{
        width: 90%;
    }
    #solar-img{
        width: 90%;
    }
    .proj-description-img{
        width: 90%;
    }
    #stock-short{
        width: 90%;
    }
    #content{
        width: 100%;
    }
    .proj-image{
        width: 95%;
    }
    .arts-image{
	max-height: 90%;
	}
	.arts{
		display: flex;
		flex-direction: column;
		justify-content: center;
	}

}

@media (min-width: 700px) {
    #main {
        margin-top: 5%;
        margin-left: 7%;
        margin-right: 7%;
        display: flex;
        flex-direction: row;
    }
    
    .exp-item {
        display: flex;
        flex-direction: row;
        justify-content: space-between;
        margin-bottom: 7%;
    }

    #crs-tutorial {
        height: 400px;
    }
    #roshan-icon{
        height: 150px;
    }
    #solar-img{
        width: 50%;
    }
    .proj-description-img{
        width: 90%;
    }
    #stock-short{
        height: 225px;
    }
    .proj-image{
        width: 500px;
    }
.width-90 {
    width: 75%;
}

.proj-item-wide{
    width: 100%;
}

.proj-item-wide .proj-image{
    width: 100%;
}
    .arts-image{
        height:300px;
    }
	.arts{
		display: flex;
		flex-direction: row;
		justify-content: center;
	}
	
    #AI-Projs{
        max-width: max-content;
        margin-left: 5%;
    }
    #BS-thesis{
        max-width: max-content;
    }
}


/* left side of the page */
#sections {
    max-width: max-content;
    padding: 5px;
    width: 100%;
}

#section-links {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding-top: 10%;
    padding-bottom: 5%;
}

#section-links h5 {
    margin: 0 0 2px 0;
}

#section-links a {
    margin: 0;
    padding: 3px 0;
    line-height: 1.2;
}

.section-sublinks {
    display: flex;
    justify-content: space-around;
    margin-top: 10px;
	margin-bottom: 20px;
}

.compact{
	margin-left: 32px;
	margin-right: 32px;
}

.blue-btn{
	color: blue;
}
.nav-link.active{
    color: black;
}

#contact-info {
    display: flex;
    flex-direction: column;
    justify-items: flex-start;
    margin-top: 10px;
}

#avatar-img {
    display: block;
    border-radius: 50%;
    height: 200px;
    width: 200px;
    margin: auto;
  }

/* right side of the page (content) */
#content{
    /* background-color:cornsilk; */
    margin-top: 4%;
    margin-left: 5%;
    width: 100%;
    margin-bottom: 3%;
}

/* other parts */
.non_underline-link {
    text-decoration: none;
}

.proj-row{
    display: flex;
    flex-direction: row;
    justify-content: start;
    gap: 24px;
    flex-wrap: wrap;
}

.proj-row .proj-item{
    flex: 1 1 320px;
}

.proj-row .proj-image{
    width: 100%;
}

.icon
{
    width: 30px;
}

/* experience tab */

.content-header{
    margin-top: 3%;
    margin-bottom: 2%;
}

.exp-img{
    margin-left: 5%;
}

/* proj tab */

 .proj-item{
    width: fit-content;
    margin-bottom: 6%;
}

/* hobbies tab */
