-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathstyles.css
126 lines (105 loc) · 2.14 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
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
body {
background-color: #eae8e3;
overflow-x: hidden;
}
.nav-container {
background: #ffffffd7;
}
.clip-hero {
max-height: 45vh;
overflow: hidden;
border-bottom: 4px solid #e2d7d1;
-webkit-filter: sepia(100%) hue-rotate(90deg) saturate(400%);
filter: sepia(35%) hue-rotate(0deg) saturate(80%);
}
.clip-hero:after {
content: "";
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
background: #f49f7114;
}
.clip-hero img {
margin-top: -18%;
}
.article-with-lines {
text-align: center;
border-left: 2px solid #e2d7d1;
border-right: 2px solid #e2d7d1;
}
.article-with-lines .group {
width: 100%;
}
.info-section {
padding-top: 0px;
margin-top: 0px;
}
.info-section article {
padding: 15px;
}
.form-section {
background-color: #eeedeb;
padding-top: 3rem;
}
.clipped-image {
clip-path: ellipse(67% 64% at 50.5% 68%);
height: 620px;
}
h2 {
color: #7d7874 !important;
font-family: "Petit Formal Script", Arial, Helvetica, sans-serif;
}
h3 {
color: #7d7874 !important;
font-family: "Petit Formal Script", Arial, Helvetica, sans-serif;
font-size: 24px !important;
text-align: center;
}
.live-stream {
background-color: #eeedeb;
text-align: center;
padding: 1rem 0 1rem;
}
.live-stream h3 {
font-weight: bold;
}
.title {
position: absolute;
margin: 0 auto;
padding: 0;
font-family: "Petit Formal Script", Arial, Helvetica, sans-serif !important;
color: #3d3732 !important;
font-size: 34px;
left: 0;
right: 0;
width: fit-content;
text-align: center;
}
#countdown {
font-size: 14px !important;
}
.countdownnumver {
font-family: "Sacramento", Arial, Helvetica, sans-serif !important;
font-size: 32px !important;
font-weight: bold;
}
input,
textarea {
background-color: #eae8e3 !important; /* Light grey background */
width: 100%;
}
footer {
color: #7d7874;
background-color: transparent;
}
.hotel-section,
.hotel-section a {
font-family: "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans",
sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol",
"Noto Color Emoji" !important;
}
.hotel-section p {
text-align: left !important;
}