﻿html {
    position: relative;
    min-height: 100%;
}
body {
    color: #333333;
    /*background-image: url('/imgs/pixel-peter-grey-bg.png');*/ 
	background-color:#F9F9F9;
    background-repeat: no-repeat;
	background-position:left center;
    /* Margin bottom by footer height */
    margin-bottom: 30px;
   font-family: 'roboto', sans-serif;
	background-attachment:fixed;
    -ms-background-size: contain;
    -o-background-size: contain;
    -moz-background-size: contain;
    -webkit-background-size: contain;
    background-size: contain;
    
}
.footer {
    position: absolute;
    bottom: 0;
    width: 100%;
    /* Set the fixed height of the footer here */
    height: 30px;
    background-color: #333333;
    color: #f9f9f9;
}

.logo-large {
    display: none;
    position: fixed;
    top: 0px;
    left: 0px;
}

.logo-small {
    display: block;
    position: absolute;
    top: 0px;
    left: 0px;
}

/* Custom page CSS
-------------------------------------------------- */
/* Not required for template or sticky footer method. */

/* Extra small devices (phones, less than 768px) */
/* No media query since this is the default in Bootstrap */

/* tiny devices (phones, 200px and up) */
@media (min-width: 200px) { 
   
}


/* Small devices (tablets, 768px and up) */
@media (min-width: 768px) { 
   
}

/* Medium devices (desktops, 992px and up) */
@media (min-width: 900px) {
   
}

/* Large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {
    body{  background-image: url('/imgs/pixel-peter-grey-bg.png');
	}
}
@media (min-width: 1400px) {
    body{  background-image: url('/imgs/pixel-peter.png');
	}
}

.container {
  width: auto;
  max-width: 680px;
  padding: 0 5px;
}
.container .text-muted {
  margin: 5px 0;

}
h1 {
    color: #333;
    font-family: 'Monoton', 'roboto',sans-serif;
}
h2 {
    color: #333;
    text-decoration: underline;
    font-size : 1.6em;
}
h3 {
    color: #666;
    font-family: 'roboto', san-serif;
    font-size : 1.4em;
}
.past .lead{
    
    color: #888;
    font-size : 1em;
}
p{
    color: #666; }

p a {
    text-decoration: underline;
}
p a:hover {
    text-decoration: none;
}

.fa {
    font-size: 2em;
}

a.peterslight { color: #333;}

.footer a, .footer .muted{color: #888;}

.detail{ display: none;}
.show-more{ text-decoration: underline;}

.smerky{margin: 22px auto;}