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

@media (min-width: 1440px) {
.container {
    width: 1500px;
}

.web_icon {
  
 width: 500px;
 height:500px; 
} 

.print_icon {
  
 width: 500px;
 height:500px; 
} 

.others_icon {
  
 width: 500px;
 height:500px; 
} 

}

@media (max-width: 1160px) {
.container {
    width: 960px;
}

.web_icon {
    
    width: 320px; 
	height: 320px;
} 

.print_icon {
    
    width: 320px; 
	height: 320px;
} 

.others_icon {
    
    width: 320px; 
	height: 320px;
} 

.icon_text {
	font-size:20px; 
}
}

@media screen and (max-width: 960px) {

.container {
	width:810px;
}
	
.web_icon {
    
    width: 270px; 
	height: 270px;
} 

.print_icon {
    
    width: 270px; 
	height: 270px;
} 

.others_icon {
    
    width: 270px; 
	height: 270px;
} 

.icon_text {
	font-size:16px;
	
}

.tabs {
    width:640px;
    
}

.tablinks {
	width:auto;
	padding-left:150px;
	
}

.contact_content_text {
	width:810px;	
}

.contact_text {
	max-width:810px;
	}
	
 #contact_form input{
        width:260px;
        margin-left:15px; 
    }
	
#contact_form input.left{
        width:260px;      
    }
	
#contact_form textarea{
        width:810px;
    }
	
 #contact_form input.captcha{
        width:705px;
    }
	
#contact_form input.sendmessage {
		margin-left:310px;		
	
}

}

@media screen and (max-width: 820px) {


#featured {
	height:auto;
	padding-top:70px;
}

#content {
	height:auto;
}

.featured_content {
	width:615px;
	height:auto;
	}
	
	
.heading {font-size:40px; margin-bottom:10px;}
.subheading {font-size:25px;}

.intro {width:345px; padding-top:60px;}
.splash-left {width:135px;  margin-top:105px;}
.splash-right {width:135px; margin-top:25px; }

.about_container {
	width:345px; margin-top:20px;
}

.about_btn {
	width:127.5px;   
	margin-left:108.7px;
	font-size:13.5px;
	padding:11px 0 11px 0;
	
}

.portfolio_container {
	width:345px; margin-top:40px;
}

.portfolio_btn {
	width:206px;
	background-size:100%;
	margin-left:65px;
}


}

@media screen and (max-width: 780px) {

.container {
	width:100%;
	
}

.web_icon {
    float: none;
	margin-left:auto;
	margin-right:auto;
    width: 400px; 
	height: 400px;
} 

.print_icon {
    float: none;
	margin-left:auto;
	margin-right:auto;
    width: 400px; 
	height: 400px;
} 

.others_icon {
    float: none;
	margin-left:auto;
	margin-right:auto;
    width: 400px; 
	height: 400px;
} 

.icon_text {
	font-size:26px;
	margin-top:0%;
	padding-top:88%;
}

.contact_content_text {
	width:90%;	
}

.contact_text {
	max-width:95%;
	padding: 60px 15px 30px 15px;
	}
	
 #contact_form .clearfix{
        margin-bottom:10px;
    }
	
 #contact_form input{
        width:99%;
        margin:0 auto;
		margin-bottom:5px;
		float:none;
    }
	
#contact_form input.left{
        width:99%;  
		float:none; 
		margin: 0 auto;   
		margin-bottom:5px;
    }
	
#contact_form textarea{
        width:99%;
		margin:0 auto;
		margin-bottom:5px;
    }
	
 #contact_form input.captcha{
        max-width:99%;
		margin-bottom:10px;
    }
	
.refresh {
	float:none;
	margin-top:10px;
}
	
#contact_form input.sendmessage {
		margin-left:0px;		
	    width: 180px;
		background-size:100%;
}



}



@media screen and (max-width: 650px) {

	#featured {	
		padding-top:40px;
	}
	
	#header {
	position: relative;
	height:70px;
}

.featured_content {
	width:460px;
	}


.heading {font-size:30px;margin-bottom:10px;}
.subheading {font-size:18.5px;}

.intro {width:260px; padding-top:60px;}
.splash-left {width:100px;  margin-top:95px;}
.splash-right {width:100px; margin-top:30px; }

.about_container {
	width:260px; margin-top:16.85px;
}

.about_btn {
	margin-left:66.5px;
}

.portfolio_container {
	width:260px; margin-top:30px;
}

.portfolio_btn {
	width:165px;
	margin-left:auto;
	margin-right:auto;	
}

.web_icon {
    width: 300px; 
	height: 300px;
} 

.print_icon {   
    width: 300px; 
	height: 300px;
} 

.others_icon {
    width: 300px; 
	height: 300px;
} 

.icon_text {
	font-size:20px;
	padding-top:88%;
}
	
	#logo {
	width:199px;
	height:70px;
	background-size:100%;
	float:left;
	display:block;
	margin-left:8px;
}

    nav {
  background-color: #530d33;
  height: 200%;
  position: fixed;
  right: -135px;
  top: -30px;
  -moz-transition: right 0.2s linear;
  -o-transition: right 0.2s linear;
  -webkit-transition: right 0.2s linear;
  transition: right 0.2s linear;
  width: 135px;
  z-index: 9001;/* IT'S OVER 9000! */
}

nav #menuToggle {
  background: white;
  display: block;
  position: relative;
  height: 30px;
  left: -45px;
  top: 55px;
  width: 37.5px;
}

nav a:nth-child(n+2) {
  color: white;
  display: block;
  font-size: 18px;
  padding: 23px 0 23px 30px;
}

.social_nav {
	position:absolute;
    left:-25px;
}

ul#social_nav {
	}


ul#social_nav li {
	margin-right:4px;
	
}

.tabs {
    width:440px;
    top:-50px;
}

.tablinks {
	padding-left:90px;
	
}

.tabcontainer {
	height:50px;
}

.tab-links a {
    padding:16.5px 30px;
    font-size:14px;
}
 

}


@media screen and (min-device-width : 300px) and (max-width: 480px) {

.footer_text {
	width:250px;
	margin:0 auto;
	text-align:center;
}

#featured {	
		padding-top:70px;
	}

.featured_content {
	width:345px;
	}

	.heading {font-size:22px; text-align:center; margin-bottom:10px;}
.subheading {font-family: 'Snippet', sans-serif; font-size:14px; text-align:center;}

.intro {width:195px; padding-top:20px; float:left;}
.splash-left {width:75px;  margin-top:50px; float:left;}
.splash-right {width:75px; margin-top:0; float:left;}

.about_container {
	width:195px; margin-top:12px;
}

.about_btn {
	font-size:11px;
	width:95px;
	margin-left:50px;
	padding:7px 0 7px 0;	

}



.portfolio_container {
	width:195px; margin-top:20px;
}

.portfolio_btn {
	width:135px;
	
}

.web_icon {
    width: 250px; 
	height: 250px;
} 

.print_icon {   
    width: 250px; 
	height: 250px;
} 

.others_icon {
    width: 250px; 
	height: 250px;
}  

.icon_text {
	font-size:16px;
}

.about_title {
	
	font-size:56px; 
	
	padding-bottom:30px;
	padding-top:40px;
}

.about_text {
	font-size:14px;
	padding: 30px 10px 30px 10px;
	line-height:20px;
	}
	
#download {height:150px;}

.download_container {margin: 0 auto; width:223px; padding-top:35px;}
.download_text {float:none; font-size:20px;}
.download_icon {width:50px; left:85px; top:5px;}


.tabs {
    width:320px;
    top:-50px;
}

.tablinks {
	padding-left:20px;
	
}

.contact_text {
	font-size:14px;
	padding: 30px 10px 25px 10px;
	line-height:20px;
	} 

}
