﻿
Author: Twin State Technical Services
Author URI: http://tsts.com/
Description: Digital Signage theme for Hawk Technology.
Version: 1.0
*/

/**
 * Table of Contents:
 *
 * 0.1 - Reference
 *
 * 1.0 - Base
 * 2.0 - Layout
 * 3.0 - Module
 * 4.0 - State
 * 5.0 - Theme
 *
 */

/* 0.1 - Reference --------------------- /

* Colors
*  Blue: 0F4675

*/

/* 1.0 - Base =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=- */

body {
	background-color: #eee;
	font-size: 100%;
	font-family: Arial, sans-serif;
	margin: 0;
	padding: 0;
}



/* 2.0 - Layout =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=- */

body {
	margin: 0;
}

.graphics-safe {
	position: absolute;
	width: 1536px;
	height: 972px;
	left: 197px;
	top: 54px;
	z-index: 2;
	background-color: rgba(255,0,0,0.2);
}

.container {
	width: 1920px;
	height: 1080px;
/*	background-image: url('images/metal-texture-H.jpg'),
	linear-gradient(to bottom, rgba(194,194,194,1) 0%,rgba(194,194,194,0) 100%);
	background-position: 0 0, 0 0;
	background-repeat: no-repeat, repeat-x;*/

	background: linear-gradient(to bottom, rgba(194,194,194,1) 20%,rgba(194,194,194,0) 45%) 0 0 repeat-x, url('images/metal-texture-H.jpg') 0 0 no-repeat;

}

.brand {
	float: left;
	width: 21%;
	margin-left: 9%;
	margin-top: .5em;
}
.video .brand,
.home .brand {
	width: 100%;
	margin-left: 0;
	margin-bottom: 2em;
}
.home .brand {
	margin-bottom: 2.5em;
}

/*.brand .logo-container {
	float: left;
	width: 33%;
}*/
.brand .logo-container img {
	display: block;
	margin: 0 auto;
	width: auto;
}

.hawk-logo {
	text-align: center;
	margin: 0 auto;
}
.alm-logo {
	margin-top: 2em;
}
.uc-logo {
	margin-top: 3em;
}

.home .header {
	float: right;
	width: 60%;
	/*text-align: right;*/
	font-size: 2.5em;
	/*color: #0F4675;*/
	color: white;
	color: black;
	font-weight: bold;
	margin-right: 10%;

}

.home header h1 {
	text-align: left;
	font-size: 3.5em;
	color: black;
	font-weight: bold;
	text-transform: UPPERCASE;
	margin-bottom: 0;
	display: inline-block;
	float: left;
	margin-left: 12%;
	margin-top: .5em;
}

.home header h2 {
	font-size: 2.5em;
	line-height: 1.25em;
	text-align: right;
	display: inline-block;
	float: right;
	margin-right: 12%;
}

.ytd-value {
	font-size: 56px;
	color: #b64f0b;
	text-align: right;

}


footer h2 {
	text-align: right;
	font-size: 2.5em;
	margin: 0;
	color: #0F4675;
}

footer p { /* TEMPORARY */
	text-align: center;
	color: blue;
}

.video footer h1 {
	text-align: center;
	font-size: 2.85em;
	color: #0F4675;
}


.graph-container {
/*	width: 80%;
	margin: 2% 5% 0 5%;
	padding: 5%;*/
	margin: 0 10%;
	/*padding: 5%;*/
	/*padding-left: 1%;*/
	padding: 2% 0;
	/*background-color: #eee;*/
}

.chart-labels {
	width: 100%;
	margin-left: 46px;
}
.chart-labels div {
	width: 182px;
	float: left;
	position: relative;
	text-align: center;
}
.chart-labels div::before {
	position: relative;
	top: -150px;
	font-size: 1.75em;
	text-transform: UPPERCASE;
	/*z-index: 0;*/
	font-weight: bold;
	/*color: #ddd !important;*/
}
.chart-labels div:nth-child(odd)::before {
	content: "Design";
	color: #704900;
}

.chart-labels div:nth-child(even)::before {
	content: "Build";

	color: #002942;
}
/*.graph-container,*/
.video-container video,
.video-container iframe {
	border-top: solid 10px #444;
	border-left: solid 10px #666;
	border-right: solid 10px #aaa;
	border-bottom: solid 10px #aaa;
}
.chart-container canvas {
	/*position: relative;
	z-index: 1;*/
}
.button-container {
	text-align: center;
	padding-top: 200px;
	margin-bottom: 20px;
}
.button-container input,
.button-container button {
	font-size: 1.25em;
}
.button-container input[type="text"] {
	width: 500px;
}

.video-container {
	width: 1280px;
	margin: 2em auto;
}
.graph-container .chart {
	height: 400px;
	width: auto;
}


/* 3.0 - Module =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=- */




/* 1.0 - State =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=- */




/* 1.0 - Theme =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-