* {padding: 0px; margin: 0px;}

body {
 font-family: 'Gujarati Sangam MN';
}

a {
	color: blue;
	color: red;
	text-decoration: underline;
}

a:hover {
	color: red;
	color: blue;
	text-decoration: none;
}


#intro {
	position: fixed;
}

.marquee{
  overflow: hidden;
  font-size: 18vh;
  line-height: 25vh;
  font-weight: bold;

  cursor: pointer;

  -webkit-text-fill-color: white; /* Will override color (regardless of order) */
  -webkit-text-stroke-width: .325vh;
  -webkit-text-stroke-color: blue;  
  -webkit-text-stroke-color: red;  
}

.marquee:hover , .js-marquee:hover {
	color: red;
	color: blue;
}

.icon {
	display: inline-block;
}

.flag {
	width: 15vh;
	height: auto;
}

.smiley {
	width: 11vh;
	margin-left: 10px;
	height: auto;

}

.apple {
	width: 10.5vh;
	margin-left: 12px;
	height: auto;
}

.paperclip {
	width: 11.125vh;
	margin-left: 10px;
	height: auto;	
}

/* doc link */

#doc {
	width: 60px;
	height: 60px;
	position: fixed;
	top: 20px;
	right: 20px;
	background: url('../img/flat.png');
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;

	cursor: pointer;
	text-decoration: none;
	z-index: 1;
}


#doc:hover {
	background-image: url('../img/fold.png');
}

/* time link */

#time {
	width: 50px;
	height: 50px;
	position: fixed;
	top: 25px;
	right: 80px;
	background: url('../img/time.png');
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;

	cursor: pointer;
	z-index: 1;

}


#time:hover {
	background-image: url('../img/time-move.png');
}

/* overlay */

.overlay {
	width: 50vw;
	border: 2px solid blue;
	background: white;
	position: absolute;
	left: 3vw;
	top: 20px;
	
	box-sizing: border-box;
	padding: 40px 10px 20px;
	border-radius: 20px;
	z-index: 10;

}

.close {
	position: absolute;
	top: 10px;
	right: 15px;
	cursor: pointer;
	font-weight: bold;
	color: blue;
	color: red;
}

.overlay img{
	max-width: 100%;
	height: auto;
	filter: grayscale(0);
	mix-blend-mode: screen;
	display: block;

	pointer-events: none;
}


.img-holder {
	background: red;
	background: blue;
	display: inline-block;
	margin-bottom: 20px;	
	text-align: center;
	width: 100%;
}

.img-holder img {
	margin: auto;
}

.img-holder.half{
	width: calc(50% - 5px);
	vertical-align: middle;
}

.img-holder.half img{
	width: 100%;
}


h1, h2, p, ul, li {
	font-size: 18px;
	line-height: 26px;
	font-weight: bold;
	color: blue;
	color: red;
}

h1, p{
	margin-bottom: 20px;	
}

h1 {
	margin-left: 20px;
}

#times h2, .indent {
	padding-left: 20px;
}

ul, li {
	list-style-type: none;
	break-inside: avoid-column;
}

ul {
	columns: 2;
	column-gap: 10px;
}

li {
	margin-left: 20px;
	margin-bottom: 40px;	

}

li .img-holder {
	display: block;
	margin-bottom: 10px;
	margin-left: -20px;
}

li a, .arrow{
	color: red;
	color: blue;
	text-decoration: none;
}

li a::after, .arrow::after{
	content: ' →';
}

li a:hover, .arrow:hover{
	color: blue;
	color: red;
	text-decoration: none;
}

li a:hover::after, .arrow:hover::after{
	content: ' →';
	padding-left: 2px;
}

/* activities list */

#activities ul {
	columns: 1;
}

#activities li {
	margin-bottom: 40px;
	margin-left: 0px;

	font-size: 50px;
	line-height: 65px ;

	font-size: 9vh;
	line-height: 12vh;
	font-weight: bold;

}

#activities li.date {
	margin-bottom: 0px;
	margin-left: 20px;
	-webkit-text-fill-color: white; /* Will override color (regardless of order) */
	-webkit-text-stroke-width: .25vh;
	-webkit-text-stroke-color: blue;  
	-webkit-text-stroke-color: red;
}

#activities li.location {
	margin-left: 0px;
	margin-bottom: 0px;
	-webkit-text-fill-color: white; /* Will override color (regardless of order) */
	-webkit-text-stroke-width: .25vh;
	-webkit-text-stroke-color: red;  	
	-webkit-text-stroke-color: blue;
}

.overlay.drag {
	box-shadow: 20px 20px blue;
	z-index: 100;
}

.overlay.hide, #slideshow.hide {
	display: none;
}

#slideshow {
	position: absolute;

	display: flex;
	align-items: center;
	justify-content: center;

	z-index: 100;
	width: 100vw;
	height: 100vh;
	background-size: contain;
	background-position: center;
	background-repeat: no-repeat;

    background-color: rgba(255,255,255,0.9);

    text-align: center;

}

.slideshow-img-holder {
	background: blue;
	display: inline-block;
	text-align: center;
	margin-bottom: 0px;	
	text-align: center;
	margin: auto;
}

#slideshow .slideshow-img-holder img {
	max-width: 100vw;
	max-height: 100vh;
	height: auto;
	filter: grayscale(0);
	mix-blend-mode: screen;
	display: block;

	pointer-events: none;
}

#archive-info {
	position: fixed;
	top: 20px;
	left: 20px;
	width: 500px;
	max-width: calc(100% - 40px);
	text-align: left;
	color: black;
}

.archive-close {
	border-bottom: 2px solid black;
	cursor: pointer;
}

.archive-close:hover {
	border-bottom: 0px solid black;
}


@media only screen and (max-width: 800px) {
	.marquee {
  		line-height: 23vh;
	}

	.overlay {
		width: 94vw;
		border: 2px solid blue;
	}
}