.container {
  max-width: 800px; }
.header {
  /*margin-top: 6rem;
  text-align: center;
  margin-top: 6rem;
  text-align: center; */
  padding-top: 0rem;
  background-color: #202021;
  margin-bottom: 0rem;
  text-align: center;
  background-color: #202021;  }
  
.header .container img {
  /*! height: 40%; */
  display: block;
  margin-left: auto;
  margin-right: auto;
  text-align: center;  
  width: 40%;
  padding-top: 1rem;
}

.header .container .h1 {
  display:None;  }
	
	

.navbar {
  display: none; }
  
  
.containerimage {
    max-width: 800px;
}
.containerimage {
    width: 80%;
}
.containerimage {
    width: 85%;
    padding: 0;
}
.containerimage {
    position: relative;
    width: 100%;
    max-width: 960px;
    margin: 0 auto;
    padding: 0 20px;
    box-sizing: border-box;
}
.disclaimer {
	font-size: 3rem;
	letter-spacing: .1rem;
	background-color: lightsalmon;
}

.value-prop {
  margin-top: 1rem;
  text-align: center}
.value-props {
  margin-top: 4rem;
  margin-bottom: 4rem;
  font-size: 1.9rem;  }
.docs-header {
	text-transform: uppercase;
	font-size: 1.7rem;
	letter-spacing: .1rem;
	font-weight: 600; }
.blog-header {
	text-transform: uppercase;
	font-size: 3rem;
	letter-spacing: .1rem;
	font-weight: 600; }
.blogpost {
  border-top: 1px solid #eee;
  padding: 4rem 0;
  margin-bottom: 0;}
.value-img {
  display: block;
  text-align: center;
  margin: 2.5rem auto 0;
  max-width: 100%;
  min-width: 90%;
  height: auto;  }
.docs-example .row,
.docs-example.row,
.docs-example form {
  margin-bottom: 0; }
.docs-example h1,
.docs-example h2,
.docs-example h3,
.docs-example h4,
.docs-example h5,
.docs-example h6 {
  margin-bottom: 1rem; }
.heading-font-size {
  font-size: 1.2rem;
  color: #999;
  letter-spacing: normal; }

.fancy { color: #EC6552;
	font-size: 1.8rem;}
	
.FAQ li b{
    margin-right: 1rem;
}
.update-section {
  border-top: 1px solid #eee;
  padding: 4rem 0;
  margin-bottom: 0;}
.updatelinks {
	color: #EC6552;
	font-size: 1.3em;
	text-decoration-line: none;
	margin-left: 6rem;
}
.blogbody {
	
}
.blogbody li b{
    margin-right: 1rem;
}
.dateintro {
  text-align: right;
  font-style: italic;
  text-decoration: underline;
  text-decoration-color: #EC6552;
  margin-right: 1.2em;
}
.centr {
	display: block;
	margin: 0 auto;
	width: 85%;
}
.caption {
	font-size: 0.7em;
	text-align: center;
	font-style: italic;
}
.uimage {
	/* text-align: right; */
	display: inline-block;
	float: none;
	/* margin-left: 0; */
	vertical-align: middle;
	margin-bottom: 1em;
}
.uborder {
	border: #D3D3D3;
	/* border-block: aqua; */
	/* border-style: dashed; */
	/* margin-top: 1.em; */
	/* border-style: dashed; */
	padding-top: 0.1em;
}
.udate {
	font-size: 1.3em;
	margin-left: 0.3em;
}
.centrv {
	display: inline-block;
	float: none;
	/* margin-left: 0; */
	vertical-align: middle;
}

h1 { color: #EC6552;
font-size: 0rem;
display: none;
}

h2 {color: white;}

body {font-size: 1.7em;}




/* All devices */
@media (min-width: 100px) {
  /* Navbar */
  .navbar + .blogpost {
    border-top-width: 0; }
  .navbar,
  .navbar-spacer {
    display: block;
    width: 100%;
    height: 6.5rem;
    background: #fff;
    z-index: 99;
    border-top: 1px solid #eee; }
  .navbar-spacer {
    display: none; }
  .navbar > .container {
    width: 100%; }
  .navbar-list {
    list-style: none;
    margin-bottom: 0; }
  .navbar-item {
    position: relative;
    float: left;
    margin-bottom: 0; }
  .navbar-link {
    text-transform: uppercase;
	font-size: 16px;
	font-weight: 600;
	letter-spacing: .1rem;
	margin-right: 50px;
	text-decoration: none;
	line-height: 6.5rem;
	color: #222; }
  .navbar-link.active {
    color: #33C3F0; }
  .has-docked-nav .navbar {
    position: absolute;
    top: 0;
    left: 0; }
  .has-docked-nav .navbar-spacer {
    display: block; }
  /* Re-overiding the width 100% declaration to match size of % based container */
  .has-docked-nav .navbar > .container {
    width: 80%; }
  .header {
    /*margin-top: 18rem; */ }
  .value-props {
    margin-top: 4rem;
    margin-bottom: 7rem; }
  .value-img {
    margin-bottom: 1rem; }
  .example-grid .column,
  .example-grid .columns {
    margin-bottom: 1.5rem; }
  .blogpost {
    padding: 6rem 0; }
  .example-send-yourself-copy {
    float: right;
    margin-top: 12px; }
  .example-screenshot-wrapper {
    position: absolute;
    width: 48%;
    height: 100%;
    left: 0;
    max-height: none; }
}

/* Larger than tablet */
@media (min-width: 750px) {
  /* Navbar */
  .navbar + .blogpost {
    border-top-width: 0; }
  .navbar,
  .navbar-spacer {
    display: block;
    width: 100%;
    height: 6.5rem;
    background: #fff;
    z-index: 99;
    border-top: 1px solid #eee;
    border-bottom: 1px solid #eee; }
  .navbar-spacer {
    display: none; }
  .navbar > .container {
    width: 100%; }
  .navbar-list {
    list-style: none;
    margin-bottom: 0; }
  .navbar-item {
    position: relative;
    float: left;
    margin-bottom: 0; }
  .navbar-link {
    text-transform: uppercase;
	font-size: 16px;
	font-weight: 600;
	letter-spacing: .1rem;
	margin-right: 50px;
	text-decoration: none;
	line-height: 6.5rem;
	color: #222; }
  .navbar-link.active {
    color: #33C3F0; }
  .has-docked-nav .navbar {
    position: fixed;
    top: 0;
    left: 0; }
  .has-docked-nav .navbar-spacer {
    display: block; }
  /* Re-overiding the width 100% declaration to match size of % based container */
  .has-docked-nav .navbar > .container {
    width: 80%; }

  /* Popover */
  .popover.open {
    display: block;
  }
  .popover {
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    background: #fff;
    border: 1px solid #eee;
    border-radius: 4px;
    top: 92%;
    left: -50%;
    -webkit-filter: drop-shadow(0 0 6px rgba(0,0,0,.1));
       -moz-filter: drop-shadow(0 0 6px rgba(0,0,0,.1));
            filter: drop-shadow(0 0 6px rgba(0,0,0,.1)); }
  .popover-item:first-child .popover-link:after, 
  .popover-item:first-child .popover-link:before {
    bottom: 100%;
    left: 50%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none; }
  .popover-item:first-child .popover-link:after {
    border-color: rgba(255, 255, 255, 0);
    border-bottom-color: #fff;
    border-width: 10px;
    margin-left: -10px; }
  .popover-item:first-child .popover-link:before {
    border-color: rgba(238, 238, 238, 0);
    border-bottom-color: #eee;
    border-width: 11px;
    margin-left: -11px; }
  .popover-list {
    padding: 0;
    margin: 0;
    list-style: none; }
  .popover-item {
    padding: 0;
    margin: 0; }
  .popover-link {
    position: relative;
    color: #222;
    display: block;
    padding: 8px 20px;
    border-bottom: 1px solid #eee;
    text-decoration: none;
    text-transform: uppercase;
    font-size: 1.0rem;
    font-weight: 600;
    text-align: center;
    letter-spacing: .1rem; }
  .popover-item:first-child .popover-link {
    border-radius: 4px 4px 0 0; }
  .popover-item:last-child .popover-link {
    border-radius: 0 0 4px 4px;
    border-bottom-width: 0; }
  .popover-link:hover {
    color: #fff;
    background: #33C3F0; }
  .popover-link:hover,
  .popover-item:first-child .popover-link:hover:after {
    border-bottom-color: #33C3F0; }
}