body, div, span {
    font-family: Helvetica, Arial, sans-serif;
    background-color: rgba(254, 254, 254, 1.0);
    color: black;
    margin: 0;
    padding: 0;
}

body {
}

.AppBar {
    text-align: center;
    margin: 0 auto;
}

.App {
	text-align: center;
    width: 300px;
    margin: 0.5em auto;
}

.MacApp {
    float: left;
    width: 300px
}
.Centered {
    text-align: center;
}

h1 {
    font-size: 1.25em;
    font-weight: normal;
    margin: 0.5em auto 0.5em auto;
    padding: 0.1em 0.2em;
    text-align: center;
    color: #174927;
    clear: both;

}


h2 {
    font-size: 1.4em;
}

.TextBlock {
    margin: 0 auto;
}
div p {
}

a {
    color: #3b8d4b;
    text-decoration: none;
}

a:hover {
    text-decoration: underline;
}

a img {
    border: none;
}

p {
    text-align: left;
    margin-left: 5px;
    margin-right: 5px;
}

#logo_header {
    width: 283px;
    margin: 0 auto;
}


.Content {
    font-size: 1em;
    line-height: 1.3em;
    margin: 0.5em auto;
    padding: 0.2em 1em;
    text-align: center;
}

#main_container {
    padding: 0.4em;
    margin: 0 auto;
}

#header {
    margin: 0.4em auto;
    border-bottom: 1px solid #bbb;
}

#trunk {
    margin: 0 auto;
}

#goldstar_video {
width: 300px;
height: 182px
}

#goldstar_centering {
width: 302px;
height: 184px;
background-color:#ddd;
}


#nav {
    clear: both;
    margin: 1em auto;
    text-align: center;
    padding: 5em 1em 1em;
    color: #3b8d4b;
}

#copyright, .Legal {
    margin: 1em auto;
    color: #888;
    font-size: 0.8em;
    text-align: center;
}

.Hint {
    font-size: 0.8em;
    color: #888;
}

#we_believe{
    margin: 1.0em auto;
}

#logolink, .AppLink{
    color: white;
}


.Footer {
    clear: both;
}

.AppStoreLink {
font-size: 1.2em;
}