61348e127df390ed06df2080a403af7f87a6e17a
[fsf-giving-guide.git] / stylesheet.css
1 /*Typography*/
2
3 @font-face {
4 font-family: 'Signika Regular';
5 src: local('Signika Regular'), url('fonts/Signika-Regular.ttf') format('truetype');
6 }
7
8 @font-face {
9 font-family: 'Signika Light';
10 src: local('Signika Light'), url('fonts/Signika-Light.ttf') format('truetype');
11 }
12
13 @font-face {
14 font-family: 'Signika Bold';
15 src: local('Signika Bold'), url('fonts/Signika-Bold.ttf') format('truetype');
16 }
17
18 @font-face {
19 font-family: 'Open Sans';
20 src: local('Open Sans'), url('fonts/OpenSans-Regular.ttf') format('truetype');
21 }
22
23 @font-face {
24 font-family: 'Open Sans Bold';
25 src: local('Open Sans Bold'), url('fonts/OpenSans-Bold.ttf') format('truetype');
26 }
27
28 /*Style common HTML tags*/
29
30 html {
31 font-family: 'Open Sans', 'DejaVu Sans', Arial, sans-serif;
32 font-size: 14px;
33 line-height: 1.4;
34 color: #363636;
35 background-color: #fffefb;
36 width: 100%;
37 }
38
39 /* Type something: */
40
41 a { color: #1F8A70; border-bottom: 1px solid #dbd145; text-decoration: none; }
42
43 p { line-height: 1.4; margin-bottom: 1.5em; font-size: 1em; }
44
45 i { font-style: italic; }
46 b { font-style: oblique; }
47
48 li {list-style-type: circle; padding: 0.4em 0.2em; line-height: 1.4; }
49 /* ul {margin: 1em 2em 0em 4em;} */
50
51 br {margin-bottom: 20em; margin-top: 20em;}
52
53 h1 { font-size: 2.75em; font-family: 'Signika Light'; margin-bottom: 0.5em; margin-top: 1em; }
54 h2 { font-size: 1.75em; font-family: 'Signika Light'; color: #2CAF8F; margin-bottom: 0.5em; margin-top: 2em; }
55 h3 { font-size: 1.625em; font-family: 'Signika Bold'; color: #484848; margin-bottom: 0.5em; margin-top: 2em; }
56 h4 { font-size: 1.375em; font-family: 'Signika Light'; color: #4d4d4d; margin-bottom: 0.5em; margin-top: 2em; }
57 h5 { font-size: 1.25em; font-family: 'Signika Light'; color: #4d4d4d; margin-bottom: 0.5em; margin-top: 2em; }
58 h6 { font-size: 1.125em; font-family: 'Signika Light'; color: #4d4d4d; margin-bottom: 0.5em; margin-top: 2em; }
59
60 /*Site-specific*/
61
62 /* Header */
63
64 .header {
65 /* background-image: url("images/banner.png"); */
66 /* background-color: #2CAF8F; */
67 /* background-repeat: no-repeat; */
68 /* height: 710px; */
69 /* background-size: 550px; */
70 /* background-position: 5% 30%; */
71 }
72
73 /* Navbar */
74
75 .header_wrapper {
76 background-color: #2CAF8F;
77 height: 500px;
78 }
79
80 .header a {
81 border-bottom: 0;
82 }
83
84 .navbar_wrapper {
85 max-width: 1300px;
86 min-width: 1100px;
87 margin: auto;
88 text-align: center;
89 }
90
91 .logo_wrapper {
92 padding: 1.3em;
93 float: left;
94 }
95
96 .join_wrapper {
97 padding: 1.2em;
98 float: right;
99 display: inline-block;
100 }
101
102 .logo, .join {
103 max-width: 200px;
104 min-width: 200px;
105 }
106
107 .navbar {
108 width: 537px;
109 padding: 1em;
110 height: 2.55556em;
111 display: inline-block;
112 /* float: left; */
113 }
114
115 .navbar li {
116 font-family: 'Signika Regular';
117 font-size: 1em;
118 background-color: white;
119 list-style-type: none;
120 border-right: 1px #9BD2BF solid;
121 padding: 0 30px 0 30px;
122 line-height: 2.6;
123 float: left;
124 }
125
126 .navbar li:first-child {
127 border-radius: 100px 0 0 100px;
128 }
129
130 .navbar li:last-child {
131 border-right: 0;
132 border-radius: 0 100px 100px 0;
133 }
134
135 .navbar li:hover {
136 background-color: #FFDD55;
137 }
138
139 .navbar li a {
140 display: block;
141 text-decoration: none;
142 }
143
144 .navbar li a:hover {
145 color: #4B423B;
146 }
147
148 /* Comparisons */
149
150 .wrapper,
151 .section_wrapper {
152 width: 750px;
153 margin: auto;
154 }
155
156 .main_title {
157 text-align: center;
158 margin-top: 3em;
159 display: inline-block;
160 }
161
162 .wrapper .intro_phrase {
163 width: 450px;
164 text-align: center;
165 font-family: 'Signika Bold';
166 margin: 1.2em auto;
167 color: #bababa;
168 }
169
170 .intro {
171 margin: auto;
172 max-width: 1300px;
173 min-width: 1100px;
174 }
175
176 .intro_wrapper {
177 width: 40%;
178 max-width: 600px;
179 float: right;
180 color: white !important;
181 padding-top: 2em;
182 padding-right: 6em;
183 }
184
185 .intro_wrapper h2 {
186 margin-top: 1em;
187 color: #FFDD55;
188 }
189
190 .intro_img img{
191 width: 40%;
192 max-width: 700px;
193 float: left;
194 padding: 2em;
195 padding-left: 6em;
196
197 }
198 .buy a {
199 border-bottom: none;
200 }
201
202 .product_img,
203 .product {
204 margin: auto;
205 width: 168px;
206 }
207
208 .good,
209 .bad {
210 position: relative;
211 top: 175px;
212 left: 84px;
213 width: 60px;
214 }
215
216 .buy, .avoid,
217 .free, .proprietary {
218 text-align: center;
219 }
220
221 .free li,
222 .proprietary li {
223 text-align: left;
224 }
225
226 .buy img,
227 .avoid img {
228 margin-top: 2em;
229 max-width: 151px;
230 height: 42px;
231 }
232
233 .free {
234 float: left;
235 width: 45%;
236 }
237
238 .proprietary {
239 float: right;
240 width: 45%;
241 }