-
Notifications
You must be signed in to change notification settings - Fork 0
/
style.css
150 lines (148 loc) · 2.4 KB
/
style.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
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
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
.container{
font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI',
Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue',
sans-serif;
}
.menu{
background-color: #007765;
position: fixed;
left: 0px;
right: 0px;
font-size: 24px;
color: #fff;
}
.menu a{
text-decoration: none;
color: #fff;
}
.menu_cont{
max-width: 1110px;
margin: auto;
display: flex;
justify-content: space-between;
}
.logo img{
height: 45px;
}
.logo1{
position: absolute;
}
.logo{
max-width: 200px;
padding: 20px 0px 0px 20px;
}
.topnav{
max-width: 450px;
padding: 29px 20px 26px 0px;
}
.picture1{
background: url(elements/image.png);
background-size: cover;
color: #fff;
font-size: 72px;
text-align: center;
}
.pic_cont_1{
padding: 225px 0px 160px 0px;
}
.problem{
padding: 55px;
background-color: #eee;
}
.problem p{
font-size: 32px;
}
.prob_cont{
margin: auto;
max-width: 1110px;
}
.problem h1{
font-size: 64px;
color: #007765;
text-align: center;
}
.picture2{
background: url(elements/image2.png);
background-size: cover;
font-size: 48px;
color: #fff;
}
.pic_cont_2{
padding: 128px;
max-width: 893px;
margin: auto;
text-align: center;
}
.intro{
margin: 55px;
}
.intro_cont{
margin: auto;
max-width: 1110px;
padding-bottom: 92px;
}
.intro_cont h1{
padding-top: 48px;
padding-bottom: 16px;
text-align: center;
font-size: 64px;
color: #007765;
}
.intro_cont img{
height: 115px;
width: 115px;
float: left;
padding-right: 48px;
padding-bottom: 35px;
}
.intro_cont p{
font-size: 32px;
}
.team {
background-color: #eee;
}
.team img{
height: 168px;
width: 168px;
}
.team p{
color: #007765;
font-size: 24px;
padding-top: -10px;
}
.team h1{
padding-top: 48px;
font-size: 64px;
color: #007765;
text-align: center;
}
.team span{
font-style: italic;
}
.team_cont{
display: flex;
justify-content: space-between;
flex-wrap: wrap;
padding: 55px;
}
.team_cont{
max-width: 1110px;
margin: auto;
text-align: center;
}
.team_cont div{
height: 283px;
width: 350px;
}
footer{
background-color: #333;
}
.foo{
padding-top: 48px;
padding-bottom: 54px;
text-align: center;
max-width: 540px;
color: #fff;
font-size: 18px;
margin: auto;
}