2018-11-25 14:02:21 +00:00
|
|
|
body {
|
|
|
|
background-color: #515d71;
|
|
|
|
padding: 0em 1em;
|
|
|
|
font-family: "Helvetica", sans-serif;
|
|
|
|
font-size: 12pt;
|
|
|
|
color: white;
|
|
|
|
}
|
|
|
|
|
|
|
|
a {
|
|
|
|
color: #f0d192;
|
|
|
|
text-decoration: none;
|
|
|
|
}
|
|
|
|
|
|
|
|
a:hover {
|
|
|
|
color: #d69c68;
|
|
|
|
}
|
|
|
|
|
|
|
|
#logo {
|
2018-12-23 11:14:24 +00:00
|
|
|
width: 150px;
|
2018-11-25 14:02:21 +00:00
|
|
|
height: 400px;
|
2018-12-23 11:14:24 +00:00
|
|
|
margin: -2em 0em;
|
2018-11-25 14:02:21 +00:00
|
|
|
}
|
|
|
|
|
2018-12-23 10:45:36 +00:00
|
|
|
#container {
|
2018-11-25 14:02:21 +00:00
|
|
|
margin: 2em auto 3em auto;
|
|
|
|
width: 32em;
|
|
|
|
}
|
|
|
|
|
2018-12-23 11:41:25 +00:00
|
|
|
p, ul {
|
|
|
|
line-height: 1.5em;
|
|
|
|
}
|
|
|
|
|
2018-11-25 14:02:21 +00:00
|
|
|
footer {
|
|
|
|
color: lightgray;
|
2018-12-23 10:45:36 +00:00
|
|
|
margin-top: 3em;
|
2018-11-25 14:02:21 +00:00
|
|
|
margin-bottom: 2em;
|
|
|
|
}
|
|
|
|
|
|
|
|
footer li {
|
|
|
|
display: inline-block;
|
2018-12-23 10:45:36 +00:00
|
|
|
margin-right: 0.3em;
|
2018-11-25 14:02:21 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
footer .contacts li {
|
|
|
|
font-size: 2em;
|
|
|
|
}
|
|
|
|
|
|
|
|
footer .secondary li {
|
|
|
|
font-size: 1em;
|
|
|
|
}
|
|
|
|
|
|
|
|
footer .notice {
|
|
|
|
font-size: 0.7em;
|
|
|
|
}
|
|
|
|
|
2018-12-23 11:41:25 +00:00
|
|
|
footer ul {
|
2018-11-25 14:02:21 +00:00
|
|
|
padding: 0em;
|
|
|
|
list-style-type: none;
|
|
|
|
}
|
|
|
|
|
|
|
|
.snapshots {
|
|
|
|
margin-top: 1.5em;
|
|
|
|
}
|
|
|
|
|
|
|
|
.snapshots img {
|
|
|
|
width: 100px;
|
|
|
|
height: 177px;
|
|
|
|
}
|
2019-01-16 22:24:42 +00:00
|
|
|
|
|
|
|
#app-store-badge {
|
|
|
|
width: 160px;
|
|
|
|
}
|