-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathstyle.css
More file actions
124 lines (102 loc) · 2.38 KB
/
Copy pathstyle.css
File metadata and controls
124 lines (102 loc) · 2.38 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
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
body,
html {
height: 100%;
margin: 0;
font: 700 15px/1.8 'Playfair Display', serif;
}
.scroll_bar {
background-color: transparent;
overflow-y: scroll;
}
.scroll_bar::-webkit-scrollbar {
display: none;
}
/*IMAGENS*/
.bgimg-1,
.bgimg-2,
.bgimg-3 {
position: relative;
opacity: 0.80;
background-attachment: fixed;
background-position: center;
background-repeat: no-repeat;
background-size: cover;
}
.bgimg-1 {
background-image: url("https://rede1mulheresnegras.my.canva.site/site-de-portf-lio-e-curr-culo-consultoria-escuro-simples-azul-escuro-e-bege/images/62cf1b99c81df242aa4f1221154038cc.jpg");
min-height: 100%;
}
.bgimg-2 {
background-image: url("https://rede1mulheresnegras.my.canva.site/site-de-portf-lio-e-curr-culo-consultoria-escuro-simples-azul-escuro-e-bege/images/ac3fa62f6509b3fbd3b69658954cab50.jpg");
min-height: 400px;
}
.bgimg-3 {
background-image: url("https://68.media.tumblr.com/ac46aa24b44b5036e9200abb71f810d9/tumblr_nt5vzxV6Us1ud7rr3o1_1280.jpg");
min-height: 400px;
}
.bgimg-4 {
background-image: url("https://68.media.tumblr.com/ac46aa24b44b5036e9200abb71f810d9/tumblr_nt5vzxV6Us1ud7rr3o1_1280.jpg");
min-height: 400px;
}
/*LANDING PAGE*/
.caption {
position: absolute;
left: 0;
top: 50%;
width: 100%;
text-align: center;
color: rgb(0, 0, 0);
}
.caption span.title {
background-color: #a7ab5f;
color: #fff;
padding: 18px;
font-size: 40px;
letter-spacing: 10px;
}
.caption p {
font-size: 25px;
font-weight: 999;
color: rgb(0, 0, 0);
text-shadow: #111 1px 0.5px;
}
h3 {
text-align: center;
letter-spacing: 5px;
text-transform: uppercase;
font: 20px "Lato", sans-serif;
color: #111;
}
.about,
.whatWeDo,
.whyWeDo,
.descarbonizacao, .aguaReutilizada {
color: rgb(92, 92, 92);
background-color: #fff;
font-size: 22.5px;
text-align: center;
padding: 50px 80px;
text-align: justify;
}
.caption span.topic{
background-color: transparent;
font-size: 35px;
color: #f7f7f7;
}
@media (max-width: 600px) {
.caption {
position: absolute;
left: 0;
top: 50%;
width: 100%;
text-align: center;
color: rgb(0, 0, 0);
}
.caption span.title {
background-color: #a7ab5f;
color: #fff;
padding: 18px;
font-size: 35px;
letter-spacing: 10px;
}
}