/*

CSS FOR CHRISMUZILLA.COM

*/



/* 1. Reset */
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	border: 0;
	font-family: inherit;
	font-size: 100%;
	font-style: inherit;
	font-weight: inherit;
	margin: 0;
	outline: 0;
	padding: 0;
	vertical-align: baseline;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, main, nav, section {
	display: block;
}

html {

}

* {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}




/* 2. Main Layouts */


html, body {
    margin: 0;
    height: 100%;
}


body {
	background-image:url("../img/bg-stars.gif");
	background-repeat:repeat;
}


#container {
	
    display: flex;
    justify-content: center;
    align-items: center;
}


#content {
	padding-top:5em;
	text-align: center;
	margin:auto 0 auto 0;
}





/* 3 Social Media */

.social-share {
	margin-top:1.4em;
	margin-bottom: 2em;
}

.social-share a {
	display: inline-block;
	padding: 0 0.5em;
	margin-right: 1.25em;
	margin-left: -0.5em;
	margin-bottom: 0.5em;
	color: #B5C2CA;
	color:#0000ee;
	-webkit-transition: color 0.2s ease-in-out;
	transition: color 0.2s ease-in-out;
}

.social-share a:last-child {
	margin-right: 0;
}

.social-share a:hover,
.social-share a:focus {
	color: #253746;
}



/* 4 Typography */

h1 {
	font-size:2.4em;
	color: #fff;
	margin-bottom: 20px;
	text-transform: lowercase;
}

h2 {
	font-size:1.6em;
	color:#fff;
}


h3,h4,h5,h6 {
	color:#fff;
}



.tiny {
	font-size:20px;
}



p.throw {
	font-size:1em;
	font-style: italic;
	font-family:courier, "courier new";
	color: #fff;
	margin:15px 0 15px 0;
	
}



p.footer {
	font-size:0.8em;
	color: #fff;
	margin:15px 0 15px 0;
}




/* phoners  */
@media only screen 
and (min-device-width : 375px) 
and (max-device-width : 812px) 
and (-webkit-device-pixel-ratio : 3)
and (orientation : portrait) { 

	h1 {font-size:2em;}

	
	p.footer {
	font-size:0.7em;
	font-family:courier, "courier new";
	color: #fff;
	margin:15px 0 15px 0;
		

}
	
	
	
/* end of responsive styles  */	
}






ul.front {
	list-style:none;
}



/*  old school TABLE  */
table{
	margin-top:10px;
	height:113px;
	width:100%;
	background-color:cornsilk;
	margin:0 auto 0 auto;
}

header nav a{font-weight:bold}table{border-top:1px solid #c0c0c0;border-left:1px solid #c0c0c0;border-bottom:1px solid #808080;border-right:1px solid #808080}th,td{padding:5px;border-top:1px solid #808080;border-left:1px solid #808080;border-bottom:1px solid #c0c0c0;border-right:1px solid #c0c0c0


	

/* Portrait */
@media only screen 
  and (min-device-width: 375px) 
  and (max-device-width: 812px) 
  and (-webkit-min-device-pixel-ratio: 3)
  and (orientation: portrait) { 

	  table {width:90%;}	
	  	
}

	