@charset "UTF-8";
/* CSS Document */

@font-face {
    font-family: "League Gothic";
    src: url(/fonts/leaguegothic-regular-webfont.woff);
}

html{
    width: 100%;
    height: 100%;
    margin: 0px;
    padding: 0px;
    overflow-x: hidden; 
}

body{
text-align: center;
background: #222;
padding: 10px;
max-width: 600px;
margin: 0 auto;
}

img {
padding: 8px;

	margin: 0 auto;
}

p {
clear:both;
color:#887e6e;
font-family: arial;
margin-top: 75px;

}

.weblink
{
display: block;
border-radius: 20px;
padding:20px;
background-position: left center; 
background: url(../img/tisicon.jpg) no-repeat;
	-webkit-background-size: contain;
  -moz-background-size: contain;
  -o-background-size: contain;
  background-size: contain;
  background-color: #887e6e;
margin-bottom: 30px;
margin-top: 30px;
}
.bloglink
{
display: block;
border-radius: 20px;
padding:20px;
background-position: left center; 
background: url(../img/universe-glaze.jpg) no-repeat;
	-webkit-background-size: contain;
  -moz-background-size: contain;
  -o-background-size: contain;
  background-size: contain;
  background-color: #012d75;
margin-bottom: 30px;
margin-top: 30px;
}

.etsylink
{
display: block;
border-radius: 20px;
padding: 20px 20px 20px 25%;
background-position: left center; 
background: url(../img/etsy.jpg) no-repeat;
	-webkit-background-size: contain;
  -moz-background-size: contain;
  -o-background-size: contain;
  background-size: contain;
  background-color: #ff5a00;
margin-bottom: 25px;
}

h1{
	margin: 25px auto;
	background: url(../img/website-logo.jpg) no-repeat;
	-webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
	text-indent: -99999px;
	height: 50px;
	width: 100px;
	
}

h2
{
	text-align: center;
	vertical-align: bottom;
	font-family: "League Gothic", Arial, Sans-Serif;
	display: block;
	font-size: 20px;
	font-weight: normal;
	color: #887e6e;
	padding:100px 0px 10px 0px;
margin:0px;
line-height:0px;
}


a
{
	text-decoration: none;
	vertical-align: bottom;
	font-family: "League Gothic", Arial, Sans-Serif;
	font-size: 30px;
	font-weight: normal;
	color: #FFF;
	text-align: right;
}