#navHome {
	display:none;
}

#title h1
{
	background:url("images/digitalportfolio.png") no-repeat 0px 1px;
}

.column
{
	width:25%;
	display:inline;
	text-align:center;
	float:left;
	font-weight:bold;
	font-size:250%;
	text-transform:uppercase;
	margin:3em 0;
}

.linkable
{
	cursor:pointer;
	margin:0 auto;
	display:inline-block;
}

.linkable:hover
{
	opacity:0.7;
}

.column .linkable .img
{
	/*margin:0 auto;*/
	margin-bottom:0.25em;
	width:7em;
	height:7em;
	background-size:contain;
	background-repeat:no-repeat;
	background-position:center;
}

#linkWork
{
	background-image:url("images/workpic.png");
}

#linkAbout
{
	background-image:url("images/selfportrait.png");
}

#linkContact
{
	background-image:url("images/contactpic.png");
}

#linkResume
{
	background-image:url("images/resume.jpg");
}

/*iPad/iPhone layout*/
@media only screen and (max-width:800px){
.page
{
	min-height:0;
}

.column
{
	display:inline;
	margin:0 auto;
	width:100%;
	margin-bottom:1em;
	font-size:350%;
}

.column .img
{
	width:9em;
	height:9em;
}
}

/*iPhone layout*/
@media only screen and (max-width:540px){
#navWork
{
	margin:0 !important;
}
}
