forked from OSGeo-US/foss4g-na-2023
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathstyles.css
96 lines (94 loc) · 1.31 KB
/
styles.css
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
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
body {
font-family: sans-serif;
margin: 0;
padding: 0;
}
hr {
background: #ea2030;
border: 0;
height: 15px;
width: 85%;
}
html {
background: #fedf12;
}
section {
width: 100%;
}
#contact {
font-size: 18pt;
}
#description {
margin: auto;
background: #1c3667;
color: #fff;
position: relative;
padding-bottom: 0;
}
#description h1 {
font-size: 40px;
}
#description h2 {
color: #fedf12;
}
#welcome {
background: #1c3667;
color: #fff;
min-height: 300px;
position: relative;
}
#welcome .container {
padding-top: 10px;
}
#hero {
padding: 30px 0px;
}
.container {
text-align: center;
width: 100%;
padding: 30px 0px;
}
.container img {
width: 100%;
}
.content {
max-width: 400px;
padding-bottom: 20px;
margin-left: auto;
margin-right: auto;
}
.content-header {
max-width: 350px;
margin-left: auto;
margin-right: auto;
}
.logo {
max-width: 400px;
}
.bg-info-img {
height: 300px;
object-fit: cover;
opacity: 0.5;
width: 100%;
}
.bg-info {
position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
}
.button {
position: relative;
margin-bottom: 20px;
display: inline-flex;
justify-content: center;
align-items: center;
background: #1c3667;
border-radius: 50px;
width: 15rem;
padding: 1rem 0;
font-family: "Montserrat", sans-serif;
font-weight: 600;
font-size: 1.5rem;
color: #fff;
}