docs/css/screen.css
@charset "UTF-8";
footer .footer-columns { display: -webkit-box; display: -webkit-flex; display: -moz-flex; display: -ms-flexbox; display: flex; }
html { background: #2b2b40; }
html, body { margin: 0; padding: 0; }
body { font-family: "San Francisco", "Helvetica Neue", "Helvetica", "Arial"; }
a { color: #00a4ca; text-decoration: none; }
a:hover { text-decoration: underline; }
img { width: 100%; }
h1 strong, h2 strong { font-weight: 700; }
h1 { font-weight: 300; font-size: 2.3em; margin: 0; }
h2 { font-weight: 300; font-size: 2.2em; margin: 0 0 30px 0; }
h3 { margin: 20px 0 10px 0; }
p, address { font-size: 1.38em; color: #666; margin-bottom: 20px; font-weight: 300; line-height: 1.4em; }
.bottom-cta { background: linear-gradient(to bottom, #ff8c00 0%, darkorange 100%); color: #fff; text-align: center; margin: 0; padding: 100px 0; }
.bottom-cta h2 { margin-bottom: 50px; }
.testimonial { background: #f5f5f5; margin: 0; padding: 100px 0; }
.testimonial .testimonial-block { max-width: 750px; width: 98%; margin: 0 auto; }
@media (min-width: 450px) { .testimonial .testimonial-block { display: -webkit-box; display: -webkit-flex; display: -moz-flex; display: -ms-flexbox; display: flex; }
.testimonial .testimonial-block blockquote { -webkit-flex: 1; flex: 1; } }
.hero { color: #ffffff; text-align: center; background: linear-gradient(to bottom, darkorange 0%, #ff8c00 100%) no-repeat #a05fb7; padding-top: 50px; }
.hero p { color: #fff; }
@media (min-width: 768px) { .flex { display: -webkit-box; display: -webkit-flex; display: -moz-flex; display: -ms-flexbox; display: flex; align-items: center; flex-direction: row; }
.flex .text, .flex .image { -webkit-flex: 1; flex: 1; padding: 0 20px; }
.content section:nth-child(even) .flex { flex-direction: row-reverse; } }
.container, .text-container { margin: 0 auto; position: relative; padding: 0 20px; }
.text-container { max-width: 750px; }
.text-container .code { margin-top: 1.5em; font-size: 1.4em; }
@media (max-width: 450px) { .text-container .code { font-size: 0.9em; } }
.container { max-width: 1140px; }
.container.max-container { max-width: 100%; padding: 0; }
header { color: #fff; padding: 20px 0; background: #ff8c00; /* Old browsers */ background: linear-gradient(to bottom, #ff8c00 0%, darkorange 100%) no-repeat #ff8c00; }
header a { color: #fff; text-decoration: none; z-index: 1; position: relative; }
header a:hover { text-decoration: none; }
header .company-name { font-size: 1.7em; line-height: 0; }
header .company-name h1 { padding-top: 0.6em; font-size: 1.2em; }
header .company-name img { width: auto; float: left; }
.content { background: #fff; padding: 1px 0 0 0; position: relative; }
.screenshot { max-width: 100%; height: auto; display: block; box-shadow: 0 1px 0 #ccc, 0 1px 0 1px #eee; border-radius: 2px; margin-left: auto; margin-right: auto; background: #DDD url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2244%22%20height%3D%2212%22%20viewBox%3D%220%200%2044%2012%22%3E%3Ccircle%20cx%3D%226%22%20cy%3D%226%22%20r%3D%224%22%20fill%3D%22%23eee%22%20%2F%3E%3Ccircle%20cx%3D%2222%22%20cy%3D%226%22%20r%3D%224%22%20fill%3D%22%23eee%22%20%2F%3E%3Ccircle%20cx%3D%2238%22%20cy%3D%226%22%20r%3D%224%22%20fill%3D%22%23eee%22%20%2F%3E%3C%2Fsvg%3E") 4px 4px no-repeat; padding: 20px 0 0 0; position: relative; }
section { padding: 100px 0; }
section + section { padding-top: 0; }
.subtext { margin-top: 10px; text-align: center; }
.cta { margin: 60px 0; }
.page h2 { text-align: center; }
blockquote { padding: 18px 25px; margin: 0; quotes: "“" "”" "‘" "’"; font-style: italic; }
blockquote .author { display: block; font-weight: bold; margin: 10px 0 0 0; font-size: .85em; font-style: normal; }
blockquote p { display: inline; }
blockquote:before { color: #ccc; content: open-quote; font-size: 4em; line-height: 0.1em; margin-right: 0.25em; vertical-align: -0.4em; }
.square-image { width: 150px; height: 150px; overflow: hidden; margin: 25px auto 0 auto; position: relative; border-radius: 200px; }
.square-image img { position: absolute; left: -1000%; right: -1000%; top: -1000%; bottom: -1000%; margin: auto; width: 300px; }
.page { margin-bottom: 0; padding-bottom: 80px; }
.center-text { text-align: center; }
.editor-link { display: none; margin-top: 0; }
.editor-link .btn { border: 0; border-radius: 2px; width: 100%; max-width: 500px; box-sizing: border-box; font-size: 2rem; text-decoration: none; padding: 10px 15px; margin: 0; font-size: 18px; cursor: pointer; background-color: #f7e064; color: #333; box-shadow: 1px 1px 5px 0 rgba(0, 0, 0, 0.2); }
.editor-link .btn:hover { background-color: #f4d525; color: #333; }
.button a, input[type=submit] { color: #fff; text-decoration: none; padding: 10px 30px; background: #ff8c00; border-radius: 3px; border: 1px solid rgba(255, 255, 255, 0.5); transition: .2s ease-in-out; margin-left: 0.5em; }
@media (max-width: 450px) { .button a, input[type=submit] { margin-bottom: 10px; display: block; } }
.button a:hover, input[type=submit]:hover { border: 1px solid #fff; background: #ff8c00; cursor: pointer; }
.button.alt a { background: rgba(255, 255, 255, 0.15); border-radius: 3px; border: 1px solid rgba(255, 255, 255, 0.3); padding: 16px 50px; }
.button.alt a:hover { background: #fff; color: #ff8c00; }
textarea, input, button, select { font-family: inherit; font-size: inherit; }
input[type=submit] { margin: 20px 0 0 0; }
label, input, textarea { display: block; width: 100%; box-sizing: border-box; }
textarea { resize: vertical; height: 150px; }
label { margin: 20px 0 5px 0; }
input, textarea { padding: 10px; font-size: 1em; }
input, textarea { -webkit-transition: all 0.30s ease-in-out; -moz-transition: all 0.30s ease-in-out; -ms-transition: all 0.30s ease-in-out; -o-transition: all 0.30s ease-in-out; outline: none; border: 1px solid #DDDDDD; }
input[type=text]:focus, input[type=email]:focus, input[type=password]:focus, textarea:focus { box-shadow: 0 0 5px #51cbee; border: 1px solid #51cbee; }
.nav-open nav { border-bottom: 1px dotted rgba(255, 255, 255, 0.2); padding: 10px 0; }
.nav-open nav a { display: block; }
@media (min-width: 620px) { .nav-open nav { border: 0; padding: 0 20px; }
.nav-open nav a { display: inline; } }
nav { text-transform: uppercase; font-size: .8em; width: 100%; }
@media (min-width: 620px) { nav { text-align: right; position: absolute; top: 13px; right: 0; padding: 0 20px; } }
nav a { margin: 0 3px; padding: 20px 10px; border-bottom: 1px solid rgba(255, 255, 255, 0); color: rgba(255, 255, 255, 0.8); transition: .2s ease-in-out; display: none; }
@media (min-width: 620px) { nav a { display: inline; padding: 10px; } }
nav a.nav-toggle { display: inline; position: absolute; right: 10px; top: -22px; font-size: 1.9em; border: 0; }
@media (min-width: 620px) { nav a.nav-toggle { display: none; } }
nav a.nav-toggle:hover { border: 0; }
nav a:hover { border-bottom: 1px solid rgba(255, 255, 255, 0.3); color: #fff; }
@media (min-width: 620px) { nav a.highlight { border: 1px #ccc solid; border-radius: 5px; }
nav a.highlight:hover { background: #fff; color: #ff8c00; } }
nav a.active { color: #fff; }
.footer-links { width: 100%; margin: 10px; padding: 0; }
@media (min-width: 450px) { .footer-links { -webkit-flex: 1 0 180px; flex: 1 0 180px; } }
.footer-links li { list-style: none; margin: 15px auto; }
@media (min-width: 450px) { .footer-links li { max-width: 150px; } }
.footer-links li a:hover { text-decoration: none; }
.footer-links li a svg { fill: #999; margin-right: 10px; transition: fill 0.2s ease; vertical-align: middle; position: relative; top: -2px; width: 22px; height: 22px; }
.footer-links li a:hover svg { fill: #fff; }
.footer-links li a.twitter-icon:hover svg { fill: #55acee; }
.footer-links li a.google-plus-icon:hover svg { fill: #db4437; }
.footer-links li a.youtube-icon:hover svg { fill: #cd201f; }
.footer-links li a.instagram-icon:hover svg { fill: #f167f5; }
.footer-links li a.linkedin-icon:hover svg { fill: #0077b5; }
.footer-links li a.pinterest-icon:hover svg { fill: #bd081c; }
.footer-links li a.rss-icon:hover svg { fill: #f26522; }
footer { padding: 50px 0 50px 0; font-size: 1.1em; position: relative; background: #2b2b40; color: #fff; }
footer .copyright { font-size: .8em; margin: 0 auto; }
@media (min-width: 450px) { footer .copyright { text-align: center; } }
footer, footer a { color: #999; }
footer h2 { font-size: 1.4em; margin: 30px 0; color: #ccc; }
footer .footer-columns { -webkit-flex-flow: wrap; -moz-flex-flow: wrap; -ms-flex-flow: wrap; flex-flow: wrap; margin: -10px -10px 10px -10px; }
footer a { text-decoration: none; }
footer a:hover { color: #fff; }
footer .legal-line { width: 100%; padding: 30px 0; margin: 0; background-color: #222527; }
footer .legal-line a { font-weight: 600; }
/*# sourceMappingURL=screen.css.map */