#body {
	background: url('../img/gplaypattern.png') repeat;
	font-family: "Open sans", sans-serif;
	font-size: 1em;
	line-height: 1.5;
	color: #405060;

	counter-reset: h1titles;
}

#header {
	text-align: center;
	padding: 2em;
}

#header h1 {
	margin: 0;
	font-size: 5em;
	font-family: Alike, sans-serif;
}

#header h2 {
	text-align: right;
	margin: 0;
	font-size: 1.2em;
	font-style: normal;
	font-weight: 400;
}

a {
	text-decoration: none;
	color: inherit;
}
a:hover {
	text-decoration: underline;
}

ul {
	margin-top: 0;
}

section.main_section {
	background-color: white;
	padding:0;
	margin-bottom: 20px;

	border: 1px lightgray solid;

	counter-increment: my-awesome-counter;
}
section.main_section p{
	padding: 15px;
}
section section {

	padding: 45px 15px;
	overflow: hidden;
}

section section section{
	
	padding: 5px 0;
	
}


section p{
	margin: 0;
}
section.main_section section p {
	padding: 0;
	margin: 10px 0;
}

#section h1{
	font-size: 2.5em;
	margin-bottom: 0.5em;
	padding: 0 1em;
}
#section h1:before {
  content: counter(my-awesome-counter) ". ";
}

section h2 {
	margin: 0;
	font-size: 1.2em;
	font-style: normal;
	font-weight: 500;
	padding: 10px 0;
}

.command {
	border-bottom: solid 1px rgba(250, 250, 250, 0.6);
	box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.1);
	padding: 10px 10px 10px 20px;

	font-size: 0.9em;
}
.command ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
.command ul li {
	display:inline-block;
	padding: 0 10px 0 0;
}

.cf:before,
.cf:after {
    content: " "; /* 1 */
    display: table; /* 2 */
}

.cf:after {
    clear: both;
}
.cf {
    *zoom: 1;
}

.box_wrapper {
	text-align: center;
}
.box_footprint {
	
}
.box_footprint div{
	height: 135px;
	width: 135px;
    position:absolute;
	border: 3px #ff7f01 solid;
	border-radius:50%;
	backface-visibility: hidden;
    -webkit-backface-visibility: hidden;

	
}




.box_footprint .day2
{
	background-image: url("../images/day2.png");
	background-repeat: no-repeat;
	border:none;
}
.box_footprint .day3
{
	background-image: url("../images/day3.png");
	background-repeat: no-repeat;
	border:none;
}
.box_footprint .day4
{
	background-image: url("../images/day4.png");
	background-repeat: no-repeat;
	border:none;
}

.box1
{
	background-image: url("../images/day1_1.png");
	background-size:135px 135px;
	margin:0 10%;
}



/*
.flip-cards
{
    
    position:relative;
    float:left;    
    -webkit-transition: all 1s ease;
    transition: all 1s ease;
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
}


.flip-cards:hover
{
    transform: rotateY( 180deg );
    -webkit-transform: rotateY(180deg);
}



.reverse-card
{
    -webkit-transform: rotateY(180deg);
    transform: rotateY( 180deg );
	top: 0;
}

#card1
{
    background-image: url("../images/day1_1_1.png");
}

#card2
{
    background-image: url("../images/day1_1_2.png");
}

#card3
{
    background-image: url("../images/day1_1_3.png");
}

#card4
{
    background-image: url("../images/day1_1_4.png");
}

#card5
{
    background-image: url("../images/day2_2_1.png");
}

#card6
{
    background-image: url("../images/day2_2_2.png");
}

#card7
{
    background-image: url("../images/day2_2_3.png");
}

#card8
{
    background-image: url("../images/day2_2_4.png");
}

#card9
{
    background-image: url("../images/day3_3_1.png");
}
#card10
{
    background-image: url("../images/day3_3_2.png");
}
#card11
{
    background-image: url("../images/day3_3_3.png");
}
#card12
{
    background-image: url("../images/day3_3_4.png");
}
#card13
{
    background-image: url("../images/day4_4_1.png");
}
#card14
{
    background-image: url("../images/day4_4_2.png");
}
#card15
{
    background-image: url("../images/day4_4_3.png");
}
*/


.box_footprint .box2
{
	background-image: url("../images/day1_2.png");
	margin:0 10%;
}

.box_footprint .box3
{
	background-image: url("../images/day1_3.png");
	margin:0 10%;
}
.box_footprint .box4
{
	background-image: url("../images/day1_4.png");
	margin:0 10%;
}

.box_footprint .box5
{
	background-image: url("../images/day2_1.png");
	margin:0 10%;
}
.box_footprint .box6
{
	background-image: url("../images/day2_2.png");
	margin:0 10%;
}
.box_footprint .box7
{
	background-image: url("../images/day2_3.png");
	margin:0 10%;
}
.box_footprint .box8
{
	background-image: url("../images/day2_4.png");
	margin:0 10%;
}
.box_footprint .box9
{
	background-image: url("../images/day3_1.png");
	margin:0 10%;
}
.box_footprint .box10
{
	background-image: url("../images/day3_2.png");
	margin:0 10%;
}
.box_footprint .box11
{
	background-image: url("../images/day3_3.png");
	margin:0 10%;
}
.box_footprint .box12
{
	background-image: url("../images/day3_4.png");
	margin:0 10%;
}
.box_footprint .box13
{
	background-image: url("../images/day4_1.png");
	margin:0 10%;
}
.box_footprint .box14
{
	background-image: url("../images/day4_2.png");
	margin:0 10%;
}
.box_footprint .box15
{
	background-image: url("../images/day4_3.png");
	margin:0 10%;
}



code {
	font-style: italic;
	font-size: 1em;
	font-family: 'Open sans', sans-serif;
	display: block;
	padding: 10px;
	border: 1px lightgray solid;
	margin: 5px 0;

	color: #606070;
}

code.inline {
	display: inline-block;
}

.well {
	background-color: #eaf7ff;
	padding: 0.8em !important;
	text-align: justify;
	margin-top: 1em;
	font-size: 0.85em;
}
.well .icon {
	text-align: center;
	margin-left: -0.5em;
}
.well p {
	margin: 0 !important;
}

footer {
	background-color: white;
	padding:0;
	margin-bottom: 20px;

	border: 1px lightgray solid;

	counter-increment: my-awesome-counter;

	font-size:0.8em;
}
footer p{
	padding: 10px;
	margin: 0;
}