@font-face {
    font-family: 'gooddog_plainregular';
    src: url('fonts/gooddp__-webfont.woff2') format('woff2'),
         url('fonts/gooddp__-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

body {
  background-color: darkblue;
  background-image: url("images/pattern.jpg");
  
  color: white;
}

a {
  color: black;
}

header {
	background: rgba(15, 29, 55, .2);
    text-align: center;
    padding: 50px;
}

footer {
	border-top: 9px solid #fd7e10;
    padding: 50px;
	background: rgba(15, 29, 55, .2);
}
	footer a{
		color: #FFF;
		text-decoration: none;
	}

footer a:hover {
		color: #fd7e10;
		text-decoration: none;
	}

footer ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
footer h2 {
		color: #fff;
}


h1 {
    font-family: 'gooddog_plainregular' !important;
    font-weight: normal;
    font-style: normal;
    font-size: 137px;
   -webkit-text-stroke: 3px white;
   color: #fd7e10;
   text-shadow:
       3px 3px 0 #000,
     -1px -1px 0 #000,  
      1px -1px 0 #000,
      -1px 1px 0 #000,
       1px 1px 0 #000;
}

h2 {
    font-family: 'gooddog_plainregular' !important;
    font-weight: normal;
    font-style: normal;
    font-size: 37px;

}

.page {
  width: 100%;
  background-color: white;
  color: black;
  padding: 20px 20px 120px;

border-top: 9px solid #fd7e10;
}

.post {
	text-align: center;
	padding-top: 120px;
}

.tile {
	

border: 3px solid #000;

}
.tile:hover {
	border: 3px solid #fd7e10;
}


figure {

}

figcaption {
  text-align: center;
	padding-top: 2px;
	font-size: small;
}




.site-footer {
	 background: rgba(15, 29, 55, .6);
	text-align: center;
	padding: 12px;
	color: darkgrey;
	font-size: small;
	
}