@import "base.css";

header h1 {
/*    color: #111;*/
    color: #fff;
    font-size: 96px;
    margin: .25em 0;
	text-align: center;
}

header h3 {
/*    color: #444 !important;*/
	color: rgba(85, 160, 200, .5) !important;
/*    color: #ccc !important;*/
    font-size: 24px;
}

.banner {
    padding: 1em 0;
    width: 100%;
}

blockquote {
    font-size: 1.5em;
    display: inline-block;
    margin: .5em 0 1em;
}

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

.quotes {
    padding-bottom: 1em;
}

#showcase {
	background-color: #000;
	color: #fff;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#313A47', endColorstr='#000000'); 
	background: -webkit-gradient(linear, left top, left bottom, from(#313A47), to(#000)); 
	background: -moz-linear-gradient(top, #313A47, #000); 
	margin-bottom: 1em;
	-webkit-box-shadow: 0 2px 8px #111;
	-moz-box-shadow: 0 2px 8px #111;
	box-shadow: 0 2px 8px #111;
}

#showcase a:focus, #showcase a:hover {
	color: rgb(85, 160, 200);
}

#showcase h3 {
	letter-spacing: .05em;
	color: rgb(85, 160, 200) !important;
}

#showcase .control {
	background-color: transparent;
	border: medium none;
	color: rgba(85, 160, 200, .5);
	font-size: 48px;
	margin: 0;
	padding: 0;
	position: absolute;
	-webkit-transition: all 250ms ease;
	bottom: 0;
}

#showcase .control:hover {
	color: #fff;
}

#showcase .control.right {
	left: 50%;
}
#showcase .control.left {
	right: 50%;
}

#apps {
	height: 13em;
}

#apps article {
    width: 100%;
}

img.thumb {
    display: inline-block;
	background: transparent;
    border: 2px solid #666;
    padding: 4px;
    margin: 0 1.5em 1em 0;
	-webkit-box-shadow: 1px 1px 3px #111;
	-moz-box-shadow: 1px 1px 3px #111;
	-o-box-shadow: 1px 1px 3px #111;
	-ms-box-shadow: 1px 1px 3px #111;
	box-shadow: 1px 1px 3px #111;
	
    -webkit-transition: all 250ms ease;
    -moz-transition: all 250ms ease;
    -o-transition: all 250ms ease;
    -ms-transition: all 250ms ease;
    transition: all 250ms ease;
}

#showcase img.thumb {
    border-color: #eee;
}

@media screen {
    img.thumb:hover {
        border-color: #111 !important;
		-webkit-box-shadow: 5px 5px 10px rgba(50, 50, 50, .5);
		-moz-box-shadow: 5px 5px 10px rgba(50, 50, 50, .5);
		-o-box-shadow: 5px 5px 10px rgba(50, 50, 50, .5);
		-ms-box-shadow: 5px 5px 10px rgba(50, 50, 50, .5);
		box-shadow: 5px 5px 10px rgba(50, 50, 50, .5);
		
	 	-webkit-transform: scale(1.1);
	    -moz-transform: scale(1.1);
	    -o-transform: scale(1.1);
	    -ms-transform: scale(1.1);
	    transform: scale(1.1);
	}
	
	#showcase img.thumb:hover {
		border-color: #fff !important;
	}
}

@media print {
    header h1, header h3 {
        color: #111 !important;
    }
    
    header h1 {
        font-size: 5em;
    }
}
