@charset "UTF-8";
/* roj art stylesheet */
/* splash homepage */

.splashheader {
	font-family: 'Hind Siliguri', sans-serif;

	font-size: 4.5vw;
	color: black;
	margin:1vw;
}
.splashoverlay {
	height:100%;
	width:auto;
	overflow: auto;
	background-color: rgba(146,146,146,.0);
	padding-top: .2vw;
	padding-left: 1vw;
	padding-right: .5vw;
	padding-bottom: .5vw;
}.splashoverlay2 {
	height:100%;
	width:auto;
	overflow: auto;
	background-color: rgba(146,146,146,.0);
	padding-top: .2vw;
	padding-left: 1vw;
	padding-right: .5vw;
	padding-bottom: .5vw;
	bottom:0px;
	right:0px;
}
.navigationtabs {
	border: .2vw solid;
	border-color: white;
	border-radius: .2vw;
	width: auto;
	height: auto;
	background-color:rgba(146,146,146,.5);
	color:white;
	text-align: center;
	padding:.5vw;
	font-family: 'Hind Siliguri', sans-serif;

	font-size: 1vw;
	float:left;
	margin: 1vw;
}
.navigationtabs:hover {
	background-color: rgba(175,137,81,.4);
}
.navigationtabs2 {
	border: .2vw solid;
	border-color: white;
	border-radius: .2vw;
	width: auto;
	height: auto;
	background-color:rgba(146,146,146,.5);
	color:white;
	text-align: center;
	padding:.5vw;
	font-family: 'Hind Siliguri', sans-serif;

	font-size: 1vw;
	float:right;
	margin: 1vw;
	margin-top:30%;
}
.navigationtabs2:hover {
	background-color: rgba(175,137,81,.4);
}



/* Collections */
.navbar {
	height:110vw;
	width: 20%;
	left:0px;
	background-color:rgba(0,0,0,0);
	position: fixed;
	margin-left: 2vw;
}
.navbarhead {
	font-family: 'Hind Siliguri', sans-serif;

	font-size: 3vw;
	color: black;
	text-decoration: none;
}
.navbaritem {
	list-style: none;
	color: black;
	font-family: 'Hind Siliguri', sans-serif;

	text-decoration: none;
	font-size: 1vw;
	margin-top: 3vw;	
}
.navbaritem:hover {
	color: tan;
}
.collectioncontainer {
	float: right;
	padding:1vw;
	width:79%;
	height:auto;
	text-align: center;
	background-color: white;
	font-family: 'Hind Siliguri', sans-serif;

}
.collectionimg {
	width: 30vw;
	margin:2vw;
	height: auto;
	
}
.collectiontitle {
	float:left;
	font-size:1.5vw;
	text-decoration: none;
	color: black;
}
.collectiontitle:hover {
	color:tan;	
}
.collectiontextbox {
	background-color: white;
	float:left;
	width: 30%;
	text-align: justify;
	display: inline-block;
}
.collectiontext {
	font-size: 1vw;
	float:left;
	text-align: justify;
	margin-right:2vw;
}
.roj {
	float: left;
	width:10vw; 
}
.aboutcontainer {
	float: right;
	padding:1vw;
	width:79%;
	height:auto;
	text-align: center;
	background-color: white;
	font-family: 'Hind Siliguri', sans-serif;

}
.abouttext {
	float:left;
	text-align: justify; 
	font-size: 1vw;
}