@charset "UTF-8";
/* CSS Document */

* {
  box-sizing: border-box;
}

body {
	min-height: 105vh;
	width: 100%;
	margin: 0;
	padding: 0;
background-image: -webkit-linear-gradient(top left, #fff, #fff, #e2ff00);
background-image: -o-linear-gradient(top left, #fff, #fff, #e2ff00);
background-image: linear-gradient(to bottom right, #fff, #fff, #e2ff00);
	color: #000;
	font-size: 120%;
	font-family: "Mukta", sans-serif;
	letter-spacing: 0.01em;
	line-height: 1.3em;
}

.row::after {
  content: "";
  clear: both;
  display: table;
  padding: 0;
  margin: 0;
}


[class*="col-"] {
  width: 100%;	
  float: left;
  padding: 10px;
  margin: 0;
}


@media only screen and (min-width: 768px) {
  /* For desktop: */
  .col-1 {width: 8.33%;}
  .col-2 {width: 16.66%;}
  .col-3 {width: 25%;}
  .col-4 {width: 33.33%;}
  .col-5 {width: 41.66%;}
  .col-6 {width: 50%;}
  .col-7 {width: 58.33%;}
  .col-8 {width: 66.66%;}
  .col-9 {width: 75%;}
  .col-10 {width: 83.33%;}
  .col-11 {width: 91.66%;}
  .col-12 {width: 100%;}
}

.titledesktop{
	position: fixed;
	top: 18px;
	left: 12px;
	padding: 0px 10px;
	z-index: 1;
	overflow: hidden;
	background-color: rgba(255,255,255,0.95);
	}

.titlemobile{
	position: fixed;
	top: 18px;
	left: 12px;
	padding: 0px 10px;
	z-index: 1;
	overflow: hidden;
	background-color: rgba(255,255,255,0.95);
	}
    
@media only screen and (max-width: 423px) {
  .titledesktop {display: none;}
}

@media only screen and (min-width: 424px) {
  .titlemobile {display: none;}
} 

.topnav{
	position: fixed;
	top: 18px;
	right: 12px;
	z-index: 1;
	}

a {
	color: #000;
	text-decoration: none;
	}

a:hover {
	color: #000;
	background-color: rgba(226,255,0,0.6);
	text-decoration: none;
	}


ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
  overflow: hidden;
}

li {
  float: left;
  background-color: rgba(255,255,255,0.95);
}

li a, .dropbtn {
  display: inline-block;
  color: #000;
  text-align: center;
  padding: 0px 08px;
  text-decoration: none;
}

li a:hover, .dropdown:hover .dropbtn {
}

li.dropdown {
  display: inline-block;
}

.dropdown-content::-webkit-scrollbar {
    display: none;
}

.dropdown-content {
  display: none;
  position: absolute;
  right: 0;
  max-height: 96vh;
  padding:10px 10px 30px;
  min-width: 240px;
  z-index: 2;
  overflow-y: scroll;
  background-color: rgba(255,255,255,0.95);
  -ms-overflow-style: none;
}

.dropdown-content a {
  color: black;
  margin: 8px;
  padding: 0px 8px;
  text-decoration: none;
  display: block;
  text-align: right;
  font-size: 0.9em;
}

.dropdown-content a:hover {
	color: #000;
	background-color: rgba(226,255,0,0.6)}

.dropdown:hover .dropdown-content {
  display: block;
}

.container{
  position: relative;
  margin: 60px 10px;
	}

.container img {
  width: 100%;
  margin: 0px;
  padding: 0px;
}

.embed-container {
	position: relative;
	padding-bottom: 56.25%;
	overflow: hidden;
	max-width: 100%; height: auto;
}

.embed-container iframe, .embed-container object, .embed-container embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.worktitle {
	margin: 0px;
	z-index: inherit;
}

.infotitle {
	padding-top: 10px;
	z-index: inherit;
}

.description {
	max-width: 740px;
	z-index: inherit;
	margin: 10px 0px;
	overflow-wrap: break-word;
}

.description a{
	text-decoration: underline;
}

p{
	font-size: 1em;
}

h1 {
	font-size: 1.4em;
	font-weight: bold;
	}
h2{
	font-size: 0.8em;
	font-weight: normal;
	}
.grid {
	margin: 0px 0px 20px;
}
.grid a{
	text-decoration: none;
}
.grid a:hover{
	background-color: rgba(226,255,0,0.6);
}

.gridtitle{
	font-size: 0.8em;
	font-weight: normal;
	text-align: center;
}
