-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmain_style.css
135 lines (113 loc) · 2.76 KB
/
main_style.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
html {
scroll-behavior: smooth;
}
.hero {
background: radial-gradient(62.81% 65.82% at 37.63% 32.2%, rgba(255, 255, 255, 0) 96.12%, #ffffff 100%), url("./images1/coffeemain.jpg");
background-position: center;
background-repeat: no-repeat;
background-size: cover;
-webkit-filter: contrast(111%) brightness(107%) saturate(149%);
filter: contrast(111%) brightness(107%) saturate(149%);
}
.navbar-end a {
color: #000000;
}
.navbar-end a:hover {
font-weight: bold;
}
.hero-head .navbar-item img {
max-height: 3rem;
}
.hero-body .title {
font-family: "Dancing Script", cursive;
font-weight: 600;
font-size: 5rem;
}
.hero-body .subtitle {
color: #000000;
font-family: "Raleway", sans-serif;
font-size: 1.5rem;
line-height: 150%;
letter-spacing: -0.01em;
width: 50%;
height: 35rem;
}
.hero-body .subtitle #p_logo {
font-weight: 600;
}
.hero-body .subtitle #coffee {
font-weight: 600;
color: #a54f05;
}
@media screen and (max-width: 600px) {
.hero-body .subtitle {
width: 100%;
}
}
.about-us .content .subtitle {
font-family: "Dancing Script", cursive;
font-size: 3rem;
font-weight: 600;
}
.about-us .content p {
font-family: "Raleway", sans-serif;
font-size: 1.3rem;
}
.about-us .content p .is-size-3 {
color: #000000;
}
.about-us .content figure {
margin-right: 0;
margin-left: 0;
border-radius: 7px;
}
.about-us .content figure img {
display: inherit;
border-radius: 7px;
-webkit-box-shadow: -8px 9px 6px rgba(3, 0, 0, 0.5);
box-shadow: -8px 9px 6px rgba(3, 0, 0, 0.5);
-webkit-transition: all 0.2s ease-in-out;
transition: all 0.2s ease-in-out;
}
.about-us .content figure img:hover {
-webkit-transform: scale(1.1);
transform: scale(1.1);
-webkit-box-shadow: -8px 9px 6px rgba(3, 0, 0, 0.2);
box-shadow: -8px 9px 6px rgba(3, 0, 0, 0.2);
}
.ingredients .content .subtitle {
font-family: "Dancing Script", cursive;
font-size: 3rem;
font-weight: 600;
}
.ingredients .content p {
font-family: "Raleway", sans-serif;
font-size: 1.3rem;
}
.ingredients .content p .is-size-3 {
color: #000000;
}
.ingredients .content figure {
margin-right: 0;
margin-left: 0;
border-radius: 7px;
}
.ingredients .content figure img {
display: inherit;
border-radius: 7px;
-webkit-box-shadow: -8px 9px 6px rgba(3, 0, 0, 0.5);
box-shadow: -8px 9px 6px rgba(3, 0, 0, 0.5);
-webkit-transition: all 0.2s ease-in-out;
transition: all 0.2s ease-in-out;
}
.ingredients .content figure img:hover {
-webkit-transform: scale(1.1);
transform: scale(1.1);
-webkit-box-shadow: -8px 9px 6px rgba(3, 0, 0, 0.2);
box-shadow: -8px 9px 6px rgba(3, 0, 0, 0.2);
}
.contact-us .container #map {
width: 100%;
height: 400px;
}
/*# sourceMappingURL=main_style.css.map */