@font-face {
    font-family: 'Antonio';
    src: url('/Media/fonts/Antonio-VariableFont_wght.ttf') format('truetype');
}

@font-face {
    font-family: "MondaBold";
    src: url('/Media/fonts/Monda-Bold.ttf') format('truetype');
}

@font-face {
    font-family: "Monda";
    src: url('/Media/fonts/Monda-Regular.ttf') format('truetype');
}

p {
	font-family: "Monda";
	font-size: 0.9vw;
}

html #intro {
	height: 100%;
}

html {
	height: 100vw;
}

body {
	margin: 0px;
	background-color: rgb(27, 26, 30);
	font-family: "Antonio";
	height: 100%;
}

main 
{
	background-color: white;
	margin-left: 13%;
	margin-right: 13%;
	height: 100%;
	padding: 5%;
}

footer
{
	background-color: white;
	margin-left: 10%;
	margin-right: 10%;
	height: 100%;
	padding: 5%;
}

.topNav {
	z-index: 999;
	position: sticky;
	padding:5px;
	display: flex;
	justify-content: space-between;
	align-items: center;
	font-size: 200%;
	letter-spacing: 5px;
	color: white;
	filter: drop-shadow(0px 19px 16px #000000);
}

#nav{
	display: flex;
	flex-direction: row;
	size: 10px;
	align-items: center;
	margin-left: 1%;
	margin-right: 1%;
}

.navmenu {
	padding: 1vw;
	padding-bottom: 20px;
	padding-top: 20px;
}

.navmenu a
{
	color: white;
	text-decoration: none;
}

.navmenu:hover a {
	color:rgb(151, 38, 38);
}

#cover
{
	background-color: rgb(27, 26, 30);
	margin-left: 0;
	margin-right: 0;
	height: 100vh;
	width: 100%;
	top: 0;
	padding: 0;
	margin: 0;
	overflow: hidden;
}

#intro {
	position: relative;
	height: 100%;
	width: 100%;
}

@media screen and (min-aspect-ratio: 16/9) {
    #introvideo {
		top:0;
		width: 100%;
		filter:brightness(0.8);
	}
}

@media screen and (max-aspect-ratio: 16/9) {
	#introvideo {
		height: 110%;
		top:0;
		filter:brightness(0.8);
	}
}

#videooverlay {
	position: absolute;
	top: 30%;
	left: 47%;
	width: 45%;
	height: 50%;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	z-index: 1;
}

#covericon {
	max-width: 100%;
}

#watchnow {
	margin-top: 10%;
	text-align: center;
	opacity: 0.3;
	color: white;
	text-decoration: none;
	font-size: 2vw;
}

#watchnow:hover {
	opacity: 1;
	color: white;
	text-decoration: none;
}

#watchnow:active {
	opacity: 1;
	color: grey;
	text-decoration: none;
}

.side {
	height: 100%;
	width: 40%;
	position: absolute;
	z-index: 3;
	background-color: white;	
}

.side * {
	margin-left: 4vw;
	padding-right: 3.5vw;
}

.side #toptitle {
	margin-top: 3vw;
}

.side h1 {
	margin-top: 0;
	margin-bottom: 5%;
	font-size: 5vw;
	margin-bottom: 1;
}

.side p {
	right: 0;
	display: inline;
	font-family: "MondaBold";
	font-size: 3vw;
	padding: 0;
	margin-right: 1vw;
}

.side #p1title {
	margin: 1vw;
}

.side a {
	color: #000000;
	text-decoration: none;
	margin: 0;
	padding: 0;
}

.side a:hover {
	color:rgb(151, 38, 38);
}

.side .smalltitle {
	font-family: "Monda";
	font-size: 2vw;
	margin: 0;
}

.side #bottom {
	font-size: 1vw;
	display: block;
	color: #afafaf;
	margin-left: 4vw;
}
#projects {
	font-size: 5em;
}

.clickable {
	display: inline;
	margin: 0;
	padding: 0;
}

.clickable img {
	transition: transform .5s;
}

.clickable img:hover {
	transform: scale(1.5);
}

h1 {
	padding-top: 1vw;
	margin-top: 1vw;
	font-size: 4vw;
}
h2 {
	padding: 0;
	font-size: 2vw;
}

.sidetitle {
	padding-right: 1vw;
	display: inline;
}

p a {
	color: rgb(85, 85, 85);
	text-decoration: none;
}

p a:hover {
	color:rgb(151, 38, 38);
}

.gallery {
	margin: 0;
	padding: 0;
	display: flex;
}

.gallery img {
	height: auto;
	width: 23vw;
	margin: 0;
	padding: 0;
	transition: 0.5s;
}

.gallery img:hover {
	transform: scale(1.5);
}

#about {
	display: flex;
}

#desc {
	width: 50%;
	padding-right: 5%;
}

#skills {
	width: 50%;
	padding-right: 5%;
}

.progress {
	border-radius: 15px;
	width: 100%;
	background-color: grey;
}

.bar {
	border-radius: 15px;
	width: 1%;
	height: 30px;
	background-color: rgb(151, 38, 38);
}

.abouttitle {
	padding-top: 0;
	margin-top: 0;
	padding-bottom: 0;
	margin-bottom: 3vw;
}

#logo {
	width:3vw;
	height:3vw;
	padding: 0.2vw;
	margin-right: 1vw;
	transition: 1s;
}

#logo:hover {
	transform: scale(1.3);
}