-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmain.css
78 lines (62 loc) · 1.58 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
/* Color Theme Swatches in Hex */
.Dog-sitting-concept-with-happy-active-dog-holding-pet-leash-in-mouth-ready-to-go-for-walk-1-hex { color: #1243A6; }
.Dog-sitting-concept-with-happy-active-dog-holding-pet-leash-in-mouth-ready-to-go-for-walk-2-hex { color: #022859; }
.Dog-sitting-concept-with-happy-active-dog-holding-pet-leash-in-mouth-ready-to-go-for-walk-3-hex { color: #F29F05; }
.Dog-sitting-concept-with-happy-active-dog-holding-pet-leash-in-mouth-ready-to-go-for-walk-4-hex { color: #F28705; }
.Dog-sitting-concept-with-happy-active-dog-holding-pet-leash-in-mouth-ready-to-go-for-walk-5-hex { color: #734A27; }
body {
font-family: Roboto, sans-serif;
}
.navbar {
background-color: #F29F05;
}
#cabecalho .nav .nav-link.active {
background-color: #1243A6;
color: #fff;
}
#cabecalho .nav .nav-link,
.navbar-brand,
.navbar-brand:hover,
.nav-produtos .nav-link.active:hover {
color: #fff;
}
.navbar-toggler {
background-color: #1243A6;
color: #fff;
}
.section-title {
font-family: 'Vina Sans', cursive;
font-size: 2em;
}
#sobre, #produtos, #contato {
background-color: #fff;
}
#destaque, #newsletter {
background-color: #F29F05;
}
.text-colored {
color: #734A27;
}
.text-colored-1 {
color: #fff;
}
.nav-produtos .nav-link.active,
#newsletter button {
background-color: #1243A6;
color: #fff;
}
.nav-produtos .nav-link:hover {
color: #1243A6;
}
.social-links li {
list-style: none;
display: inline;
}
.social-links a {
text-decoration: none;
}
@media (max-width: 767px) {
.carousel-item img {
height: 280px;
}
}