* {
	margin: 0px;
	padding: 0px;
	box-sizing: border-box;
}

.nav-custom {
	margin: 0vh;
}

@font-face {
	font-family: "providence-bold";
	src: url("../fonts/Ogg-Regular.otf");
}

a.navbar-brand.home-button {
	color: white;
	text-decoration: none;
	font-family: "Montserrat", sans-serif;
	font-size: 3.01vh;
}

a.nav-link {
	color: white;
	text-decoration: none;
	font-size: 2.064vh;
	font-family: "Montserrat", sans-serif;
	text-align: center;
	margin-left: 3.096vh;
}

.navbar-toggler:focus,
.navbar-toggler:active,
.navbar-toggler-icon:focus {
	outline: none;
	box-shadow: none;
}

img.logo-img {
	margin-left: 3.096vh;
}

.navbar-nav {
	margin-right: 1.548vh;
}

.bg-light {
	background-color: black !important;
}

body,
html {
	height: 100%;
	font-family: "providence-bold";
}

body {
	background-color: black;
	background-repeat: no-repeat;
	height: 100%;
	background-position: center;
	user-select: none;
}

.index-main-container {
	font-size: 10vh;
	color: #f7f7f7;
	width: 100%;
	height: 90%;
	text-align: right;
	position: relative;
}

.leftcontainer {
	margin-top: 10%;
	padding-right: 2vw;
	width: 50%;
	/* height: 70%; */
	display: inline-block;
	position: absolute;
	line-height: 12vh;
	left: 0px;
}

.imageright {
	margin-top: 5%;
	width: 50%;
	height: 90%;
	position: absolute;
	right: 0px;
	overflow: none;
	opacity: 1;
}

.actualimage {
	height: 100%;
	width: 100%;
	background-image: url("../images/image_right.jpg");
	background-size: cover;
	opacity: 0;
	transition: all 1s ease;
	transition-delay: 3s;
}

.fadein {
	opacity: 1;
}

.main-tiles {
	line-height: normal;
	opacity: 0;
	font-weight: bold;
	transform: translateY(40%);
	transition: all 1s ease;
	transition-delay: 3.5s;
}

.fadeup {
	opacity: 1;
	transform: translateY(0px);
}

a.button {
	line-height: normal;
	display: inline-flex;
	height: 5.16vh;
	/* width: 15vw; */
	font-size: 2vh;
	text-align: center;
	justify-content: center;
	align-items: center;
	text-decoration: none;
	color: rgba(255, 255, 255, 1);
	background-color: transparent;
	border: 0.1032vh solid #f7f7ff;
	/* margin: .516vh; */
	padding: 8px;
	margin-bottom: 5vh;
	padding-left: 5vw;
	padding-right: 5vw;
	background-size: 200% 100%;
	background-image: linear-gradient(to right, transparent 50%, #f7f7f7 50%);
	transition: all 0.5s ease;
}

a.button:hover {
	color: black;
	background-color: black;
	background-position: -100% 100%;
}

.verticalline {
	position: absolute;
	background-image: url("../images/verticalline.png");
	height: 0%;
	width: 3px;
	left: 0px;
	bottom: 0px;
	transition: all 1.5s ease;
	transition-delay: 0.5s;
}

.moveup {
	height: 100%;
}

.horizontalinetop {
	position: absolute;
	background-image: url("../images/verticalline.png");
	height: 3px;
	width: 0%;
	top: 0%;
	right: -100%;
	transition: all 1.5s ease;
	transition-delay: 0.75s;
}

.moverighttop {
	width: 180%;
}

.horizontalinebottom {
	position: absolute;
	background-image: url("../images/verticalline.png");
	height: 3px;
	width: 0%;
	left: -10%;
	bottom: 0px;
	transition: all 1.5s ease;
	transition-delay: 1s;
}

.moverightbottom {
	width: 180%;
}

.invigilation {
	margin-top: 5%;
	transform: translateX(60px);
	opacity: 0;
	transition: all 1s ease;
	transition-delay: 2s;
	font-size: 5vw;
}

.Management {
	transform: translateX(60px);
	opacity: 0;
	transition: all 1s ease;
	transition-delay: 2.25s;
	font-size: 5vw;
}

.System {
	transform: translateX(60px);
	opacity: 0;
	transition: all 1s ease;
	transition-delay: 2.5s;
	font-size: 5vw;
}

.flourishleft {
	transform: translateX(0px);
	opacity: 1;
}

.sidebar {
	font-size: 2vh;
	right: 1vw;
}

.links {
	opacity: 0;
	transition: all 1s ease;
	transition-delay: 4s;
	position: relative;
}

.fadein2 {
	opacity: 1;
}

.logoimg {
	background-image: url("../images/logo_white_noi.png");
	height: 10vh;
	width: 10vh;
	background-size: cover;
	position: absolute;
	left: 85%;
	top: -10%;
	opacity: 0;
	transition: all 1s ease;
	transition-delay: 2s;
}

.fadein3 {
	opacity: 1;
}

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

a:hover {
	color: #f7f7ff;
}

.button1 {
	margin-right: 1vw;
}

.nosupport {
	opacity: 0;
}

@media only screen and (max-width: 767px) {
	body {
		color: black;
		display: flex;
		justify-content: center;
		align-items: center;
		background-color: white;
	}
	.index-main-container {
		display: none;
	}
	.nosupport {
		opacity: 1;
	}
}
