/* #Media Queries
================================================== */

	/* Smaller than standard 960 (devices and browsers) */
	@media only screen and (max-width: 959px) {
		
		.navbar-default .navbar-toggle { margin-top:23px; }
		nav.navbar.navbar-default.navbar-fixed-top.scrollingHeader .navbar-toggle { margin-top:15px; }
		nav.navbar.navbar-default.navbar-fixed-top.scrollingHeader a.navbar-brand { height:59px; }
		a.navbar-brand { height:79px; }
	}

	/* Tablet Portrait size to standard 960 (devices and browsers) */
        @media only screen and (min-width: 991px) and (max-width: 1200px) {

		.text-muted.roboton { margin-top:-45px; } 

		} 
		
        @media only screen and (min-width: 768px) and (max-width: 991px) {  
		
		a.navbar-brand { padding:20px 0 0 0; }
		a.navbar-brand img { height:40px; }  
		#technologies h2 { font-size:40px; }
		
            
        }

	/* All Mobile Sizes (devices and browser) */
        @media only screen and (max-width: 767px) {
           
		   #technologies h2 { font-size:35px; }
		   .navbar-default .navbar-collapse, .navbar-default .navbar-form { background-color:rgba(255,255,255,0.97); margin-top:0px; }
		   .techDocsHolder a { margin-bottom:20px; margin-top:10px; }
		   .featurette h2.featurette-heading { font-size:18px; }
		   
        }    
            
	/* Mobile Landscape Size to Tablet Portrait (devices and browsers) */
	@media only screen and (min-width: 480px) and (max-width: 767px) {	   
            
		span.text-muted { margin-top:12px; }	
	}

	/* Mobile Portrait Size to Mobile Landscape Size (devices and browsers) */
	@media only screen and (max-width: 479px) {	
	
        #technologies h2 { font-size:32px; }
		
		.featurette h2.featurette-heading { font-size:18px; margin-top:0; margin-bottom:0; }
		.featurette span.text-muted { font-size:16px; text-indent:-9999px; width:27px; height:27px; margin-top:7px; }
		.techDocsHolder a { margin-bottom:20px; margin-top:10px; }
		
	}


/* #Font-Face
================================================== */
/* 	This is the proper syntax for an @font-face file
		Just create a "fonts" folder at the root,
		copy your FontName into code below and remove
		comment brackets */

/*	@font-face {
	    font-family: 'FontName';
	    src: url('../fonts/FontName.eot');
	    src: url('../fonts/FontName.eot?iefix') format('eot'),
	         url('../fonts/FontName.woff') format('woff'),
	         url('../fonts/FontName.ttf') format('truetype'),
	         url('../fonts/FontName.svg#webfontZam02nTh') format('svg');
	    font-weight: normal;
	    font-style: normal; }
*/