body {
	font-family: 'Montserrat Alternates';
}

h1 {
	font-weight: 500;
	font-size: 3rem;
	font-family: 'Montserrat Alternates'important !;
}

a,
a>span {
	position: relative;
	color: inherit;
	text-decoration: none;
	line-height: 24px;
}

a:before,
a:after,
a>span:before,
a>span:after {
	content: '';
	position: absolute;
	transition: transform .5s ease;
}

.effect-1 {
	padding-top: 10px;
}

.effect-1:before {
	left: 0;
	bottom: 0;
	width: 100%;
	height: 1px;
	background: #0883a4;
	transform: scaleX(0);
}

.effect-1:hover:before {
	transform: scaleX(1);
}

/* Style the header */
.header {
	/*height: 100vh;*/
	background: #151128 url("../pix/headerfoot.svg") no-repeat bottom;
	color: #ddd;
	padding-bottom: 4rem
}

.header p {
	font-size: 1.2rem;
	margin-top: 0;
	margin-bottom: 2rem;
}

.header-std {
	/*height: 100vh;*/
	background: #151128;
	color: #ddd;
	padding-bottom: 2rem
}

#totop {
	position: fixed;
	bottom: 4%;
	right: 10px;
	display: none;
	z-index: 99;
	color: #1BA1E2;
	font-size: 1em;
	text-align: center;
}

#totop:hover {
	border-bottom: 2px solid transparent;
}

section {
	padding: 4rem 0;
	color: #555;
}

section h1.headerLine {
	font-size: 40px;
	text-align: center;
	line-height: 1;
}

section div.lineContainer {
	width: 100%;
	height: 1px;
	display: block;
	text-align: center;
	font-size: 0;
	margin: 2rem 0;
}

section div.lineContainer div.line {
	width: 100px;
	height: 2px;
	display: inline-block;
	background-color: #2188ff;
	margin: 0;
	line-height: 0;
}

section p {
	display: block;
	margin-bottom: 2rem;
}

@media only screen and (max-width: 500px) {
	section p {
		width: 100%;
	}
}

/* Page content */
.content {
	padding: 16px;
}


#topMenu {
	right: 0;
}

.container {
	max-width: 1128px;
	width: 100%;
	margin: 0 auto;
	padding-left: 16px;
	padding-right: 16px;
	position: relative;
}

.appstore {
	background: url("../pix/appstore.png") no-repeat fixed center;
	background-size: 100% 100%;
}

.playstore {
	background: url("../pix/googleplay.png") no-repeat fixed center;
	background-size: 100% 100%
}

.box-simple {
	text-align: center;
}

.box-simple .icon {
	display: inline-block;
	text-align: center;
	margin-top: 40px;
	width: 80px;
	height: 80px;
	line-height: 80px;
	border-radius: 40px;
	color: #2188ff;
	border: solid 1px #2188ff;
	-webkit-transition: all .2s ease-out;
	-moz-transition: all .2s ease-out;
	transition: all .2s ease-out;
}

.box-simple:hover .icon {
	-webkit-transform: scale(1.1, 1.1);
	-ms-transform: scale(1.1, 1.1);
	-o-transform: scale(1.1, 1.1);
	transform: scale(1.1, 1.1);
}

.box-simple:hover p {
	color: #000;
	font-weight: 500;
}

footer ul {
	list-style: none;
	padding: 0;
	font-weight: 300;
}

.footer-heading {
	color: #eee;
	font-weight: 600;
}

.w3-accord {
	border: none;
	border-bottom: 1px solid #eee;
	display: inline-block;
	padding: 8px 16px;
	vertical-align: middle;
	overflow: hidden;
	text-decoration: none;
	color: inherit;
	background-color: inherit;
	text-align: center;
	cursor: pointer;
}

.w3-accord:hover {
	box-shadow: 0 8px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 10px 0 rgba(0, 0, 0, 0.19)
}