@import url("google-fonts.css");

html { height: 100%; }

*,
*:after,
*:before {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding: 0;
	margin: 0;
}

body {
	font-family: 'SourceSansProRegular';
	background: #fff;
	font-weight: 400;
	font-size: 100%;
	color: #333;
	height: 100%;
}

.js body {
	overflow: hidden;
}

a {
	color: #555;
	text-decoration: none;
	outline: none;
}

a:hover {
	color: #000;
}

.home-page-container{
	width: 100%;
	height: 100%;
	/*background-image: url(../images/bg2.jpg);*/
	background-image: -webkit-linear-gradient( -30deg, rgb(44,212,217) 49%, rgb(83,51,237) 100%);
	background-image: -moz-linear-gradient( -30deg, rgb(44,212,217) 49%, rgb(83,51,237) 100%);
	background-image: -ms-linear-gradient( -30deg, rgb(44,212,217) 49%, rgb(83,51,237) 100%);
	/*background-position: center center;
	background-size: cover;*/
}

.home-page-container .transparent{
	width: 100%;
	height: 100%;
	/*background: rgba(50,190,190,0.7)*/
}
.home-page-container .logo img{
	height: 120px;
	width: 100%;
	margin-top: 100px;
}

.home-page-container h2{
	color: #fff;
	text-align: center;
	margin-top: 20px;
	font-size: 35px;
}

.home-page-container .interactive{
	color: #fff;
	text-align: center;
	height: 70px;
}

.home-page-container .interactive p{
	padding-top: 20px;
	font-size: 25px;
}

a.button-github {
	text-decoration: none;
	display: block;
	width: 50%;
	margin: 0 auto 1rem;
	margin-top: 40px;
	max-width: 28rem;
	font-size: 15px;
	line-height: 1.9rem;
	box-sizing: border-box;
	padding: .8em 3.5em;
	background-color: #3a3133;
	border: none;
	border-radius: .5em;
	outline: none;
	color: #ffffff;
	text-transform: uppercase;
	letter-spacing: .1em;
	text-align: center;
	transition: background-color .1s ease, border-color .1s ease;
	cursor: pointer;

}

a.button-twitter {
	text-decoration: none;
	display: block;
	width: 50%;
	margin: 0 auto 1rem;
	margin-top: 40px;
	max-width: 28rem;
	font-size: 14px;
	line-height: 1.9rem;
	box-sizing: border-box;
	padding: .8em 3.5em;
	background-color: #55ACEE;
	border: none;
	border-radius: .5em;
	outline: none;
	color: #ffffff;
	text-transform: uppercase;
	letter-spacing: .1em;
	text-align: center;
	transition: background-color .1s ease, border-color .1s ease;
	cursor: pointer;
}

.left-home{
	width: 50%;
}

.right-home{
	position: absolute;
	width: 50%;
	height: 100%;
	left: 50%;
	top: 0%;
}

.roadmap{
	width: auto;
	text-align: center;
	margin-top: 50px;
	border-radius: 6px;
	margin-right: 50px;
	padding-top: 5px;
	padding-bottom: 50px;

}

.circle{
	width: 70px;
	height: 70px;
	background: rgba(0,0,0,0);
	border: 2px solid #fff;
	-moz-border-radius: 35px;
	-webkit-border-radius: 35px;
	border-radius: 35px;
	text-align: center;
	vertical-align: middle;
	margin-left: 120px;
	margin-top: 80px;
}

.circle i{
	color: #ffffff;
	position: relative;
  top: 50%;
  transform: translateY(-50%);
}

.circle i:after {
    position: absolute;
    border: 1px solid #ffffff;
    width: 0;
    height: 80px;
    display: block;
    content: '';
		left: 13px;
    z-index: 100;
		top: 52px;
}

.circle:first-child{
    margin-top: 20px;
}

.circle:last-child i:after {
    display: none;
}

.roadmap p{
	color: #fff;
	font-size: 20px;
}

p.roadmap-text {
	position: absolute;
	text-align: left;
	width: 50%;
	left: 220px;
	margin-top: -12px;
}

@media screen and (max-width: 1024px){
	.right-home{
		display: none;
	}
	.home-page-container{
		background-image: none;
		background: ##2cd4d9;
	}
	.home-page-container .transparent{

	}
	.left-home{
		width: 100%;
	}
	.home-page-container .logo img{
		height: 250px;
		margin-top: 200px;
	}
	.home-page-container h2{
		font-size: 50px;
		margin-top: 50px;
	}
	.home-page-container .interactive p{
		font-size: 45px;
		margin-top: 50px;
	}
	a.button-github{
		font-size: 25px;
		margin-top: 100px;
	}
	a.button-twitter{
		font-size: 25px;
		margin-top: 100px;
	}
}

@media screen and (max-width: 768px){
	.home-page-container .logo img{
		height: 250px;
		margin-top: 120px;
	}
	.home-page-container .interactive p{
		font-size: 35px;
		margin-top: 30px;
		margin-left: 5px;
		margin-right: 5px;
	}
	a.button-github{
		font-size: 25px;
		margin-top: 60px;
	}
	a.button-twitter{
		font-size: 25px;
		margin-top: 60px;
	}
}

@media screen and (max-width: 600px){
	.home-page-container .logo img{
		height: 200px;
		margin-top: 100px;
	}
	.home-page-container h2{
		font-size: 40px;
		margin-top: 20px;
	}
	.home-page-container .interactive p{
		font-size: 30px;
		margin-top: 20px;
		margin-left: 5px;
		margin-right: 5px;
	}
	a.button-github{
		font-size: 20px;
		margin-top: 60px;
	}
	a.button-twitter{
		font-size: 20px;
		margin-top: 60px;
	}
}

@media screen and (max-width: 414px){
	.home-page-container .logo img{
		height: 150px;
		margin-top: 50px;
	}
	.home-page-container h2{
		font-size: 30px;
		margin-top: 20px;
	}
	.home-page-container .interactive p{
		font-size: 22px;
		margin-top: 20px;
		margin-left: 5px;
		margin-right: 5px;
	}
	a.button-github{
		font-size: 10px;
		margin-top: 30px;
	}
	a.button-twitter{
		font-size: 10px;
		margin-top: 30px;
	}
}


@media screen and (max-width: 375px){
	.home-page-container .logo img{
		height: 150px;
		margin-top: 70px;
	}
	.home-page-container h2{
		font-size: 30px;
		margin-top: 20px;
	}
	.home-page-container .interactive p{
		font-size: 22px;
		margin-top: 20px;
		margin-left: 5px;
		margin-right: 5px;
	}
	a.button-github{
		font-size: 12px;
		margin-top: 30px;
	}
	a.button-twitter{
		font-size: 12px;
		margin-top: 30px;
	}
}

@media screen and (max-width: 320px){
	.home-page-container .logo img{
		height: 120px;
		margin-top: 50px;
	}
	.home-page-container h2{
		font-size: 28px;
		margin-top: 20px;
	}
	.home-page-container .interactive p{
		font-size: 20px;
		margin-top: 10px;
		margin-left: 5px;
		margin-right: 5px;
	}
	a.button-github{
		font-size: 10px;
		margin-top: 30px;
	}
	a.button-twitter{
		font-size: 10px;
		margin-top: 30px;
	}
}
