/* -------------------- MISC -------------------- */
*{
	margin: 0;
	padding: 0;
}

.clearfix{
    clear: both;
}

body {
	font-family: 'Open Sans', 'Raleway', sans-serif;
	background: white;
    letter-spacing: 0.1px;
}

a{
    text-decoration: none;		
}

.left{
	float: left;
}

.right{
	float: right;
}

.main-wrapper{
	position: relative;
}

.main-box{
    margin-top: 25vh;
    position: absolute;
    left: 50%;
    transform: translate(-50%);
    width: 35vw;
    max-width: 500px;
    min-width: 340px;
}

.dl-box{
	border-top: 1px dashed #a5a5a5;
    padding-top: 15px;
    margin: 30px 15px;
    display: block;
}

.dl-box h3{
	float: left;
	line-height: 40px;
}

.dl-box h3 span,
.history-box h3 span{
	color: #959595;
    font-weight: 100;
    font-size: 14px;
}

.history-box{
    margin: 0px 15px;
    margin-bottom: 20px;
}

.history-box h3{
    float: left;
    /*line-height: 40px;*/
}

.history-box h4{
    /*float: right;*/
    text-align: right;
}

.dl-history{
	position: relative;
	opacity: 0.3;
}

.dl-history:after{
    position: absolute;
    bottom: 0;
    height: 100%;
    width: 100%;
    content: "";
    display: block;
    background: -moz-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(255,255,255,0) 6%, rgba(255,255,255,1) 100%);
    background: -webkit-linear-gradient(top, rgba(255,255,255,0) 0%,rgba(255,255,255,0) 6%,rgba(255,255,255,1) 100%);
    background: linear-gradient(to bottom, rgba(255,255,255,0) 0%,rgba(255,255,255,0) 6%,rgba(255,255,255,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#ffffff',GradientType=0 );
}



.dl-btn{
 	float: right;
    background: #336cec;
    padding: 10px 20px;
    border-bottom: 4px solid #0d3ca4;
    color: white;
    font-size: 14px;
    transition: 0.3s;
    text-transform: uppercase;
}

.dl-btn:hover{
	background: #4b83ff;
    border-bottom: 4px solid #1151de;
    box-shadow: 0px 0px 10px #1151de7a;
}

.dl-btn:active{
	margin-top: 3px;
    border-bottom-width: 1px;
    box-shadow: 0px 0px 10px #1151de7a;
}

i{
	margin-right: 5px;	
}

.logo{
	width: 100%;
}

.download{
	height:	20px;
}

.gitHub {
    position: absolute;
    display: inline-block;
    top: 0;
    right: 0;
    margin: 10px;
    padding: 16px 13px;
	border: 1px solid #8c8c8c;
	box-shadow: none;
	transition: 0.3s;
	background: white;
}

.gitHub:hover {
	box-shadow: 3px 3px 6px rgba(0, 0, 0, 0.14)
}

.gitHub i, .gitHub h1, .gitHub h3{
	color: black;
}

.gitHub p{
	color: #8c8c8c;
}

.infoBox{
    width: 250px;
    text-align: left;
}

.infoBox small{
	margin-top: 10px;
	display: inline-block;
	font-size: 11px;
}

.infoBox h3{
	margin-bottom: 4px;
}

.infoBox p{
	font-size: 14px;
}

.gitLogo{
	margin: 6px 16px;
    font-size: 40px;
}


@media screen and (max-width: 900px) {
    .gitHub {
    	margin: 0px;
    	margin-top: 60px;
    	position: relative;
   	    left: 50%;
	    transform: translate(-50%);
	    width: 35vw;
	    max-width: 500px;
	    min-width: 340px;
    }

    .main-box{
	    position: relative;
	}
}