@media screen and (min-width: 1000px) and (max-width: 1324px) {
	#header {
		text-align: right;
		color: white;
		font-size: 30px;
		width: 100%;
		height: 100px;
	}

	#center-avatar {
		float: left;
		width: 23%;
		margin: 50px -1% 0px -1.8%;
		border-radius: 50%;
		border-style: solid;
		border-color: white;
		background-image: url("../images/avatar.jpg");
		background-size: 100%;   
	    background-repeat: no-repeat;
	    background-position: center;
	}

	.center-content-height {
		font-size: 70px;
	}

	#signature {
		height: 200px;
	}

	#contact-grid {
		width: 40%;
		margin-left: 30%;
	}

	#under-construction {
		height: 200px;
		width: 90%;
		margin: 100px 0px 10px 5%;
		border-style: solid hidden solid hidden;
		border-color: white;
		text-align: center;
		line-height: 200px;
		font-size: 100px;
	}
}