summaryrefslogtreecommitdiff
path: root/resources/sass/_background.scss
blob: 452d4d2464bc5edb8617335339cd66e92487aa63 (plain)
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
html {
  height: 100%;
}

body {
  width: 100%;
  height: auto;
  min-height:35rem;
  background: linear-gradient(to bottom, rgba(1,1,1,.25) 0%, rgba(1,1,1,.45) 90%, rgba(2, 11, 26, 0.65) 100%), url("/img/world-bg.jpg");
  background-color: rgba(2, 11, 26, 0.65);
  background-position: center;
  background-repeat: no-repeat;
  background-attachment: scroll;
  background-size: cover;
}
.cover-container {
  color: white;
  max-width: 42em;
}
.cover {
  padding: 0 1.5rem;
}
.cover .btn-lg {
  padding: .75rem 1.25rem;
  font-weight: 700;
}