*{
	font-family:-apple-system,BlinkMacSystemFont,"Segoe UI","Roboto","Oxygen","Ubuntu","Cantarell","Fira Sans","Droid Sans","Helvetica Neue",sans-serif;
}

::selection {
    background:rgba(108, 104, 251, .5);
}
::-moz-selection {
    background:rgba(108, 104, 251, .5);
}

body{
	margin:0px;
}

#topGreenLine, #bottomGreenLine{
	position:fixed;
	height:10px;
	width:80%;
	background-color:#00ff99;
}

#topGreenLine{
	top:0px;
	right:100%;
	border-radius:9999px 9999px 0px 0px;
}

#bottomGreenLine{
	bottom:0px;
	left:100%;
	border-radius:0px 0px 9999px 9999px;
}

#bookmarkCommandNoticeContainer{
	text-align:center;
	position:fixed;
	top:0px;
	left:0px;
	width:100%;
	z-index:999999;
	display:none;
	pointer-events:none;
}

#bookmarkCommandNotice{
	background:rgba(0,0,0,0.8);
	display:inline-block;
	color:#fff;
	padding:20px 40px;
	border-radius:0px 0px 4px 4px;
}

#bookmarkCommandNoticePress{
	color:rgba(255,255,255,0.8);
	display:inline-block;
	padding:5px 20px;
	background:rgba(0,0,0,0.1);
	border-radius:10px;
	margin-bottom:10px;
	font-size:15px;
}

#bookmarkCommand{
	font-size:100px;
}

#bookmark{
    position:absolute;
    top:15px;
    right:100px;
	background-color:#000;
	color:#fff;
	padding:15px 30px 15px 50px;
	border-radius:99999px;
	display:inline-block;
	background-image:url("../images/emptyStarWhite.png");
	background-size:20px auto;
	background-position:20px center;
	background-repeat:no-repeat;
	font-size:20px;
	cursor:pointer;
}

#bookmark.bookmarked{
	background-image:url('../images/fullStar.png');
}

#bookmark.bookmarked:hover{
	background-image:url('../images/fullStar.png');
}

#bookmark:hover{
	background-color:#6864e8;
	color:#fff;
	background-image:url("../images/emptyStarWhite.png");
}

#copyManuallyNotice{
	position:fixed;
	bottom:100%;
	left:0px;
	width:100%;
	height:100%;
	background:#999;
	color:#fff;
	display:table;
}

#copyManuallyNotice>div{
	display:table-cell;
	vertical-align:middle;
	font-size:30px;
}

a{
    color:#6864e8;
}

input{
    -webkit-appearance:none;
    -moz-appearance:none;
    -ms-appearance:none;
    -o-appearance:none;
    appearance:none;
    border-radius:0px;
    border:1px solid #222;
    margin:0px;
    outline-color:#6762e0;
}

button{
    -webkit-appearance:none;
    -moz-appearance:none;
    -ms-appearance:none;
    -o-appearance:none;
    appearance:none;
    border-radius:0px;
    border:0px none transparent;
    margin:0px;
    outline-color:#62e0b6;
}

header{
	background:#222;
	padding:50px 0px 130px 0px;
	overflow:hidden;
	color:#fff;
	position:relative;
}

header>.table{
	width:100%;
	max-width:1000px;
	margin:auto;
}

header>.table>.cell{
	vertical-align:middle;
	width:50%;
	text-align:center;
}

#splashLogo{
	text-align:center;
}

#logo{
    height:150px;
}

#splashLogo h1{
	text-align:center;
	font-weight:bold;
	font-size:70px;
	padding:0px;
	margin:0px;
}

.custom-shape-divider-bottom-1597786768 {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	overflow: hidden;
	line-height: 0;
	transform: rotate(180deg);
}

.custom-shape-divider-bottom-1597786768 svg {
	position: relative;
	display: block;
	width: calc(111% + 1.3px);
	height: 122px;
}

.custom-shape-divider-bottom-1597786768 .shape-fill {
    fill: #FFFFFF;
}

.panel{
	padding:50px 0px;
}

.content{
	width:100%;
	max-width:1040px;
	margin:auto;
	padding:20px;
	box-sizing:border-box;
}

.h2Container{
	position:relative;
	padding:4px 15px 4px 15px;
	text-align:center;
	margin-bottom:40px;
}

.h2Container h2{
	display:inline-block;
	font-size:50px;
	margin:0px;
	padding-bottom:40px;
}

.h2Container>div{
	background:#6864e8;
	position:absolute;
	bottom:0px;
	left:25%;
	width:50%;
	height:4px;
	border-radius:9999px;
}

p{
    padding:16px;
    background:#f6f8fa;
    color:#6a737d;
    line-height:1.5;
    font-size:16px;
}

#pitch{
    text-align:center;
}

.sectionTitle{
    display:block;
    color:#24292e;
    font-weight:bold;
    font-size:24px;
    padding:0px;
    margin:40px 0px 20px 0px;
}

.sectionTitle:after{
    content:":";
}

#repoInput{
    width:100%;
    padding:20px;
    font-size:20px;
    box-sizing:border-box;
    border:1px solid #222;
}

#styleTags{
    text-align:right;
}

.styleTag{
    background:#f6f8fa;
	color:#6a737d;
	border:0px none transparent;
	padding:5px;
	font-size:16px;
	cursor:pointer;
	margin-top:5px;
	min-width:115px;
	text-align:center;
}

.styleTag.darkTheme, .styleTag.notextFormat{
    background:#6864e8;
    color:#fff;
}

#demos{
    display:table;
    width:100%;
}

#demos .demo{
    display:table-cell;
    width:50%;
    padding:0px 20px 20px 20px;
}

h4{
    font-size:18px;
    color:#444;
    font-weight:bold;
    margin:0px;
    padding:0px;
}
 
#demos .demo .demoImage{
    width:100%;
    height:130px;
    margin:5px 0px;
    background-size:contain;
    background-repeat:no-repeat;
    background-position:left center;
}

.demoCopySection{
    position:relative;
}

.demoCopySection input{
    width:100%;
    padding:10px;
    font-size:16px;
    box-sizing:border-box;
    border:1px solid #777;
    color:#777;
}

.demoCopySection button{
    position:absolute;
    height:100%;
    top:0px;
    right:0px;
    cursor:pointer;
    border:0px none transparent;
    background:#6864e8;
    color:#fff;
    padding-left:20px;
    padding-right:20px;
}

.demoCopySection button:hover{
    background:#605cd6;
}

#donationAsk{
    margin-bottom:0px;
    text-align:center;
}

#githubStarAskLink{
	color:#fff;
}

#githubStarAsk{
    background:#6864e8;
    padding:10px;
    box-sizing:border-box;
    text-align:center;
    font-size:16px;
    color:#fff;
}

.table{
	display:table;
}

.cell{
	display:table-cell;
}

.highlighted{
    background:rgba(108, 104, 251, 1);
    color:#fff;
    padding:0px 3px;
    border-radius:4px;
    overflow:hidden;
}

@media only screen and (max-width: 900px){
    #bookmark{
        display:none;
    }
    
    #demos{
        display:block;
    }
    
    #demos .demo{
        display:block;
        width:100%;
        margin-top:40px;
     }
    
    #demos .demo:first-of-type{
        padding:0px;
        margin-top:0px;
    }
     
     #demos .demo:last-of-type{
        padding:0px;
        margin-top:20px;
    }
}