body {
	/*background-color: #3498db;*/
	background-color: #1a88d2;
	/*color: #efefef;*/
	font-family: "Open Sans", sans-serif;
	margin: 0px;
	padding: 0px;
	color: #fff;
}
a,
a:hover {
	color: #fff;

}

h1,h2,h3,h4 {
	font-family: 'Nanum Gothic', serif;
}
/*.container {
	background-color: #fff;
	padding: 10px;
}*/
.hero {
	/*margin-top: 2%;*/
	/*margin-bottom: 20px;*/
}

.hero-heading {
	/*margin-top: -35px;*/
}

.vid {
	width: 98%;
	margin-top: 0px;
	border-radius: 5px;
	box-shadow: 1px 1px 5px #ddd;
	margin-left: 10px;
}

/*.browser-hero {
	position: absolute;
    width: 400px;
    border-right: 1px solid #444;
    overflow: hidden;
    top: 63px;
     left: 10px; 
    left: 14px;
    box-shadow: 1px 1px 10px #ccc;
    padding-bottom: 20px;
    border-radius: 5px;
}*/

.browser-hero-wrapper {

}
.browser-hero {
	display: block;
	width: 75%;
	margin: 15px auto;
	margin-top: 20px;
	border-radius: 5px;
	/*box-shadow: 0px 0px 5px #44444444;*/
	/*border: 1px solid #ffffff;*/
	/*box-shadow: 1px 1px 10px #eee;*/
}

.pricing {
	text-align: center;
	font-size: 1.5em;
}

.strike {
	text-decoration: line-through;
	font-size: 0.7em;
	margin-right: 10px;
}
.cta {
	width: 100%;
	border-radius: 20px;
	font-size: 1.1em;
	text-transform: none;
}

.popup-action {
	position: fixed;
    top: 8px;
    right: 8px;
}
.header {
	/*color: #fff;
	background-color: #3498db;*/
	padding-top: 10px;
	/*border-bottom: 1px solid #ccc;*/
	margin-bottom: 10px
}
.header ul {
	list-style: none;
}
.header ul li {
	float: right;
	display: inline-block;
	margin: 10px;
}

.title {
	text-align: center;
	/*margin-top: 20px;*/
	/*text-decoration: underline;*/
	/*float: left;*/
	margin-right: 10px;
	font-size: 2.5em;
	margin-bottom: 10px;
}

.title img {
	width: 40px;
	position: relative;
	top: 5px;
	margin-right: 10px;
}

.subtitle {
	position: relative;
	top: 18px;
}
.about,
.markdown {
	width: 70%;
	margin: 0 auto;
}
.about {
	margin-top: 20px;
}
.byline {
	font-size: 1.2em;
	width: 80%;
	margin: 0 auto;
	/*margin-bottom: 10px;*/
	text-align: center;
}
.ps-byline {
	font-size: 0.9em;
	/*color: #666;*/
	width: 80%;
	margin: 10px auto;
	/*margin-bottom: 10px;*/
	text-align: center;
}
.by-line {
	font-style: italic;
}

.feature {

	border: 1px solid #eee;
	border-radius: 5px;
	padding: 20px;
	padding-bottom: 5px;
	box-shadow: 1px 1px 10px #eee;
	box-shadow: 1px 1px 5px #44444422;
	background-color: #fff;
    color: #444;
    margin-top: 30px;
    margin-bottom: 10px;
}

.feature p {
	/*text-align: justify;*/
}

.feature-title {
	/*text-decoration: underline;*/
	font-size: 1.5em;
	/*text-align: center;*/
}

.made-by {
	-webkit-box-align: center;
	align-items: center;
	background-color: #fff;
	border-left: 1px solid #efefef;
	border-top: 1px solid #efefef;
	border-top-left-radius: 5px;
	bottom: 0;
	color: #333;
	cursor: pointer;
	display: flex;
	font-size: 14px;
	margin: 0;
	padding: 7px 12px;
	position: fixed;
	right: 0;
	text-decoration: none;
	vertical-align: baseline;
	z-index: 4;
}

.ava {
	border-radius: 50%;
  margin-left: 0px;
  margin-right: .6em;
  vertical-align: middle;
}

.more-features img {
	width: 100%;
}

.download {
	margin-top: 10px;
}

.download-logo {
	line-height: 60px;
	    font-size: 1.1em;
	background-color: #444;
    cursor: pointer;
	height: 60px;
	text-align: center;
	border: 1px solid #444;
	border-radius: 100px;
	padding: 8px;
	margin-bottom: 10px;
	/*min-height: 100px;*/
}
.download-logo img {
	float: left;
	height: 100%;
}

@media (max-width: 550px) {
	.vid {
		margin-left: 0px;
		margin-top: 10px;
	}
}

@media (max-width: 330px) {
	.cta {
		font-size: 1em;
	}
}
