/*  ================================================
	Author: Codeberry
	Name: Flare
	URL: https://codeberry.net/downloads/flare
	Version: 1.0
	================================================ */

/* Import fonts and icons */
@import url("font-awesome.min.css");
@import url("grid.css");
@import url("https://fonts.googleapis.com/css?family=Nunito+Sans:300,400,600");

/* 1. Reset */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
	display: block;
}

body {
	line-height: 1;
}

ol, ul {
	list-style: none;
}

blockquote, q {
	quotes: none;
}

blockquote:before, blockquote:after, q:before, q:after {
	content: '';
	content: none;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

body {
	-webkit-text-size-adjust: none;
}

*,
*:before,
*:after {
	square-sizing: border-square;
}

/* 2. Content elements */
::-moz-selection {
	background: #e5e5e5;
	text-shadow: none;
}

::selection {
	background: #e5e5e5;
	text-shadow: none;
}

html,
body {
	font-family: "Nunito Sans", Helvetica, sans-serif;
	background: #ffffff;
	color: #333333;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-weight: 400;
	margin: 1.25em 0 0.75em 0;
}

h1 {
	font-size: 1.75em;
	line-height: 1.25;
}

@media screen and (min-width: 550px) {
	h1 {
		font-size: 2.2em;
	}
}

h2 {
	font-size: 1.35em;
	line-height: 1.25;
}

@media screen and (min-width: 550px) {
	h2 {
		font-size: 1.2em;
	}
}

h3 {
	font-size: 1.25em;
	line-height: 1.3;
	margin: 0.85em 0 0.85em 0;
}

@media screen and (min-width: 550px) {
	h3 {
		font-size: 1.3em;
	}
}

h4 {
	font-size: 1.15em;
	line-height: 1.35;
}

@media screen and (min-width: 550px) {
	h4 {
		font-size: 1.35em;
	}
}

p {
	font-size: 1em;
	font-weight: 300;
	line-height: 1.5;
	margin: 0.938em 0;
}

a {
	color: #777777;
	font-size: .875em;
	font-weight: 400;
	text-decoration: none;
}

a:hover {
	color: #333333;
}

hr {
	border: 0;
	height: 0;
	border-top: 1px solid rgba(0, 0, 0, 0.1);
	border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}

/* List elements */
ul {
	list-style: disc inside;
}

ol {
	list-style: decimal inside;
}

ol,
ul {
	padding-left: 0;
	margin-top: 0;
	font-size: 1em;
	font-weight: 300;
}

ul ul,
ul ol,
ol ol,
ol ul {
	font-size: 90%;
	margin: 1.5em 0 1.5em 3em;
}

li {
	margin-bottom: .5em;
}

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


/* Utilities and self clearing elements */
.u-full-width {
	width: 100%;
	box-sizing: border-box;
}

.u-max-full-width {
	max-width: 100%;
	box-sizing: border-box;
}

.u-pull-right {
	float: right;
}

.u-pull-left {
	float: left;
}

.u-no-margin {
	margin: 0;
}

.container:after,
.row:after,
.u-cf {
	content: "";
	display: table;
	clear: both;
}

/* Preloader elements */
#preloader {
	z-index: 100;
	text-align: center;
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: #ffffff;
	z-index: 99;
}

#page-status {
	text-align: center;
	width: 200px;
	height: 200px;
	position: absolute;
	left: 50%; /* Centers the loading animation horizontally */
	top: 50%; /* Centers the loading animation vertically */
	margin: -100px 0 0 -100px; /* The width and height divided by two */
}

.preloader8 {
	width:30px;
	height:30px;
	display:inline-block;
	padding:0px;
	text-align:left;
}

.preloader8 span {
	position:absolute;
	display:inline-block;
	width:30px;
	height:30px;
	border-radius:100%;
	background:#000000;
	-webkit-animation:preloader8 1.6s linear infinite;
			animation:preloader8 1.6s linear infinite;
}

.preloader8 span:last-child {
	-webkit-animation-delay:-0.8s;
			animation-delay:-0.8s;
}

@keyframes preloader8 {
	0% {
		transform: scale(0, 0);
		opacity:0.5;
	}

	100% {
		transform: scale(1, 1);
		opacity:0;
	}
}

@-webkit-keyframes preloader8 {
	0% {
		-webkit-transform: scale(0, 0);
		opacity:0.5;
	}

	100% {
		-webkit-transform: scale(1, 1);
		opacity:0;
	}
}

/* Header elements */
header.site-header {
	padding: 2em 0 4em 0;
}

header a,
.page-content a {
	text-decoration: none;
	color: #777777;
	font-weight: 400;
}

header a:hover,
.page-content a:hover {
	color: #777777;
	border-bottom: none;
}

/* Logo and social elements*/
.logo {
	width: 33px;
	height: 40px;
	padding-top: .625em;
}

@media screen and (max-width: 549px) {
	.logo {
		display: block;
		margin: 0 auto;
	}
}

.social {
	text-align: right;
	padding: 2rem 0;
}

@media screen and (max-width: 549px) {
	.social {
		text-align: center;
	}
}

.social i {
	font-size: 1.15em;
	margin-left: .75em;
}

/* Page content and project elements */
.page-content {
	padding: 2em 0;
}

.project {
	padding-top: 4em;
}

@media screen and (max-width: 549px) {
	.project {
		padding-top: 2em;
	}
}

.project img {
	max-width: 100%;
}

.project .item:hover {
	opacity: .7;
	border-bottom: none;
}

.project h2 {
	margin-top: 0.5em;
}

.project .subtitle {
	font-size: 1em;
	color: #999999;
	text-transform: none;
	padding-bottom: 2em;
}

.project-info {
	padding-top: 3em;
}

@media screen and (max-width: 549px) {
	.project-info {
		padding-top: 2em;
	}
}

.other-projects {
	margin-top: 4em;
}

.other-projects h2,
.project-description h1,
.project-info h2 {
	font-weight: 600;
}

.other-projects .project {
	padding-top: 1em;
}

/* Footer elements */
footer.site-footer {
	padding-top: 2em;
	padding-bottom: 2em;
}

@media screen and (max-width: 549px) {
	footer.site-footer {
		padding-top: 1em;
		padding-bottom: 1em;
	}
}

footer .copyright,
footer .contact {
	font-size: 1em;
}

footer .copyright {
	text-align: right;
}

@media screen and (max-width: 549px) {
	footer .copyright,
	footer .contact {
		text-align: center;
	}
}