sora-elegant-theme 0.1.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +7 -0
- data/LICENSE.txt +21 -0
- data/README.md +49 -0
- data/_includes/footer.html +42 -0
- data/_includes/head.html +74 -0
- data/_includes/header.html +6 -0
- data/_layouts/default.html +23 -0
- data/_layouts/page.html +5 -0
- data/_layouts/post.html +27 -0
- data/assets/.DS_Store +0 -0
- data/assets/css/.DS_Store +0 -0
- data/assets/css/style.css +1279 -0
- data/assets/js/.DS_Store +0 -0
- data/assets/js/init.js +22 -0
- data/assets/js/jquery-3.2.1.min.js +4 -0
- data/assets/js/materialize.js +10021 -0
- data/assets/js/materialize.min.js +6 -0
- metadata +102 -0
checksums.yaml
ADDED
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
---
|
|
2
|
+
SHA1:
|
|
3
|
+
metadata.gz: e4afd49c7c28e876d3dcb32355857b462b3f3250
|
|
4
|
+
data.tar.gz: 7bdb2b8171b98a54ee295f440f47a282d0475dc7
|
|
5
|
+
SHA512:
|
|
6
|
+
metadata.gz: dd4e1a215b65822c1e8cad7224d783a76ede9941372ca1c5e73fd98cc5c888c311672ea202d51d16d2c47ae37244d22af356733224d615eeefcef5534584d3ff
|
|
7
|
+
data.tar.gz: 9a2076cd4d8c760b5df17fe542683159f6541ecf624e4be3853625bcd445e4d953c85b98fe447328aeab95e1e89d61cd65df8e7c0d95c33d81391f33cfb12fd5
|
data/LICENSE.txt
ADDED
|
@@ -0,0 +1,21 @@
|
|
|
1
|
+
The MIT License (MIT)
|
|
2
|
+
|
|
3
|
+
Copyright (c) 2018 soragui
|
|
4
|
+
|
|
5
|
+
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
6
|
+
of this software and associated documentation files (the "Software"), to deal
|
|
7
|
+
in the Software without restriction, including without limitation the rights
|
|
8
|
+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
9
|
+
copies of the Software, and to permit persons to whom the Software is
|
|
10
|
+
furnished to do so, subject to the following conditions:
|
|
11
|
+
|
|
12
|
+
The above copyright notice and this permission notice shall be included in
|
|
13
|
+
all copies or substantial portions of the Software.
|
|
14
|
+
|
|
15
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
16
|
+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
17
|
+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
18
|
+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
19
|
+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
20
|
+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
|
|
21
|
+
THE SOFTWARE.
|
data/README.md
ADDED
|
@@ -0,0 +1,49 @@
|
|
|
1
|
+
# Elegant Jekyll Theme
|
|
2
|
+
|
|
3
|
+
A simple and elegant Jekyll Theme for everyone😊.
|
|
4
|
+
|
|
5
|
+
This theme is based on [Long-Haul](https://github.com/brianmaierjr/long-haul). Just remember I am not a web developer and I create this theme just for learning some CSS and JS... So if you find anything wrong ... Feel free to PR😛
|
|
6
|
+
|
|
7
|
+
## Installation
|
|
8
|
+
|
|
9
|
+
Add this line to your Jekyll site's `Gemfile`:
|
|
10
|
+
|
|
11
|
+
```ruby
|
|
12
|
+
gem "sora-elegant-theme"
|
|
13
|
+
```
|
|
14
|
+
|
|
15
|
+
And add this line to your Jekyll site's `_config.yml`:
|
|
16
|
+
|
|
17
|
+
```yaml
|
|
18
|
+
theme: sora-elegant-theme
|
|
19
|
+
```
|
|
20
|
+
|
|
21
|
+
And then execute:
|
|
22
|
+
|
|
23
|
+
$ bundle
|
|
24
|
+
|
|
25
|
+
Or install it yourself as:
|
|
26
|
+
|
|
27
|
+
$ gem install sora-elegent-theme
|
|
28
|
+
|
|
29
|
+
## Usage
|
|
30
|
+
|
|
31
|
+
TODO: Write usage instructions here. Describe your available layouts, includes, sass and/or assets.
|
|
32
|
+
|
|
33
|
+
## Contributing
|
|
34
|
+
|
|
35
|
+
Bug reports and pull requests are welcome on GitHub at https://github.com/[USERNAME]/hello. This project is intended to be a safe, welcoming space for collaboration, and contributors are expected to adhere to the [Contributor Covenant](http://contributor-covenant.org) code of conduct.
|
|
36
|
+
|
|
37
|
+
## Development
|
|
38
|
+
|
|
39
|
+
To set up your environment to develop this theme, run `bundle install`.
|
|
40
|
+
|
|
41
|
+
Your theme is setup just like a normal Jekyll site! To test your theme, run `bundle exec jekyll serve` and open your browser at `http://localhost:4000`. This starts a Jekyll server using your theme. Add pages, documents, data, etc. like normal to test your theme's contents. As you make modifications to your theme and to your content, your site will regenerate and you should see the changes in the browser after a refresh, just like normal.
|
|
42
|
+
|
|
43
|
+
When your theme is released, only the files in `_layouts`, `_includes`, `_sass` and `assets` tracked with Git will be bundled.
|
|
44
|
+
To add a custom directory to your theme-gem, please edit the regexp in `sora-elegent-theme.gemspec` accordingly.
|
|
45
|
+
|
|
46
|
+
## License
|
|
47
|
+
|
|
48
|
+
The theme is available as open source under the terms of the [MIT License](https://opensource.org/licenses/MIT).
|
|
49
|
+
|
|
@@ -0,0 +1,42 @@
|
|
|
1
|
+
<script type="text/javascript" src="{{site.baseurl}}/assets/js/jquery-3.2.1.min.js"></script>
|
|
2
|
+
<script type="text/javascript" src="{{site.baseurl}}/assets/js/materialize.min.js"></script>
|
|
3
|
+
<script src="{{site.baseurl}}/assets/js/init.js"></script>
|
|
4
|
+
<div class="footer">
|
|
5
|
+
<div class="container">
|
|
6
|
+
<p class="copy">© {{ site.time | date: '%Y' }} Powered by <a href="http://jekyllrb.com">Jekyll</a></p>
|
|
7
|
+
|
|
8
|
+
<div class="footer-links">
|
|
9
|
+
<ul class="noList">
|
|
10
|
+
{% if site.social.facebook %}
|
|
11
|
+
<li><a href="https://www.facebook.com/{{ site.social.facebook }}">
|
|
12
|
+
<svg id="facebook-square" class="custom-icon" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 100 100" style="height: 30px; width: 30px;"><circle class="outer-shape" cx="50" cy="50" r="48" style="opacity: 1;"></circle>
|
|
13
|
+
<path class="inner-shape" style="opacity: 1;" transform="translate(25,25) scale(0.5)" d="M82.667,1H17.335C8.351,1,1,8.351,1,17.336v65.329c0,8.99,7.351,16.335,16.334,16.335h65.332 C91.652,99.001,99,91.655,99,82.665V17.337C99,8.353,91.652,1.001,82.667,1L82.667,1z M84.318,50H68.375v42.875H50V50h-8.855V35.973 H50v-9.11c0-12.378,5.339-19.739,19.894-19.739h16.772V22.3H72.967c-4.066-0.007-4.57,2.12-4.57,6.078l-0.023,7.594H86.75 l-2.431,14.027V50z"></path>
|
|
14
|
+
</svg>
|
|
15
|
+
</a></li>
|
|
16
|
+
{% endif %}
|
|
17
|
+
{% if site.social.twitter %}
|
|
18
|
+
<li><a href="https://twitter.com/{{ site.social.twitter }}">
|
|
19
|
+
<svg id="twitter" class="custom-icon" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 100 100" style="height: 30px; width: 30px;"><circle class="outer-shape" cx="50" cy="50" r="48" style="opacity: 1;"></circle>
|
|
20
|
+
<path class="inner-shape" style="opacity: 1;" transform="translate(25,25) scale(0.5)" d="M99.001,19.428c-3.606,1.608-7.48,2.695-11.547,3.184c4.15-2.503,7.338-6.466,8.841-11.189 c-3.885,2.318-8.187,4-12.768,4.908c-3.667-3.931-8.893-6.387-14.676-6.387c-11.104,0-20.107,9.054-20.107,20.223 c0,1.585,0.177,3.128,0.52,4.609c-16.71-0.845-31.525-8.895-41.442-21.131C6.092,16.633,5.1,20.107,5.1,23.813 c0,7.017,3.55,13.208,8.945,16.834c-3.296-0.104-6.397-1.014-9.106-2.529c-0.002,0.085-0.002,0.17-0.002,0.255 c0,9.799,6.931,17.972,16.129,19.831c-1.688,0.463-3.463,0.71-5.297,0.71c-1.296,0-2.555-0.127-3.783-0.363 c2.559,8.034,9.984,13.882,18.782,14.045c-6.881,5.424-15.551,8.657-24.971,8.657c-1.623,0-3.223-0.096-4.796-0.282 c8.898,5.738,19.467,9.087,30.82,9.087c36.982,0,57.206-30.817,57.206-57.543c0-0.877-0.02-1.748-0.059-2.617 C92.896,27.045,96.305,23.482,99.001,19.428z"></path>
|
|
21
|
+
</svg>
|
|
22
|
+
</a></li>
|
|
23
|
+
{% endif %}
|
|
24
|
+
{% if site.social.github %}
|
|
25
|
+
<li><a href="https://github.com/{{ site.social.github }}">
|
|
26
|
+
<svg id="github" class="custom-icon" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 100 100" style="height: 30px; width: 30px;"><circle class="outer-shape" cx="50" cy="50" r="48" style="opacity: 1;"></circle>
|
|
27
|
+
<path class="inner-shape" style="opacity: 1;" transform="translate(25,25) scale(0.5)" d="M50,1C22.938,1,1,22.938,1,50s21.938,49,49,49s49-21.938,49-49S77.062,1,50,1z M79.099,79.099 c-3.782,3.782-8.184,6.75-13.083,8.823c-1.245,0.526-2.509,0.989-3.79,1.387v-7.344c0-3.86-1.324-6.699-3.972-8.517 c1.659-0.16,3.182-0.383,4.57-0.67c1.388-0.287,2.855-0.702,4.402-1.245c1.547-0.543,2.935-1.189,4.163-1.938 c1.228-0.75,2.409-1.723,3.541-2.919s2.082-2.552,2.847-4.067s1.372-3.334,1.818-5.455c0.446-2.121,0.67-4.458,0.67-7.01 c0-4.945-1.611-9.155-4.833-12.633c1.467-3.828,1.308-7.991-0.478-12.489l-1.197-0.143c-0.829-0.096-2.321,0.255-4.474,1.053 c-2.153,0.798-4.57,2.105-7.249,3.924c-3.797-1.053-7.736-1.579-11.82-1.579c-4.115,0-8.039,0.526-11.772,1.579 c-1.69-1.149-3.294-2.097-4.809-2.847c-1.515-0.75-2.727-1.26-3.637-1.532c-0.909-0.271-1.754-0.439-2.536-0.503 c-0.782-0.064-1.284-0.079-1.507-0.048c-0.223,0.031-0.383,0.064-0.478,0.096c-1.787,4.53-1.946,8.694-0.478,12.489 c-3.222,3.477-4.833,7.688-4.833,12.633c0,2.552,0.223,4.889,0.67,7.01c0.447,2.121,1.053,3.94,1.818,5.455 c0.765,1.515,1.715,2.871,2.847,4.067s2.313,2.169,3.541,2.919c1.228,0.751,2.616,1.396,4.163,1.938 c1.547,0.543,3.014,0.957,4.402,1.245c1.388,0.287,2.911,0.511,4.57,0.67c-2.616,1.787-3.924,4.626-3.924,8.517v7.487 c-1.445-0.43-2.869-0.938-4.268-1.53c-4.899-2.073-9.301-5.041-13.083-8.823c-3.782-3.782-6.75-8.184-8.823-13.083 C9.934,60.948,8.847,55.56,8.847,50s1.087-10.948,3.231-16.016c2.073-4.899,5.041-9.301,8.823-13.083s8.184-6.75,13.083-8.823 C39.052,9.934,44.44,8.847,50,8.847s10.948,1.087,16.016,3.231c4.9,2.073,9.301,5.041,13.083,8.823 c3.782,3.782,6.75,8.184,8.823,13.083c2.143,5.069,3.23,10.457,3.23,16.016s-1.087,10.948-3.231,16.016 C85.848,70.915,82.88,75.317,79.099,79.099L79.099,79.099z"></path>
|
|
28
|
+
</svg>
|
|
29
|
+
</a></li>
|
|
30
|
+
{% endif %}
|
|
31
|
+
{% if site.social.email %}
|
|
32
|
+
<li><a href="mailto:{{ site.social.email }}">
|
|
33
|
+
<svg id="mail" class="custom-icon" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 100 100" style="height: 30px; width: 30px;"><circle class="outer-shape" cx="50" cy="50" r="48" style="opacity: 1;"></circle>
|
|
34
|
+
<path class="inner-shape" style="opacity: 1;" transform="translate(25,25) scale(0.5)" d="M50,1C22.938,1,1,22.938,1,50s21.938,49,49,49s49-21.938,49-49S77.062,1,50,1z M25.5,25.5h49 c0.874,0,1.723,0.188,2.502,0.542L50,57.544L22.998,26.041C23.777,25.687,24.626,25.499,25.5,25.5L25.5,25.5z M19.375,68.375v-36.75 c0-0.128,0.005-0.256,0.014-0.383l17.96,20.953L19.587,69.958C19.448,69.447,19.376,68.916,19.375,68.375L19.375,68.375z M74.5,74.5 h-49c-0.541,0-1.072-0.073-1.583-0.212l17.429-17.429L50,66.956l8.653-10.096l17.429,17.429C75.572,74.427,75.041,74.5,74.5,74.5 L74.5,74.5z M80.625,68.375c0,0.541-0.073,1.072-0.211,1.583L62.652,52.195l17.96-20.953c0.008,0.127,0.014,0.255,0.014,0.383 L80.625,68.375L80.625,68.375z"></path>
|
|
35
|
+
</svg>
|
|
36
|
+
</a></li>
|
|
37
|
+
{% endif %}
|
|
38
|
+
</ul>
|
|
39
|
+
</div>
|
|
40
|
+
</div>
|
|
41
|
+
</div><!-- end .footer -->
|
|
42
|
+
|
data/_includes/head.html
ADDED
|
@@ -0,0 +1,74 @@
|
|
|
1
|
+
<head>
|
|
2
|
+
<meta charset="utf-8">
|
|
3
|
+
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
|
|
4
|
+
<meta name="viewport" content="width=device-width, initial-scale=1">
|
|
5
|
+
<meta name="description" content="soragui github page for programming thought">
|
|
6
|
+
<title>{{ page.title }}</title>
|
|
7
|
+
|
|
8
|
+
<!-- Open Graph Meta -->
|
|
9
|
+
<meta content="{{ site.title }}" property="og:site_name">
|
|
10
|
+
{% if page.title %}
|
|
11
|
+
<meta content="{{ page.title }}" property="og:title">
|
|
12
|
+
{% else %}
|
|
13
|
+
<meta content="{{ site.title }}" property="og:title">
|
|
14
|
+
{% endif %}
|
|
15
|
+
{% if page.title %}
|
|
16
|
+
<meta content="article" property="og:type">
|
|
17
|
+
{% else %}
|
|
18
|
+
<meta content="website" property="og:type">
|
|
19
|
+
{% endif %}
|
|
20
|
+
{% if page.description %}
|
|
21
|
+
<meta content="{{ page.description }}" property="og:description">
|
|
22
|
+
{% else %}
|
|
23
|
+
<meta content="{{ site.description }}" property="og:description">
|
|
24
|
+
{% endif %}
|
|
25
|
+
{% if page.url %}
|
|
26
|
+
<meta content="{{ site.url }}{{ page.url }}" property="og:url">
|
|
27
|
+
{% endif %}
|
|
28
|
+
{% if page.date %}
|
|
29
|
+
<meta content="{{ page.date | date_to_xmlschema }}" property="article:published_time">
|
|
30
|
+
{% endif %}
|
|
31
|
+
{% if page.image %}
|
|
32
|
+
<meta content="{{ site.url }}/assets/imgages/{{ page.image }}" property="og:image">
|
|
33
|
+
{% else %}
|
|
34
|
+
<meta content="{{ '/assets/images/touring.jpg' | prepend: site.url }}" property="og:image">
|
|
35
|
+
{% endif %}
|
|
36
|
+
|
|
37
|
+
<!-- Twitter Cards -->
|
|
38
|
+
<meta name="twitter:card" content="summary">
|
|
39
|
+
<meta name="twitter:site" content="@{{ site.social.twitter }}">
|
|
40
|
+
<meta name="twitter:creator" content="@{{ site.social.twitter }}">
|
|
41
|
+
{% if page.title %}
|
|
42
|
+
<meta name="twitter:title" content="{{ page.title }}">
|
|
43
|
+
{% else %}
|
|
44
|
+
<meta name="twitter:title" content="{{ site.title }}">
|
|
45
|
+
{% endif %}
|
|
46
|
+
{% if page.url %}
|
|
47
|
+
<meta name="twitter:url" content="{{ site.url }}{{ page.url }}">
|
|
48
|
+
{% endif %}
|
|
49
|
+
{% if page.description %}
|
|
50
|
+
<meta name="twitter:description" content="{{ page.description }}">
|
|
51
|
+
{% else %}
|
|
52
|
+
<meta name="twitter:description" content="{{ site.description }}">
|
|
53
|
+
{% endif %}
|
|
54
|
+
{% if page.image %}
|
|
55
|
+
<meta name="twitter:image:src" content="{{ site.url }}/assets/imgages/{{ page.image }}">
|
|
56
|
+
{% else %}
|
|
57
|
+
<meta name="twitter:image:src" content="{{ '/assets/images/touring.jpg' | prepend: site.url }}">
|
|
58
|
+
{% endif %}
|
|
59
|
+
|
|
60
|
+
|
|
61
|
+
<!-- Favicon -->
|
|
62
|
+
<link rel="icon" type="image/x-icon" href="{{ "/assets/images/favicon.png" | prepend: site.baseurl }}" />
|
|
63
|
+
|
|
64
|
+
<!-- Come and get me RSS readers -->
|
|
65
|
+
<link rel="alternate" type="application/rss+xml" title="{{ site.title }}" href="{{ "/feed.xml" | prepend: site.baseurl | prepend: site.url }}" />
|
|
66
|
+
|
|
67
|
+
<!-- Stylesheet -->
|
|
68
|
+
<!--[if IE 8]><link rel="stylesheet" href="{{ "/assets/css/ie.css" | prepend: site.baseurl }}"><![endif]-->
|
|
69
|
+
<link rel="canonical" href="{{ page.url | replace:'index.html','' | prepend: site.baseurl | prepend: site.url }}">
|
|
70
|
+
|
|
71
|
+
<link rel="stylesheet" href="{{ "/assets/css/style.css" | prepend: site.baseurl }}">
|
|
72
|
+
|
|
73
|
+
{% if site.google_analytics %} {% include google_analytics.html %} {% endif %}
|
|
74
|
+
</head>
|
|
@@ -0,0 +1,23 @@
|
|
|
1
|
+
<!DOCTYPE html>
|
|
2
|
+
<!--[if lt IE 7]><html class="no-js lt-ie9 lt-ie8 lt-ie7"><![endif]-->
|
|
3
|
+
<!--[if IE 7]><html class="no-js lt-ie9 lt-ie8" <![endif]-->
|
|
4
|
+
<!--[if IE 8]><html class="no-js lt-ie9" <![endif]-->
|
|
5
|
+
<!--[if gt IE 8]><!--> <html class="no-js"> <!--<![endif]-->
|
|
6
|
+
|
|
7
|
+
{% include head.html %}
|
|
8
|
+
|
|
9
|
+
<body>
|
|
10
|
+
|
|
11
|
+
{% include header.html %}
|
|
12
|
+
|
|
13
|
+
<div class="content">
|
|
14
|
+
<div class="container">
|
|
15
|
+
{{ content }}
|
|
16
|
+
</div>
|
|
17
|
+
</div><!-- end .content -->
|
|
18
|
+
|
|
19
|
+
{% include footer.html %}
|
|
20
|
+
|
|
21
|
+
</body>
|
|
22
|
+
|
|
23
|
+
</html>
|
data/_layouts/page.html
ADDED
data/_layouts/post.html
ADDED
|
@@ -0,0 +1,27 @@
|
|
|
1
|
+
---
|
|
2
|
+
layout: default
|
|
3
|
+
---
|
|
4
|
+
<div class="post">
|
|
5
|
+
<h1 class="postTitle">{{ page.title }}</h1>
|
|
6
|
+
<p class="meta">{{ page.date | date: '%B %d, %Y' }} | <span class="time">{{ page.content | number_of_words | divided_by:180 }}</span> Minute Read</p>
|
|
7
|
+
|
|
8
|
+
{{ content }}
|
|
9
|
+
|
|
10
|
+
<!-- POST NAVIGATION -->
|
|
11
|
+
<div class="postNav clearfix">
|
|
12
|
+
{% if page.previous.url %}
|
|
13
|
+
<a class="prev{% if page.previous.image %} image{% endif %}" href="{{ page.previous.url | prepend: site.baseurl }}"><span>« {{ page.previous.title }}</span>
|
|
14
|
+
{% if page.previous.image %}
|
|
15
|
+
<img src="{{ '/assets/images/' | prepend: site.baseurl | append: page.previous.image }}" alt="">
|
|
16
|
+
{% endif %}
|
|
17
|
+
</a>
|
|
18
|
+
{% endif %}
|
|
19
|
+
{% if page.next.url %}
|
|
20
|
+
<a class="next{% if page.next.image %} image{% endif %}" href="{{ page.next.url | prepend: site.baseurl }}"><span>{{ page.next.title }} »</span>
|
|
21
|
+
{% if page.next.image %}
|
|
22
|
+
<img src="{{ '/assets/images/' | prepend: site.baseurl | append: page.next.image }}" alt="">
|
|
23
|
+
{% endif %}
|
|
24
|
+
</a>
|
|
25
|
+
{% endif %}
|
|
26
|
+
</div>
|
|
27
|
+
</div>
|
data/assets/.DS_Store
ADDED
|
Binary file
|
|
Binary file
|
|
@@ -0,0 +1,1279 @@
|
|
|
1
|
+
/*! normalize.css v6.0.0 | MIT License | github.com/necolas/normalize.css */
|
|
2
|
+
|
|
3
|
+
@import url(https://fonts.googleapis.com/css?family=Open+Sans:300,400,800);
|
|
4
|
+
@import url(https://fonts.googleapis.com/css?family=PT+Serif:400,700,400italic,700italic);
|
|
5
|
+
html {
|
|
6
|
+
line-height: 1.15;
|
|
7
|
+
-ms-text-size-adjust: 100%;
|
|
8
|
+
-webkit-text-size-adjust: 100%
|
|
9
|
+
}
|
|
10
|
+
|
|
11
|
+
article,
|
|
12
|
+
aside,
|
|
13
|
+
footer,
|
|
14
|
+
header,
|
|
15
|
+
nav,
|
|
16
|
+
section {
|
|
17
|
+
display: block
|
|
18
|
+
}
|
|
19
|
+
|
|
20
|
+
h1 {
|
|
21
|
+
font-size: 2em;
|
|
22
|
+
margin: .67em 0
|
|
23
|
+
}
|
|
24
|
+
|
|
25
|
+
figcaption,
|
|
26
|
+
figure,
|
|
27
|
+
main {
|
|
28
|
+
display: block
|
|
29
|
+
}
|
|
30
|
+
|
|
31
|
+
figure {
|
|
32
|
+
margin: 1em 40px
|
|
33
|
+
}
|
|
34
|
+
|
|
35
|
+
hr {
|
|
36
|
+
box-sizing: content-box;
|
|
37
|
+
height: 0;
|
|
38
|
+
overflow: visible
|
|
39
|
+
}
|
|
40
|
+
|
|
41
|
+
pre {
|
|
42
|
+
font-family: monospace, monospace;
|
|
43
|
+
font-size: 1em
|
|
44
|
+
}
|
|
45
|
+
|
|
46
|
+
a {
|
|
47
|
+
background-color: transparent;
|
|
48
|
+
-webkit-text-decoration-skip: objects
|
|
49
|
+
}
|
|
50
|
+
|
|
51
|
+
abbr[title] {
|
|
52
|
+
border-bottom: none;
|
|
53
|
+
text-decoration: underline;
|
|
54
|
+
text-decoration: underline dotted
|
|
55
|
+
}
|
|
56
|
+
|
|
57
|
+
b,
|
|
58
|
+
strong {
|
|
59
|
+
font-weight: inherit;
|
|
60
|
+
font-weight: bolder
|
|
61
|
+
}
|
|
62
|
+
|
|
63
|
+
code,
|
|
64
|
+
kbd,
|
|
65
|
+
samp {
|
|
66
|
+
font-family: monospace, monospace;
|
|
67
|
+
font-size: 1em
|
|
68
|
+
}
|
|
69
|
+
|
|
70
|
+
dfn {
|
|
71
|
+
font-style: italic
|
|
72
|
+
}
|
|
73
|
+
|
|
74
|
+
mark {
|
|
75
|
+
background-color: #ff0;
|
|
76
|
+
color: #000
|
|
77
|
+
}
|
|
78
|
+
|
|
79
|
+
small {
|
|
80
|
+
font-size: 80%
|
|
81
|
+
}
|
|
82
|
+
|
|
83
|
+
sub,
|
|
84
|
+
sup {
|
|
85
|
+
font-size: 75%;
|
|
86
|
+
line-height: 0;
|
|
87
|
+
position: relative;
|
|
88
|
+
vertical-align: baseline
|
|
89
|
+
}
|
|
90
|
+
|
|
91
|
+
sub {
|
|
92
|
+
bottom: -.25em
|
|
93
|
+
}
|
|
94
|
+
|
|
95
|
+
sup {
|
|
96
|
+
top: -.5em
|
|
97
|
+
}
|
|
98
|
+
|
|
99
|
+
audio,
|
|
100
|
+
video {
|
|
101
|
+
display: inline-block
|
|
102
|
+
}
|
|
103
|
+
|
|
104
|
+
audio:not([controls]) {
|
|
105
|
+
display: none;
|
|
106
|
+
height: 0
|
|
107
|
+
}
|
|
108
|
+
|
|
109
|
+
img {
|
|
110
|
+
border-style: none
|
|
111
|
+
}
|
|
112
|
+
|
|
113
|
+
svg:not(:root) {
|
|
114
|
+
overflow: hidden
|
|
115
|
+
}
|
|
116
|
+
|
|
117
|
+
button,
|
|
118
|
+
input,
|
|
119
|
+
optgroup,
|
|
120
|
+
select,
|
|
121
|
+
textarea {
|
|
122
|
+
margin: 0
|
|
123
|
+
}
|
|
124
|
+
|
|
125
|
+
button,
|
|
126
|
+
input {
|
|
127
|
+
overflow: visible
|
|
128
|
+
}
|
|
129
|
+
|
|
130
|
+
button,
|
|
131
|
+
select {
|
|
132
|
+
text-transform: none
|
|
133
|
+
}
|
|
134
|
+
|
|
135
|
+
[type=reset],
|
|
136
|
+
[type=submit],
|
|
137
|
+
button,
|
|
138
|
+
html [type=button] {
|
|
139
|
+
-webkit-appearance: button
|
|
140
|
+
}
|
|
141
|
+
|
|
142
|
+
[type=button]::-moz-focus-inner,
|
|
143
|
+
[type=reset]::-moz-focus-inner,
|
|
144
|
+
[type=submit]::-moz-focus-inner,
|
|
145
|
+
button::-moz-focus-inner {
|
|
146
|
+
border-style: none;
|
|
147
|
+
padding: 0
|
|
148
|
+
}
|
|
149
|
+
|
|
150
|
+
[type=button]:-moz-focusring,
|
|
151
|
+
[type=reset]:-moz-focusring,
|
|
152
|
+
[type=submit]:-moz-focusring,
|
|
153
|
+
button:-moz-focusring {
|
|
154
|
+
outline: 1px dotted ButtonText
|
|
155
|
+
}
|
|
156
|
+
|
|
157
|
+
legend {
|
|
158
|
+
box-sizing: border-box;
|
|
159
|
+
color: inherit;
|
|
160
|
+
display: table;
|
|
161
|
+
max-width: 100%;
|
|
162
|
+
padding: 0;
|
|
163
|
+
white-space: normal
|
|
164
|
+
}
|
|
165
|
+
|
|
166
|
+
progress {
|
|
167
|
+
display: inline-block;
|
|
168
|
+
vertical-align: baseline
|
|
169
|
+
}
|
|
170
|
+
|
|
171
|
+
textarea {
|
|
172
|
+
overflow: auto
|
|
173
|
+
}
|
|
174
|
+
|
|
175
|
+
[type=checkbox],
|
|
176
|
+
[type=radio] {
|
|
177
|
+
box-sizing: border-box;
|
|
178
|
+
padding: 0
|
|
179
|
+
}
|
|
180
|
+
|
|
181
|
+
[type=number]::-webkit-inner-spin-button,
|
|
182
|
+
[type=number]::-webkit-outer-spin-button {
|
|
183
|
+
height: auto
|
|
184
|
+
}
|
|
185
|
+
|
|
186
|
+
[type=search] {
|
|
187
|
+
-webkit-appearance: textfield;
|
|
188
|
+
outline-offset: -2px
|
|
189
|
+
}
|
|
190
|
+
|
|
191
|
+
[type=search]::-webkit-search-cancel-button,
|
|
192
|
+
[type=search]::-webkit-search-decoration {
|
|
193
|
+
-webkit-appearance: none
|
|
194
|
+
}
|
|
195
|
+
|
|
196
|
+
::-webkit-file-upload-button {
|
|
197
|
+
-webkit-appearance: button;
|
|
198
|
+
font: inherit
|
|
199
|
+
}
|
|
200
|
+
|
|
201
|
+
details,
|
|
202
|
+
menu {
|
|
203
|
+
display: block
|
|
204
|
+
}
|
|
205
|
+
|
|
206
|
+
summary {
|
|
207
|
+
display: list-item
|
|
208
|
+
}
|
|
209
|
+
|
|
210
|
+
canvas {
|
|
211
|
+
display: inline-block
|
|
212
|
+
}
|
|
213
|
+
|
|
214
|
+
[hidden],
|
|
215
|
+
template {
|
|
216
|
+
display: none
|
|
217
|
+
}
|
|
218
|
+
|
|
219
|
+
body .intro {
|
|
220
|
+
font-size: 1.25em;
|
|
221
|
+
line-height: 1.7
|
|
222
|
+
}
|
|
223
|
+
|
|
224
|
+
.h1,
|
|
225
|
+
.h2,
|
|
226
|
+
.h3,
|
|
227
|
+
.h4,
|
|
228
|
+
.h5,
|
|
229
|
+
.h6,
|
|
230
|
+
h1,
|
|
231
|
+
h2,
|
|
232
|
+
h3,
|
|
233
|
+
h4,
|
|
234
|
+
h5,
|
|
235
|
+
h6 {
|
|
236
|
+
margin: .5rem 0 1.5rem;
|
|
237
|
+
font-family: Open Sans, Helvetica, Arial, sans-serif
|
|
238
|
+
}
|
|
239
|
+
|
|
240
|
+
.h1,
|
|
241
|
+
h1 {
|
|
242
|
+
font-size: 2em;
|
|
243
|
+
line-height: 1.25
|
|
244
|
+
}
|
|
245
|
+
|
|
246
|
+
@media (min-width:43.75em) {
|
|
247
|
+
.h1,
|
|
248
|
+
h1 {
|
|
249
|
+
font-size: 2.5em;
|
|
250
|
+
line-height: 1.125
|
|
251
|
+
}
|
|
252
|
+
}
|
|
253
|
+
|
|
254
|
+
@media (min-width:56.25em) {
|
|
255
|
+
.h1,
|
|
256
|
+
h1 {
|
|
257
|
+
font-size: 3em;
|
|
258
|
+
line-height: 1.05
|
|
259
|
+
}
|
|
260
|
+
}
|
|
261
|
+
|
|
262
|
+
.h2,
|
|
263
|
+
h2 {
|
|
264
|
+
font-size: 1.625em;
|
|
265
|
+
line-height: 1.15384615
|
|
266
|
+
}
|
|
267
|
+
|
|
268
|
+
@media (min-width:43.75em) {
|
|
269
|
+
.h2,
|
|
270
|
+
h2 {
|
|
271
|
+
font-size: 2em;
|
|
272
|
+
line-height: 1.25
|
|
273
|
+
}
|
|
274
|
+
}
|
|
275
|
+
|
|
276
|
+
@media (min-width:56.25em) {
|
|
277
|
+
.h2,
|
|
278
|
+
h2 {
|
|
279
|
+
font-size: 2.25em;
|
|
280
|
+
line-height: 1.25
|
|
281
|
+
}
|
|
282
|
+
}
|
|
283
|
+
|
|
284
|
+
.h3,
|
|
285
|
+
h3 {
|
|
286
|
+
font-size: 1.375em;
|
|
287
|
+
line-height: 1.13636364
|
|
288
|
+
}
|
|
289
|
+
|
|
290
|
+
@media (min-width:43.75em) {
|
|
291
|
+
.h3,
|
|
292
|
+
h3 {
|
|
293
|
+
font-size: 1.5em;
|
|
294
|
+
line-height: 1.25
|
|
295
|
+
}
|
|
296
|
+
}
|
|
297
|
+
|
|
298
|
+
@media (min-width:56.25em) {
|
|
299
|
+
.h3,
|
|
300
|
+
h3 {
|
|
301
|
+
font-size: 1.75em;
|
|
302
|
+
line-height: 1.25
|
|
303
|
+
}
|
|
304
|
+
}
|
|
305
|
+
|
|
306
|
+
.h4,
|
|
307
|
+
h4 {
|
|
308
|
+
font-size: 1.125em;
|
|
309
|
+
line-height: 1.11111111
|
|
310
|
+
}
|
|
311
|
+
|
|
312
|
+
@media (min-width:43.75em) {
|
|
313
|
+
.h4,
|
|
314
|
+
h4 {
|
|
315
|
+
line-height: 1.22222222
|
|
316
|
+
}
|
|
317
|
+
}
|
|
318
|
+
|
|
319
|
+
blockquote {
|
|
320
|
+
font-size: 1.25em;
|
|
321
|
+
line-height: 1.25;
|
|
322
|
+
padding: 0
|
|
323
|
+
}
|
|
324
|
+
|
|
325
|
+
@media (min-width:43.75em) {
|
|
326
|
+
blockquote {
|
|
327
|
+
font-size: 1.5em;
|
|
328
|
+
line-height: 1.45833333
|
|
329
|
+
}
|
|
330
|
+
}
|
|
331
|
+
|
|
332
|
+
.clearfix {
|
|
333
|
+
zoom: 1
|
|
334
|
+
}
|
|
335
|
+
|
|
336
|
+
.clearfix:after,
|
|
337
|
+
.clearfix:before {
|
|
338
|
+
content: "\0020";
|
|
339
|
+
display: block;
|
|
340
|
+
height: 0;
|
|
341
|
+
overflow: hidden
|
|
342
|
+
}
|
|
343
|
+
|
|
344
|
+
.clearfix:after {
|
|
345
|
+
clear: both
|
|
346
|
+
}
|
|
347
|
+
|
|
348
|
+
.button,
|
|
349
|
+
.button-secondary,
|
|
350
|
+
.button-tertiary,
|
|
351
|
+
.button__outline {
|
|
352
|
+
background-color: #2e8b57;
|
|
353
|
+
display: inline-block;
|
|
354
|
+
position: relative;
|
|
355
|
+
font-family: Open Sans, Helvetica, Arial, sans-serif;
|
|
356
|
+
text-decoration: none;
|
|
357
|
+
color: #fff;
|
|
358
|
+
font-size: 1em;
|
|
359
|
+
line-height: 1.2em;
|
|
360
|
+
font-weight: 400;
|
|
361
|
+
padding: .5em 1.5em;
|
|
362
|
+
border: 0;
|
|
363
|
+
border-radius: 4px;
|
|
364
|
+
cursor: pointer;
|
|
365
|
+
margin-bottom: .5em;
|
|
366
|
+
transition: background-color .14s ease-in-out
|
|
367
|
+
}
|
|
368
|
+
|
|
369
|
+
.button-secondary:focus,
|
|
370
|
+
.button-secondary:hover,
|
|
371
|
+
.button-tertiary:focus,
|
|
372
|
+
.button-tertiary:hover,
|
|
373
|
+
.button:focus,
|
|
374
|
+
.button:hover,
|
|
375
|
+
.button__outline:focus,
|
|
376
|
+
.button__outline:hover {
|
|
377
|
+
color: #fff;
|
|
378
|
+
text-decoration: none;
|
|
379
|
+
background-color: #21653f
|
|
380
|
+
}
|
|
381
|
+
|
|
382
|
+
.button-secondary:active,
|
|
383
|
+
.button-tertiary:active,
|
|
384
|
+
.button:active,
|
|
385
|
+
.button__outline:active {
|
|
386
|
+
top: 1px
|
|
387
|
+
}
|
|
388
|
+
|
|
389
|
+
.button-secondary {
|
|
390
|
+
background-color: #233e5b
|
|
391
|
+
}
|
|
392
|
+
|
|
393
|
+
.button-secondary:hover {
|
|
394
|
+
background-color: #152536
|
|
395
|
+
}
|
|
396
|
+
|
|
397
|
+
.button-tertiary {
|
|
398
|
+
background-color: #aaa
|
|
399
|
+
}
|
|
400
|
+
|
|
401
|
+
.button-tertiary:hover {
|
|
402
|
+
background-color: #919191
|
|
403
|
+
}
|
|
404
|
+
|
|
405
|
+
.button__outline {
|
|
406
|
+
background-color: transparent;
|
|
407
|
+
border: 3px solid #2e8b57;
|
|
408
|
+
color: #2e8b57
|
|
409
|
+
}
|
|
410
|
+
|
|
411
|
+
.button__outline:hover {
|
|
412
|
+
background-color: #2e8b57;
|
|
413
|
+
color: #fff
|
|
414
|
+
}
|
|
415
|
+
|
|
416
|
+
label {
|
|
417
|
+
display: block;
|
|
418
|
+
margin-bottom: 5px
|
|
419
|
+
}
|
|
420
|
+
|
|
421
|
+
input[type=email],
|
|
422
|
+
input[type=number],
|
|
423
|
+
input[type=password],
|
|
424
|
+
input[type=phone],
|
|
425
|
+
input[type=search],
|
|
426
|
+
input[type=text],
|
|
427
|
+
textarea {
|
|
428
|
+
background: #e6e6e6;
|
|
429
|
+
padding: 5px;
|
|
430
|
+
outline: none;
|
|
431
|
+
border: none;
|
|
432
|
+
height: 44px;
|
|
433
|
+
width: 300px;
|
|
434
|
+
margin-bottom: .5rem
|
|
435
|
+
}
|
|
436
|
+
|
|
437
|
+
input[type=email]:focus,
|
|
438
|
+
input[type=number]:focus,
|
|
439
|
+
input[type=password]:focus,
|
|
440
|
+
input[type=phone]:focus,
|
|
441
|
+
input[type=search]:focus,
|
|
442
|
+
input[type=text]:focus,
|
|
443
|
+
textarea:focus {
|
|
444
|
+
border: 1px solid #2e8b57
|
|
445
|
+
}
|
|
446
|
+
|
|
447
|
+
input[type=email].full-width,
|
|
448
|
+
input[type=number].full-width,
|
|
449
|
+
input[type=password].full-width,
|
|
450
|
+
input[type=phone].full-width,
|
|
451
|
+
input[type=search].full-width,
|
|
452
|
+
input[type=text].full-width,
|
|
453
|
+
textarea.full-width {
|
|
454
|
+
width: 100%
|
|
455
|
+
}
|
|
456
|
+
|
|
457
|
+
textarea {
|
|
458
|
+
height: 132px
|
|
459
|
+
}
|
|
460
|
+
|
|
461
|
+
form {
|
|
462
|
+
margin-bottom: 40px
|
|
463
|
+
}
|
|
464
|
+
|
|
465
|
+
form .field {
|
|
466
|
+
margin-bottom: 20px
|
|
467
|
+
}
|
|
468
|
+
|
|
469
|
+
form .note {
|
|
470
|
+
margin-top: 5px;
|
|
471
|
+
color: #aaa
|
|
472
|
+
}
|
|
473
|
+
|
|
474
|
+
form .req {
|
|
475
|
+
font-style: italic
|
|
476
|
+
}
|
|
477
|
+
|
|
478
|
+
form .error .reason {
|
|
479
|
+
margin-top: 5px;
|
|
480
|
+
color: #ff4136
|
|
481
|
+
}
|
|
482
|
+
|
|
483
|
+
form .error input[type=email],
|
|
484
|
+
form .error input[type=number],
|
|
485
|
+
form .error input[type=password],
|
|
486
|
+
form .error input[type=phone],
|
|
487
|
+
form .error input[type=search],
|
|
488
|
+
form .error input[type=text],
|
|
489
|
+
form .error textarea {
|
|
490
|
+
border-color: #ff4136
|
|
491
|
+
}
|
|
492
|
+
|
|
493
|
+
table {
|
|
494
|
+
width: 100%;
|
|
495
|
+
border: 1px solid #d0d0d0;
|
|
496
|
+
margin-bottom: 1.5em
|
|
497
|
+
}
|
|
498
|
+
|
|
499
|
+
table caption {
|
|
500
|
+
margin: 0 0 7px;
|
|
501
|
+
font-size: .75em;
|
|
502
|
+
color: #aaa;
|
|
503
|
+
text-transform: uppercase;
|
|
504
|
+
letter-spacing: 1px
|
|
505
|
+
}
|
|
506
|
+
|
|
507
|
+
tr {
|
|
508
|
+
border-bottom: 1px solid #d0d0d0
|
|
509
|
+
}
|
|
510
|
+
|
|
511
|
+
tr:nth-child(2n) {
|
|
512
|
+
background-color: #f7f7f7
|
|
513
|
+
}
|
|
514
|
+
|
|
515
|
+
td {
|
|
516
|
+
padding: 7px;
|
|
517
|
+
border-right: 1px solid #d0d0d0
|
|
518
|
+
}
|
|
519
|
+
|
|
520
|
+
td:last-child {
|
|
521
|
+
border-right: 0
|
|
522
|
+
}
|
|
523
|
+
|
|
524
|
+
th {
|
|
525
|
+
background-color: #f7f7f7;
|
|
526
|
+
border-bottom: 1px solid #d0d0d0;
|
|
527
|
+
border-right: 1px solid #d0d0d0
|
|
528
|
+
}
|
|
529
|
+
|
|
530
|
+
th:last-child {
|
|
531
|
+
border-right: 0
|
|
532
|
+
}
|
|
533
|
+
|
|
534
|
+
.highlight {
|
|
535
|
+
white-space: pre;
|
|
536
|
+
overflow: auto;
|
|
537
|
+
word-wrap: normal;
|
|
538
|
+
border-radius: 3px;
|
|
539
|
+
padding: 20px;
|
|
540
|
+
background: #343642;
|
|
541
|
+
color: #c1c2c3
|
|
542
|
+
}
|
|
543
|
+
|
|
544
|
+
.highlight .hll {
|
|
545
|
+
background-color: #ffc
|
|
546
|
+
}
|
|
547
|
+
|
|
548
|
+
.highlight .gd {
|
|
549
|
+
color: #2e3436;
|
|
550
|
+
background-color: #0e1416
|
|
551
|
+
}
|
|
552
|
+
|
|
553
|
+
.highlight .gr {
|
|
554
|
+
color: #eeeeec;
|
|
555
|
+
background-color: #c00
|
|
556
|
+
}
|
|
557
|
+
|
|
558
|
+
.highlight .gi {
|
|
559
|
+
color: #babdb6;
|
|
560
|
+
background-color: #1f2b2d
|
|
561
|
+
}
|
|
562
|
+
|
|
563
|
+
.highlight .go {
|
|
564
|
+
color: #2c3032;
|
|
565
|
+
background-color: #2c3032
|
|
566
|
+
}
|
|
567
|
+
|
|
568
|
+
.highlight .kt {
|
|
569
|
+
color: #e3e7df
|
|
570
|
+
}
|
|
571
|
+
|
|
572
|
+
.highlight .ni {
|
|
573
|
+
color: #888a85
|
|
574
|
+
}
|
|
575
|
+
|
|
576
|
+
.highlight .c,
|
|
577
|
+
.highlight .c1,
|
|
578
|
+
.highlight .cm,
|
|
579
|
+
.highlight .cs {
|
|
580
|
+
color: #8d9684
|
|
581
|
+
}
|
|
582
|
+
|
|
583
|
+
.highlight .bp,
|
|
584
|
+
.highlight .err,
|
|
585
|
+
.highlight .g,
|
|
586
|
+
.highlight .ge,
|
|
587
|
+
.highlight .gp,
|
|
588
|
+
.highlight .gs,
|
|
589
|
+
.highlight .gt,
|
|
590
|
+
.highlight .l,
|
|
591
|
+
.highlight .ld,
|
|
592
|
+
.highlight .n,
|
|
593
|
+
.highlight .nc,
|
|
594
|
+
.highlight .nd,
|
|
595
|
+
.highlight .ne,
|
|
596
|
+
.highlight .nl,
|
|
597
|
+
.highlight .nn,
|
|
598
|
+
.highlight .nx,
|
|
599
|
+
.highlight .ow,
|
|
600
|
+
.highlight .p,
|
|
601
|
+
.highlight .py,
|
|
602
|
+
.highlight .s,
|
|
603
|
+
.highlight .s1,
|
|
604
|
+
.highlight .s2,
|
|
605
|
+
.highlight .sb,
|
|
606
|
+
.highlight .sc,
|
|
607
|
+
.highlight .sd,
|
|
608
|
+
.highlight .se,
|
|
609
|
+
.highlight .sh,
|
|
610
|
+
.highlight .si,
|
|
611
|
+
.highlight .sr,
|
|
612
|
+
.highlight .ss,
|
|
613
|
+
.highlight .sx,
|
|
614
|
+
.highlight .w,
|
|
615
|
+
.highlight .x {
|
|
616
|
+
color: #c1c2c3
|
|
617
|
+
}
|
|
618
|
+
|
|
619
|
+
.highlight .k,
|
|
620
|
+
.highlight .kc,
|
|
621
|
+
.highlight .kd,
|
|
622
|
+
.highlight .kn,
|
|
623
|
+
.highlight .kp,
|
|
624
|
+
.highlight .kr,
|
|
625
|
+
.highlight .nt {
|
|
626
|
+
color: #729fcf
|
|
627
|
+
}
|
|
628
|
+
|
|
629
|
+
.highlight .cp,
|
|
630
|
+
.highlight .gh,
|
|
631
|
+
.highlight .gu,
|
|
632
|
+
.highlight .na,
|
|
633
|
+
.highlight .nf {
|
|
634
|
+
color: #e9a94b
|
|
635
|
+
}
|
|
636
|
+
|
|
637
|
+
.highlight .il,
|
|
638
|
+
.highlight .m,
|
|
639
|
+
.highlight .mf,
|
|
640
|
+
.highlight .mh,
|
|
641
|
+
.highlight .mi,
|
|
642
|
+
.highlight .mo,
|
|
643
|
+
.highlight .nb,
|
|
644
|
+
.highlight .no {
|
|
645
|
+
color: #8ae234
|
|
646
|
+
}
|
|
647
|
+
|
|
648
|
+
.highlight .o {
|
|
649
|
+
color: #989daa
|
|
650
|
+
}
|
|
651
|
+
|
|
652
|
+
.highlight .nv,
|
|
653
|
+
.highlight .vc,
|
|
654
|
+
.highlight .vg,
|
|
655
|
+
.highlight .vi {
|
|
656
|
+
color: #fff
|
|
657
|
+
}
|
|
658
|
+
|
|
659
|
+
html {
|
|
660
|
+
box-sizing: border-box
|
|
661
|
+
}
|
|
662
|
+
|
|
663
|
+
*,
|
|
664
|
+
:after,
|
|
665
|
+
:before {
|
|
666
|
+
box-sizing: inherit
|
|
667
|
+
}
|
|
668
|
+
|
|
669
|
+
body {
|
|
670
|
+
font-family: PT Serif, Georgia, Times, serif;
|
|
671
|
+
line-height: 1.75;
|
|
672
|
+
font-size: 112.5%;
|
|
673
|
+
color: #111;
|
|
674
|
+
overflow-x: hidden;
|
|
675
|
+
margin: 0
|
|
676
|
+
}
|
|
677
|
+
|
|
678
|
+
body p,
|
|
679
|
+
body ul {
|
|
680
|
+
margin: 0 0 2rem
|
|
681
|
+
}
|
|
682
|
+
|
|
683
|
+
::-moz-selection {
|
|
684
|
+
background: #2e8b57;
|
|
685
|
+
color: #fff
|
|
686
|
+
}
|
|
687
|
+
|
|
688
|
+
::selection {
|
|
689
|
+
background: #2e8b57;
|
|
690
|
+
color: #fff
|
|
691
|
+
}
|
|
692
|
+
|
|
693
|
+
audio,
|
|
694
|
+
iframe,
|
|
695
|
+
img,
|
|
696
|
+
object,
|
|
697
|
+
video {
|
|
698
|
+
max-width: 100%
|
|
699
|
+
}
|
|
700
|
+
|
|
701
|
+
.container {
|
|
702
|
+
max-width: 610px;
|
|
703
|
+
padding: 0 20px;
|
|
704
|
+
margin-left: auto;
|
|
705
|
+
margin-right: auto
|
|
706
|
+
}
|
|
707
|
+
|
|
708
|
+
a {
|
|
709
|
+
color: #2e8b57
|
|
710
|
+
}
|
|
711
|
+
|
|
712
|
+
a:hover {
|
|
713
|
+
color: #1b5233
|
|
714
|
+
}
|
|
715
|
+
|
|
716
|
+
.nav-collapse {
|
|
717
|
+
z-index: 1
|
|
718
|
+
}
|
|
719
|
+
|
|
720
|
+
.nav-collapse ul {
|
|
721
|
+
margin: 0;
|
|
722
|
+
padding: 0;
|
|
723
|
+
width: 100%;
|
|
724
|
+
display: block;
|
|
725
|
+
list-style: none
|
|
726
|
+
}
|
|
727
|
+
|
|
728
|
+
.nav-collapse ul li {
|
|
729
|
+
width: 100%;
|
|
730
|
+
display: block;
|
|
731
|
+
background: #2e8b57;
|
|
732
|
+
border-bottom: 2px solid #349e63
|
|
733
|
+
}
|
|
734
|
+
|
|
735
|
+
.nav-collapse ul li a {
|
|
736
|
+
color: #fff;
|
|
737
|
+
text-decoration: none;
|
|
738
|
+
display: block;
|
|
739
|
+
padding: 5px 2rem
|
|
740
|
+
}
|
|
741
|
+
|
|
742
|
+
.js .nav-collapse {
|
|
743
|
+
clip: rect(0 0 0 0);
|
|
744
|
+
max-height: 0;
|
|
745
|
+
position: absolute;
|
|
746
|
+
display: block;
|
|
747
|
+
overflow: hidden;
|
|
748
|
+
zoom: 1;
|
|
749
|
+
clear: both;
|
|
750
|
+
width: 100%
|
|
751
|
+
}
|
|
752
|
+
|
|
753
|
+
.nav-collapse.opened {
|
|
754
|
+
max-height: 9999px
|
|
755
|
+
}
|
|
756
|
+
|
|
757
|
+
.nav-toggle {
|
|
758
|
+
-webkit-tap-highlight-color: transparent;
|
|
759
|
+
-webkit-touch-callout: none;
|
|
760
|
+
-webkit-user-select: none;
|
|
761
|
+
-moz-user-select: none;
|
|
762
|
+
-ms-user-select: none;
|
|
763
|
+
user-select: none;
|
|
764
|
+
float: right;
|
|
765
|
+
line-height: 2em;
|
|
766
|
+
margin-top: .5em;
|
|
767
|
+
background-color: #2e8b57;
|
|
768
|
+
border-radius: 4px;
|
|
769
|
+
padding: 0 .5em;
|
|
770
|
+
color: #fff;
|
|
771
|
+
text-decoration: none;
|
|
772
|
+
position: relative;
|
|
773
|
+
right: 2rem;
|
|
774
|
+
transition: all .2s ease-in-out
|
|
775
|
+
}
|
|
776
|
+
|
|
777
|
+
.nav-toggle:hover {
|
|
778
|
+
color: #fff;
|
|
779
|
+
background-color: #21653f
|
|
780
|
+
}
|
|
781
|
+
|
|
782
|
+
.noList {
|
|
783
|
+
list-style: none;
|
|
784
|
+
padding-left: 0;
|
|
785
|
+
margin-left: 0
|
|
786
|
+
}
|
|
787
|
+
|
|
788
|
+
dt {
|
|
789
|
+
font-weight: 700
|
|
790
|
+
}
|
|
791
|
+
|
|
792
|
+
dd {
|
|
793
|
+
margin: 0 0 1.5rem
|
|
794
|
+
}
|
|
795
|
+
|
|
796
|
+
.post ol ol,
|
|
797
|
+
.post ol ul,
|
|
798
|
+
.post ul ol,
|
|
799
|
+
.post ul ul {
|
|
800
|
+
margin: 0
|
|
801
|
+
}
|
|
802
|
+
|
|
803
|
+
.pageTitle {
|
|
804
|
+
margin: 2rem auto 1em;
|
|
805
|
+
text-align: center
|
|
806
|
+
}
|
|
807
|
+
|
|
808
|
+
.content {
|
|
809
|
+
padding-top: 1em
|
|
810
|
+
}
|
|
811
|
+
|
|
812
|
+
.header {
|
|
813
|
+
background-color: #2092df;
|
|
814
|
+
background-size: cover;
|
|
815
|
+
background-position: 50%;
|
|
816
|
+
color: #fff;
|
|
817
|
+
padding: 0;
|
|
818
|
+
height: 3em
|
|
819
|
+
}
|
|
820
|
+
|
|
821
|
+
.header .container {
|
|
822
|
+
padding: 0;
|
|
823
|
+
max-width: 100%
|
|
824
|
+
}
|
|
825
|
+
|
|
826
|
+
.header h1 {
|
|
827
|
+
margin: 0;
|
|
828
|
+
float: left;
|
|
829
|
+
padding-left: 2rem;
|
|
830
|
+
font-size: 1em;
|
|
831
|
+
line-height: 3em;
|
|
832
|
+
font-family: Open Sans, Helvetica, Arial, sans-serif;
|
|
833
|
+
font-weight: 800;
|
|
834
|
+
text-transform: uppercase
|
|
835
|
+
}
|
|
836
|
+
|
|
837
|
+
.header h1 a {
|
|
838
|
+
color: #d0d0d0;
|
|
839
|
+
text-decoration: none
|
|
840
|
+
}
|
|
841
|
+
|
|
842
|
+
.post .postTitle {
|
|
843
|
+
text-align: center;
|
|
844
|
+
margin-top: 2rem;
|
|
845
|
+
margin-bottom: 1rem
|
|
846
|
+
}
|
|
847
|
+
|
|
848
|
+
.post blockquote {
|
|
849
|
+
clear: both;
|
|
850
|
+
margin: 2.5em 0;
|
|
851
|
+
padding: 0;
|
|
852
|
+
line-height: 1.8;
|
|
853
|
+
position: relative
|
|
854
|
+
}
|
|
855
|
+
|
|
856
|
+
.post blockquote:before {
|
|
857
|
+
top: -1.25em
|
|
858
|
+
}
|
|
859
|
+
|
|
860
|
+
.post blockquote:after,
|
|
861
|
+
.post blockquote:before {
|
|
862
|
+
content: "";
|
|
863
|
+
position: absolute;
|
|
864
|
+
background: #2e8b57;
|
|
865
|
+
display: block;
|
|
866
|
+
height: 2px;
|
|
867
|
+
width: 150px;
|
|
868
|
+
left: calc(50% - 75px)
|
|
869
|
+
}
|
|
870
|
+
|
|
871
|
+
.post blockquote:after {
|
|
872
|
+
bottom: -1.25em
|
|
873
|
+
}
|
|
874
|
+
|
|
875
|
+
.post .meta {
|
|
876
|
+
text-align: center;
|
|
877
|
+
color: gray;
|
|
878
|
+
font-family: Open Sans, Helvetica, Arial, sans-serif;
|
|
879
|
+
font-weight: 300
|
|
880
|
+
}
|
|
881
|
+
|
|
882
|
+
.post figure {
|
|
883
|
+
margin: 3rem 0
|
|
884
|
+
}
|
|
885
|
+
|
|
886
|
+
.post figure figcaption {
|
|
887
|
+
text-align: center;
|
|
888
|
+
font-size: .9em;
|
|
889
|
+
font-style: italic;
|
|
890
|
+
color: #5e5e5e
|
|
891
|
+
}
|
|
892
|
+
|
|
893
|
+
.post figure img {
|
|
894
|
+
margin: 0 auto;
|
|
895
|
+
display: block
|
|
896
|
+
}
|
|
897
|
+
|
|
898
|
+
.post .highlight,
|
|
899
|
+
.post img {
|
|
900
|
+
margin-bottom: 2rem
|
|
901
|
+
}
|
|
902
|
+
|
|
903
|
+
.post .highlight {
|
|
904
|
+
clear: both
|
|
905
|
+
}
|
|
906
|
+
|
|
907
|
+
.post .dropcap {
|
|
908
|
+
color: #2e8b57;
|
|
909
|
+
margin-right: .45rem
|
|
910
|
+
}
|
|
911
|
+
|
|
912
|
+
.post .featuredImage {
|
|
913
|
+
position: relative;
|
|
914
|
+
margin-top: 2rem
|
|
915
|
+
}
|
|
916
|
+
|
|
917
|
+
.post .featuredImage img {
|
|
918
|
+
margin-bottom: 0
|
|
919
|
+
}
|
|
920
|
+
|
|
921
|
+
.postNav {
|
|
922
|
+
border-top: 1px solid #e6e6e6;
|
|
923
|
+
border-bottom: 1px solid #e6e6e6;
|
|
924
|
+
overflow: hidden
|
|
925
|
+
}
|
|
926
|
+
|
|
927
|
+
.postNav .next,
|
|
928
|
+
.postNav .prev {
|
|
929
|
+
display: block;
|
|
930
|
+
width: 100%;
|
|
931
|
+
height: 5rem;
|
|
932
|
+
overflow: hidden;
|
|
933
|
+
position: relative;
|
|
934
|
+
font-family: Open Sans, Helvetica, Arial, sans-serif;
|
|
935
|
+
font-weight: 800;
|
|
936
|
+
font-size: .9em;
|
|
937
|
+
text-transform: uppercase;
|
|
938
|
+
text-align: center
|
|
939
|
+
}
|
|
940
|
+
|
|
941
|
+
.postNav .next img,
|
|
942
|
+
.postNav .prev img {
|
|
943
|
+
z-index: 1;
|
|
944
|
+
display: block;
|
|
945
|
+
position: absolute;
|
|
946
|
+
left: 0;
|
|
947
|
+
height: auto
|
|
948
|
+
}
|
|
949
|
+
|
|
950
|
+
.postNav .next img,
|
|
951
|
+
.postNav .next span,
|
|
952
|
+
.postNav .prev img,
|
|
953
|
+
.postNav .prev span {
|
|
954
|
+
top: 50%;
|
|
955
|
+
-webkit-transform: translateY(-50%);
|
|
956
|
+
transform: translateY(-50%);
|
|
957
|
+
width: 100%
|
|
958
|
+
}
|
|
959
|
+
|
|
960
|
+
.postNav .next span,
|
|
961
|
+
.postNav .prev span {
|
|
962
|
+
z-index: 10;
|
|
963
|
+
position: relative;
|
|
964
|
+
padding: .5rem;
|
|
965
|
+
position: absolute;
|
|
966
|
+
line-height: 1.4
|
|
967
|
+
}
|
|
968
|
+
|
|
969
|
+
.postNav .next.image,
|
|
970
|
+
.postNav .prev.image {
|
|
971
|
+
text-decoration: none;
|
|
972
|
+
color: #fff;
|
|
973
|
+
text-shadow: 1px 1px 3px rgba(0, 0, 0, .8);
|
|
974
|
+
padding: 0 .5rem;
|
|
975
|
+
position: relative;
|
|
976
|
+
transition: all .2s ease-in-out
|
|
977
|
+
}
|
|
978
|
+
|
|
979
|
+
.postNav .next:hover.image,
|
|
980
|
+
.postNav .prev:hover.image {
|
|
981
|
+
opacity: .8
|
|
982
|
+
}
|
|
983
|
+
|
|
984
|
+
.postNav .prev span {
|
|
985
|
+
left: 0
|
|
986
|
+
}
|
|
987
|
+
|
|
988
|
+
.postNav .next span {
|
|
989
|
+
right: 0
|
|
990
|
+
}
|
|
991
|
+
|
|
992
|
+
.footer {
|
|
993
|
+
text-align: center;
|
|
994
|
+
padding: 2rem 0;
|
|
995
|
+
clear: both
|
|
996
|
+
}
|
|
997
|
+
|
|
998
|
+
.footer .container {
|
|
999
|
+
border-top: 4px solid #d9d9d9;
|
|
1000
|
+
padding-top: .5em;
|
|
1001
|
+
max-width: 90%
|
|
1002
|
+
}
|
|
1003
|
+
|
|
1004
|
+
.footer .copy,
|
|
1005
|
+
.footer .footer-links {
|
|
1006
|
+
font-size: .8em
|
|
1007
|
+
}
|
|
1008
|
+
|
|
1009
|
+
.footer .copy {
|
|
1010
|
+
margin-bottom: 1rem
|
|
1011
|
+
}
|
|
1012
|
+
|
|
1013
|
+
.footer-links ul {
|
|
1014
|
+
text-align: center
|
|
1015
|
+
}
|
|
1016
|
+
|
|
1017
|
+
.footer-links ul li {
|
|
1018
|
+
display: inline-block
|
|
1019
|
+
}
|
|
1020
|
+
|
|
1021
|
+
.footer-links ul li a {
|
|
1022
|
+
display: inline-block;
|
|
1023
|
+
width: 30px;
|
|
1024
|
+
height: 30px;
|
|
1025
|
+
transition: all .2s ease-in-out
|
|
1026
|
+
}
|
|
1027
|
+
|
|
1028
|
+
.footer-links ul li a svg {
|
|
1029
|
+
display: block;
|
|
1030
|
+
width: 100%;
|
|
1031
|
+
height: 100%
|
|
1032
|
+
}
|
|
1033
|
+
|
|
1034
|
+
.footer-links ul li a svg .outer-shape {
|
|
1035
|
+
fill: #2e8b57
|
|
1036
|
+
}
|
|
1037
|
+
|
|
1038
|
+
.footer-links ul li a svg .inner-shape {
|
|
1039
|
+
fill: #fff
|
|
1040
|
+
}
|
|
1041
|
+
|
|
1042
|
+
.footer-links ul li:hover a svg .outer-shape {
|
|
1043
|
+
fill: #21653f
|
|
1044
|
+
}
|
|
1045
|
+
|
|
1046
|
+
.pagination .next {
|
|
1047
|
+
float: left
|
|
1048
|
+
}
|
|
1049
|
+
|
|
1050
|
+
.pagination .previous {
|
|
1051
|
+
float: right
|
|
1052
|
+
}
|
|
1053
|
+
|
|
1054
|
+
.posts li {
|
|
1055
|
+
margin-bottom: 4rem;
|
|
1056
|
+
position: relative
|
|
1057
|
+
}
|
|
1058
|
+
|
|
1059
|
+
.posts li:before {
|
|
1060
|
+
content: "";
|
|
1061
|
+
position: absolute;
|
|
1062
|
+
bottom: -2rem;
|
|
1063
|
+
left: 0;
|
|
1064
|
+
background: #e6e6e6;
|
|
1065
|
+
height: 2px;
|
|
1066
|
+
width: 60px
|
|
1067
|
+
}
|
|
1068
|
+
|
|
1069
|
+
.posts li a {
|
|
1070
|
+
text-decoration: none
|
|
1071
|
+
}
|
|
1072
|
+
|
|
1073
|
+
.posts li a:hover {
|
|
1074
|
+
text-decoration: underline
|
|
1075
|
+
}
|
|
1076
|
+
|
|
1077
|
+
.posts li .date {
|
|
1078
|
+
color: gray;
|
|
1079
|
+
font-family: Open Sans, Helvetica, Arial, sans-serif;
|
|
1080
|
+
font-weight: 300;
|
|
1081
|
+
font-size: .8em
|
|
1082
|
+
}
|
|
1083
|
+
|
|
1084
|
+
.posts li h3 {
|
|
1085
|
+
margin: 0 0 .5em
|
|
1086
|
+
}
|
|
1087
|
+
|
|
1088
|
+
@media only screen and (min-width:800px) {
|
|
1089
|
+
body {
|
|
1090
|
+
font-size: 125%
|
|
1091
|
+
}
|
|
1092
|
+
.content {
|
|
1093
|
+
padding-top: 0;
|
|
1094
|
+
position: relative;
|
|
1095
|
+
z-index: 1
|
|
1096
|
+
}
|
|
1097
|
+
.content:after {
|
|
1098
|
+
z-index: -1;
|
|
1099
|
+
background: #fff;
|
|
1100
|
+
content: "";
|
|
1101
|
+
display: block;
|
|
1102
|
+
width: 100%;
|
|
1103
|
+
height: 10em;
|
|
1104
|
+
position: absolute;
|
|
1105
|
+
top: -2em;
|
|
1106
|
+
left: 0;
|
|
1107
|
+
-webkit-transform: skewY(-2deg);
|
|
1108
|
+
transform: skewY(-2deg);
|
|
1109
|
+
-webkit-transform-origin: bottom left;
|
|
1110
|
+
transform-origin: bottom left
|
|
1111
|
+
}
|
|
1112
|
+
.container {
|
|
1113
|
+
max-width: 880px;
|
|
1114
|
+
margin-left: auto;
|
|
1115
|
+
margin-right: auto;
|
|
1116
|
+
padding: 0
|
|
1117
|
+
}
|
|
1118
|
+
#home .pageTitle,
|
|
1119
|
+
#home .pagination,
|
|
1120
|
+
#home .posts {
|
|
1121
|
+
width: 75%;
|
|
1122
|
+
float: none;
|
|
1123
|
+
margin: 0 auto 1.5em
|
|
1124
|
+
}
|
|
1125
|
+
#home .pageTitle {
|
|
1126
|
+
margin: 2rem auto 1em
|
|
1127
|
+
}
|
|
1128
|
+
.header {
|
|
1129
|
+
height: 15em;
|
|
1130
|
+
position: relative;
|
|
1131
|
+
padding-bottom: 2em
|
|
1132
|
+
}
|
|
1133
|
+
.header .container {
|
|
1134
|
+
position: relative;
|
|
1135
|
+
top: 50%;
|
|
1136
|
+
-webkit-transform: translateY(-50%);
|
|
1137
|
+
transform: translateY(-50%);
|
|
1138
|
+
max-width: 800px;
|
|
1139
|
+
overflow: hidden
|
|
1140
|
+
}
|
|
1141
|
+
.header h1 {
|
|
1142
|
+
font-size: 3em;
|
|
1143
|
+
line-height: 1;
|
|
1144
|
+
letter-spacing: -3px;
|
|
1145
|
+
padding-left: 0
|
|
1146
|
+
}
|
|
1147
|
+
.header nav {
|
|
1148
|
+
float: left;
|
|
1149
|
+
clear: left
|
|
1150
|
+
}
|
|
1151
|
+
.header nav ul {
|
|
1152
|
+
margin: 0
|
|
1153
|
+
}
|
|
1154
|
+
.header nav ul li {
|
|
1155
|
+
display: inline;
|
|
1156
|
+
line-height: 3em;
|
|
1157
|
+
background: none;
|
|
1158
|
+
padding: 0 5px;
|
|
1159
|
+
border: none
|
|
1160
|
+
}
|
|
1161
|
+
.header nav ul li a {
|
|
1162
|
+
color: #fff;
|
|
1163
|
+
font-size: .9em;
|
|
1164
|
+
text-decoration: none;
|
|
1165
|
+
padding: 0 .25em
|
|
1166
|
+
}
|
|
1167
|
+
.header nav ul li a:hover {
|
|
1168
|
+
color: #ccc
|
|
1169
|
+
}
|
|
1170
|
+
.header nav ul li.current {
|
|
1171
|
+
padding-bottom: .25em;
|
|
1172
|
+
border-bottom: 4px solid hsla(0, 0%, 100%, .4)
|
|
1173
|
+
}
|
|
1174
|
+
.js .nav-collapse {
|
|
1175
|
+
position: relative;
|
|
1176
|
+
max-height: none
|
|
1177
|
+
}
|
|
1178
|
+
.js .nav-collapse.closed {
|
|
1179
|
+
max-height: none
|
|
1180
|
+
}
|
|
1181
|
+
.js .nav-collapse ul li a {
|
|
1182
|
+
display: inline-block
|
|
1183
|
+
}
|
|
1184
|
+
.nav-toggle {
|
|
1185
|
+
display: none
|
|
1186
|
+
}
|
|
1187
|
+
.post .pageTitle,
|
|
1188
|
+
.post dl,
|
|
1189
|
+
.post h1,
|
|
1190
|
+
.post h2,
|
|
1191
|
+
.post h3,
|
|
1192
|
+
.post h4,
|
|
1193
|
+
.post h5,
|
|
1194
|
+
.post h6,
|
|
1195
|
+
.post ol,
|
|
1196
|
+
.post p,
|
|
1197
|
+
.post ul {
|
|
1198
|
+
width: 75%;
|
|
1199
|
+
float: none;
|
|
1200
|
+
margin: 0 auto 2rem
|
|
1201
|
+
}
|
|
1202
|
+
.post .h1,
|
|
1203
|
+
.post .h2,
|
|
1204
|
+
.post .h3,
|
|
1205
|
+
.post .h4,
|
|
1206
|
+
.post .h5,
|
|
1207
|
+
.post .h6,
|
|
1208
|
+
.post h1,
|
|
1209
|
+
.post h2,
|
|
1210
|
+
.post h3,
|
|
1211
|
+
.post h4,
|
|
1212
|
+
.post h5,
|
|
1213
|
+
.post h6 {
|
|
1214
|
+
margin: 1rem auto
|
|
1215
|
+
}
|
|
1216
|
+
.post .pageTitle {
|
|
1217
|
+
margin: 2rem auto 1em
|
|
1218
|
+
}
|
|
1219
|
+
.post .featuredImage {
|
|
1220
|
+
position: relative;
|
|
1221
|
+
margin-top: 2rem
|
|
1222
|
+
}
|
|
1223
|
+
.post .featuredImage:before {
|
|
1224
|
+
background: #fff;
|
|
1225
|
+
content: "";
|
|
1226
|
+
display: block;
|
|
1227
|
+
width: 100%;
|
|
1228
|
+
height: 4em;
|
|
1229
|
+
position: absolute;
|
|
1230
|
+
top: -2em;
|
|
1231
|
+
left: 0;
|
|
1232
|
+
-webkit-transform: skewY(-2deg);
|
|
1233
|
+
transform: skewY(-2deg);
|
|
1234
|
+
-webkit-transform-origin: bottom left;
|
|
1235
|
+
transform-origin: bottom left
|
|
1236
|
+
}
|
|
1237
|
+
.postNav .next,
|
|
1238
|
+
.postNav .prev {
|
|
1239
|
+
width: 50%
|
|
1240
|
+
}
|
|
1241
|
+
.postNav .prev {
|
|
1242
|
+
float: left;
|
|
1243
|
+
text-align: left
|
|
1244
|
+
}
|
|
1245
|
+
.postNav .next {
|
|
1246
|
+
text-align: right;
|
|
1247
|
+
float: right
|
|
1248
|
+
}
|
|
1249
|
+
.footer-links {
|
|
1250
|
+
float: right
|
|
1251
|
+
}
|
|
1252
|
+
.footer .copy {
|
|
1253
|
+
float: left
|
|
1254
|
+
}
|
|
1255
|
+
.footer .container {
|
|
1256
|
+
padding: 1rem 0;
|
|
1257
|
+
max-width: 800px
|
|
1258
|
+
}
|
|
1259
|
+
.contactContent {
|
|
1260
|
+
max-width: 48%;
|
|
1261
|
+
margin-right: 2%;
|
|
1262
|
+
float: left
|
|
1263
|
+
}
|
|
1264
|
+
#contact form {
|
|
1265
|
+
max-width: 48%;
|
|
1266
|
+
width: 48%;
|
|
1267
|
+
float: right;
|
|
1268
|
+
margin-right: 0
|
|
1269
|
+
}
|
|
1270
|
+
}
|
|
1271
|
+
|
|
1272
|
+
@media only screen and (min-width:1200px) {
|
|
1273
|
+
body {
|
|
1274
|
+
font-size: 137.5%
|
|
1275
|
+
}
|
|
1276
|
+
.container {
|
|
1277
|
+
max-width: 990px
|
|
1278
|
+
}
|
|
1279
|
+
}
|