body {
	overflow: scroll;
}

/*************************************************/
/*************************************************/
/**************NAVIGATION TABLET******************/
/*************************************************/
/*************************************************/
nav {
	width: 140px;
	height: 210px;
	margin-left: 0px;
	border-left: none;
}

nav a, nav a:visited {
	font-size: 12pt;
}

nav li {
	height: 30px;
	line-height: 30px;
}

.logo {
	height: 117px;
}

nav img {
	margin-top: 25px;
	height: 60px;
}
/*************************************************/

/*************************************************/
/*************************************************/
/*****************WORKS TABLET********************/
/*************************************************/
/*************************************************/
.works_content {
	margin-top: 30px;
	margin-left: 180px;
	height: 90%;
	width: 84%;
}

.works_content .blank, .works_content .blank_big {
	display: none;
}

.works_content div {
	clear: none !important;
	opacity: 1;
	height: 30%;
	margin: 0;
	border: none;
}

.works_content .blank_big, .works_content .big {
	height: 30%;
	margin-bottom: 0;
}
/*************************************************/

/*************************************************/
/*************************************************/
/***************CONTACT TABLET********************/
/*************************************************/
/*************************************************/

.contact_form {
	margin-left: 250px;
	margin-top: 80px;
}

/**********************************************************/

/*************************************************/
/*************************************************/
/****************ABOUT TABLET*********************/
/*************************************************/
/*************************************************/

.about_content {
	position: relative;
	top: 50px;
	text-align: left;
}

.about_content p {
	left: 200px;
}
/**********************************************************/