html {
  scroll-behavior: smooth;
  background-color: #eee;
}

body{
	margin: 0;
	padding 0;
}

a {
	color: #DF29EF;
}

a:hover{
	color:#000;
}

h1 {
	font-family: 'Roboto', sans-serif;
	/*color:#DF29EF;*/
	font-size: 2em;
	font-weight: 900;
	letter-spacing: 0.5em;
	text-align: center;
	padding-top: 1em;
	padding-bottom: 0px;
}

h2 {
	font-family: 'Lato', sans-serif;
	color:#DF29EF;
	font-size:1.5em;
	line-height: 0;
}

li{
	list-style-type: circle;
}
/*
#main-frame {
	display: block;
	width: 100%;
	height: 85vh;
	max-width: 100%;
	margin: 0;
	padding: 0;
	border: 0 none;
	box-sizing: border-box;
	overflow:hidden;
	margin-top: 100px;
}
*/
.resp-container {
	position: relative;
    overflow: hidden;
    padding-top: 100vh;
}

.resp-iframe {
	position: absolute;
    top: 74px;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0;
}

/*Top Banner specific*/

#banner-title01 {
	font-family: Roboto;
	font-weight: 900;
	font-size: 1.5em;
}

#banner-title02 {
	font-family: Roboto;
	font-weight: 100;
	font-size: 2em;
	padding-top: 2em;
}

#2019 {
  /*height: 600px;*/
	/*padding-top: 2.5em;*/
}

#2018 {
  /*height: 600px;*/
 /* padding-top: -50px;*/
}

#potrait {
	width: 100%;
	height: auto;
	border: 12px solid #fff;
	box-shadow: 0px 8px 0px #BDBDBD;	
}

.quote{
	display: inline-block;
	font-family: 'Roboto', sans-serif;
	font-weight: 900;
	font-size: 2em;
	color: #000;
}

.skills{
	display: inline-block;
	font-family: 'Roboto', sans-serif;
	font-weight: normal;
	font-size: 0.5em;
	color: #000;
}

.artwork {
	cursor: pointer;
	border: 10px solid #fff;
	box-shadow: 0px 10px 10px 0px rgba(0,0,0,0.25);
	
	position: relative;
	animation-name: artwork-fall;
	animation-duration: 0.3s;	
	animation-fill-mode: forwards;
	animation-timing-function: ease-out;
}

@keyframes artwork-fall {
0% 	{bottom: 8px;
	box-shadow: 0px 20px 10px 0px rgba(0,0,0,0.25);
	filter:brightness(150%);
	}
	
100% {bottom: 0px;
	box-shadow: 0px 10px 10px 0px rgba(0,0,0,0.10);
	filter:brightness(100%);
	}
}

.artwork:hover {
	opacity: 0.8;
	cursor: pointer;
	position: relative;
	animation-name: artwork-lift;
	animation-duration: 0.3s;	
	animation-fill-mode: forwards;
	animation-timing-function: ease-in;
}

@keyframes artwork-lift {
0% 	{bottom: 0px;
	box-shadow: 0px 10px 10px 0px rgba(0,0,0,0.25);
	filter:brightness(100%);
	}
100% {bottom: 8px;
	box-shadow: 0px 20px 10px 0px rgba(0,0,0,0.10);
	filter:brightness(150%);
	}
}

.topbanner {
	display: block;
	background-color: #c4c4c4;
	height: 64px;
	width: 100%;
	margin: 0 auto;
	padding: 10px 0 0 0;
	text-align: center;
	position: fixed;
	top: 0;
	line-height: 1.5em;
	z-index: 10;
	pointer-events: none;
}

.banner-image{
	display: inline-block;
	height: 52px;
	padding-top: 10px;
}

.sticky{
	position: fixed;
	top: 0;
	width: 100%	
}

/*MENU*/

.menu-container {
	display: block;
	text-align: center;
	position: fixed;
	top: 52px;
	width: 100%;
	z-index: 5;
}

.menu {
	list-style-type: none;
	padding: 0;
	overflow: hidden;
	/*position: fixed;*/
	width: 100%;
	/*position: relative;
	animation-name: menu-ani;
	animation-duration: 0.3s;*/
}

@keyframes menu-ani {
0% {top: 0px;}
100% {top:-20px;}
}


.menu-back {
	display: block;
	text-align: center;
	position: fixed;
	top: 74px;
	width: 100%;
	z-index: 1;
}

.menu-item {
  display:inline;
  text-align: center;
}

.menu-item a {
  display: inline-block;
  font-family: 'Roboto', sans-serif;
  font-weight: 300;
  color: #fff;
  text-align: center;
  padding: 8px 5px 8px 8px;
  text-decoration: none;
}

.menu-item a:hover {
  color: #aaa;
}

.menu-item a:focus {
  /*background-color: #4CAF50;*/
  color: #DF29EF;
  font-weight: 400;
}

.modal-content-container {
	
}

.modal-content {
  
  }

/*GRID LAYOUTS*/
.grid-container {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
	grid-template-rows: repeat(auto-fit, 280px);
	grid-gap: 64px;
	/*background-color: #2196F3;*/
	/*padding: 10px;*/
	margin: 50px 50px 0px 50px;
	align-items: center;
	justify-content: center;
}

.grid-container > div {
	/*background-color: rgba(255, 255, 255, 0.8);
	text-align: center;
	padding: 20px 0;
	font-size: 30px;*/
	justify-self: center;
}

.about-container {
	display: grid;
	/*grid-template-columns: minmax(0%, 1fr) minmax(200px, 1fr) minmax(200px, 1fr) minmax(0%, 1fr);*/
	grid-template-columns: repeat(auto-fit, minmax(200px, 400px));
	grid-template-rows: auto;
	grid-row-gap: 1em;
	grid-column-gap: 4em;
	/*background-color: #2196F3;*/
	padding: 10px;
	margin: 0em 4em 0em 4em;
	/*align-items: center;*/
	justify-content: center;
	padding-top: 2.5em;	
}

/*MODAL STYLING*/
/* Style the Image Used to Trigger the Modal */
#myImg {
	border-radius: 5px;
	cursor: pointer;
	transition: 0.3s;
}

#myImg:hover {opacity: 0.7;}

/* The Modal (background) */
.modal {
	display: none; /* Hidden by default */
	position: fixed; /* Stay in place */
	z-index: 1; /* Sit on top */
	padding-top: 100px; /* Location of the box */
	left: 0;
	top: 0;
	width: 100%; /* Full width */
	height: 100%; /* Full height */
	overflow: auto; /* Enable scroll if needed */
	background-color: rgb(0,0,0); /* Fallback color */
	background-color: rgba(0,0,0,0.9); /* Black w/ opacity */
}

/* Modal Content (Image) */
.modal-content {
	margin: 2em auto;
	display: block;
	max-width: 100%;
	max-height: 65vh;
	/*margin: 2em;*/

}

/* Caption of Modal Image (Image Text) - Same Width as the Image */
#caption {
	margin: auto;
	display: block;
	width: 80%;
	max-width: 700px;
	text-align: center;
	color: #ccc;
	padding: 10px 0;
	height: 150px;
}

/* Add Animation - Zoom in the Modal */
.modal-content, #caption {
	animation-name: zoom;
	animation-duration: 0.6s;
}

@keyframes zoom {
	from {transform:scale(0)}
	to {transform:scale(1)}
}

/* The Close Button */
.close {
	position: absolute;
	top: 65px;
	right: 35px;
	color: #f1f1f1;
	font-size: 40px;
	font-weight: bold;
	transition: 0.3s;
}

.close:hover,
.close:focus {
	color: #bbb;
	text-decoration: none;
	cursor: pointer;
}