-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathstyle.css
More file actions
104 lines (89 loc) · 1.49 KB
/
style.css
File metadata and controls
104 lines (89 loc) · 1.49 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
95
96
97
98
99
100
101
102
103
104
body, html {
height: 100%;
width: 100%;
margin: auto;
}
.parallax {
background-image: url("images/sun.jpg");
height: 40%;
background-attachment: fixed;
background-position: center;
background-repeat: no-repeat;
background-size: cover;
margin-top: 7.5%;
}
.contact li {
list-style-type: none;
padding: 10px;
}
.contact li a img {
width: 25px;
}
h1 {
font-family: 'Lobster', cursive;
color: #ffffff;
font-size: 8em;
margin-left: 90px;
}
h2 {
font-family: 'Bellefair', serif;
color: #ffffff;
margin-top: -25px;
margin-left: 310px;
font-size: 2.5em;
}
#tagline {
display: flex;
justify-content: center;
}
h3 {
font-family: 'Arial', sans-serif;
color: #ffffff;
font-size: 1.5em;
margin: 3%;
text-align: center;
}
.row {
display: flex;
justify-content: center;
margin-bottom: 3%;
}
#intro {
display: flex;
align-items: center;
padding: 3%;
margin-top: 3%;
border-top: 3px solid #FDDCA9;
border-bottom: 3px solid #FDDCA9;
}
#intro p {
width: 400px;
color: #333333;
text-align: center;
margin: auto;
font-size: 70%;
font-family: 'Arial', sans-serif;
font-weight: lighter;
}
.buttons {
display: flex;
justify-content: center;
text-align: center;
}
#location {
/*background-color: #FDDCA9;*/
}
#location p {
color: #333333;
font-size: 50%;
font-family: 'Arial', sans-serif;
font-weight: lighter;
}
#location p .bold {
font-size: 150%;
font-weight: bold:
}
#map {
display: flex;
justify-content: center;
}