aboutsummaryrefslogtreecommitdiffstats
path: root/css/master.scss
blob: cd3fd54f0e448eeae149d98bda87cec730156fe5 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
---
---

@import "bootstrap/scss/bootstrap";

html {
  height: 100%;
}

body {
  background: linear-gradient(to bottom right, #75d3e8, #3c84ac);
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
  margin: 0;
  height: 100%;
}

.navbar-light {
  margin-bottom: 1rem;

  .navbar-nav .nav-link {
    color: rgba(0, 0, 0, 0.8);
    text-decoration: underline;
  }
}

.main a {
  color: darken(#014c8c, 10);
  text-decoration: underline;
}

video {
  max-width: 100%;
  box-shadow: 0 0 3px 3px #444;
}

.text-center {
  text-align: center;
}

hr {
  border-color: white;
}

#logo {
  max-width: 300px;
  width: 100%;
}