

@import url(https://fonts.googleapis.com/css?family=Michroma);


body, html {
    height: 255%;
    margin: 0;
    padding: 0;
    background: black;
}

.spacer {
    margin: 50vh 0 25vh 0; /* 50% of view height */
}

.mouse
{
    display: none;
    position: relative;
    left: 0;
    right:0;
    text-align: center;
    top: 42vh;
    z-index: 2;
    color: white;
    font-family: 'Michroma', Helvetica, Arial, sans-serif; 
    font-weight: normal;
}

.peterwrapper
{
    display: none;
    position: relative;
    text-align: center;
    bottom: 19vh;
    left: 0;
    right: 0;
    margin-left: -450px;
    z-index: 2;
    color: grey;
    font-family: 'Michroma', Helvetica, Arial, sans-serif; 
    font-weight: normal;
    font-size: 10px;
} 






.number1,
.number2,
.number3,
.number4,
.number5,
.number6,
.number7,
.number8,
.number9
{
    display: default;
    position: relative;
    left: 0;
    right:0;
    text-align: center;
    top: 0;
    z-index: 2;
    padding: 80px 0 0 0;
}

.text1, 
.text2, 
.text3, 
.text4, 
.text5, 
.text6, 
.text7, 
.text8
{
    position: relative;
    left: 0;
    right:0;
    text-align: center;
    top: 0;
    color: white;
    z-index: 2;
    width: 100%;
    max-width: 750px;
    margin: 0 auto;
    font-family: 'Michroma', Helvetica, Arial, sans-serif; 
    font-weight: normal;
    font-size: 18px;
    white-space:default;
    color: #fff;
    color: grey;
    letter-spacing: 0.05em;
}
.text9 {
    position: relative;
    left: 0;
    right:0;
    text-align: center;
    top: 0;
    color: white;
    z-index: 2;
    width: 100%;
    max-width: 760px;
    margin: 0 auto;
    font-family: 'Michroma', Helvetica, Arial, sans-serif; 
    font-weight: normal;
    font-size: 18px;
    white-space:default;
    color: #fff;
    color: grey;
    letter-spacing: 0.05em;
}

.orange {
    color: #e97c25;
}

.face {
    display: none;
    position: relative;
    left: 0;
    right:0;
    text-align: center;
    bottom: 0;
    z-index: 1;
}

.logo {
    float: left;
    text-align: right;
}


.address {
    padding: 28px 0 0 0;
    font-family: Helvetica, Arial, sans-serif; 
    text-align: left;
    font-size: 11px;
    float: right;
}

div.right {
    float: right;
}


a:link    { color: grey  }
a:visited { color: grey  }
a:hover   { color: white  }
a:active  { color: white  }





