:root{
	--Top-Bar-Height: 5vh;
	--Double-Top-Bar-Height: calc(2*var(--Top-Bar-Height));
}

@font-face {
	font-family: "TopBar";
	src: url("/Fonts/Renegade Pursuit.otf");
	font-weight: 400;
}

@font-face {
	font-family: "Main";
	src: url("/Fonts/Roboto-Regular.ttf");
	font-weight: 400;
}

body{
	font-family: "Main";
	background-color: #000000;
	z-index: 0;
/*	height: 200vh;*/
	-ms-overflow-style: none;  /* IE and Edge */
	scrollbar-width: none;  /* Firefox */
	font-size: 2.5vh;
}

/* Hide scrollbar for Chrome, Safari and Opera */
body::-webkit-scrollbar {
	display: none;
}

a{
	font-size: 3vh;
}

p{
	font-size: 1.5vh;
}

button{
	all: unset;
	font-size: 1.5vh;
	display: block;
	cursor: pointer;
}

span a:hover{
	cursor: pointer;
}
span a{
	all: unset;
	text-decoration: underline;
	font-weight: bold;
}

.TopBar{
	position: sticky;
	left: 0;
	top: 0;
	background-color: #FFFFFF;
	height: var(--Top-Bar-Height);
	width: 100%;
	display: flex;
	margin: 0;
	border-bottom-left-radius: var(--Top-Bar-Height);
	border-bottom-right-radius: var(--Top-Bar-Height);
	z-index: 2;
	color: black;
	text-align: center;
	vertical-align: middle;
    align-items: center;
	justify-content: center;
    justify-content: space-evenly;
    font-family: "TopBar";
}
.SecondBar{
	position: fixed;
	left: 0;
	top: 0;
	height: var(--Double-Top-Bar-Height);
	width: 100%;
	background-color: #AAAAAA;
	z-index: 1;
	border-bottom-left-radius: var(--Top-Bar-Height);
	border-bottom-right-radius: var(--Top-Bar-Height);
	display: flex;
    align-items: flex-end;
    justify-content: space-evenly;
}

.CentredText{
	font-size: 5vh;
}

.SeparateSubtitles{
	font-size: 3.5vh;
	margin-bottom: 0.3vh;
/*	margin: 0.3vh;*/
/*	background-color: #00000066;*/
/*	border-radius: 0.5vh;*/
}

.LeftBar{
	background-color: #CCCCCC00;
	position: fixed;
	top: 0;
	left: 0;
	height: 100vh;
	width: 100vw;
	display: inline-block;
	z-index: 2;
	pointer-events:none;
	overflow-y: scroll;}
.LeftBar::-webkit-scrollbar{
	display: none;
}
.Main{
	position: absolute;
	display: inline-block;
	left: 0;
	top: 10vh;
	/* height: 95vh; */
	width: 100vw;
}

.List{
/*	margin-top: 1.5vh;*/
/*	margin-left: 2vw;*/
	display: flex;
	justify-content: center;
	align-items: center;
	background-color: #00000077;
	text-transform: uppercase;
	transition: 0.25s;
	pointer-events: auto;
}
.List:hover{
	background-color: #000000FF;
}
.List img{
	cursor: pointer;
}

.collapsible {
	all:unset;
	background-color: #00000000;
	color: white;
	cursor: pointer;
	padding: 1.5vw;
/*	width: 5vw;*/
	border: none;
	text-align: center;
	outline: none;
	font-size: 2vh;
	border-bottom-left-radius: 0.75vw;
	border-top-left-radius: 0.75vw;
	margin-bottom: 0.2vh;
}

.Collapsible {
	all:unset;
	background-color: #00000000;
	color: white;
	cursor: pointer;
	padding: 1.5vw;
/*	width: 5vw;*/
	border: none;
	text-align: center;
	outline: none;
	font-size: 2vh;
	border-bottom-left-radius: 0.75vw;
	border-top-left-radius: 0.75vw;
	margin-bottom: 0.2vh;
}
.active, .collapsible:hover {
  background-color: #DDD;
}
.Content {
  padding: 0 2vw;
  display: none;
  overflow: hidden;
  background-color: #f1f1f1;
	border-bottom-left-radius: 0.75vw;
	border-top-left-radius: 0.75vw;
	margin-bottom: 0.2vh;
}

.ImageSide{
	display: flex;
	color: white;
	align-items: center;
}

.ImageRight{

}

.ImageLeft{

}

.ImageSide span{
	display: inline-block;
	width: 46vw;
	padding: 2vw;
}

.ImageSide img{
	max-width: 46vw;
/*	max-height: 20.25vh;*/
}

.PageHeader{
	display: block;
	color: white;
	width: 100%;
	text-align: center;
	font-size: 4vh;
	text-transform: uppercase;
	font-family: "TopBar";
}

.SubHeadings{
	display: block;
	color: white;
	font-size: 3vh;
	text-transform: uppercase;
	text-decoration: underline;
}
.Section{
	padding-left: 2vw;
	padding-right: 2vw;
	padding-bottom: 3vh;
}


/*New Top Bar Dropdowns*/
.DropButton {
	background-color: #00000000;
	color: white;
	padding: 1vh;
	font-size: 2vh;
	border: none;
/*  border-radius: 2.5vh;*/	
  margin: 0;
  transition: 0.25s;
}

.Dropdown {
	position: relative;
	display: inline-block;
}

.DropdownContent {
/*  display: none;*/
  position: absolute;
  background-color: #1f1f1f;
  width: auto;
  z-index: 1;
  clip-path: polygon(0 0, 100% 0%, 100% 0, 0 0);
  transition: 0.25s;
  pointer-events:auto;
}
.DropdownContent a {
  font-size: 1.5vh;
  white-space: nowrap;
  color: white;
  width: auto;
  padding: 0.4vh 1vw;
  text-decoration: none;
  display: block;
}
.DropdownContent a:hover {background-color: #ddd;}
.Dropdown:hover .DropdownContent {/*display: block;*/ clip-path: polygon(0 0, 100% 0%, 100% 100%, 0% 100%);}
.Dropdown:hover .DropButton {background-color: #FFFFFF44;}
.DropButton:hover {background-color: #FFFFFF44;}
/*New Top Bar Dropdowns*/



/*Remote Work*/
.InfoBox{
	display: inline-block;
/*	padding-left: 2.3vw;*/
	width: 18.9vw;
	height: 18.9vw;
	overflow: hidden;
	color: white;
}
.InfoBox:hover .OverImage{
	opacity: 10%;
}
.OverImage{
	position: relative;
	top: 0;
	left: 0;
	width: 18.9vw;
	height: 18.9vw;
	transition: 0.25s;
	display: flex;
	background-color: black;
	border: white 1px;
	pointer-events:none;
}
.OverImage.Alt{
	background-color: #333;
}
.UnderText{
	position: absolute;
	display: flex;
	width: 18.9vw;
	height: 18.9vw;
	justify-content: center;
	align-items: center;
}
.UnderText a{font-size: 2.5vh}
.UnderText span{text-align: center;}
.InnerImage{
	max-width: 100%;
	max-height: 100%;
	margin: auto;
}

/*Graphics Work*/

.TitleBarWithLogo{
    width: 96vw;
    height: 10vh;
    display: flex;
    justify-content: center;
    color: white;
    align-items: center;
    font-size: 5vh;
    text-decoration: underline;
}
.TitleBarWithLogoImageHolder{
	height: 10vh;
}
.BottomBorder{
	border-bottom: 1vh solid white;
	margin-top: 1.1vh;
}

.Portfolio{
	display: flex;
	flex-wrap: wrap;
}
.PortUpLeft{
	display: flex;
	width: 47vw;
	margin: 0.5vw;
	padding: 0;
}
.PortUpRight{
	display: flex;
	width: 47vw;
	margin: 0.5vw;
	padding: 0;
}
.PortBotLeft{
	display: flex;
	width: 47vw;
	margin: 0.5vw;
	padding: 0;
}
.PortBotRight{
	display: flex;
	width: 47vw;
	margin: 0.5vw;
	flex-wrap: wrap;
}
.PortBotRight1{
	display: flex;
	width: 23vw;
	padding: 0;
	margin-right: 0.5vw;
	margin-bottom: 0.25vw;
}
.PortBotRight2{
	display: flex;
	width: 23vw;
	padding: 0;
	margin-left: 0.5vw;
	margin-bottom: 0.25vw;
}
.PortBotRight3{
	display: flex;
	width: 23vw;
	padding: 0;
	margin-right: 0.5vw;
	margin-top: 0.25vw;

}
.PortBotRight4{
	display: flex;
	width: 23vw;
	padding: 0;
	margin-left: 0.5vw;
	margin-top: 0.25vw;

}