


.text-center{
	text-align:center;	
}


.codeconveyHeader {
    margin: 0 auto;
    padding: 1em 0;

}
.codeconveyHeader h1 {
    color: #8e44ad;
    font-size: 2em;
    font-weight: 700;

}

.codeconveyHeader h1 span {
	display: block;
	padding: 0 0 0.6em 0.1em;
	font-size: 0.6em;
	opacity: 0.7;
}

/* To Navigation Style */

.codeconveyTop {
    font-size: 0.69em;
    font-weight: 600;
    line-height: 2.2;
    margin-bottom: 2em;
    margin-top: 2em;
    text-transform: uppercase;
    width: 100%;
}
.codeconveyTop ul{
	margin:0;
	padding:0;	
	text-align:center;
}
.codeconveyTop li{
	list-style:none;	
	float:left;
	margin-right:12px;
	border:solid 2px #8e44ad;
}
.codeconveyTop li a {
	display: inline-block;
	padding: 0 1em;
	text-decoration: none;
	color:#8e44ad;
	font-size:12px;
}

.codeconveyTop span.right {
	float: right;
}

.codeconveyTop span.right a {
	display: block;
	float: left;
	color:#fff;
}
.codeconveyDemos a,
section button {
	display: inline-block;
	background: #a9a9a9;
	color: #fff;
	font-weight: 400;
	padding: 10px 20px;
	margin: 5px;
	text-transform: uppercase;
	border-radius: 2px;
	letter-spacing: 1px;
}

.codeconveyDemos a:hover,
.codeconveyDemos a:active,
.codeconveyDemos a.current-demo {
	background: #777;
}

section {
	text-align: center;
}

section p {
	padding: 20px 0;
}

section button {
	border: none;
	padding: 15px 30px;
	outline: none;
	background: #85b91e;
}

.content {
    font-family: "Lato","Avenir Next",Arial,sans-serif;
    font-size: 25px;
    font-weight: 300;
    line-height: normal;
}


.half{ float:left; width:50%;}



.codecontainer {
  padding-right: 10px;
  padding-left: 10px;
  margin-right: auto;
  margin-left: auto;
   clear: both;
}
@media (min-width: 768px) {
  .codecontainer {
    width: 100%;
  }
}
@media (min-width: 992px) {
  .codecontainer {
    width: 100%;
  }
}
@media (min-width: 1200px) {
  .codecontainer {
    width: 100%;
  }
}

