
/* css reset */
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, code, del, dfn, em, img, q, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {margin:0;padding:0;border:0;font-weight:inherit;font-style:inherit;font-size:100%;font-family:inherit;vertical-align:baseline;}
body {line-height:1.5;}
table {border-collapse:separate;border-spacing:0;}
caption, th, td {text-align:left;font-weight:normal;}
table, td, th {vertical-align:middle;}
blockquote:before, blockquote:after, q:before, q:after {content:"";}
a img {border:none;}

/* typography css */
body {font-size:85%;color:#222; font-family: "europa", Helvetica, Arial, sans-serif;}
/*h1, h2, h3, h4, h5, h6 {font-weight:bold;}*/
h1 {font-size:1.8em;line-height:1;margin-top:0.5em;}
h2 {font-size:1.3em; }
h3 {font-size:1.2em;line-height:1;}
h4 {font-size:1em;margin-top: 0.5em;}
h5 {font-size:1em;font-weight:bold;margin-top:1.5em;}
h6 {font-size:1em;font-weight:bold;}
h1 img, h2 img, h3 img, h4 img, h5 img, h6 img {margin:0;}
p {margin:0 0 1.5em 0;}
p img.left {float:left;margin:1.5em 1.5em 1.5em 0;padding:0;}
p img.right {float:right;margin:1.5em 0 1.5em 1.5em;}
a:focus, a:hover {color:#868686;}
a {color:#0f3bc8;text-decoration:underline;}
strong {font-weight:bold;}
em, dfn {font-style:italic;}
dfn {font-weight:bold;}
sup, sub {line-height:0;}
abbr, acronym {border-bottom:1px dotted #666;}
address {margin:0 0 1.5em;font-style:italic;}
del {color:#666;}
pre {margin:1.5em 0;white-space:pre;}
pre, code, tt, pre span {font:1em 'menlo', 'andale mono', 'lucida console', monospace;line-height:1.5;}
li ul, li ol {margin:0 1.5em;}
ul, ol {margin:0 0 1.5em 1.5em;}
ul {list-style-type:disc;}
ol {list-style-type:decimal;}
dl {margin:0 0 1.5em 0;}
dl dt {font-weight:bold;}
dd {margin-left:1.5em;}
table {margin-bottom:1.4em;width:100%;}
th {font-weight:bold;}
thead th {background:#c3d9ff;}
th, td, caption 
tr.even td {background:#e5ecf9;}
tfoot {font-style:italic;}
caption {background:#eee;}
.small {font-size:.8em;margin-bottom:1.875em;line-height:1.875em;}
.large {font-size:1.2em;line-height:2.5em;margin-bottom:1.25em;}
.hide {display:none;}
.quiet {color:#666;}
.loud {color:#000;}
.highlight {background:#ff0;}
.added {background:#060;color:#fff;}
.removed {background:#900;color:#fff;}
.first {margin-left:0;padding-left:0;}
.last {margin-right:0;padding-right:0;}
.top {margin-top:0;padding-top:0;}
.bottom {margin-bottom:0;padding-bottom:0;}
a:active { outline: none !important; }
:focus {-moz-outline-style: none;}

/* forms.css */
label {font-weight:bold;}
fieldset {padding:1.4em;margin:0 0 1.5em 0;border:1px solid #ccc;}
legend {font-weight:bold;font-size:1.2em;}
input[type=text], input[type=password], input.text, input.title, textarea, select {background-color:#fff;border:1px solid #bbb;font-size:1em;}
input[type=text]:focus, input[type=password]:focus, input.text:focus, input.title:focus, textarea:focus, select:focus {border-color:#666;}
input.text, input.title {width:300px;padding:5px;}
input.title {font-size:1.5em;}
textarea {width:390px;height:250px;padding:5px;}
input[type=checkbox], input[type=radio], input.checkbox, input.radio {position:relative;top:.25em;}
form.inline {line-height:3;}
form.inline p {margin-bottom:0;}
.error, .notice, .success {padding:.8em;margin-bottom:1em;border:2px solid #ddd;}
.error {background:#FBE3E4;color:#8a1f11;border-color:#FBC2C4;}
.notice {background:#FFF6BF;color:#514721;border-color:#FFD324;}
.success {background:#E6EFC2;color:#264409;border-color:#C6D880;}
.error a {color:#8a1f11;}
.notice a {color:#514721;}
.success a {color:#264409;}

.clearfix:after, .container:after {content:"\0020";display:block;height:0;clear:both;visibility:hidden;overflow:hidden;}
.clearfix, .container {display:block;}
.clear {clear:both;}
.center{text-align: center;}

/* grid.css */
.container_12 {
  margin-top: 40px;
}

.grid_1, .grid_2, .grid_3, .grid_4, .grid_5, .grid_6, .grid_7, .grid_8, .grid_9, .grid_10, .grid_11, .grid_12 {
	display:inline;
	float: left;
	position: relative;
	margin-left: 1%;
	margin-right: 1%;
}

.alpha { margin-left: 0; }
.omega { margin-right: 0; }

.container_12 .grid_1 { width:6.333%; }
.container_12 .grid_2 { width:14.667%; }
.container_12 .grid_3 { width:23.0%; }
.container_12 .grid_4 { width:31.333%; }
.container_12 .grid_5 { width:39.667%; }
.container_12 .grid_6 { width:48.0%; }
.container_12 .grid_7 { width:56.333%; }
.container_12 .grid_8 { width:64.667%; }
.container_12 .grid_9 { width:73.0%; }
.container_12 .grid_10 { width:81.333%; }
.container_12 .grid_11 { width:89.667%; }
.container_12 .grid_12 { width:98.0%; }

.container_12 .prefix_1 { padding-left:8.333%; }
.container_12 .prefix_2 { padding-left:16.667%; }
.container_12 .prefix_3 { padding-left:25.0%; }
.container_12 .prefix_4 { padding-left:33.333%; }
.container_12 .prefix_5 { padding-left:41.667%; }
.container_12 .prefix_6 { padding-left:50.0%; }
.container_12 .prefix_7 { padding-left:58.333%; }
.container_12 .prefix_8 { padding-left:66.667%; }
.container_12 .prefix_9 { padding-left:75.0%; }
.container_12 .prefix_10 { padding-left:83.333%; }
.container_12 .prefix_11 { padding-left:91.667%; }

.container_12 .suffix_1 { padding-right:8.333%; }
.container_12 .suffix_2 { padding-right:16.667%; }
.container_12 .suffix_3 { padding-right:25.0%; }
.container_12 .suffix_4 { padding-right:33.333%; }
.container_12 .suffix_5 { padding-right:41.667%; }
.container_12 .suffix_6 { padding-right:50.0%; }
.container_12 .suffix_7 { padding-right:58.333%; }
.container_12 .suffix_8 { padding-right:66.667%; }
.container_12 .suffix_9 { padding-right:75.0%; }
.container_12 .suffix_10 { padding-right:83.333%; }
.container_12 .suffix_11 { padding-right:91.667%; }

.container_12 .push_1 { left:8.333%; }
.container_12 .push_2 { left:16.667%; }
.container_12 .push_3 { left:25.0%; }
.container_12 .push_4 { left:33.333%; }
.container_12 .push_5 { left:41.667%; }
.container_12 .push_6 { left:50.0%; }
.container_12 .push_7 { left:58.333%; }
.container_12 .push_8 { left:66.667%; }
.container_12 .push_9 { left:75.0%; }
.container_12 .push_10 { left:83.333%; }
.container_12 .push_11 { left:91.667%; }

.container_12 .pull_1 { left:-8.333%; }
.container_12 .pull_2 { left:-16.667%; }
.container_12 .pull_3 { left:-25.0%; }
.container_12 .pull_4 { left:-33.333%; }
.container_12 .pull_5 { left:-41.667%; }
.container_12 .pull_6 { left:-50.0%; }
.container_12 .pull_7 { left:-58.333%; }
.container_12 .pull_8 { left:-66.667%; }
.container_12 .pull_9 { left:-75.0%; }
.container_12 .pull_10 { left:-83.333%; }
.container_12 .pull_11 { left:-91.667%; }

/* nicethings.css */
body {
  background-color: #F5F5F5;
  color: #333333;
  font-size: 110%;
}

@media screen and (prefers-color-scheme: dark) {
  body {
    background-color: #222222;
    color: #F5F5F5;
  }
}

.component {
  max-width: 800px;
  margin: auto;
  text-align: center;
}

#header h1 {
  display: block;
  text-indent: -9999px;
  background-image: url(images/logo.svg);
  height: 80px;
  width: 800px;
  margin: auto;
  background-size: 100% auto;
  background-repeat: no-repeat;
  background-position: center top;
}

@media screen and (max-width: 800px) {
	.container_12 .grid_4, .container_12 .grid_8, .container_12 .grid_6 { width: 98%; }
  #header h1 {
    height: 80px;
    width: 95%;
  }
}

@media screen and (max-width: 600px) {
	.container_12 .grid_4, .container_12 .grid_8, .container_12 .grid_6 { width: 98%; }
  #header h1 {
    height: 80px;
    width: 95%;
  }
}

h2 {
  margin-bottom: 30px;
  font-family: 'garamond-premier-pro', serif;
}

#subhead {
  margin-top: 40px;
  color: #333333;
}

@media screen and (prefers-color-scheme: dark) {
  #subhead {
    color: #F5F5F5;
  }
}

.service {
  margin-bottom: 80px;
}

h2 {
  font-size: 1.8em
}

.service h3 {
  margin-top: 20px;
}

.service h4 {
  font-size: 0.9em;
}

.testimonials h2 {
  display: none;
}

/* fix odd margins on svg elements*/
svg {
  vertical-align: bottom;
}

/*.testimonials::before {
  display: inline-block;
  position: relative;
  width: 100%;
  height: 130px;
  margin-bottom: -2px;
  background-color: blue;
  content: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' min-width='100%' width='auto' height='130px'><path transform='translate(00.000000, -987.000000)' fill='%23FFC300' d='M1445,1039 L1444,1115 L-9,1115 L-10,1005 C153,1060 319,1086 487,1081 C740,1075 757,998 981.56418,988 C1131,982 1285,999 1445,1039 Z'></path></svg>");
}
*/
/*.testimonials::after{
  display: block;
  content: "";
  position: relative;
  width: 100%;
  height: 201px;
  margin-top: -2px;
  content: url("data:image/svg+xml;charset=UTF-8,<svg viewbox='0 0 1440 201' xmlns='http://www.w3.org/2000/svg'><g transform='translate(0.000000, -1562.000000)'><g transform='translate(0.000000, 1562.638817)'><path d='M1440,9.12528529 L1440.00018,199.300693 C1277.81274,142.294351 1116.81004,111.221175 956.992086,106.081166 C705.317518,97.986895 702.368711,173.426249 463.874749,161.496848 C311.495132,153.874862 156.870106,121.622214 -0.000328975888,64.7389018 L1.98951966e-13,9.12528529 L1440,9.12528529 Z' fill='%23CE4700'></path><path d='M1440,0.545006502 L1440,64.5960065 L1436.07985,63.4747569 C1293.76971,23.0285047 1139.57586,6.4737584 973.4983,13.8105182 C721.865638,24.9268209 723.737669,100.383347 485.011621,106.670154 C327.411231,110.820531 165.740786,88.9299174 0.00028666268,40.9983125 L2.27373675e-13,0.545006502 L1440,0.545006502 Z' fill='%23FFC300'></path></g></g></svg>");
}
*/
.testimonials {
  line-height: 2.1em;
  font-family: 'garamond-premier-pro', 'palatino', serif;
  font-size: 1.3em;
}

.testimonials blockquote {
  max-width: 800px;
  font-size: 1.5em;
  margin: 25px auto;
}

.testimonials_inner {
  background-color: #FFC300;
  color: #333333;
  padding: 10px 30px;
}

.testimonials .attribution {
  padding-top: 10px;
}

.testimonials .app_icon {
  float: left;
  width: 50px;
  height: 50px;
  margin: 20px 20px 0px 200px;
  border-radius: 10px;
  box-shadow: 0px 2px 8px rgba(0, 0, 0, 0.3);
}

.testimonials .author {
  text-align: left;
  font-weight: bold;
  margin-top: 6px;
  margin-bottom: -15px;
}

.testimonials .company {
  text-align: left;
}

@media screen and (max-width: 600px) {
  .testimonials .app_icon {
    padding-left: 50px;
  }
  
  .testimonials {
    font-size: 1.1em;
  }
}

.testimonial-carousel {
    position: relative;
}

.testimonial {
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
}

.testimonial.tallest {
    position: relative;
}

@keyframes crossfade {
  0% {
    opacity: 1;
  }
  22% {
    opacity: 1;
  }
  25% {
    opacity: 0;
    z-index: 10;
  }
  28% {
    z-index: 0;
  }
  97% {
    z-index: 0;
  }
  98% {
    z-index: 10;
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

.testimonial:nth-child(1) {
  animation: 40s ease-in 30s infinite crossfade;
}
.testimonial:nth-child(2) {
  animation: 40s ease-in 20s infinite crossfade;
}
.testimonial:nth-child(3) {
  animation: 40s ease-in 10s infinite crossfade;
}
.testimonial:nth-child(4) {
  animation: 40s ease-in 0s infinite crossfade;
}

.technologies {
  margin-top: 60px;
  margin-bottom: 30px
}

.technologies h2 {
  font-family: 'garamond-premier-pro', 'palatino', serif;
}

.technologies-primary .technology-icon {
  width: 175px;
  height: 175px;
}

.technologies-secondary .technology-icon {
  width: 140px;
  height: 140px;
}

.technology {
  display: inline-block;
  text-align: center;
  padding: 30px;
}

.technology-icon {
  display: block;
  margin: auto;
  padding-bottom: 10px;
}

.footer {
  font-family: 'garamond-premier-pro', 'palatino', serif;
  color: #f5f5f5;
}

/*.footer::before {
  display: block;
  content: "";
  position: relative;
  width: 100%;
  height: 129px;
  margin-top: -2px;
  content: url("data:image/svg+xml;charset=UTF-8,<svg viewbox='0 0 1440 129' xmlns='http://www.w3.org/2000/svg'><g transform='translate(-1.000000, -3216.000000)' fill='%23520E00'><g transform='translate(-155.000000, 3188.000000)'><g transform='translate(0.572000, 0.723178)'><path d='M1595.42173,85.7955463 L1595.428,156.090233 L155.428,156.090233 L155.424099,116.936652 C201.634992,127.796053 256.907577,130.18058 321.241856,124.090233 C571.912069,100.35998 596.3973,51.1775281 834.326388,31.6599099 C992.272206,18.7034186 1245.97065,36.7486308 1595.42173,85.7955463 Z M3.33072136,3.12638804e-13 C5.88362453,5.61222794 8.63483162,11.0389938 11.5843426,16.2802975 L0,16.276 L3.33072136,3.12638804e-13 Z'></path></g></g></g></svg>")
}
*/
.footer-inner {
  padding-bottom: 0px;
  background-color: #520E00;
}

a.cta-button {
  text-decoration: none;
  color: #333333;
  font-family: "europa", Helvetica, Arial, sans-serif;
  font-weight: bold;
  background-color: #FFC300;
  display: block;
  width: 150px;
  margin: 0px auto 00px;
  padding: 20px;
  border-radius: 100px;
}

a.cta-button:hover {
  color: #555555;
}

.colophon {
  color: white;
  opacity: 0.4;
  padding: 20px ;
  text-align: center;
  font-family: 'garamond-premier-pro', 'palatino', serif;
  font-style: italic;
}