-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy paths3.css
218 lines (189 loc) · 3.75 KB
/
s3.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
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
/*navbar styling starts*/
html{
scroll-behavior: smooth;
}
.fixit{
position: fixed;
z-index:20;
overflow: hidden;
top: 0;
width:100%;
}
.brandtext{
font-family: 'Staatliches', cursive;
font-family: 'ZCOOL XiaoWei', serif;
font-size: 50px;
letter-spacing: 2px;
text-shadow: 3px 3px white;
}
.menufont{
font-family: 'Montserrat', sans-serif;
font-size:15px;
letter-spacing: 2px;
color:black;
font-weight: bold;
}
.rsrvstyling{
color:white;
background-color: #011839;
}
@media only screen and (min-width: 320px) and (max-width: 768px) {
.rsrvstyling{
color:white;
background-color: #011839;
padding: 3px;
display: block;
}
}
/*navbar styling ends*/
/*hero div csss starts*/
.page-img
{
background: url('galleryhero.jpg') no-repeat center;
-webkit-background-size: 100% 100%;
-moz-background-size: 100% 100%;
-o-background-size: 100% 100%;
background-size: 100% 100%;
display:table;
min-height:800px;
width: 100%;
}
.page-img .hero
{
background: rgba(0,0,0,0.3);
display: table-cell;
text-align: center;
vertical-align: middle;
}
.page-img .hero h1, .page-img .hero p
{
color:#ffffff;
}
@media only screen and (max-width:768px){
.page-img{
height: 250px;
}
.page-img .hero p{
text-align: justify;
text-align-last: center;
font-size: 15px;
}
}
.heroimgtext{
background: rgba(0,0,0,0.3);
display: table-cell;
text-align: center;
vertical-align: middle;
color:white;
}
.c1{
font-size:120px;
background: rgba(0,0,0,0.5);
color:white;
font-family: 'Amatic SC', cursive;
text-align: center;
display: table-cell;
padding-top: 350px;
}
.c2{
font-size:29px;
color:white;
font-family: 'Dosis', sans-serif;
}
.c3{
background-color:#FFC107;
color:black;
letter-spacing: 2px;
font-family: 'Montserrat', sans-serif;
font-weight: bold;
padding:10px;
}
/*hero div css ends*/
/*photogrid css starts */
.header {
text-align: center;
padding: 32px;
}
.row {
display: -ms-flexbox; /* IE10 */
display: flex;
-ms-flex-wrap: wrap; /* IE10 */
flex-wrap: wrap;
padding: 0 4px;
}
/* Create four equal columns that sits next to each other */
.column {
-ms-flex: 25%; /* IE10 */
flex: 25%;
max-width: 25%;
padding: 0 4px;
}
.column img {
margin-top: 8px;
vertical-align: middle;
width: 100%;
}
/* Responsive layout - makes a two column-layout instead of four columns */
@media screen and (max-width: 800px) {
.column {
-ms-flex: 50%;
flex: 50%;
max-width: 50%;
}
}
/* Responsive layout - makes the two columns stack on top of each other instead of next to each other */
@media screen and (max-width: 600px) {
.column {
-ms-flex: 100%;
flex: 100%;
max-width: 100%;
}
}
/*photogrid css ends*/
.c4{
font-size: 23px;
font-style: normal;
font-weight: 300;
font-family: 'Crimson Text', serif;
color:#6B788B;
background-color: white;
justify-content: center;
padding:50px 180px 30px 180px;
border-radius: 2px;
}
.c5{
font-family: 'Playfair Display SC', serif;
font-weight: lighter;
font-size: 40px;
color:black;
text-align: center;
}
.c6{
align-self: center;
border-top:1.1px solid black;
}
/*footer css starts*/
.footertext{
font-family: 'Cinzel Decorative', cursive;
color:white;
letter-spacing: 2px;
background-color: #011839;
}
.footsett{
background-color: #011839;
}
.center {
display:block;
margin-left: auto;
margin-right: auto;
max-width: 30%;
max-height:30%;
}
.center {
display:block;
margin-left: auto;
margin-right: auto;
max-width: 30%;
max-height:30%;
}
/*footer css ends*/