/*
Project Name: Project #
Description: This project is to create ?
Author: your name
Version: 1.0
License: 

Tags: (optional)

General comments (optional)

Table of Contents in CSS
01. Global
02. Links
03. Headings
04. Header
05. Navigation
06. Middle
07. Forms
08. Extras
09. Footer
*/

/* 00. Preliminary */
@import url('https://fonts.googleapis.com/css?family=Muli:200,200i,300,300i,400,400i,600,600i,700,700i,800,800i,900,900i&subset=latin-ext,vietnamese');
@import url('https://fonts.googleapis.com/css?family=Raleway:100,100i,200,200i,300,300i,400,400i,500,500i,600,600i,700,700i,800,800i,900,900i&subset=latin-ext');
/* 01. Global */
html,body  { 
    margin: 0;
    padding: 0;
    font-size: 14px;
    font-family: 'Lato', sans-serif;
    box-sizing: border-box;
	line-height: 1.65;
	color: var(--grey);
	background-color: var(--black-blue);
	overflow-x: hidden;
	letter-spacing: 0.2px;
	-webkit-transition: all 200ms linear;
	transition: all 200ms linear; 
	text-rendering: optimizeLegibility !important;
	-webkit-font-smoothing: antialiased !important;
}
body.light{
	color: var(--black-light);
}
body.light{
	background-color: var(--white);
}
* { 
    box-sizing: border-box; 
}
.row {
    display: flex;
}
.row:after {
    content: "";
    display: table;
    clear: both;
}
.column {
    flex: 50%;
}
.col-10 {
    flex: 10%;
}
.col-20 {
    flex: 20%;
}
.col-25 {
    flex: 25%;
}
.col-33 {
    flex: 33%;
}
.col-50 {
    flex: 50%;
}
.container {
    width: 80%;
    max-width: 1200px;
    margin: 0 auto;
}
.center {
    display: flex;
    justify-content: center;
    align-content: center;
}
.start {
    display: flex;
    justify-content:flex-start; 
}
.end {
    display: flex;
    justify-content:flex-end; 
}
.align {
    display: flex;
    justify-content: center;
}
h1 {
    font-size: 3em;
    font-family: 'Lato', sans-serif;
    font-weight: 400;
}
h2 {
    font-size: 1.5em;
    font-family: 'Lato', sans-serif;
    font-weight: 400;
}
ul {
    list-style-image: url('../images/plussign.svg');
}
li {
    margin: 1%;
}
.strokeme {
    color: white;
    text-shadow: -1px -1px 0 #ee3d96, 1px -1px 0 #ee3d96, -1px 1px 0 #ee3d96, 1px 1px 0 #ee3d96;
    font-size: 5em;
    padding: 0;
    margin: 0;
}
.sectiontitle_header {
    width: 60%;
    padding-bottom: 1%;
}
.portfoliosize {
    width: 100%;
    height: 100%;
}
.even {
   align-items: center;
}
/* 02. Navigation */
.nav {
    width: 95%;
    max-width: 1800px;
    margin: 0 auto;
    background-color: transparent;
    position: relative;
}
.nav > .nav-header {
    display: inline;
}
.nav > .nav-header > .nav-title {
    display: inline-block;
    font-size: 1em;
    color: #ee3d96;
    padding: 1%;
}
.logo {
    width: 50%;
}
.nav > .nav-btn {
    display: none;
}
.nav > .nav-links {
    display: inline;
    float: right;
}
.nav > .nav-links > a {
    display: inline-block;
    padding: 13px 10px 13px 10px;
    text-decoration: none;
    color: #ee3d96;
}
.nav > .nav-links > a:hover {
    color: rgba(217, 255, 18, 1);
}
.nav > #nav-check {
    display: none;
}
/* 03. Middle */
.bio h1 {
    width: 75%;
}
.bio h2 {
    width: 40%;
}
.bio, .projects, .resume  {
    padding-bottom: 5%;
}
.site_resume  {
    padding-bottom: 3%;
}
.site_content {
    color: #ee3d96;
    font-family: 'Lato', sans-serif;
}
.mailto_link {
    color: #ee3d96;
    text-decoration: none;
    font-weight: 400;
}
.mailto_link_inverse {
    color: #fff;
    text-decoration: none;
    font-weight: 400;
}
/* 04. Resume */
.resume_box {
    display: flex;
    justify-content: space-between;
}
.resume_box_intro h2 {
    color: #ee3d96;
    font-size: 2em;
    font-family: 'Lato', sans-serif;
    font-weight: 400;
    width: 60%;
}
.resume_box h3 {
    color: #ee3d96
}
.resume_title {
    padding-bottom: 2%;
}
.resume_title h4, .resume_title h5 {
    margin: 0;
    padding: 0;
}
.resume_title h5 {
    font-weight: 400;
}
.education_title {
    padding-bottom: 3%;
}
/* 05. Footer */
footer {
    background-color: #ee3d96;
}
.footer_box {
    width: 100%;
    margin: 0 auto;
}
.footer_box h2 {
    color: #fff;
    font-size: 3em;
    font-family: 'Lato', sans-serif;
    font-weight: 400;
}
.footer_box h3 {
    color: #fff;
    font-size: 1.5em;
    font-family: 'Lato', sans-serif;
    font-weight: 300;
}
.linkedin_link {
    text-decoration: none;
    color: #fff;
    font-weight: 400;
}
.selfportrait {
    width: 60%;
}
/* 06. Portfolio Slider */
.carousel {
    background-color: transparent;
}
.carousel-cell {
    width: 66%;
/*    height: 600px;*/
    margin-right: 10px;
    border-radius: 5px;
    counter-increment: gallery-cell;
    text-decoration: none;
}
.carousel-cell img {
    width: 100%;
}
/* cell number */
.carousel-cell:before {
    display: block;
    text-align: center;
/*    content: counter(gallery-cell);*/
    line-height: 600px;
    font-size: 80px;
    color: white;
}
.flickity-enabled {
    position: relative;
}
.flickity-enabled:focus { 
    outline: none; 
}
.flickity-viewport {
    overflow: hidden;
    position: relative;
    height: 100%;
}
.flickity-slider {
    position: absolute;
    width: 100%;
    height: 100%;
}
/* ----------------------- draggable ------------------------------- */
.flickity-enabled.is-draggable {
    -webkit-tap-highlight-color: transparent;
          tap-highlight-color: transparent;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.flickity-enabled.is-draggable .flickity-viewport {
    cursor: move;
    cursor: -webkit-grab;
    cursor: grab;
}
.flickity-enabled.is-draggable .flickity-viewport.is-pointer-down {
    cursor: -webkit-grabbing;
    cursor: grabbing;
}
/* ---------------------- flickity-button -------------------------- */
.flickity-button {
    position: absolute;
    background: hsla(0, 0%, 100%, 0.75);
    border: none;
    color: #333;
}
.flickity-button:hover {
    background: white;
    cursor: pointer;
}

.flickity-button:focus {
    outline: none;
    box-shadow: 0 0 0 5px #19F;
}
.flickity-button:active {
    opacity: 0.6;
}
.flickity-button:disabled {
    opacity: 0.3;
    cursor: auto;
  /* prevent disabled button from capturing pointer up event. #716 */
    pointer-events: none;
}
.flickity-button-icon {
    fill: currentColor;
}
/* ----------------------- previous/next buttons ------------------- */
.flickity-prev-next-button {
    top: 50%;
    width: 33px;
    height: 33px;
    border-radius: 50%;
    /* vertically center */
    transform: translateY(-50%);
}
.flickity-prev-next-button.previous { left: 10px; }
.flickity-prev-next-button.next { right: 10px; }
/* right to left */
.flickity-rtl .flickity-prev-next-button.previous {
    left: auto;
    right: 10px;
}
.flickity-rtl .flickity-prev-next-button.next {
    right: auto;
    left: 10px;
}
.flickity-prev-next-button .flickity-button-icon {
    position: absolute;
    left: 20%;
    top: 20%;
    width: 60%;
    height: 60%;
}
/* ------------------------------- page dots ----------------------- */
.flickity-page-dots {
    position: absolute;
    width: 100%;
    bottom: -25px;
    padding: 0;
    margin: 0;
    list-style: none;
    text-align: center;
    line-height: 1;
}
.flickity-rtl .flickity-page-dots { 
    direction: rtl; 
}
.flickity-page-dots .dot {
    display: inline-block;
    width: 8px;
    height: 8px;
    margin: 0 8px;
    background: #333;
    border-radius: 50%;
    opacity: 0.25;
    cursor: pointer;
}
.flickity-page-dots .dot.is-selected {
    opacity: 1;
}
/* 00. Project/Portfolio Photo */
/*
.jubilee {
     background: url('../images/jubileeopener.jpg');
    background-attachment: fixed;
    background-position: center;
    background-size: cover;
}
.coverly {
    background: url('../images/coverlyopener.jpg') no-repeat cover;
}
.thehotboyz {
    background: url('../images/thehotboyzopener.jpg') no-repeat cover;
}
.beastcoast {
    background: url('../images/beastcoastopener.jpg') no-repeat cover;
}
*/
/* 07. Arrow */
.the-arrow {
  width: 1px;
  transition: all 0.2s;
}
.the-arrow.-left {
  position: absolute;
  top: 60%;
  left: 0;
}
.the-arrow.-left > .shaft {
  width: 0;
  background-color: #ee3d96;
}
.the-arrow.-left > .shaft:before, .the-arrow.-left > .shaft:after {
  width: 0;
  background-color: #ee3d96;
}
.the-arrow.-left > .shaft:before {
  -webkit-transform: rotate(0);
          transform: rotate(0);
}
.the-arrow.-left > .shaft:after {
  -webkit-transform: rotate(0);
          transform: rotate(0);
}
.the-arrow.-right {
  top: 3px;
}
.the-arrow.-right > .shaft {
  width: 1px;
  transition-delay: 0.2s;
}
.the-arrow.-right > .shaft:before, .the-arrow.-right > .shaft:after {
  width: 8px;
  transition-delay: 0.3s;
  transition: all 0.5s;
}
.the-arrow.-right > .shaft:before {
  -webkit-transform: rotate(40deg);
          transform: rotate(40deg);
}
.the-arrow.-right > .shaft:after {
  -webkit-transform: rotate(-40deg);
          transform: rotate(-40deg);
}
.the-arrow > .shaft {
  background-color: #ee3d96;
  display: block;
  height: 1px;
  position: relative;
  transition: all 0.2s;
  transition-delay: 0;
  will-change: transform;
}
.the-arrow > .shaft:before, .the-arrow > .shaft:after {
  background-color: #ee3d96;
  content: '';
  display: block;
  height: 1px;
  position: absolute;
  top: 0;
  right: 0;
  transition: all 0.2s;
  transition-delay: 0;
}
.the-arrow > .shaft:before {
  -webkit-transform-origin: top right;
          transform-origin: top right;
}
.the-arrow > .shaft:after {
  -webkit-transform-origin: bottom right;
          transform-origin: bottom right;
}
.animated-arrow {
  display: inline-block;
  color: #ee3d96;
  font-size: 1em;
  font-style: italic;
  text-decoration: none;
  position: relative;
  transition: all 0.2s;
}
.animated-arrow:hover {
  color: #ee3d96;
}
.animated-arrow:hover > .the-arrow.-left > .shaft {
  width: 64px;
  transition-delay: 0.1s;
  background-color: #ee3d96;
}
.animated-arrow:hover > .the-arrow.-left > .shaft:before, .animated-arrow:hover > .the-arrow.-left > .shaft:after {
  width: 8px;
  transition-delay: 0.1s;
  background-color: #ee3d96;
}
.animated-arrow:hover > .the-arrow.-left > .shaft:before {
  -webkit-transform: rotate(40deg);
          transform: rotate(40deg);
}
.animated-arrow:hover > .the-arrow.-left > .shaft:after {
  -webkit-transform: rotate(-40deg);
          transform: rotate(-40deg);
}
.animated-arrow:hover > .main {
  -webkit-transform: translateX(17px);
          transform: translateX(17px);
  -webkit-transform: translateX(80px);
          transform: translateX(80px);
}
.animated-arrow:hover > .main > .the-arrow.-right > .shaft {
  width: 0;
  -webkit-transform: translateX(200%);
          transform: translateX(200%);
  transition-delay: 0;
}
.animated-arrow:hover > .main > .the-arrow.-right > .shaft:before, .animated-arrow:hover > .main > .the-arrow.-right > .shaft:after {
  width: 0;
  transition-delay: 0;
  transition: all 0.1s;
}
.animated-arrow:hover > .main > .the-arrow.-right > .shaft:before {
  -webkit-transform: rotate(0);
          transform: rotate(0);
}
.animated-arrow:hover > .main > .the-arrow.-right > .shaft:after {
  -webkit-transform: rotate(0);
          transform: rotate(0);
}
.animated-arrow > .main {
  display: flex;
  align-items: center;
  transition: all 0.2s;
}
.animated-arrow > .main > .text {
  margin: 0 16px 0 0;
  line-height: 1;
}
.animated-arrow > .main > .the-arrow {
  position: relative;
}
/* ------------------------ Arrow White ---------------------------- */
.the-arrow-white {
  width: 1px;
  transition: all 0.2s;
}
.the-arrow-white.-left-white {
  position: absolute;
  top: 60%;
  left: 0;
}
.the-arrow-white.-left-white > .shaft-white {
  width: 0;
  background-color: #fff;
}
.the-arrow-white.-left-white > .shaft-white:before, .the-arrow-white.-left-white> .shaft-white:after {
  width: 0;
  background-color: #fff;
}
.the-arrow-white.-left-white > .shaft-white:before {
  -webkit-transform: rotate(0);
          transform: rotate(0);
}
.the-arrow-white.-left-white > .shaft-white:after {
  -webkit-transform: rotate(0);
          transform: rotate(0);
}
.the-arrow-white.-right-white {
  top: 3px;
}
.the-arrow-white.-right-white > .shaft-white {
  width: 1px;
  transition-delay: 0.2s;
}
.the-arrow-white.-right-white > .shaft-white:before, .the-arrow-white.-right-white > .shaft-white:after {
  width: 8px;
  transition-delay: 0.3s;
  transition: all 0.5s;
}
.the-arrow.-right > .shaft-white:before {
  -webkit-transform: rotate(40deg);
          transform: rotate(40deg);
}
.the-arrow-white.-right-white > .shaft-white:after {
  -webkit-transform: rotate(-40deg);
          transform: rotate(-40deg);
}
.the-arrow-white > .shaft-white {
  background-color: #fff;
  display: block;
  height: 1px;
  position: relative;
  transition: all 0.2s;
  transition-delay: 0;
  will-change: transform;
}
.the-arrow-white > .shaft-white:before, .the-arrow-white > .shaft-white:after {
  background-color: #fff;
  content: '';
  display: block;
  height: 1px;
  position: absolute;
  top: 0;
  right: 0;
  transition: all 0.2s;
  transition-delay: 0;
}
.the-arrow-white > .shaft-white:before {
  -webkit-transform-origin: top right;
          transform-origin: top right;
}
.the-arrow-white > .shaft-white:after {
  -webkit-transform-origin: bottom right;
          transform-origin: bottom right;
}
.animated-arrow-white {
  display: inline-block;
  color: #fff;
  font-weight: 400;
  font-style: italic;
  text-decoration: none;
  position: relative;
  transition: all 0.2s;
}
.animated-arrow-white:hover {
  color: #fff;
}
.animated-arrow-white:hover > .the-arrow-white.-left-white > .shaft-white {
  width: 64px;
  transition-delay: 0.1s;
  background-color: #fff;
}
.animated-arrow-white:hover > .the-arrow-white.-left-white > .shaft-white:before, .animated-arrow-white:hover > .the-arrow-white.-left-white > .shaft-white:after {
  width: 8px;
  transition-delay: 0.1s;
  background-color: #fff;
}
.animated-arrow-white:hover > .the-arrow-white.-left-white > .shaft-white:before {
  -webkit-transform: rotate(40deg);
          transform: rotate(40deg);
}
.animated-arrow-white:hover > .the-arrow-white.-left-white > .shaft-white:after {
  -webkit-transform: rotate(-40deg);
          transform: rotate(-40deg);
}
.animated-arrow-white:hover > .main-white {
  -webkit-transform: translateX(17px);
          transform: translateX(17px);
  -webkit-transform: translateX(80px);
          transform: translateX(80px);
}
.animated-arrow-white:hover > .main-white > .the-arrow-white.-right-white > .shaft-white {
  width: 0;
  -webkit-transform: translateX(200%);
          transform: translateX(200%);
  transition-delay: 0;
}
.animated-arrow-white:hover > .main-white > .the-arrow-white.-right-white > .shaft-white:before, .animated-arrow-white:hover > .main > .the-arrow-white.-right-white > .shaft-white:after {
  width: 0;
  transition-delay: 0;
  transition: all 0.1s;
}
.animated-arrow-white:hover > .main-white > .the-arrow-white.-right-white > .shaft-white:before {
  -webkit-transform: rotate(0);
          transform: rotate(0);
}
.animated-arrow-white:hover > .main-white > .the-arrow-white.-right-white > .shaft-white:after {
  -webkit-transform: rotate(0);
          transform: rotate(0);
}
.animated-arrow-white > .main-white {
  display: flex;
  align-items: center;
  transition: all 0.2s;
}
.animated-arrow-white > .main-white > .text-white {
  margin: 0 16px 0 0;
  line-height: 1;
}
.animated-arrow-white > .main-white > .the-arrow-white {
  position: relative;
}
/* */
:root {
	font-size: 14px;
	--red: #da2c4d;
	--yellow: #f8ab37;
	--green: #2ecc71;
	--white: #ffffff;
	--grey-light: #f2f7f9;
	--grey: #ecedf3;
	--black: #080808;
	--black-blue: #1f2029;
	--black-blue-light: #353746;
	--black-blue-light-2: #404255;
	--black-blue-light-3: #4b4d64;
	--black-light: #424455;
}
@-webkit-keyframes border-transform{
    0%,100% { border-radius: 63% 37% 54% 46% / 55% 48% 52% 45%; } 
	14% { border-radius: 40% 60% 54% 46% / 49% 60% 40% 51%; } 
	28% { border-radius: 54% 46% 38% 62% / 49% 70% 30% 51%; } 
	42% { border-radius: 61% 39% 55% 45% / 61% 38% 62% 39%; } 
	56% { border-radius: 61% 39% 67% 33% / 70% 50% 50% 30%; } 
	70% { border-radius: 50% 50% 34% 66% / 56% 68% 32% 44%; } 
	84% { border-radius: 46% 54% 50% 50% / 35% 61% 39% 65%; } 
}
@keyframes border-transform{
    0%,100% { border-radius: 63% 37% 54% 46% / 55% 48% 52% 45%; } 
	14% { border-radius: 40% 60% 54% 46% / 49% 60% 40% 51%; } 
	28% { border-radius: 54% 46% 38% 62% / 49% 70% 30% 51%; } 
	42% { border-radius: 61% 39% 55% 45% / 61% 38% 62% 39%; } 
	56% { border-radius: 61% 39% 67% 33% / 70% 50% 50% 30%; } 
	70% { border-radius: 50% 50% 34% 66% / 56% 68% 32% 44%; } 
	84% { border-radius: 46% 54% 50% 50% / 35% 61% 39% 65%; } 
}
body.light .navbar-brand::before{
	opacity: 1;
}
body.light .navbar-brand::after{
	opacity: 0;
}
.center-wrap {
    position: absolute;
	width: 100%;
	display: block;
	overflow: hidden;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
	z-index: 2;
}
/* -- 00. Progress Circle -- */
.progress-wrap {
	position: fixed;
	right: 50px;
	bottom: 50px;
	height: 46px;
	width: 46px;
	cursor: pointer;
	display: block;
	border-radius: 50px;
	box-shadow: inset  0 0 0 2px rgba(255,255,255,0.2);
	z-index: 10000;
	opacity: 0;
	visibility: hidden;
	transform: translateY(15px);
	-webkit-transition: all 200ms linear;
    transition: all 200ms linear;
}
.progress-wrap.active-progress {
	opacity: 1;
	visibility: visible;
	transform: translateY(0);
}
.progress-wrap::after {
	position: absolute;
	font-family: 'unicons';
	content: '\e84b';
	text-align: center;
	line-height: 46px;
	font-size: 24px;
	color: var(--grey);
	left: 0;
	top: 0;
	height: 46px;
	width: 46px;
	cursor: pointer;
	display: block;
	z-index: 1;
	-webkit-transition: all 200ms linear;
    transition: all 200ms linear;
}
.progress-wrap:hover::after {
	opacity: 0;
}
.progress-wrap::before {
	position: absolute;
	font-family: 'unicons';
	content: '\e84b';
	text-align: center;
	line-height: 46px;
	font-size: 24px;
	opacity: 0;
	background-image: linear-gradient(298deg, var(--red), var(--yellow));
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	left: 0;
	top: 0;
	height: 46px;
	width: 46px;
	cursor: pointer;
	display: block;
	z-index: 2;
	-webkit-transition: all 200ms linear;
    transition: all 200ms linear;
}
.progress-wrap:hover::before {
	opacity: 1;
}
.progress-wrap svg path { 
	fill: none; 
}
.progress-wrap svg.progress-circle path {
	stroke: var(--grey);
	stroke-width: 4;
	box-sizing:border-box;
	-webkit-transition: all 200ms linear;
    transition: all 200ms linear;
}
body.light .progress-wrap {
	box-shadow: inset  0 0 0 2px rgba(0,0,0,0.2);
}
body.light .progress-wrap::after {
	color: var(--black-blue);
}
body.light .progress-wrap svg.progress-circle path {
	stroke: var(--black-blue);
}
.switch,
.circle {
	-webkit-transition: all 300ms linear;
	transition: all 300ms linear; 
} 
.switch {
	width: 80px;
	height: 4px;
	border-radius: 27px;
	background-image: linear-gradient(298deg, var(--red), var(--yellow));
	position: fixed;
	right: 50px;
	top: 75px;
	display: block;
	margin: 0 auto;
	text-align: center;
	opacity: 1;
  z-index: 33333;
    transition: all 300ms linear;
}
.circle {
	cursor: pointer;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	left: -5px;
	width: 40px;
	height: 40px;
	border-radius: 50%;
	background: var(--black-blue-light-3);
	box-shadow: 0 4px 4px rgba(26,53,71,0.25), 0 0 0 1px rgba(26,53,71,0.07);
	animation: border-transform 10s linear infinite alternate forwards;
}
.circle:hover {
	box-shadow: 0 8px 8px rgba(26,53,71,0.25), 0 0 0 1px rgba(26,53,71,0.07);
}
.circle:before {
	position: absolute;
	font-family: 'unicons';
	content: '\eac1';
	top: 0;
	left: 0;
	z-index: 2;
	font-size: 20px;
	line-height: 40px;
	text-align: center;
	width: 100%;
	height: 40px;
	opacity: 1;
	color: var(--grey);
	-webkit-transition: all 300ms linear;
	transition: all 300ms linear; 
}
.circle:after {
	position: absolute;
	font-family: 'unicons';
	content: '\eb8f';
	top: 0;
	left: 0;
	z-index: 2;
	font-size: 20px;
	line-height: 40px;
	text-align: center;
	width: 100%;
	height: 40px;
	color: var(--yellow);
	opacity: 0;
	-webkit-transition: all 300ms linear;
	transition: all 300ms linear; 
}
.switched {
}
.switched .circle {
	left: 45px;
	box-shadow: 0 4px 4px rgba(26,53,71,0.25), 0 0 0 1px rgba(26,53,71,0.07);
	background: var(--black-blue);
}
.switched .circle:hover {
	box-shadow: 0 8px 8px rgba(26,53,71,0.25), 0 0 0 1px rgba(26,53,71,0.07);
}
.switched .circle:before {
	opacity: 0;
}
.switched .circle:after {
	opacity: 1;
}
/* 11. Media Queries */
/* --------------------------- 1024px ------------------------------ */
@media screen and (max-width: 1024px) {
    .nav > .nav-btn {
        display: inline-block;
        position: absolute;
        right: 0px;
        top: 0px;
    }
    .nav > .nav-btn > label {
        display: inline-block;
        width: 50px;
        height: 50px;
        padding: 13px;
    }
    .nav > .nav-btn > label:hover,.nav  #nav-check:checked ~ .nav-btn > label {
        background-color: rgba(0, 0, 0, 0.3);
    }
    .nav > .nav-btn > label > span {
        display: block;
        width: 35px;
        height: 10px;
        border-top: 2px solid #ee3d96;
    }
    .nav > .nav-links {
        position: absolute;
        display: block;
        width: 100%;
        background-color: #333;
        height: 0px;
        transition: all 0.3s ease-in;
        overflow-y: hidden;
        top: 50px;
        left: 0px;
        z-index: 9999;
    }
    .nav > .nav-links > a {
        display: block;
        width: 100%;
    }
    .nav > #nav-check:not(:checked) ~ .nav-links {
        height: 0px;
    }
    .nav > #nav-check:checked ~ .nav-links {
        height: calc(100vh - 50px);
        overflow-y: auto;
    }
    .column {
        flex: 25%;
    }
    .col-10 {
        flex: 25%;
    }
    .col-20 {
        flex: 25%;
    }
    .col-25 {
        flex: 30%;
    }
    .col-33 {
        flex: 25%;
    }
    .col-50 {
        flex: 25%;
    }
    .bio, .projects, .resume  {
        padding-bottom: 3%;
    }
    .bio h1 {
        width: 100%;
    }
    .bio h2 {
        width: 50%;
    }
    .resume_box_intro h2 {
        width: 70%;
    }
    .carousel-cell {
        width: 100%;
        height: 500px;
    }
    .carousel-cell img {
        width: 100%;
    }
    .carousel-cell:before {
        display: block;
        text-align: center;
    /*    content: counter(gallery-cell);*/
        line-height: 500px;
        font-size: 80px;
        color: white;
    }
    .flickity-slider {
        position: absolute;
        width: 100%;
        height: 50%;
    }
}
/* ---------------------------- 768px ------------------------------ */
@media screen and (max-width: 768px){
    .logo {
        width: 15%;
        padding: 1%;
    }
    h1 {
        font-size: 2.75em;
        font-family: 'Lato', sans-serif;
        font-weight: 400;
    }
    h2 {
        font-size: 2em;
        font-family: 'Lato', sans-serif;
        font-weight: 400;
    }
    ul {
        width: 100%;
    }
    .column, .col-10, .col-20, .col-25, .col-33, .col-50,{
        width: 100%;
    }
    .bio, .projects, .resume  {
        padding-bottom: 3%;
    }.sectiontitle_header {
        width: 60%;
        padding-bottom: 1%;
    }
    .bio h1 {
        width: 100%;
    }
    .bio h2 {
        width: 100%;
    }
   .resume_box {
        display: flex;
        flex-wrap: wrap;
    }
    .selfportrait {
        display: none;
    }
     .resume_box_intro h2 {
        font-size: 2.5em;
        width: 100%;
    }
    .resume_title h3, .resume_box_text h3 {
        font-size: 1.75em;
    }
    .resume_title h4 {
        font-size: 1.25em;
    }
    .resume_title h5 {
        font-size: 1em;
    }
    .resume_list {
        font-size: 1em;
    }
    .footer_box h2 {
        font-size: 2.5em;
    }
    .footer_box h3 {
        font-size: 2em;
    }
}
/* ---------------------------- 414px ------------------------------ */
@media screen and (max-width: 414px){
    .logo {
        width: 15%;
        padding: 1%;
    }
    h1 {
        font-size: 2.5em;
        font-family: 'Lato', sans-serif;
        font-weight: 400;
    }
    h2 {
        font-size: 1.5em;
        font-family: 'Lato', sans-serif;
        font-weight: 400;
    }
    ul {
        width: 100%;
    }
    .column, .col-10, .col-20, .col-25, .col-33, .col-50,{
        width: 100%;
    }
    .bio, .projects, .resume  {
        padding-bottom: 3%;
    }
    .carousel-cell {
        width: 100%;
        height: 300px;
    }
    .carousel-cell img {
        width: 100%;
    }
    .resume_box {
        display: flex;
        flex-direction: column;
    }
    .resume_box_intro {
        padding-top: 15%;
    }
    .selfportrait {
        display: none;
    }
    .resume_box_intro h2 {
        font-size: 1.75em;
    }
    footer {
        padding-bottom: 10%;
    }
    .footer_box h2 {
        font-size: 2.25em;
    }
    .footer_box h3 {
        font-size: 1.5em;
    }
}
/* ---------------------------- 375px ------------------------------ */
@media screen and (max-width: 375px){
    .logo {
        width: 15%;
        padding: 1%;
    }
    h1 {
        font-size: 2em;
        font-family: 'Lato', sans-serif;
        font-weight: 400;
    }
    h2 {
        font-size: 1.25em;
        font-family: 'Lato', sans-serif;
        font-weight: 400;
    }
    ul {
        width: 100%;
    }
    .column, .col-10, .col-20, .col-25, .col-33, .col-50,{
        width: 100%;
    }
    .bio, .projects, .resume  {
        padding-bottom: 3%;
    }
    .carousel-cell {
        width: 100%;
        height: 250px;
    }
    .carousel-cell img {
        width: 100%;
    }
    .resume_box {
        display: flex;
        flex-direction: column;
    }
    .selfportrait {
        display: none;
    }
    .resume_box_intro {
        padding-top: 15%;
    }
    .resume_box_intro h2 {
        font-size: 1.5em;
    }
    .resume_title h3, .resume_box_text h3 {
        font-size: 1.25em;
    }
    .resume_title h4 {
        font-size: 1em;
    }
    .resume_title h5 {
        font-size: 0.95em;
    }
    .resume_list {
        font-size: 0.95em;
    }
    .footer_box h2 {
        font-size: 1.75em;
    }
    .footer_box h3 {
        font-size: 1.25em;
    }
}
/* ---------------------------- 320px ------------------------------ */
@media screen and (max-width: 320px){
    .logo {
        width: 15%;
        padding: 1%;
    }
    h1 {
        font-size: 1.75em;
        font-family: 'Lato', sans-serif;
        font-weight: 400;
    }
    h2 {
        font-size: 1em;
        font-family: 'Lato', sans-serif;
        font-weight: 400;
    }
    ul {
        width: 100%;
    }
    .column, .col-10, .col-20, .col-25, .col-33, .col-50,{
        width: 100%;
    }
    .bio, .projects, .resume  {
        padding-bottom: 3%;
    }
    .carousel-cell {
        width: 100%;
        height: 200px;
    }
    .carousel-cell img {
        width: 100%;
    }
    .resume_box {
        display: flex;
        flex-direction: column;
    }
    .selfportrait {
        display: none;
    }
    .resume_box_intro {
        padding-top: 15%;
    }
    .resume_box_intro h2 {
        font-size: 1.25em;
    }
    .resume_title h3, .resume_box_text h3 {
        font-size: 1em;
    }
    .resume_title h4 {
        font-size: 0.95em;
    }
    .resume_title h5 {
        font-size: 0.85em;
    }
    .resume_list {
        font-size: 0.75em;
    }
    .footer_box h2 {
        font-size: 2em;
    }
    .footer_box h3 {
        font-size: 1.25em;
    }
    .footer_box_content {
        display: flex;
        flex-direction: column;
    }
}