<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* ==========================================================================
 Media Queries
 ========================================================================== */

/* ---------------------------------------------------------------------- */
/*	Version 1024px
 /* ---------------------------------------------------------------------- */
@media handheld, only screen and (max-width: 1024px) {
	#download h2, #slider .item h1 {
		font-size: 3em;
	}

	#slider .item p {
		color: white;
		font-size: 1.5em;
		margin: 0 0 1em;
	}

	#gallery .item .hover i {
		border: 4px solid #F06303;
		color: #F06303;
		display: block;
		font-size: 2.9em;
		height: 50px;
		left: 60px;
		line-height: 1.4em;
		margin: 2% auto 0;
		top: 60px;
		width: 50px;
	}
	#gallery .item .hover h3 {
		color: #F06303;
		font-family: 'Armata', sans-serif;
		font-size: 1.5em;
		margin-top: 10px;
	}
	#gallery .item .hover p {
		color: #849BAE;
		font-size: 1.2em;
	}
	#gallery .item .hover {

		height: 85%;
	}

}

/* ---------------------------------------------------------------------- */
/*	Mobile Version 767px
 /* ---------------------------------------------------------------------- */

@media handheld, only screen and (max-width: 767px) {
	header .navbar-nav {
		float: none;
	}
	.main{
		margin-top: 20px;
		margin-bottom: 30px;
		padding: 10px;
	}
	
	#gallery .item .hover {
	    height: 90%;
	}
	#slider .item h1 {
    color: white;
    font-size: 45px !important;
    font-weight: 700;
    line-height: 1.28em;
    margin: -0.2em 0 0.4em;
    text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.5);
    text-transform: uppercase;
}
#slider .item ul {
    color: white;
    font-size: 17px !important;
    font-weight: 400;
    line-height: 30px;
    margin: 1.4em 0 1.4em;
    text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.5);
}
#download h2, #slider .item h1 {
    font-size: 35px;
}
#download a {
    margin-bottom: 20px;
}
#features .item {
    padding: 0 0 8px 0;
    cursor: default;
}
#space .img-responsive {
    margin-top: 10px;
}
#space .panel-title &gt; a {
    font-size: 20px;
}
#space .panel-body {
    font-size: 14px !important;
}
.lead {
    font-size: 18px !important;
    line-height: 30px !important;
}


}

/* ---------------------------------------------------------------------- */
/*	Mobile Version 600px
 /* ---------------------------------------------------------------------- */

@media handheld, only screen and (max-width: 600px) {
}

/* ---------------------------------------------------------------------- */
/*	Mobile Version 568px
 /* ---------------------------------------------------------------------- */

@media handheld, only screen and (max-width: 568px) {

	body &gt; section &gt; .container &gt; h2 {
		font-size: 4em;
	}

	#features .item div {
		width: 201px;
		height: 201px;
	}

	#features .item div i {
		left: 50px;
		top: 50px;
	}

	#space .panel-title {
		font-size: 1.4em;
	}

	#space .panel-body {
		font-size: 1.2em;
		padding: 4%;
	}
	
}

/* ---------------------------------------------------------------------- */
/*	Mobile Version 320px
 /* ---------------------------------------------------------------------- */

@media handheld, only screen and (max-width: 280px) {

}
</pre></body></html>