* { margin: 0; padding: 0;}
body { font: 14px Georgia, serif; }

article, aside, figure, footer, header, hgroup,
menu, nav, section { display: block; }

#page-wrap { width: 490px; margin: 80px auto; }

body { /*background: #333;*/ text-align: center; color: #eee; font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif; }
h1 { font-size: 42px; font-weight: 600; margin: 0 0 30px 0; }

pre {
  background: black;
  text-align: left;
  padding: 20px;
  margin: 0 auto 30px auto; 
}

* {
	color:black;
}

html{
	padding-top: 6rem;
}

.figure_low, .figure_high {
	color: black;
}

nav#mainNav {
	border-bottom: 1px solid black;
	margin-bottom: 2em;
}


#carouselPartners {
	width: 300px;
	margin: auto;
}

#carouselPartners .carousel-control-prev{
  margin-left: -30px;
}

#carouselPartners .carousel-control-next{
  margin-right: -30px;
}


h2 {
	padding-bottom: 2rem;
}

#map_pilot {
	padding-bottom: 2rem;
}

footer a{
  color: white;
}

.close {
  margin-bottom: -3rem;

}
/* Roadmap */

/*main {
  min-width: 300px;
  max-width: 500px;
  margin: auto;
}
*/
#roadmap p {
  font-size: 1em;
  line-height: 1.75em;
  border-top: 3px solid;
  -o-border-image: linear-gradient(to right, #c4a214 0%, #227539 100%);
     border-image: linear-gradient(to right, #c4a214 0%, #227539 100%);
  border-image-slice: 1;
  border-width: 3px;
  margin: 0;
  padding: 40px;
  counter-increment: section;
  position: relative;
  color: #34435E;
}

#roadmap p:before {
  content: '';
  position: absolute;
  border-radius: 50%;
  padding: 10px;
  height: 2.25em;
  width: 2.25em;
  background-color: #227539;
/*  background-image: url('img/check.png');*/
  text-align: center;
  line-height: 2.25em;
  color: #ffffff;
  font-size: 1em;
}

#roadmap p:nth-child(odd) {
  border-right: 3px solid;
  padding-left: 0;
  text-align: right;
}

#roadmap p:nth-child(odd):before {
  left: 100%;
  margin-left: -15px;
}

#roadmap p:nth-child(even) {
  text-align: left;
  border-left: 3px solid;
  padding-right: 0;
}
#roadmap p:nth-child(even):before {
  background-color: #c4a214;
  right: 100%;
  margin-right: -14px;
}

#roadmap p:first-child {
  border-top: 0;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}

#roadmap p:last-child {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}


/* Payment */

.sr-root {
  padding-top: 0;
  min-height: initial;
}

.sr-result {
  height: initial;
}

#StripePlaceholder {
  margin-top: 2rem;
}