/*
Theme Name: Panoptic Enterprises
Description: A custom WordPress theme for Panoptic Enterprises
Version: 1.0
Author: Ross Barber-Smith @ Electric Kiwi & Navneet Khare
Author URI: http://www.electrickiwi.co.uk
*/


		* { box-sizing: border-box; }
		a { text-decoration: none; }
		
		body { background: url(bg.jpg); background-size: cover; background-attachment: fixed; margin: 0; font-family: 'Roboto Condensed'; color: #fff; font-weight: 300; }
		
		#social { padding-left: 1%; width: 100%; padding-top: 25px; }
		#social i { margin-right: 5px; }
		
		#content { padding-top: 20px; padding-bottom: 50px; text-align: center; display: table; height: 90vh; text-align:center; width: 100%;  }
		#content-img { width: 100%; display: table-cell; vertical-align: middle; height: auto; }
		#content img { max-height: 70%; width: auto; }
		
		#footer { text-transform: uppercase; font-size: 12px; padding-left: 1%; padding-right:1%; width:100%; background: rgba(0,0,0,0.6); padding-top: 10px; padding-bottom: 10px; position: fixed; bottom: 0; left: 0; letter-spacing: 0px;}
		#footer a { color: #fff; }
		.copyright { float: left; }
		.credits { float: right; }

