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

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

.nav-custom {
	margin: 0vh;
}

a.navbar-brand.home-button {
	color: #f7f7f7;
	text-decoration: none;
	font-family: "Prata", serif;
	font-size: 3.01vh;
}

a.nav-link {
	color: black;
	text-decoration: none;
	font-size: 2.064vh;
	font-family: "Prata", serif;
	text-align: center;
}

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

img.logo-img {
	margin-right: 2.064vh;
	margin-left: 1.548vh;
}

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

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

#navbarSupportedContent {
	flex-direction: row-reverse;
}

body,
html {
	height: 100%;
	width: 100%;
	font-family: "Prata", serif;
	background-color: #f7f7f7;
	user-select: none;
}

.maincontainer {
	width: 100%;
	text-align: center;
	padding-bottom: 2%;
}

.heading {
	font-size: 5vw;
	color: black;
	width: 30%;
	display: inline-block;
	font-family: "providence-bold";
	margin-bottom: 2%;
}

.tilesrow {
	height: 25vw;
	width: 100%;
	display: flex;
	justify-content: space-around;
	margin-bottom: 5%;
	font-family: "Open Sans", sans-serif;
}

.tile {
	height: 100%;
	width: 20%;
	background-color: pink;
	border-radius: 10px;
	text-align: center;
	padding: 2%;
}

.avatar {
	background-color: aqua;
	width: 8vw;
	height: 8vw;
	display: inline-block;
}

.nametag {
	color: #f7f7f7;
	font-size: 1.3vw;
	margin-top: 8%;
}

.designation {
	font-size: 1vw;
	color: #f7f7f7;
	margin-top: 2%;
}

.emailtag {
	width: 100%;
	height: 2vw;
	display: inline-block;
	margin-top: 15%;
}

.emailicon {
	height: 100%;
	width: 100%;
	margin: 0px;
	background-image: url("../images/emailicon.png");
	background-repeat: no-repeat;
	background-size: contain;
}

.emailid {
	display: inline-block;
	width: 100%;
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: space-around;
	font-size: 1vw;
	color: #f7f7f7;
	user-select: text;
	padding-left: 0.5vw;
}

.nosupport {
	display: none;
	opacity: 0;
}

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