html, body {
	height: 100%;
	overflow: hidden;
}
body {
	font-family: 'Bebas Neue', cursive;
	background-color: #000;
	color: #CCC;
	margin: 0;
	padding: 0;
}
p {
	font-weight: 100;
}
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 {
	-webkit-animation: nav_flash 500ms 1 linear forwards;
	animation: nav_flash 500ms 1 linear 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 #FFF;
	top: 30px;
	content: "";
	display: block;
	height: 4px;
	left: 12px;
	position: absolute;
	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 {
}
.main_content {
	position: relative;
    color: #000;
}
.main_content h1 {
	font-family: 'Catamaran', sans-serif;
	font-weight: 900;
	font-size: calc(8vw + 4vh + 2vmin);
	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: #999;
	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;
}


/* =========== Profile Page ============= */
#page_profile {
	display: none;
	overflow: auto;
}
.profile_content {
	font-family: 'Lato', sans-serif;
	font-size: 0.9em;
	position: relative;
}
.profile_content .content {
	font-weight: 300;
	line-height: 1.7;
}
.profile_content .content .edu_degree {
	margin-bottom: 20px;
}
.profile_content .content .edu_degree .degree_title {
	font-weight: bold;
}
.profile_content #nav_profile_research, .profile_content #nav_profile_career {
	cursor: pointer;
}

/* ====== Research Page ====== */
#profile_page2 {
	display: block;
}

/* ====== Career Page ====== */
#profile_page {
	display: block;
}
#profile_page .subtitle {
	position: relative;
}
#profile_page .job_column {
	overflow-x: hidden;
}
#profile_page .job_column .job {
	font-size: 0.95rem;
}
#profile_page .job_column .year {
	font-size: 1rem;
	font-weight: bold;
}
#profile_page .job_column .served_clients {
	font-weight: 300;
	font-size: 0.9rem;
}
#profile_page .qualificiations {
	max-width: 80%;
}
#profile_page .member {
	
}
#profile_page .member img {
	float: left;
	display: none;
}
#profile_page .member .member_details {
	font-size: 13px;
	font-weight: 300;
	text-align: left;
	float: left;
	position: relative;
	top: 0;
}
#profile_page .member .member_details span {
	font-weight: bold;
}
#profile_page .btn_view_portfolio {
	border: 1px solid #FFF;
	padding: 6px 20px;
	display: inline-block;
	font-weight: 300;
	
}
#profile_page .btn_view_portfolio:hover {
	animation: button_animation 0.5s linear forwards;
}

/* Portfolio Page */
.portfolio_content {
	position: relative;
	background: url('../images/dummy_project.png') no-repeat center center;
	background-size: cover;
}
.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;
	position: relative;
}
.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_content .large_title {
    will-change: transform, opacity;
    animation: slidein 2s;
}
#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;
}

/* Services Page */
.service_content {
	font-family: 'Lato', sans-serif;
}
.service_content h4 {
	font-weight: 300;
}
.service_content h5 {
	font-weight: 300;
}
.service_content .service_details {
	font-weight: 300;
	font-size: 1.1em;
	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 {
	position: relative;
	width: 100%;
}
.contact_content .contact_details {
	font-weight: 300;
	font-size: 1.6em;
	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 .subtitle {
	position: relative;
}
.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 {
	animation: button_animation 0.5s 1 linear forwards;
}
.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;
}
.header_animation {
	background-image: url('https://media.giphy.com/media/USh6RJTyp2UGwBAcyP/giphy.gif');
	background-size: cover;
	color: transparent;
	-moz-background-clip: text;
	-webkit-background-clip: text;
}
.header_animation2 {
	background-image: url('https://media.giphy.com/media/26BROrSHlmyzzHf3i/giphy.gif');
	background-size: cover;
	color: transparent;
	-moz-background-clip: text;
	-webkit-background-clip: text;
}

/* =========== Accordion =========== */
.accordion .accordion-item {
	background-color: transparent;
}
.accordion .accordion-button {
	background-color: transparent;
	color: #FFF;
	border-bottom: 2px solid #FFF;
}
.accordion .accordion-button:not(.collapsed) {
	
	color: #FFF;
}
.accordion-button::after {
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-plus' viewBox='0 0 16 16'%3E%3Cpath d='M8 4a.5.5 0 0 1 .5.5v3h3a.5.5 0 0 1 0 1h-3v3a.5.5 0 0 1-1 0v-3h-3a.5.5 0 0 1 0-1h3v-3A.5.5 0 0 1 8 4z'/%3E%3C/svg%3E");
	
}
.accordion-button:not(.collapsed)::after {
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-dash' viewBox='0 0 16 16'%3E%3Cpath d='M4 8a.5.5 0 0 1 .5-.5h7a.5.5 0 0 1 0 1h-7A.5.5 0 0 1 4 8z'/%3E%3C/svg%3E");
}


/* =========== Rotate Text =========== */
.swap_content_msc:after {
	content: "";
	animation: swap_content_msc 4s linear infinite forwards;
	border-bottom: 1px dashed #FFF;
}
.swap_content_bsc:after {
	content: "";
	animation: swap_content_bsc 24s linear infinite forwards;
	border-bottom: 1px dashed #FFF;
}
.swap_content_hd {
	border-bottom: 1px dashed #FFF;
}

/* =========== 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);
	}
}
@keyframes swap_content_msc {
	0% { content: "🎮 Game Development"; }
	100% { content: "💼 Production Process"; }
}
@keyframes swap_content_bsc {
	0% { content: "Design Thinking"; }
	8% { content: "New Media Campaign"; }
	17% { content: "Collaborative Project"; }
	25% { content: "Games and Interactivity"; }
	
	34% { content: "Animation"; }
	42% { content: "Interface Design"; }
	51% { content: "Web Design"; }
	59% { content: "Media Aesthetics"; }
	
	68% { content: "Final Design Studio"; }
	76% { content: "Mobile and Social Media Advertising"; }
	85% { content: "Dissertation"; }
	92% { content: "3D Visualisation"; }
	100% { content: "Corporate Identity and Branding"; }
}
@keyframes button_animation {
	from { 
		border-color: #FFF;
		color: #FFF;
		background-color: #000;
	}
	to { 
		border-color: #CCC;
		color: #000;
		background-color: #CCC;
	}
}
@keyframes slidein {
    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;
    }
}

/* 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;
	}
	#profile_page .member img {
		display: block;
	}
	#profile_page .job_column .year {
		font-size: 11px;
	}
	#profile_page .job_column .job {
		font-size: 13px;
	}
    #profile_page .job_column .job .jobtitle {
		font-size: 12px;
        font-style: italic;
	}
	#profile_page .job_column .served_clients {
		font-size: 11px;
	}
	#profile_page .member .member_details {
		top: 30%;
	}
	#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;
	}
	.portfolio_content .project_title h1 {
		font-size: 96px;
	}
	.service_content .service_details {
		display: block;
	}
}

/* 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;
	}
	#profile_page .job_column:first-child {
		padding-left: 15px;
	}
}

/* LG Desktop */
@media (min-width: 992px) {
	.main_content h1 {
		font-size: calc(5vw + 4vh + 2vmin);
		margin-bottom: -20px;
	}
	#profile_page .member img {
		float: unset;
		margin: auto;
	}
	#profile_page .member .member_details {
		top: 0%;
		text-align: center;
		float: unset;
	}
	.large_title {
		font-size: 90px;
	}
	.contact_content .contact_details {
		padding-top: 0;
	}
}

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