html, body { height: 100%; font-family: sans-serif; }

html { background-color: black;  }

* { margin: 0; padding: 0; }
		
body { 
    background: url(../images/bg.jpg) no-repeat center center fixed; 
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

h1 { font-weight: normal; text-align: center; font-family: 'Segoe Script'; font-size: 6em; color: white;  }

.strap { background-color: white; width: 100%; padding:0.5em 0em; color:rgb(51, 51, 51); text-align: center; font-size: 5vw; width: 100%;  }

.content { padding: 3vw 0vw 0vw 0vw;  bottom: 0px; right: 0px; position: absolute; left: 0px; top: 0px; }

.links { text-align: center; padding-top: 3vw; }
.links a.etsy { font-size: 6vw;  }
.links a { color: rgb(214, 214, 214); font-size:3.5vw; text-decoration: none;  }
.links a:hover { color: white; text-decoration: underline; }