@import url("https://fonts.googleapis.com/css?family=Raleway:400,400italic,700,800");

html,
body,
section,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
a,
abbr,
acronym,
address,
big,
cite,
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,
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;
}

mark {
	background-color: transparent;
	color: inherit;
}

input::-moz-focus-inner {
	border: 0;
	padding: 0;
}

input,
select,
textarea {
	-moz-appearance: none;
	-webkit-appearance: none;
	-ms-appearance: none;
	appearance: none;
}

/* Basic */

html {
	box-sizing: border-box;
	background-color: #313a3d;
	background-image: url("images/img-1.png");
	background-repeat: no-repeat;
	background-size: auto 100vh;
	background-position: right 10%;
	background-attachment: fixed;
	min-height: 100vh;
}

*,
*:before,
*:after {
	box-sizing: inherit;
}

html.is-preload *,
html.is-preload *:before,
html.is-preload *:after {
	-moz-animation: none !important;
	-webkit-animation: none !important;
	-ms-animation: none !important;
	animation: none !important;
	-moz-transition: none !important;
	-webkit-transition: none !important;
	-ms-transition: none !important;
	transition: none !important;
}

html.is-touch {
	height: 100vh;
	overflow: hidden;
}

html.is-touch #wrapper {
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	-webkit-overflow-scrolling: touch;
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
	height: 100vh;
	overflow: auto;
}

body,
input,
select,
textarea {
	color: #6f7577;
	font-family: "Raleway", "Helvetica", sans-serif;
	font-size: 15pt;
	font-weight: 400;
	line-height: 1.75em;
}

a {
	-moz-transition: color 0.2s ease-in-out, border-bottom-color 0.2s ease-in-out;
	-webkit-transition: color 0.2s ease-in-out, border-bottom-color 0.2s ease-in-out;
	-ms-transition: color 0.2s ease-in-out, border-bottom-color 0.2s ease-in-out;
	transition: color 0.2s ease-in-out, border-bottom-color 0.2s ease-in-out;
	border-bottom: dotted 1px;
	color: #8cd1a8;
	text-decoration: none;
}

a:hover {
	border-bottom-color: transparent !important;
	color: #8cd1a8 !important;
	text-decoration: none;
}

strong,
b {
	color: #61686b;
	font-weight: 700;
}

em,
i {
	font-style: italic;
}

p {
	margin: 0 0 2em 0;
}

h1,
h2,
h3 {
	color: #61686b;
	font-weight: 800;
	letter-spacing: 0.075em;
	line-height: 1em;
	margin: 0 0 1em 0;
	text-transform: uppercase;
}

h1 a,
h2 a,
h3 a {
	color: inherit;
	text-decoration: none;
}

h2 {
	font-size: 1.75em;
	line-height: 1.5em;
}

h3 {
	font-size: 1em;
	line-height: 1.5em;
}

/* Container */

.container {
	margin: 0 auto;
	max-width: calc(100% - 4em);
	width: 35em;
}

/* Row */

.row {
	display: flex;
	flex-wrap: wrap;
	box-sizing: border-box;
	align-items: stretch;
	margin-top: 0;
	margin-left: -1.5em;
}

.row>* {
	box-sizing: border-box;
	padding: 0 0 0 1.5em;
}

.row.gtr-uniform {
	margin-top: -1.5em;
}

.row.gtr-uniform>* {
	padding-top: 1.5em;
}

.row.gtr-uniform>*> :last-child {
	margin-bottom: 0;
}

.row>.col-6 {
	width: 50%;
}

.row>.col-12 {
	width: 100%;
}

/* Loader */

@keyframes spinner-rotate {
	0% {
		transform: rotate(0deg);
	}

	100% {
		transform: rotate(360deg);
	}
}

html body:before {
	-webkit-font-smoothing: antialiased;
	display: block;
	font-family: "Font Awesome 6 Free";
	font-weight: 900;
	content: "\f1ce";
	position: fixed;
	top: 50%;
	left: 50%;
	width: 2em;
	height: 2em;
	margin: -1em 0 0 -1em;
	font-size: 2em;
	line-height: 2em;
	text-align: center;
	color: #464e50;
	opacity: 0;
	z-index: -1;
}

html body:after {
	content: "";
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: #313a3d;
	opacity: 0;
	z-index: -1;
}

html.is-preload body:before {
	animation: spinner-rotate 0.75s infinite linear;
	opacity: 1;
	z-index: 10001;
}

html.is-preload body:after {
	opacity: 1;
	z-index: 10000;
}

/* Section/Article */

section.special {
	text-align: center;
}

header p {
	color: #a8b0b3;
	letter-spacing: 0.05em;
	text-transform: uppercase;
}

header h1+p,
header h2+p {
	margin-top: -1em;
}

header.major {
	text-align: center;
}

header.major h1,
header.major h2 {
	position: relative;
}

header.major h1:after,
header.major h2:after {
	background: #dddddd;
	content: '';
	display: block;
	height: 2px;
	margin: 0.75em auto 0 auto;
	position: relative;
	width: 4em;
}

header.major p {
	margin-top: 0;
}

/* Form */

form {
	margin: 0 0 2em 0;
}

input[type="text"],
input[type="email"],
textarea {
	appearance: none;
	background: rgba(144, 144, 144, 0.15);
	border-radius: 0;
	border: none;
	color: inherit;
	display: block;
	outline: 0;
	padding: 0 1em;
	text-decoration: none;
	width: 100%;
}

input[type="text"]:invalid,
input[type="email"]:invalid,
textarea:invalid {
	box-shadow: none;
}

input[type="text"]:focus,
input[type="email"]:focus,
textarea:focus {
	box-shadow: inset 0 0 0 2px #8cd1a8;
}

input[type="text"],
input[type="email"] {
	height: 3em;
}

::-webkit-input-placeholder {
	color: #a8b0b3 !important;
	opacity: 1;
}

:-moz-placeholder {
	color: #a8b0b3 !important;
	opacity: 1;
}

::-moz-placeholder {
	color: #a8b0b3 !important;
	opacity: 1;
}

:-ms-input-placeholder {
	color: #a8b0b3 !important;
	opacity: 1;
}

/* Icon */

.icon {
	text-decoration: none;
	border-bottom: none;
	position: relative;
}

.icon>.label {
	display: none;
}

ul.icons {
	cursor: default;
	list-style: none;
	padding-left: 0;
}

ul.icons li {
	display: inline-block;
	padding: 0 1.5em 0 0;
}

ul.icons li:last-child {
	padding-right: 0;
}

ul.icons li .icon {
	font-size: 1.5em;
}

/* Image */

.image {
	border: 0;
	display: inline-block;
	position: relative;
}

.image:before {
	background: url("images/overlay.png");
	content: '';
	display: block;
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
}

.image img {
	display: block;
}

.image.fit {
	display: block;
	margin: 0 0 2em 0;
	width: 100%;
}

.image.fit img {
	width: 100%;
}

/* List */

ul {
	list-style: disc;
	margin: 0 0 2em 0;
	padding-left: 1em;
}

ul li {
	padding-left: 0.5em;
}


/* Icons Grid */

ul.icons-grid {
	list-style: none;
	padding: 0;
	position: relative;
}

ul.icons-grid li {
	display: block;
	float: left;
	padding: 3em 0 1.5em 0;
	width: 50%;
}

ul.icons-grid li h3 {
	margin: 10px 0 0 0;
}

ul.icons-grid li:nth-child(2n + 1) {
	box-shadow: inset -1px 0 0 0 #dddddd, 1px 0 0 0 #dddddd;
}

ul.icons-grid li:nth-child(2n + 3):before {
	background: #dddddd;
	content: '';
	display: block;
	height: 2px;
	margin-top: -3em;
	position: absolute;
	width: 100%;
}

ul.icons-grid:after {
	clear: both;
	content: '';
	display: block;
}

/* Actions */

ul.actions {
	display: flex;
	cursor: default;
	list-style: none;
	margin-left: -1em;
	padding-left: 0;
}

ul.actions li {
	padding: 0 0 0 1em;
	vertical-align: middle;
}

ul.actions.special {
	justify-content: center;
	width: 100%;
	margin-left: 0;
}

ul.actions.special li:first-child {
	padding-left: 0;
}

/* Button */

input[type="submit"] {
	appearance: none;
	transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out;
	background-color: transparent;
	border-radius: 0;
	border: 0;
	box-shadow: inset 0 0 0 2px #dddddd;
	color: #61686b !important;
	cursor: pointer;
	display: inline-block;
	font-weight: 700;
	height: 3em;
	letter-spacing: 0.05em;
	line-height: 3.15em;
	padding: 0 2em;
	text-align: center;
	text-decoration: none;
	text-transform: uppercase;
	white-space: nowrap;
}

input[type="submit"]:hover {
	background-color: rgba(144, 144, 144, 0.075);
	color: #61686b !important;
}

input[type="submit"]:active {
	background-color: rgba(144, 144, 144, 0.15);
	color: #61686b !important;
}

input[type="submit"].primary {
	background-color: #8cd1a8;
	border: 0;
	box-shadow: none;
	color: #ffffff !important;
}

input[type="submit"].primary:hover {
	background-color: #9ed8b6;
	color: #ffffff !important;
}

input[type="submit"].primary:active {
	background-color: #7aca9a;
	color: #ffffff !important;
}

/* Main */

.main {
	position: relative;
}

.main .image.primary {
	display: none;
}

.main .container {
	padding: 5em 2.5em 8em 2.5em;
	background: rgba(255, 255, 255, 0.95);
	box-shadow: inset 0 1px 0 0 #dddddd;
}

.main .container:before {
	min-height: calc(100vh - 13em);
	content: '';
	display: inline-block;
	vertical-align: middle;
	width: 1px;
}

.main .container .content {
	display: inline-block;
	margin-right: 1px;
	vertical-align: middle;
	width: calc(100% - 10px);
}

.main .goto-next {
	-moz-transition: background-color 0.2s ease-in-out;
	-webkit-transition: background-color 0.2s ease-in-out;
	-ms-transition: background-color 0.2s ease-in-out;
	transition: background-color 0.2s ease-in-out;
	background-color: rgba(144, 144, 144, 0.075);
	background-image: url("images/arrow.svg");
	background-position: center center;
	background-repeat: no-repeat;
	border-radius: 100%;
	border: 0;
	bottom: 3em;
	display: block;
	height: 4em;
	left: 50%;
	line-height: 4em;
	margin-left: -2em;
	overflow: hidden;
	position: absolute;
	text-indent: 4em;
	white-space: nowrap;
	width: 4em;
}

.main .goto-next:hover {
	background-color: rgba(144, 144, 144, 0.15);
}

.project-card {
	display: block;
	width: calc(100% - 30px);
	max-width: 250px;
	height: 200px;
	margin: 0 auto;
	overflow: hidden;
	border-radius: 8px;
	border: 3px solid #e1e1e1 !important;
	text-decoration: none;
	box-sizing: border-box;
	transition: transform 0.2s ease;
}

.project-card:hover {
	border: 3px solid #e1e1e1 !important;
	transform: translateY(-6px) scale(1.02);
}

.github-link {
	font-size: 10px;
	font-weight: bold;
	border-bottom: solid 1px #8cd1a8;
}

.project-card img {
	width: 100%;
	height: 200px;
	object-fit: contain;
	background: white;
	object-position: top;
	display: block;
}

.bottom-image {
	object-position: center 30%;
}

/* Header */

#header {
	height: 100vh;
	position: relative;
	text-align: center;
}

#header:after {
	content: '';
	display: inline-block;
	height: 100vh;
	vertical-align: middle;
}

#header header {
	color: rgba(255, 255, 255, 0.5);
	display: inline-block;
	padding-bottom: 8em;
	vertical-align: middle;
}

#header header h1,
#header header strong,
#header header b {
	color: #ffffff;
}

#header header a {
	color: inherit;
}

#header header a:hover {
	color: #ffffff !important;
}

#header header h1 {
	font-size: 3em;
	line-height: 1.25em;
	margin: 0;
}

#header header h1:after {
	margin-top: 0.5em;
}

#header header p {
	color: #ffffff;
	font-weight: 700;
	margin: 1.5em 0 0 0;
}

/* Footer */

#footer {
	min-height: 100vh;
	padding: 0 0 12em 0;
	position: relative;
	text-align: center;
}

#footer .container {
	padding: 5em 2.5em 3em 2.5em;
	background: rgba(255, 255, 255, 0.95);
	box-shadow: inset 0 1px 0 0 #dddddd;
}

#footer footer {
	bottom: 2em;
	color: rgba(255, 255, 255, 0.5);
	left: 0;
	position: absolute;
	text-align: center;
	width: 100%;
}

#footer footer a {
	color: inherit;
}

#footer footer a:hover {
	color: #ffffff !important;
}

/* Laptop */

@media screen and (max-width: 1080px) {

	/* Basic */

	body,
	input,
	select,
	textarea {
		font-size: 12pt;
	}

}

@media screen and (max-width: 980px) {

	/* Main */

	.main .image.primary {
		display: block;
		margin: 0 0 4em 0;
		height: 400px;
		overflow: hidden;
		border: 3px solid #e1e1e1;
		border-radius: 8px;
	}

	.main .image.primary img {
		width: 100%;
		height: 100%;
		object-fit: cover;
	}

	.main .container {
		padding: 3em 3em 8em 3em;
	}

	.main .container:before {
		display: none;
	}

	/* Header */

	#header header {
		padding-bottom: 9em;
		width: 80%;
	}

	/* Footer */

	#footer {
		min-height: 0;
		padding: 0;
	}

	#footer .container {
		padding: 3em 3em 1em 3em;
	}

	#footer footer {
		padding: 3em 3em 1em 3em;
		bottom: auto;
		position: relative;
	}

	.container {
		width: 80% !important;
		max-width: 100% !important;
	}
}

/* Phone */

@media screen and (max-width: 736px) {

	/* Basic */

	h2 {
		font-size: 1.35em;
	}

	/* Main */

	.main .container {
		padding: 3em 1.5em 1em 1.5em;
	}

	.main .container .image.primary:first-child {
		margin: -1.5em 0 2.5em 0;
	}

	.main .goto-next {
		display: none;
	}

	/* Header */

	#header {
		height: 80vh;
	}

	#header:after {
		height: 80vh;
	}

	#header header {
		padding-bottom: 0;
	}

	#header header h1 {
		font-size: 2em;
	}

	#header header p {
		margin-top: 1em;
	}

	/* Images */

	.main .image.primary {
		height: 300px;
		overflow: hidden;
	}

	/* Footer */

	#footer .container {
		padding: 3em 1.5em 1em 1.5em;
	}

	.row {
		margin-left: -1em;
	}

	.row>* {
		padding-left: 1em;
	}

	.row.gtr-uniform {
		margin-top: -1em;
	}

	.row.gtr-uniform>* {
		padding-top: 1em;
	}

}

/* XSmall */

@media screen and (max-width: 480px) {

	/* Basic */

	html,
	body {
		min-width: 320px;
	}

	/* List */

	ul.actions {
		flex-direction: column;
		margin: 0 0 2em 0;
		width: 100%;
	}

	ul.actions li {
		padding: 1em 0 0 0;
		text-align: center;
		width: 100%;
	}

	ul.actions li:first-child {
		padding-top: 0;
	}

	ul.actions li>* {
		width: 100%;
	}

	.row>.col-12-xsmall {
		width: 100%;
	}

	ul.icons-grid li {
		box-shadow: inset 0 1px 0 0 #dddddd !important;
		float: none;
		margin: 2em 0 0 0;
		padding: 2em 0 0 0;
		width: 100%;
	}

	ul.icons-grid li:first-child {
		box-shadow: none !important;
		margin-top: 0;
		padding: 1em 0 0 0;
	}

	ul.icons-grid li:nth-child(2n + 1) {
		box-shadow: none;
	}

	ul.icons-grid li:nth-child(2n + 3):before {
		display: none;
	}

	/* Button */

	input[type="submit"] {
		padding: 0;
	}

	/* Main */

	.main .container {
		padding: 3em 1em 1em 1em;
	}

	.main .container .image.primary:first-child {
		margin: -2em 0 2.5em 0;
	}

	/* Footer */

	#footer .container {
		padding: 3em 1em 1em 1em;
	}

	.container {
		width: 100% !important;
	}
}