-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathservices.css
More file actions
94 lines (94 loc) · 1.64 KB
/
services.css
File metadata and controls
94 lines (94 loc) · 1.64 KB
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
body{
font-family: futura-pt, sans-serif;
background-color:#fff;
margin: 0;
}
h1,h2,h3,h4,h5,h6 {
font-family: miller-display, serif;
font-weight: 300;
}
a {
color: black;text-decoration:none;
transition: all 0.25s ease;
}
a:hover {
opacity: 1 !important;
}
.is-active {
text-decoration: underline;
opacity: 1 !important;
}
.header {
display: flex;
align-items: center;
justify-content: center;
flex-direction: row;
}
.logo {
width: 100px;
height: 45px;
display: inline-block;
flex: 1 1 auto;
}
.navigation {
display: flex;
flex: 1 1 auto;
width: 100%;
}
.menu {
font-size:20px;
margin: 0; padding: 0;
text-align: center;
width: 100%;
}
.menu:hover a{
opacity: 0.4;
}
.menu li {
display:inline-block;margin:15px 10px;
}
.booking-button-text {
border-bottom: 1px solid #000;padding: 10px 30px;background: #d6d6d6;
}
.booking-button-text:hover {
background-color:#000;text-decoration: none;color:#fff
}
.container {
width:99%;
margin:0 auto;
}
.photo {
position: relative;
width: 100%;
top: 0;
bottom: 0;
height: 70vh;
background-image: url(images/treeoutdoorseating.jpg);
background-size: cover;
background-repeat: no-repeat;
background-position: center bottom;
}
.menu-block {
text-align: center;
margin: 0 auto;
width: 60%;
padding: 46px 32px;
}
.menu-item-title {
font-size: 1.1em;
font-weight: 700;
line-height: 1.2em;
}
.menu-item-description {
line-height: 1.3em;
margin-top: 5px;
font-weight: 300;
font-size: 18px;
color: #1f1f1f;
}
.menu-item-price {
margin: 1.5em 0;
}
.currency-sign {
line-height: 1.2em;
}