@media screen and (max-width: 700px) {
	#left-column, #mobile-nav {
		display:none;
	}

	.vertical-center-right {
		left:4vw;
 		/* height:70vh; */
	}
	/*
	#right-column {
	    margin-top:67px;
	    overflow-y:scroll;
	    max-height: calc(100vh - 67px);
	}
	*/
    /*
	#photography {
		margin-top:-50px;
	}
	*/
	#photos-outer-container {
		height:70vh !important;
	}
	header {
		display:block !important;
	}

	#about-me {
	    height:500px;
	}
	
	#portfolio, #photography, #project {
	    height:550px;
	    margin-top:50px;
	    overflow-y:scroll;
	}
	

	#portfolio h1 {
	    padding:0;
	    margin:0;
	}

    #project img {
        width: 92vw !important;
    }

	.img {
	    height:20vh;
	}
	
	#photography {
	    margin-top:30px;
	}
	/*
	#profile-icon {
	    margin-top:100px;
	}*/
	

}