body {
	width: 100vw;
	margin: 0px;
	padding: 0px;
	background-color: white;
	font-family: 'Rajdhani', sans-serif;
}

.page {
	width: 100vw;
	margin: 0px;
	padding: 0px;
	background-color: white;
}

/* ################################################################### */

.header {
	background-color: white;
	height: 75px;
	width: 100%;
	top: 0;
	position: sticky;
	padding: 5px 0px 5px 0px;
	z-index: 2;
	font-family: 'Rajdhani', sans-serif;
	font-weight: bold;
}

.header-content{
	margin: auto;
	width: 100%;
	max-width: 1700px;
}

.header-logo {
	cursor: pointer;
	height: 55px;
	width: auto;
	margin: 10px auto 10px 30px;
}

.menu {
	display: flex;
	flex-direction: row;
	width: fit-content;
	float: right;
	margin: 25px 50px 25px 25px;
}

.menu-option {
	font-family: 'Rajdhani', sans-serif;
	font-size: 23px;
	margin: auto 25px;
	cursor: pointer;
	color: #0096FF;
}

.mobile-menu {
	display: none;
}

.mobile-menu-hidden {
	display: none;
}

#burger {
	display: none;
}

#cross {
	display: none;
}


/* ################################################################### */

.splash {
	display: flex;
}

.splash#particles-js {
	background-color: white;
	height: calc(100vh - 75px);
	width: 100%;
	display: flex;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: 50% 50%;
}

canvas {
	position: absolute;
}

.poster {
	display: flex;
	width: fit-content;
	width: 90%;
	max-width: 1600px;
	margin: auto;
	z-index: 1;
}

.splash-image {
	margin: auto;
	width: 35%;
}

.poster-text {
	margin: auto;
}

.poster-title {
	color: #0096FF;
	font-family: 'Rajdhani', sans-serif;
	text-align: left;
	font-size: 3.5em;
	font-weight: bold;
	margin: auto;
	padding: 0px;
}

.title-strikethrough {
	text-decoration-color: #f81700;
	text-decoration-thickness: 15%;
}

.poster-subtitle {
	color: #122443;
	font-family: 'Rajdhani', sans-serif;
	text-align: left;
	font-size: 2em;
	margin: auto;
	padding: 0px;
}

/* ################################################################### */

section {
	display: flex;
	flex-direction: column;
}

.section-header {
	font-family: 'Rajdhani', sans-serif;
	margin: 25px auto;
	text-align: center;
	font-weight: bold;
	color: #0096FF;
	font-size: 2em;
}

.section-content {
	display: flex;
	flex-direction: row;
	font-family: 'Rajdhani', sans-serif;
	font-size: 20px;
	margin: auto;
}

.about-image {
	margin: auto;
	width: 40%;
}

.portfolio-section-content {
	max-height: 55vh;
	min-height: 390px;
	overflow-y: auto;
	padding: 0px 50px;
}

.portfolio-grid {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(200px, auto));
	font-family: 'Rajdhani', sans-serif;
	font-size: 20px;
}

.portfolio-card {
	width: 150px;
	height: 150px;
	margin: 25px auto 15px auto;
	display: flex;
	background-color: white;
	box-shadow: 0 0 10px 0 #9f9f9f4e;
	border-radius: 10%;
	text-decoration: none;
}

.portfolio-card:hover {
	background-color: #0096ff;
	box-shadow: 0 0 30px 0 #4646464e;
}

.portfolio-card-image {
	display: flex;
	max-height: 100px;
	max-width: 100px;
	padding: 25px;
	margin: auto;
	filter: grayscale(100%);
}

.portfolio-card:hover .portfolio-card-image {
	display: none;
}

.portfolio-card-header {
	display: none;
}

.portfolio-card:hover .portfolio-card-header {
	font-family: 'Rajdhani', sans-serif;
	text-align: center;
	font-weight: bold;
	margin: auto;
	font-size: 24px;
	color: white;
	display: flex;
	text-decoration: none;
}

.team-section-content {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	padding: 0px 20px;
	font-family: 'Rajdhani', sans-serif;
	font-size: 20px;
	margin: 25px auto 0px auto;
	grid-column-gap: 20px;
}

.team-card {
	width: 275px;
	margin: 25px auto;
	display: flex;
	flex-direction: column;
	background-color: white;
	box-shadow: 0 0 30px 0 #4646464e;
	border-radius: 3%;
	text-decoration: none;
}

.team-card:hover .team-card-header {
	color: #0096ff;
}

.team-card-image {
	display: flex;
	height: 150px;
	margin: 25px auto;
	border-radius: 50%;
	filter: grayscale(100%);
}

.team-card:hover .team-card-image {
	background-color: #0096FF;
	filter: grayscale(0%);
}

.team-card-header {
	font-family: 'Rajdhani', sans-serif;
	text-align: center;
	font-weight: bold;
	color: black;
	margin: 25px;
	font-size: 22px;
	text-decoration: none;
}

.card-content {
	text-align: center;
	margin: auto;
	padding: 0 30px 30px 30px;
	font-family: 'Rajdhani', sans-serif;
	font-size: 20px;
    line-height: 20px;
	color: #122443;
}

.dot-line {
	display: flex;
	width: 75%;
	height: 2px;
	margin: 20px auto 0px auto;
}

.contact-image {
	margin: auto;
	width: 35%;
}

a {
	color: #0096ff;
}

/* ################################################################### */

section {
	margin: auto;
	display: block;
	max-width: 1200px;
	padding-bottom: 75px;
	width: 100%;
}

.anchor {
	height: 75px;
}

#about {
	margin-top: 50px;
	background-color: white;
	width: 100%;
}

#portfolio {
	background-color: white;
	width: 100%;
}

#team {
	background-color: white;
	width: 100%;
}

#contact {
	background-color: white;
	width: 100%;
}

/* ################################################################### */

.footer {
	background-color: #0096FF;
	height: 90px;
	width: 100%;
	display: flex;
	flex-direction: column;
}

.footer-content {
	color: white;
	text-align: center;
	margin: auto;
	font-family: 'Rajdhani', sans-serif;
	font-size: 20px;
}

/* ################################################################### */

.sticky-bubble {
	margin: auto;
	width: 100vw;
	height: 15vh;
	position: fixed;
	bottom: 0;
	z-index: 10;
}

.sticky-bubble-hidden {
	display: none;
}

.notion-bubble {
	margin: auto;
	width: 90%;
	height: 90%;
	background-color: rgba(0, 150, 255, 0.7);
	display: flex;
	flex-direction: column;
	border-radius: 5px;
}

.bubble-button {
	height: 15px;
	float: right;
	margin: 5px 5px 0px auto;
	cursor: pointer;
}

.bubble-text {
	font-family: 'Rajdhani', sans-serif;
	color: #ffffff;
	font-size: 25px;
	font-weight: 700;
	margin: auto;
	padding-bottom: 10px;
	text-align: center;
}

.bubble-link {
	color: #ffffff;
}

/* ################################################################### */

@media only screen and (max-width: 1275px) {
	.poster {
		flex-direction: column-reverse;
	}

	.poster-title {
		text-align: center;
		margin: auto;
	}

	.poster-subtitle {
		text-align: center;
		margin: auto;
	}

	.splash-image {
		margin: auto;
		width: 50%;
	}
}

/* ################################################################### */

@media only screen and (max-width: 850px) {
	.menu {
		display: none;
	}

	.mobile-menu {
		display: flex;
		background-color: white;
		flex-direction: column;
		width: 100%;
		height: calc(100% - 60px);
		position: fixed;
		z-index: 2;
		right: 0;
	}

	.mobile-menu-hidden {
		display: none;
	}

	.mobile-menu-option {
		font-family: 'Rajdhani', sans-serif;
		cursor: pointer;
		margin: auto;
		color: #0096FF;
		padding: 35px 50px;
		font-size: 30px;
	}

	#burger {
		display: flex;
	}

	#cross {
		display: flex;
	}
	
	.menu-button-hidden {
		display: none !important;
	}

	.menu-button-visible {
		cursor: pointer;
		display: flex;
		height: 35px;
		float: right;
		padding: 10px;
		margin: auto 10px;
	}

	.header {
		height: 60px;
	}
	
	.header-logo {
		height: 50px;
		margin: auto auto auto 15px;
	}

	.section-content {
		flex-direction: column;
	}

	.poster {
		flex-direction: column-reverse;
	}

	.about-image {
		display: none;
	}

	.contact-image {
		display: none;
	}

	.poster-text {
		margin: auto;
	}

	.poster-title {
		text-align: center;
		margin: auto;
		padding: 0px;
		font-size: 3rem;
	}
	
	.poster-subtitle {
		text-align: center;
		margin: auto;
		padding: 0px;
		font-size: 2rem;
	}

	.splash-image {
		margin: auto;
		width: 60%;
	}
}

/* ################################################################### */

@media only screen and (max-width: 625px) {
	.splash-image {
		margin: auto;
		width: 70%;
	}

	.poster-title {
		text-align: center;
		margin: auto;
		padding: 0px;
		font-size: 2.5rem;
	}

	.poster-subtitle {
		text-align: center;
		margin: auto;
		padding: 0px;
		font-size: 1.5rem;
	}

	.portfolio-section-content {
		height: 400px;
		max-height: 400px;
		overflow-x: auto;
		overflow-y: hidden;
		margin: 0px 50px;
		padding: unset;
	}

	.portfolio-card {
		margin: 25px;
	}
	
	.portfolio-grid {
		display: inline-grid;
		grid-auto-flow: column;
		grid-template-rows: auto auto;
		font-family: 'Rajdhani', sans-serif;
	}
	

	.bubble-text {
		font-size: 1rem;
	}
}