﻿@charset "UTF-8";
/* CSS Document */
:root {
    --color-secondary-light: #6b4c33;
    --color-tertiary: #e9e3e1;	
	--color-secondary-dark: #3e2a1c;
	--color-primary: #111;
}

body {
	margin:0px;
	padding:0px;
    font-family: 'Raleway', sans-serif;
	background-color:#000;
	COMMANDO-background-color:#3e2a1c;
}
html, body {
	height: 100vh;
	COMMANDO-background: linear-gradient(to bottom, #111 0%, #3e2a1c 100%);
    background: linear-gradient(to bottom, #000 0%, #380343 100%);	
	background-attachment: fixed;
}
#header {
	background-color:#000;
	background-color:transparent;
	height:124px;
	text-align: center;
	margin-bottom: 16px;
}
#logo {
	max-width:500px;
	max-height:100px;
	width: auto;
	height: auto;
	margin:12px;
}
#footer {
	background-color:#AAA;
	color: #FFF;
	font-size:16px;	
	padding:18px 12px;
	text-align:center;
	max-width:800px;
	margin:0px auto;
}
h1 {
    font-family: 'Raleway', sans-serif;
	text-align:center;
	margin:0px;
	padding: 10px 12px 0px 12px;
	font-size:2.1em;
}
h2 {
    font-family: 'Raleway', sans-serif;
	margin:4px 0px 16px 0px;
	padding: 16px 12px 4px 0px;
	font-size:1.5em;
}
p {
	font-size:19px;	
	text-align:left;
}
.ph_holder {
	height:355px;
	max-width:410px;
	background-color:#8A9A5B; /* green */
	Xbackground-color:burlywood; /* tan */ 
	margin: 0px auto 0px auto;
	text-align: center;
	vertical-align: middle;
	background-position: center 60%;
	background-repeat: no-repeat;
	background-size: 60%;
	
}
.ph_text {
	text-align: center;
	font-family: 'Edu SA Beginner', cursive;
	font-size: 26px;
	line-height: 26px;
	color: #333;
	margin: auto;
	padding:12px 0px 0px 0px;
}
.cell_icon {
	padding-top:4px;
	padding-right: 12px;
}
.cell_icon img {
	width: 42px;
	height: 42px;
}
h1, h2, #commonName {
	color: #370340;
	color: var(--color-secondary);
}
#container