/* Body */
html, body {
	font-family: "Arial", "sans-serif";
	font-size: 1.2em;
	height: 100%;
	margin: 0;
}

p {
	font-family: "Arial", "sans-serif";
	font-size: 1em;
}

h1 {
	font-family: "Franklin Gothic", "Arial", "sans-serif";
	font-size: 3.25em;
}

.big {
	font-family: "Franklin Gothic", "Arial", "sans-serif";
	font-size: 4.5em;
}

h2 {
	font-family: "Franklin Gothic", "Arial", "sans-serif";
	font-size: 2.25em;
}

h3 {
	font-family: "Franklin Gothic", "Arial", "sans-serif";
	font-size: 1.75em;
}

h4 {
	font-family: "Arial", "sans-serif";
	font-size: 1.25em;
}

.blue {
	background: linear-gradient(90deg, #00BAC7, #00BAC7, #46DC8F);
	background-clip: text;
	color: transparent;
}

.article {
	width: 80%;
	margin: 4% 10%;
}

.fullwindow {
	height: 92%;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
}

.pill {
	width: 300px;
	padding: 10px;
	text-align: center;
	color: white;
	border-radius: 50px;
	background-image: linear-gradient(90deg, #00BAC7, #00BAC7, #46DC8F);
}

.pill:hover {
	transform: scale(1.1);
	box-shadow: 0 0 30px 5px #46DC8F;
}

/* Flex Box Elements */
.flex-container-vertical {
	display: flex;
	flex-flow: column;
	height: 92.5%;
}

.flex-container-horizontal {
	display: flex;
	flex-flow: row;
	width:100%;
	height: 92%;
}

.header {
	flex: 0 1 auto;
}

.full-bg {
	background-image: url('./images/logo/finsolo.png');
	background-position: right bottom;
	background-repeat: no-repeat;
}

.form-left {
	padding-bottom: 110vh;
	width: 190%;
	flex-align: center;
	background-color: rgba(0,186,199,0.05);
	background-image: url('./images/logo/finsolo.png');
	background-position: right bottom;
	background-repeat: no-repeat;
}

.content {
	flex: 1 1 auto;
}

.form-content {
	justify-content: center;
	text-align: center;
	flex: 1 1 auto;
	width: 100%;
	height: 1050px;
	margin-bottom: -20vh;
}

.footer {
	flex: 0 1 100px;
}

#teamtitle {
	color:white; 
	width:100%; 
	margin:4% 0 0.2em 0; 
	display:flex; 
	align-items:center; 
	justify-content:center;
}
	
#teamtext {
	width: 80%;
	margin: 4% 10%;
	margin-top: -1em;
}


/* Top Navigation */
.topnav {
	position:relative;
	color: black;
	display:flex;
	align-items:center;
	width:100%;
	background-color: #333;
	font-family: "Arial", "sans-serif";
	overflow: hidden;
}

.topnav logo {
	float: left;
	color: black;
	display: flex;
	text-align: center;
	align-items: center;
	padding: 8px 20px 8px 0;
	font-family: "Franklin Gothic", "Arial", "sans-serif";
	font-weight: 600;
	color: #00BAC7;
	font-size: 2em;
}

.topnav logo img {
	width: 45px;
	padding: 8px;
}

.topnav a {
	float: left;
	color: white;
	text-align: center;
	padding: 20px 16px;
	text-decoration: none;
	font-size: 1.2em;
}

.topnav demo a {
	position: absolute;
	right: 0;
	top: 0;
	color: white;
	text-align: right;
	margin: 18px; padding: 10px 11px;
	text-decoration: none;
	font-size: 0.75em;
	background-image: linear-gradient(90deg, #00BAC7, #00BAC7, #46DC8F);
	border-radius: 50px;
}

.topnav a:hover {
	background-color: #ddd;
	color: black;
}

.topnav a.active {
	background-color: #00BAC7;
	color: white;
}

.topnav .icon {
	display: none;
}

/* Responsive Interface */

@media screen and (max-width: 1100px) {
	.topnav a.icon {
		float: right;
		display: block;
	}
	.flex-container-horizontal {
		flex-wrap: wrap;
		width: 100%;
	}
	.header {
		flex: 1 1 auto;
		height: 50%;
	}
	.content {
		display: flex;
		justify-content: center;
		width: 100%;
		flex: 0 1 auto;
	}
	#toobig	{
		height:1px;
		overflow:hidden;
	}
}

@media screen and (min-height: 1050px) {
	body {
		font-size:1.5em;
	}
	h1 {
		font-size: 4.5em;
	}

	h2 {
		font-size: 2.5em;
	}

	h3 {
		font-size: 2.25;
	}

	h4 {
		font-size: 1.875em;
	}
	.topnav logo {
		font-size: 2em;
	}
	.topnav logo img {
		width: 60px;
		padding: 0 8px;
	}
	.topnav a {
		float: left;
		color: #f2f2f2;
		text-align: center;
		padding: 20px 16px;
		text-decoration: none;
		font-size: 1.2em;
	}
	.card {
		width: 400px;
		height: 600px;
		padding: 20px 60px;
	}
	.card .top {
		transform: scale(1.5);
		transform-origin: bottom;
	}
	.card .bottom {
		transform: scale(1.5);
		transform-origin: top;
	}
	.card img {
		width: 400px;
		border-radius: 25px 25px 0 0;
		object-fit: cover;
	}
	#teamtitle {
		margin-bottom: 1em; 
	}
	#teamtext {
		margin-top: -4em;
	}
	iframe {
		padding-top: 2vh;
		transform: scale(1.35);
		transform-origin: top;
	}
}

@media screen and (max-width: 1100px) and (min-height: 1050px) {
	iframe {
		padding-top: 2vh;
		transform: scale(1.5);
		transform-origin: top;
	}
	.form-left {
		padding-bottom: 5vh;
	}
}

/* Team Cards */
.card {
	display:inline-block;
	text-align: left;
	color: #ffffff;
	width: 200px;
	margin: 5px;
}

.card .top {
	display:flex;
	align-items:center;
	float:top;
	height:200px;
	border-radius: 25px 25px 0 0;
}

.card .bottom {
	display: flex;
	flex-wrap: wrap;
	align-items: flex-start;
	height: 200px;
	width: 180px;
	border-radius: 0 0 25px 25px;
	background-image: linear-gradient(45deg, #00BAC7, #00BAC7, #46DC8F);
	color: #ffffff;
	padding: 0 10px;
}

.card img {
	width: 200px;
	border-radius: 25px 25px 0 0;
	object-fit: cover;
}

.card p {

}

.card p.name {
	font-family: "Franklin Gothic", "Arial", "sans-serif";
	font-size: 32px;
	font-weight: 600;
	width: 100%;
	height: 32px;
	margin-top: 20px;
	margin-bottom: 20px;
}

.card p.title {
	font-family: "Arial", "sans-serif";
	font-size: 22px;
	font-weight: bold;
	color: #000000;
	height: 22px;
	margin-bottom: 0;
}

.card p.description {
	font-family: "Arial", "sans-serif";
	font-size: 16px;
	color: #000000;
	height: 32px;
	margin-bottom:24px;
}