/* Global */

body {
	font-family: 'Open Sans', sans-serif;
	font-weight: 400;
	color: #8a8683;
	background-color:#ffffff;
	text-align: left;}

img {
	max-width: 100%;
}
a:link {
	color: #f68f67;
	text-decoration: none;
}
a:hover {
	color: #bde2df;
	text-decoration: none;
}
a:visited {
	color: #f68f67;
	text-decoration: none;
}
#welcomecontent {text-align: center;
padding-bottom: 30px;}

#portfoliocontent {text-align: left;
padding-bottom: 10px;}

}

/*footer*/
.techsperiahover { text-align: center;
				width:100%}

.techsperiahover img {
opacity: 0.6;
}
.techsperiahover img:hover {
opacity: 1;
}
p {color:#F68F67;}

#content {
	text-align:center;
	width:100%;
}


#servicecontent {padding-left: 25px;} 
h1 h2 h3 h4{font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif;}
h1 {font-size: 3.5em;
	text-align: center;
	letter-spacing: 0px;
	line-height: 1.5em;
	color:#f68f67;
	font-weight: 700;
	padding-top: 10px;
}
h2 {
	text-align: center;
	color: #666;
	line-height: 1.5em;
	padding-bottom:20px;
	font-weight: 700;
	font-size: 2.5em;
}


#gallery p {color: white;}

p:first-letter {
 font-size : 300%;
 background-color: #000;
 color: #fff;
 }
 p:first-line { line-height: 100%; }
 p { text-indent: 45%; } 

/* Navigation */
#logo {
	width: 100%;
	text-align: center;
}

#nav {
	width:100%;
	text-align:center;
	margin:10px 0;
	font-size: 1.5em;
	font-weight: 700;
}

.navigation{
	width: 100%;
	float: center;
	list-style: none;
	margin: 0;
	padding:0;
}

.navigation li{
	float: left;
	width:50%;
	padding:0;
}

.menu {
	position:fixed;
	top:0px;
	width:100%; 
	height:auto; 
	background-color:#ffffff;
	z-index:100;
	border-bottom-color:#F68F67;
}


.navigation li:hover{
	cursor:pointer;
	color: #a9d3d0;
}

.navigation .active{
	cursor:pointer;
	color:#095A6A;
	font-weight:bold;
}




/* General Slides */ 

.slide{
	background-attachment: fixed;
	width:100%;
	height:auto;
	position: relative;
	
	
}


/* Slide 1 */ 

#slide1{
	background-color:#ffffff;
	padding-top: 450px ;
	padding-bottom: 10px;
}





/* Slide 2 */ 

#slide2{
	padding-top:300px;
	Padding-bottom:500px;
	background-image:url('../images/background1.jpg');
	background-color:#f68f67;
	color:#8a8683;	
}





/* Slide 3 */ 

#slide3{
	padding-top: 250px;
Padding-bottom:300px;
	background-color:#ffffff;
}



/* Slide 4 */

#slide4{
	background-image:url('../images/background2.jpg');
	background-color:#8a8683;
	color:#ffffff;
	padding-top:300px;
	padding-bottom:300px;
	text-align:center;
	
}






/* Tablet */
@media screen and (max-width: 1024px) {

#logo {
	width: 100%;
	text-align: center;
}

#nav {
	width:100%;
	text-align:center;
	margin:10px 0;
}

.navigation{
	width: 100%;
	float: center;
	list-style: none;
	margin: 0;
	padding:0;
}

.navigation li{
	float: left;
	width:50%;
	padding:0;
}

.slide{
	background-attachment: fixed;
	width:100%;
	position: relative;
	padding:10px 0;
}


#decorative {
	display:none;
}
#servicecontent {padding-left: 5px;} 

#slide1 {
	padding-top:400px;}
#slide1 h1 {
	line-height: 0em;
	font-size: 2em;
}
#slide1 h2 {
	line-height: 1.25em;
	font-size: 1em;
}
#slide2 {
	padding-top: 300px;
	}
#slide2 h1 {
	line-height: 0em;
}
#slide2 h2 {
	line-height: 1.25em;
}
#slide3 {
	padding-top: 20px ;}
#slide3 h1 {
	line-height: 0em;
}
#slide3 h2 {
	line-height: 1.25em;
}
#slide4 h1 {
	line-height: 0em;
}
#slide4 h2 {
	line-height: 1em;
}

}




/* Mobile */
@media screen and (max-width: 480px) {

#logo {
	
	width: 35%;
	text-align: center;
}

#nav {
	width:100%;
	margin:5px 0;
	font-size: 1.3em;
}

.navigation{
	
	width: 100%;
	float: left;
	list-style: none;
	margin: 0;
	padding:0;
}

.navigation li{
	float: left;
	width:50%;
}

#servicecontent {padding-left: none;} 
.slide{
	background-attachment: fixed;
	width:100%;
	position: relative;
	padding:50px 0;
}


#slide1 h1 {
	line-height: 1.25em;
}
#slide1 h2 {
	line-height: 1.25em;
	font-family:'Open Sans', sans-serif;
	font-size: 2em;
}
#slide1 {padding-top: 150px;}
#slide2 h1 {
	line-height: 1.25em;
}
#slide2 h2 {
	line-height: 1.25em;
}
#slide3 h1 {
	
	line-height: 1.25em;
}
#slide3 h2 {
	
	line-height: 1.25em;
}
#slide4 h1 {
	line-height: 1.25em;
}
#slide4 h2 {
	line-height: 1.25em;
}



