body{
	font-size: 1em;
	font-family: Georgia, 'Palatino Linotype', Baskerville, Times, serif;
}
.main {
	display: block;
    position: relative;
    width: 100%;
    height: 500px;
    margin: 0 auto;
}
.category {
	display: inline-block;
	width: 24%;
    margin-top: 3%;
    color: #3a5eca;
    text-shadow: 1px 1px 1px #000000;
    cursor: pointer;
    text-align: center;
}
.content_window {
	position: absolute;
    width: 100%;
    margin-top: 1%;
    padding-top: 2%;
}
#portfolio, #about, #contact{
	position: relative;
    display: none;
    width: 100%;
    height: 100%;
}

#about, #contact {
	width: 75%;
    text-align: left;
    margin: 10% auto 0 auto;
    color: #656565;
    border: 1px solid #a9a9a9;
    border-radius: 5px;
    padding: 5%;
}

#contact {
    text-align: center;
}

.sites_text, .apps_text {
	position: relative;
    display: none;
    float: left;
    width: 48%;
    margin-top: 1%;
    margin-right: 1%;
    color: #7a7a7a;
    cursor: pointer;
    text-align: center;
}
.sites_text:hover, .apps_text:hover {
	color: #000;
}
#sites, #apps {
	position: absolute;
    display: none;
    margin-top: 8%;
    width: 100%;
}
#sites img, #apps img {
	width: 30%;
    margin: 2% 0 0 2.5%;
}

#apps img {
	width: 40%;
    margin: 2% 0 0 6%;
}

.desc {
	display: block;
    width: 50%;
	float: right;
    text-align: left;
    margin: 3% 0 0 1%;
    font-size: 125%;
}
.welcome {
	width: 35%;
	height: 125px;
	margin: 3% auto;
}
.welcome > img {
	float: left;
}

.welcome > .wtext {
	float: right;
	line-height: 225%;
    font-size: 375%;
}

/********************************************************************************/

@media screen and (max-width: 1024px) and (orientation: portrait) {
.category {
	display: block;
	width: 100%;
    margin-top: .5%;
    color: #000080;
	font-size: 225% !important;
    text-shadow: none;
    cursor: pointer;
    text-align: center;
}
.welcome {
	width: 100%;
	margin: 3% auto;
	text-align: center;
}
.welcome > img {
	float: none;
	margin: 3% auto;
}

.welcome > .wtext {
	float: none;
	font-size: 250% !important;
	text-align: center;
}
}