-
Notifications
You must be signed in to change notification settings - Fork 6
/
main.css
127 lines (109 loc) · 1.89 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
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
body {
width: 100%;
height: 100%;
position: absolute;
margin: auto;
font-size: 18px;
color: rgb(7, 27, 40);
font-family: 'Open Sans', sans-serif;
font-weight: 300;
line-height: 1.42857143em;
}
p {
font-size: 18px;
color: rgb(7, 27, 40);
font-family: 'Open Sans', sans-serif;
font-weight: 300;
line-height: 1.42857143em;
margin-bottom: 1em;
}
.links li{
display: inline-block;
padding: 10px 20px 30px 0;
font-size: 18px;
}
.links {
font-size: 18px;
color: #00b594;
display: inline-block;
text-decoration: none;
font-family: 'Open Sans', sans-serif;
font-weight: 400;
}
.links:hover {
color: #02866e;
text-decoration: none;
}
.container {
max-width: 720px;
padding-top: 20px;
margin: auto;
}
.logo {
overflow: hidden;
position: relative;
background-position: center center;
background-size: cover;
background-repeat: no-repeat;
display: block;
height: 250px;
}
.hero-image {
overflow: hidden;
position: relative;
background-position: center center;
background-size: cover;
background-repeat: no-repeat;
display: block;
height: 1050px;
}
footer {
background-color: #00b594;
font-family: 'Open Sans', sans-serif;
background-size: cover;
text-align: center;
color: #fff;
font-size: 14px;
padding: 40px;
margin-top: 40px;
}
.email-label {
font-size: 25px;
line-height: 2em;
}
.email-input {
border: none;
}
.btn-green, .btn-green:visited {
background-color: #12b697;
color: #fff;
font-family: 'Open Sans';
font-size: 16px;
font-weight: 400;
vertical-align: middle;
width: 250px;
}
.btn-green:hover {
background: #02866e;
color: #fff;
}
button {
display: inline-block;
}
.data-image {
width: 250px;
float: left;
padding-top: 10px;
}
.data-caption {
display: inline-block;
width: 60%;
padding-left: 20px;
}
.caption-padding {
height: 30px;
clear: both;
}
img {
margin: auto;
}