html, body {
	height: 100%;
	overflow: hidden;
}
body {
	font-family: 'Bebas Neue', cursive;
	background-color: #000;
	color: #FFF;
	margin: 0;
	padding: 0;
}
nav#main {
	position: absolute;
	z-index: 1;
	width: 60px;
	height: 100%;
	border-right: 1px solid #666;
	padding-top: 20px;
	background-color: #000;
}
nav#main .menu_item {
	font-family: 'Catamaran', sans-serif;
	font-size: 11px;
	writing-mode: vertical-rl;
	-webkit-writing-mode: vertical-rl;
  	-ms-writing-mode: vertical-rl;
  	-webkit-writing-mode: tb-rl;
	-ms-writing-mode: tb-rl;
	margin: 0 auto 30px;
	letter-spacing: 3px;
	background-color: #000;
	padding: 6px 3px;
	transform: scale(-1);
	
	cursor: pointer;
}
nav#main .menu_item.raptor {
	font-weight: 900;
}
nav#main .menu_item.raptor:hover {
	color: #E2C650;
}
nav#main .menu_item.selected {
	/*background-color: rgba(251, 176, 59, 0.4);*/
	-webkit-animation-name: nav_flash;
	-webkit-animation-duration: 500ms;
	-webkit-animation-iteration-count: 1;
	-webkit-animation-timing-function: linear;
	-webkit-animation-fill-mode: forwards;
	animation-name: nav_flash;
	animation-duration: 500ms;
	animation-iteration-count: 1;
	animation-timing-function: linear;
	animation-fill-mode: forwards;
	padding: 6px 3px;
	color: #FFF;
	
	cursor: pointer;
}
nav#main .menu_item.raptor.raptor_selected {
	color: #E2C650;
	background-color: transparent;
	padding: 6px 3px;
}
nav#main .menu_ig {
	position: absolute;
	bottom: 20px;
	left: 25px;
	cursor: pointer;
}
a {
	color: #FFF;
	position: relative;
	text-decoration: none;
	display: inline-block;
}
a:hover {
	color: #FFF;
	text-decoration: none;
}
a.link_effect:after {    
  background: none repeat scroll 0 0 transparent;
  bottom: 0;
  content: "";
  display: block;
  height: 2px;
  left: 50%;
  position: absolute;
  background: #E2C650;
  transition: width 0.3s ease 0s, left 0.3s ease 0s;
  width: 0;
}
a.link_effect:hover:after {
	width: 100%; 
	left: 0; 
}
/* ======== Bootstrap Patch ============= */
.h-90 {
	height: 90%;
}
.h-10 {
	height: 10%;
}
/* =========== General =========== */
.subheading {
	font-family: 'Catamaran', sans-serif;
	font-size: 60px;
	letter-spacing: 1px;
	font-weight: bold;
	line-height: 0.9;
}

.large_title {
	font-family: 'Lato', sans-serif;
	font-size: 60px;
	letter-spacing: 1px;
	font-weight: 900;
}
.nav_bottom {
	position: absolute;
	bottom: 0;
	right: 0;
	width: 100%;
	margin: 0;
}
.subtitle {
	font-family: 'Lato', sans-serif;
	letter-spacing: 2px;
	text-transform: uppercase;
	font-size: 11px;
	
}
.subtitle:after {
	background: none repeat scroll 0 0 transparent;
	top: 22px;
	content: "";
	display: block;
	height: 4px;
	left: 15px;
	position: absolute;
	background: #FFF;
	width: 100px;
}
.subtitle.long:after {
	width: 225px;
}
.mobile_menu {
	padding-bottom: 10px;
}
.mobile_menu img {
	width: 30px;
	height: 30px;
	cursor: pointer;
}

/* =========== Welcome Page ============= */
#page_welcome {
	background-color: #FFF;
}
#page_welcome a {
	/*color: #6D5926;*/
}
.main_content {
	position: relative;
    color: #FFF;
}
.main_content h1 {
	font-family: 'Catamaran', sans-serif;
	font-weight: 900;
	font-size: 10vw;
	margin-bottom: 0;
	margin-left: -7px;
}
.main_content h2 {
	font-family: 'Catamaran', sans-serif;
	font-weight: 700;
	font-size: 20px;
	letter-spacing: 0.05em;
	margin-top: 40px;
	margin-bottom: 0;
}
.main_content p {
	font-family: 'Lato', sans-serif;
	font-weight: 300;
	font-size: 0.88em;
	line-height: 24px;
	letter-spacing: 1px;
}
.main_content p span {
	font-family: 'Bebas Neue', cursive;
	font-weight: 400;
	font-size: 21px;
}
.main_content .welcome_animation {
    will-change: transform, opacity; 
    animation: slidein 2s 0s forwards;
}
.main_content .welcome_animation a {
    color: currentColor;
}
.main_content .last_update {
	font-family: 'Bebas Neue', cursive;
	font-weight: 400;
	font-size: 16px;
	color: #6D5926;
	padding-top: 30px;
}
.main_content .section_link {
	font-family: 'Catamaran', sans-serif;
	font-size: 16px;
	letter-spacing: 0.1em;
	margin-right: 20px;
	text-transform: uppercase;
	padding: 5px 0;
	display: block;
	width: 35%;
	cursor: pointer;
}

/* Portfolio Page */
.portfolio_content {
	position: relative;
	background: url('../images/dummy_project.png') no-repeat center center;
	background-size: cover;
}
.portfolio_content .large_title {
    will-change: transform, opacity;
    animation: slidein_reverse 2s;
}
.portfolio_content .project_overlay {
	background-color: rgba(0, 0, 0, 0.8);
}
.portfolio_content .long_content {
	/*scroll-snap-type: x mandatory;*/
}
.portfolio_content .project {
	scroll-snap-align: start;
	border-bottom: 1px dashed #CCC;
}
.portfolio_content .project_title {
	display: block;
	margin: auto;
	text-align: center;
}
.portfolio_content .project_title h1 {
	font-size: 46px;
	line-height: 0.8;
}
.portfolio_content .project_title p {
	font-size: 11px;
	font-family: 'Lato', sans-serif;
	letter-spacing: 1px;
	text-transform: unset;
}
.portfolio_content .info {
	position: absolute;
	font-family: 'Lato', sans-serif;
	font-size: 11px;
	letter-spacing: 1px;
}
.portfolio_content .info_client {
	left: 0;
	top: 20px;
}
.portfolio_content .info_year {
	right: 0;
	top: 20px;
}
.portfolio_content .info_paging {
	left: 0;
	bottom: 20px;
}
.portfolio_content .info_role {
	right: 0;
	bottom: 20px;
}
.portfolio_content .scroll_down {
	font-family: 'Lato', sans-serif;
	font-weight: bold;
	font-size: 11px;
	letter-spacing: 1px;
}
#portfolio_projects .title_revgram {
	color: #a88beb;
}
#portfolio_projects .title_csl_orange {
	color: #f69f2b;
}
#portfolio_projects .title_csl_gray {
	color: #989b9a;
	line-height: 1.2em;
}
#portfolio_projects .title_siarp {
	color: #78c257;
}
#portfolio_projects .title_unlocker {
	color: #CECECE;
}
#portfolio_projects .title_dbmanager {
	color: #fcba03;
}

/* Services Page */
.service_content {
	font-family: 'Lato', sans-serif;
}
.service_content h4 {
	font-size: 16px;
	font-weight: 300;
}
.service_content h5 {
	font-size: 14px;
	font-weight: 300;
}
.service_content .service_details {
	font-weight: 300;
	font-size: 13px;
	padding-top: 15px;
	display: none;
}

/* Contact Page */
.contact_content {
	font-family: 'Lato', sans-serif;
}
.contact_content h4 {
	font-size: 16px;
	font-weight: 300;
}
.contact_content .row {
	width: 100%;
}
.contact_content .contact_details {
	font-weight: 300;
	font-size: 13px;
	padding-top: 18px;
}

/* Full Screen Modal */
.modal.fullscreen {
	padding: 0 !important;
}
.modal.fullscreen .modal-dialog {
	transform: translateY(100%);
	opacity: 0;
	-webkit-transition: all .2s ease-out;
    -o-transition: all .2s ease-out;
    transition: all .2s ease-out;
    will-change: transform;
    
	width: 100%;
	max-width: none;
	height: 100%;
	margin: 0;
}
.modal.fullscreen.show .modal-dialog {
	opacity: 1;
    transform: translateY(0%);
}
.modal.fullscreen .modal-header .close {
	color: #FFF;
}
.modal.fullscreen .modal-content {
	height: 100%;
	border: 0;
	border-radius: 0;
	background-color: #000;
	font-family: 'Lato', sans-serif;
	font-weight: 300;
	font-size: 14px;
	text-transform: unset;
	line-height: 1.6;
}
.modal.fullscreen .modal-body {
	overflow-y: auto;
}
.modal.fullscreen .modal-body .project_intro {
	font-size: 2em;
	font-weight: bold;
	line-height: 1.3;
}
.modal.fullscreen .modal-body .project_intro {
	font-size: 1.5em;
}

/* Common */
.action_button {
	border: 1px solid #FFF;
	padding: 8px 50px;
	font-family: 'Lato', sans-serif;
	font-weight: bold;
	font-size: 11px;
	letter-spacing: 1px;
	display: inline-block;
	cursor: pointer;
	background-color: transparent;
	color: #FFF;
}
.action_button:hover {
	background-color: rgba(255, 255, 255, 0.3);
}
.scrollx {
	overflow-x: scroll;
}
.scrolly {
	overflow-y: scroll;
    -ms-overflow-style: none;  /* Internet Explorer 10+ */
    scrollbar-width: none;  /* Firefox */
}
.scrolly::-webkit-scrollbar { 
    display: none;  /* Safari and Chrome */
}

/* =========== Mobile Menu ============= */
#quick_menu {
	position: absolute;
	width: 100%;
	height: 100%;
	z-index: 1000;
	top: 0;
	left: 0;
	background-color: #000;
	display: none;
}
#quick_menu .menu_header {
	width: 100%;
	height: 30px;
}
#quick_menu .menu_header .close {
	color: #FFF;
	font-size: 3em;
	margin-right: 10px;
	margin-top: 0;
}
#quick_menu .menu_item {
	margin: auto;
	padding-top: 30px;
	font-size: 2em;
	color: #FFF;
	width: 100%;
	text-align: center;
	
	font-family: Lato, sans-serif;
    font-weight: bold;
    letter-spacing: 2px;
}
/* =========== Development Use =========== */
.wip {
	text-transform: uppercase;
	color: #F00;
}

/* =========== Keyframe Animations =========== */
@-webkit-keyframes nav_flash {
	0% {
		background-color: rgba(251, 176, 59, 0);
	}
	70% {
		background-color: rgba(251, 176, 59, 0.4);
	}
	85% {
		background-color: rgba(251, 176, 59, 0);
	}
	95% {
		background-color: rgba(251, 176, 59, 0.8);
	}
	98% {
		background-color: rgba(251, 176, 59, 0);
	}
	100% {
		background-color: rgba(251, 176, 59, 0.4);
	}
}

@keyframes nav_flash {
	0% {
		background-color: rgba(251, 176, 59, 0);
	}
	70% {
		background-color: rgba(251, 176, 59, 0.4);
	}
	85% {
		background-color: rgba(251, 176, 59, 0);
	}
	95% {
		background-color: rgba(251, 176, 59, 0.8);
	}
	98% {
		background-color: rgba(251, 176, 59, 0);
	}
	100% {
		background-color: rgba(251, 176, 59, 0.4);
	}
}

/* SM Small devices */
@media(min-width: 576px) {
	#page_profile {
		overflow: hidden;
	}
	#profile_page .job_column {
		padding-left: 0;
	}
	.subheading {
		font-family: 'Catamaran', sans-serif;
		font-size: 150px;
		letter-spacing: 1px;
		font-weight: bold;
		line-height: 0.9;
		writing-mode: vertical-rl;
		-webkit-writing-mode: vertical-rl;
		-ms-writing-mode: vertical-rl;
		-webkit-writing-mode: tb-rl;
		-ms-writing-mode: tb-rl;
	}
	.mobile_menu {
		display: none;
	}
	.main_content h1 {
		font-size: calc(7vw + 4vh + 2vmin);
		margin-bottom: -15px;
	}
	.main_content p {
		font-size: 18px;
	}
	#portfolio_projects .title_csl_gray {
		font-size: 96px;
		line-height: 0.8;
	}
	.portfolio_content .info_client, .portfolio_content .info_paging {
		left: 100px;
	}
	.portfolio_content .info_year, .portfolio_content .info_role {
		right: 100px;
	}
	.service_content .service_details {
		display: block;
	}
	.portfolio_content .project_title h1 {
		font-size: 96px;
	}
}

/* MD Tablets */
@media (min-width: 768px) {
	.main_content h1 {
		font-size: calc(6vw + 4vh + 2vmin);
	}
	.main_content .section_link {
		display: inline;
		padding: 3px 0;
	}
	.large_title {
		font-size: 80px;
	}
}

/* LG Desktop */
@media (min-width: 992px) {
	.main_content h1 {
		font-size: calc(5vw + 4vh + 2vmin);
		margin-bottom: -20px;
	}
	.large_title {
		font-size: 90px;
	}
	.contact_content .contact_details {
		padding-top: 3px;
	}
}

/* XL Modern desktop */
@media (min-width: 1200px) {
	.main_content h1 {
		font-size: calc(4vw + 4vh + 2vmin);
	}
	.service_content .service_details {
		padding-top: 0;
	}
}

/* Animations */
@keyframes slidein {
    0% {
        transform: translate(0, 50px) scale(1.1);
        color: #FFF;
        opacity: 0;
    }
    100% {
        transform: translate(0, 0px) scale(1);
        color: #000;
        opacity: 1;
    }
}
@keyframes slidein_reverse {
    0% {
        transform: translate(0, 50px) scale(1.1);
        color: #000;
        opacity: 0;
    }
    100% {
        transform: translate(0, 0px) scale(1);
        color: #FFF;
        opacity: 1;
    }
}
@keyframes fadein {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}