@CHARSET "UTF-8";

/*
blue: #0a3b76
*/

body {
	/*background-image: linear-gradient(to left, #ffa000, white 20%);*/ 
	color: #e1e1e1;
	font-family: Segoe UI;
	font-size: 87.5%; /* Base font size: 14px */
	line-height: 1.4rem;
	background-image: url("../images/keyboard.jpg");
	background-repeat: no-repeat;
  background-position: center center;
  background-attachment: fixed;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;  
}

header, footer {
	color: white;
}

.brand {
  font-family: 'Lato', Arial;
  font-weight: bold;
}
.larger {
	font-size: larger;
}

body > header {
  background-image: linear-gradient(to right, #ffa000, rgba(255,255,255,0.2));
}

body > footer {
	color: #e1e1e1;
  /*background-color: rgba(50, 50, 50, 0.6);*/
  background-image: linear-gradient(to left, rgba(0,0,0,.8), rgba(255,255,255,0.5));
}

body > header > div > h1 {
  font-size: 3rem;
}

body > header > div > h1 > span.smaller {
  font-size: 2rem;
  color: #e1e1e1;
}

body > footer p {
	font-weight: normal;
}

p.under-construction {
	color: #646464;
	font-size: 2rem;
	margin: 8rem 15rem 6rem 15rem;
}

/* Headings */
h1 {line-height: 2rem;}
h2 {font-size: 1.571rem } /* 22px */

/* Anchors */
a {
	text-decoration: none;
}
a:link, a:visited {
	color: #e1e1e1;
}

a:hover, a:active {
	color: #fff;
}

#content div.box {
  background-color: rgba(255, 255, 255, 0.2);
  font-size: 1.8rem;
  font-weight: 200; 
  font-family: 'Lato';
  color: #ffa000;
  transition: all .5s linear;
  cursor: default;
  line-height: 2rem;
}

#content div.box:hover {
  background-color: rgba(255, 255, 255, 0.4);
}

article.box {
/*	background-color: #ffa000; */
	background-color: rgba(255, 160, 0, 0.5);
	font-family: 'Open Sans';
	font-size: 1.1rem;
	line-height: 1.4rem;
	color: white;
	transition: all .5s linear;
	cursor: default;
}

article.box:hover {
	background-color: rgba(255, 160, 0, 0.9);
}

article.box header {
	font-size: 1.9rem;
	font-weight: 200; 
	font-family: 'Lato';
}