master
1
2html {
3 width: 100%;
4 height: 100%;
5}
6
7body {
8 font: 13px 'Open Sans', "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
9}
10
11.container.is-fluid {
12 margin-top: 5px;
13}
14.video-js {
15 width: 100%;
16}
17
18
19#welcome {
20 width: 100%;
21 height: 100%;
22 margin: 0px auto;
23 text-align: center;
24 display: flex;
25 justify-content: center;
26 align-items: center;
27 background: #1192d3 url(../img/bg.jpg) no-repeat bottom right;
28}
29
30#welcome p {
31 color: #FFFFFF;
32 text-shadow: 2px 2px #000000;
33}
34
35#map {
36 height: 100%
37}
38
39figure>img {
40 border-radius: 5px;
41 box-shadow: 0 2px 3px rgba(17, 17, 17, 0.1), 0 0 0 1px rgba(17, 17, 17, 0.1);
42 background: #fff;
43}