@font-face {
  font-family: "Cronus Round";
  src: url("../fonts/Cronus Round.otf" ) format("opentype");
}
@font-face {
  font-family: "Ubuntu";
  src: url("../fonts/Ubuntu-R.ttf" ) format("truetype");
}
.mainTitle {
	color: #FFFFFF;
	font-size: 7vmin;
	font-weight: normal;
	font-family: 'Cronus Round';
	letter-spacing: 0.1em;
	align-self:center;
	padding: .5vh 40px .5vh 40px;
    white-space: nowrap;
}
.pTitle {
	color: #FFFFFF;
	font-size: 4vmin;
	font-weight: normal;
	font-family: 'Cronus Round';
}
.text{
	color: white;
	font-size:2vmin;
    font-family: Ubuntu;
}
.copyright{
	color: white;
	font-size:1vh;
	}
.scrollcontent_img {
	width:8vmin;
}
#main {
	display:flex;
	width:85vmin;
	height:85vmin;
    cursor: pointer;
 }
#mainimgbox {
	display: flex;
	align-self: center;
	order:20;
 }
#all1xx {
}
.wholepage{
	font-size=60px;
	    background-color:  #000033;
	padding: 0 0 0 0;
	display: flex;
	flex-direction: column;
	align-items: center;
	
	}
.contentRow{
	display: flex;
	flex-direction: row;
}

#imageCol{
	padding: 0 10 0 20;
	display: flex;
	flex-direction: column;
		flex-wrap: wrap;
			width: 100%;
}
#imagedesc{
	display: flex;
		flex-direction: column;
			align-items: baseline;
				align-self: center;
				order:30;
	padding: 2vmin 4vmin 2vmin 6vmin;
	width: 25em;
}
#imagedetails{
	display: flex;
	flex-direction:column;
	padding:0px 10px 0px 10px;
}
.scrollcontents1{
	display:flex;
	align-self: top;
 	flex-direction: column;
	overflow: auto;
		align-items: center;
}
.scrollcontents{
	padding: 2px 2px 2px 2px;
		align-self: center;
}
#gallery_selector{
    font-size: 5vmin;
    font-style: normal;
    font-family:'Cronus Round';
	padding: 3px 0px 0px 0px;	
}
#gallery{ 
	display: flex;
	flex-direction: column;
	background-color: #222244; 
	width: 15em;
    border-top: 1px solid grey;
}
.gallery-title{
    width: 20em;
    font-size: 4vmin;
    font-style: normal;
    font-family:'Cronus Round';
}
