
/* Main layout for www.sfc-monitor.com */

*, *:before, *:after 
{
  -moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box;
 	margin: 0; padding: 0;
 }


html, body 
{
 	-webkit-font-smoothing: antialiased !important;
	text-shadow: 1px 1px 1px rgba(0,0,0,0.004); 
	width: 100%;
	height: 100%;
}

abbr
{
	cursor: help;
}
body 
{
	/*	Default */
	color: #fff;
	background: #000; /* (almost) whitesmoke */
	padding: 20px;
	background-image: url(conv.jpg);
	background-position: center center;
	background-size: cover;
	background-attachment: fixed;
	
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	
}
#page-wrap
{
	position: relative;
	margin: 0 auto;
	width: inherit; height:100%;
	overflow: visible;
	max-width: 1400px;
}

hr
{
	color: #ebebeb;
	border-style: solid;
}

/* Typo */

h1
{
	font-size: 24px;
	font-weight: normal;
	text-align: center;
	line-height: 32px;

	color: #fff;
	text-shadow: 1px 1px 1px rgba(0,0,0,0.105); 	

}

@media screen and (min-width: 600px) 
{
	h1
	{
		font-size: 38px;
	}
}	

img#logo
{
	width:80px; 
	margin: -10px 10px 0 0;	
}

a
{
	text-decoration: none;
	color: inherit;
	border: none;
}


p
{
	font-size: 15px;
	line-height: 1.4;	
	color: #fff;
	margin: 20px 0 20px 0;
	text-transform: uppercase;
	font-family: Arial, Helvetica, sans-serif;
}



#content
{
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    justify-content: center;
    align-content: center;
    align-items: center;
    width: 100%;
    height: inherit;
    
}

#content .column
{
	min-width: 80%;
	padding: 10px; 	
	text-align: center;
}

