/* -----------------------
Base styles
------------------------*/

body
{
	margin: 0;
	padding: 0;
	color: #333;
	background-color: #202020; 
	background-image: url("../img/controller_dark.png");
	font: 1em/1.2 "Helvetica Neue", Helvetica, Arial, Geneva, sans-serif;
    background-attachment: fixed;
}

h1,h2,h3,h4,h5,h6
{
	margin: 0 0 .5em;
	font-weight: 700;
	line-height: 1.1;
	color: #fff;
	font-family: 'Varela Round', sans-serif;
}

h1 { font-size: 2.25em; } /* 36px */
h2 { font-size: 1.75em; } /* 28px */
h3 { font-size: 1.375em; } /* 22px */
h4 { font-size: 1.125em; } /* 18px */
h5 { font-size: 1em; } /* 16px */
h6 { font-size: .875em; } /* 14px */

p
{
	margin: 1em;
	line-height: 1.5;
}

blockquote
{
	padding: 1em 2em;
	margin: 0 0 2em;
	border-left: 5px solid #eee;
}

hr
{
	height: 0;
	margin-top: 1em;
	margin-bottom: 1em;
	border: 0;
}

table
{
	background-color: transparent;
	border-spacing: 0;
	border-collapse: collapse;
	border-top: 1px solid #ddd;
}

th, td
{
	padding: .5em 1em;
	vertical-align: top;
	text-align: left;
	border-bottom: 1px solid #ddd;
}

figcaption
{
	color: #cccccc;
	font-family: 'Varela Round', sans-serif;
	font-size: 10px;
	text-align: center;
}

a:link { 
	color: #002169;
	text-decoration: none; 
}

a:visited { 
	color: #002169;
	text-decoration: none; 
}

a:focus { 
	color: #367bd4;
	text-decoration: none; 
}
a:hover { 
	color:#FF7F00;
	text-decoration: none; 
}
a:active { 
	color: #FFDD00;
	text-decoration: none; 
	}

/* -----------------------
Layout styles
------------------------*/

.container
{
	max-width: 50em;
	margin: 0 auto;
	background-color: #656565e3;
	/* box-shadow: 5px 0px 20px; */

}

.header
{
	color: #fff;
	background: #555;
	padding: 1em 1.25em;
}

.header-heading { 
	position: absolute;
	letter-spacing: -2px;
	margin-top: 15px;
}

.content { padding: 1em 1.25em; }

.box 
{
    border-radius: 15px;
    background: #888888;
	padding: 1em ; 
	box-shadow: 5px 5px 20px;
}

.stuck {
	position: fixed;
	margin: auto;
	top:0;
  }

/* -----------------------
Single styles
------------------------*/

.img-responsive { 
	max-width: 100%; 
}

.img-section-header {
	max-width: 100%; 
	border-radius: 15px;
}

.img-circle {
    border-radius: 15px;
}

.btn
{
	color: #fff !important;
	background-color: royalblue;
	border-color: #222;
	display: inline-block;
	padding: .5em 1em;
	margin-bottom: 0;
	font-weight: 400;
	line-height: 1.2;
	text-align: center;
	white-space: nowrap;
	vertical-align: middle;
	cursor: pointer;
	border: 1px solid transparent;
	border-radius: .2em;
	text-decoration: none;
}

.btn:hover
{
	color: #fff !important;
	background-color: green;
}

.btn:focus
{
	color: #fff !important;
	background-color: black;
}

.btn:active
{
	color: #fff !important;
	background-color: red;
}

.table
{
	width: 100%;
	max-width: 100%;
	margin-bottom: 20px;
}

.list-unstyled
{
	padding-left: 0;
	list-style: none;
}

.list-inline
{
	padding-left: 0;
	margin-left: -5px;
	list-style: none;
}

.list-inline > li
{
	display: inline-block;
	padding-right: 5px;
	padding-left: 5px;
}

.container .progress {
	margin: 0 auto;
	width: 100%;
  }
  
  .progress {
	padding: 4px;
	/* background: rgba(0, 0, 0, 0.25); */
	background-color: #002169;
	border-radius: 15px;
	/* box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.25), 0 1px rgba(255, 255, 255, 0.08); */
  }
  
  .progress-bar {
	height: 32px;
	border-radius: 10px;
	width: 0px;
	/* background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0.3), rgba(255, 255, 255, 0.05)); */
	background-color: #367bd4;
	transition: 0.4s linear;
	transition-property: width, background-color;
	/* box-shadow: 0 0 1px 1px rgba(0, 0, 0, 0.25), inset 0 1px rgba(255, 255, 255, 0.1); */
  }

.accordion {
    color: #444;
    cursor: pointer;
	padding: 18px;
	margin: 0px;
    width: 100%;
    border: none;
    text-align: left;
    outline: none;
    font-size: 15px;
	transition: 0.4s;
}

.accordion-footer {

    color: #444;
	padding: 18px;
	margin: 0px;
    width: 100%;
    border: none;
    outline: none;
	border-bottom-left-radius: 15px;
	border-bottom-right-radius: 15px;
}

.accordion:after {
    content: '\02795'; /* Unicode character for "plus" sign (+) */
    font-size: 13px;
    color: #777;
    float: right;
    margin-left: 5px;
}

.active:after {
    content: "\2796"; /* Unicode character for "minus" sign (-) */
}

.accordion:first-of-type{
	
	border-top-left-radius: 15px;
	border-top-right-radius: 15px;
}

.accordion:last-of-type {
	border-bottom-left-radius: 15px;
	border-bottom-right-radius: 15px;
}

.first-accordion{
	background-color: #f1f1f1;
}

.second-accordion{
	background-color: #f1f1f1;
}

.third-accordion{
	background-color: #edf8fd;
}

.panel {
	padding: 0 18px;
    background-color: white;
    max-height: 0;
    overflow: hidden;
    transition: 0.2s ease-out;
}

.ui-state-disabled:hover {
	cursor: default !important;
}

#headshot {
	float: left;
	margin: 1em;
}

.resume-image {
    display: block;
    margin-left: auto;
    margin-right: auto;
}
/* -----------------------
Wide styles
------------------------*/

@media (min-width: 42em)
{
	.header { padding: 1.5em 3em; }
	.nav-bar { padding: 1em 3em; }
	.content { padding: 2em 3em; }
	.footer { padding: 2em 3em; }
	.box {padding: 2em 3em;}
	
	.nav li
	{
		display: inline;
		margin: 0 1em 0 0;
	}
	
	.nav a
	{
		display: inline;
		padding: 0;
		border-bottom: 0;
	}
}

.barKeyGrid {
	display: grid;
    grid-template-columns: 40% auto 20%;
	grid-template-rows: 20px 20px;
	padding: 5px;
	grid-column-gap: 2%;
	width: 100%;
}

.barKeyElement {
	border-left: #002169 solid 5px;
	border-bottom: #002169 solid 5px;
	border-right: #002169 solid 5px;
	border-bottom-right-radius: 5px;
	border-bottom-left-radius: 5px;
}
.barKeyLabel {
	text-align: center;
	color: #002169;
	font-family: 'Varela Round', sans-serif;
}

.logoContainer {
	display: grid;
	height:100px;
	grid-template-columns: 13px auto 112px; /* fraction*/
  } 

.logo-left{
	background-image: url("../img/logo_left.png");
	background-repeat: no-repeat;
	width: 13px;
	height: 100px;
}

.logo-right{
	background-image: url("../img/logo_right.png");
	width: 112px;
	height: 100px;
}
.logo-mid{
	background-image: url("../img/logo_mid.png");
	background-repeat: repeat;
	width: 100%;
	height: 100px;
}

/* -----------------------
Color variations
------------------------*/
body {
	background-color: #151F49;
	background-image: url("../img/controller_blue.png");
}

h1,h2,h3,h4,h5,h6
{
	font-weight: 700;
	color: #002169;
	font-family: 'Varela Round', sans-serif;
}

.accordion {
	color: #444;
}
.progress-bar {
	background-color: #FF7F00;
}

.box 
{
	background: #ffffff;
	box-shadow: 5px 5px 20px -5px;
	padding: 20px;
	border: 5px #002169 solid;
}

.wide {
	padding: 20px 10px;
}

.first {
	border-color: #FF7F00;
}
.second {
	border-color: #F00065;
}
.third {
	border-color: #FFDD00;
}
.fourth {
	border-color: #002169;
}

.last {
	padding: 10px;
	text-align: center;
	text-decoration: #002169;
}
.header
{
	/* color: #222D65; */
	background: #ffffff00;
	/* border-bottom: #FF7F00;
	border-bottom-width: 5px; */
}

.container
{
	background-color: #ffffff00;
	/* box-shadow: 5px 0px 20px; */
}