-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmain.css
87 lines (75 loc) · 1.15 KB
/
main.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
@media screen and (max-width: 450px) {
.jumbotron h1 {
font-size: 35px;
}
}
@media screen and (max-width: 768px) {
.jumbotron p {
font-size: 20px;
}
}
@media screen and (max-width: 768px) {
.p {
font-size: 15px;
padding: 10px;
}
}
@media screen and (max-width: 768px) {
.map {
width: 325px;
height: 300px;
}
}
@media screen and (max-width: 768px) {
.contact-heading, .contact {
text-align: center;
}
}
.jumbotron {
background: rgba(52, 73, 94, 1.0);
color: white;
}
.display-3 {
font-family: 'Lato', sans-serif;
font-weight: 700;
font-size: 4em;
}
.header p {
font-size: 1.3em;
font-weight: 300;
}
.header p strong {
font-weight: 700;
}
h2 {
text-align: center;
}
p {
font-family: 'Open Sans', sans-serif;
}
.p {
text-align: center;
}
.services-h1 h1 {
font-size: 3em;
text-align: center;
margin-bottom: 40px;
}
.services ul li {
text-align: center;
list-style: none;
}
.contact-heading h1 {
font-size: 3em;
}
.contact h3 {
font-size: 1.6em;
font-weight: bold;
margin: 20px 0 20px 0;
}
.contact p {
font-size: 1.1em;
}
.list-group-item:last-child {
margin-bottom: 15px;
}