@charset "UTF-8";
/* CSS Document */

/*------------------------------tablet size overrides --------------------------------*/
@media (min-width: 481px) and (max-width:768px) {
ul#sfNav  li a {
	
	padding: 1.0em 1.0em 1.0em 1.0em;
	width: auto;
	font-size: 1.4em;
	
}
	
nav {
	width: 100%;
	margin-left:0%;
}
	
.tagline h3 {
	font-size: 1.6em;
}
	
	.intro-text h1{
		font-size: 2.4em;
	}
	
	
.footerbox3 p{
	font-size: 1.4em;
}
	
.footerbox3 a{
	color: white;
}

#footerbottom a{
	color: white;
}

.portfoliodiv {
	width: 90%;
	margin-left: 5%;
}
	
	
	
}



/* small display only */
@media (max-width:480px) {
	
.phone {
	float: none;
	width: 80%;
	font-size: 1.6em;
	text-align: center;
}
.logo {
	width: 25%;
	margin-top: 1em;
}



.tagline {
	width: 65%;
	margin-left: 5%;
	margin-top: 1em;
}
	
.tagline h3 {
	font-size: 1.0em;
}	
	
ul#sfNav li {
	float: none;
	
}	
	
ul#sfNav {
	width: 60%;
	margin-left: 1.5em;
	
	
}	
	
	nav {
	width: 100%;
	margin-left:0%;
}
	
ul#sfNav  li a {
	
	padding: .7em 1.0em .7em 1.0em;
	
	font-size: 1.2em;
	
}	

.intro-text h1{
		font-size: 1.6em;
		text-shadow: none;
	}
	
.intro-text p{
	font-size: 1.2em;
}

.feature-box {
	width: 80%;
	margin-left: 10%;
	margin-top: .4em;
}
.footerbox1,
.footerbox2,
.footerbox3,
.footerbox4 {
	float: none;
	width: 80%;
	margin-left: 10%;
}
	
#footerbottom a{
	color: white;
}



.footerbox3 a{
	color: white;
}	
	
.copyrighttext {
	text-align: center;
	font-size: .6em;
}

.footerphone {
	font-size: 1em;
	text-align: center;
}

.footernav {
	font-size: 1.4em;
	text-align: center;
}

.projtext {
	font-size: 1.2em;
}

.portfoliodiv {
	width: 100%;
	margin-left: 0;
}
	
}