/* FONT */
@import url('https://fonts.googleapis.com/css2?family=Lexend+Deca:wght@100;200;300;400;500;600;700;800;900&family=Poppins:ital,wght@0,300;0,400;1,300;1,400&family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&family=Space+Grotesk:wght@300;400;500;600;700&family=Space+Mono:ital,wght@0,400;0,700;1,400;1,700&family=Syne:wght@400;500;600;700;800&display=swap');

/* SPECIFICATION
font-family: 'Lexend Deca', sans-serif;
font-family: 'Roboto', sans-serif;
font-family: 'Space Grotesk', sans-serif;
font-family: 'Space Mono', monospace;
font-family: 'Syne', sans-serif;
*/

/* GENERAL */
body {
	background-color: black;
	font-family: 'Poppins', sans-serif;
	padding: 0 !important;
	margin: 0 !important;
}
div{
	margin: 0;
}
header{
	align-content: center !important;
	align-items: center !important;
	text-align: center !important;
}
header h1{
	font-size: 3em !important;
	text-align: center !important;
}
.headertitle{
	font-size: 4em !important;
	text-align: center !important;
	font-weight: 500;
}
@media screen and (max-width: 600px){
	.headertitle {
		font-size: 3.5em !important;
		text-align: center !important;
		font-weight: 500;
	}
}
.container-everything{
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    margin: 0px;
    padding: 0px;
    width: 100%;
    height: 100%;
    overflow: visible;
}
.container {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}
.page-content{
	padding-left: 7%;
    padding-right: 7%;
    max-width: 1300px;
    margin: 0 auto !important;
	scroll-margin-top: 11vh;
}
a{
	text-decoration: none;
	color: inherit;
}
.row{
	color: white;
}
.col{
	color: white;
}
.left-aligned {
	margin-left: auto;
}
.bg-dark { 
	background-color: #343a40 !important; 
}
.bg-hero { 
	background-color: rgb(0, 0, 0); 
}

/* CALLOUT */
.bd-callout { padding:1.25rem; margin-top:1.25rem; margin-bottom:1.25rem; border:1px solid #e9ecef; border-left-width:.25rem; border-radius:.25rem }
.bd-callout h4 { margin-bottom:.25rem }
.bd-callout p:last-child { margin-bottom:0 }
.bd-callout code { border-radius:.25rem }
.bd-callout+.bd-callout { margin-top:-.25rem }
.bd-callout-info { border-left-color:#5bc0de }
.bd-callout-warning { border-left-color:#f0ad4e }
.bd-callout-danger { border-left-color:#d9534f }

/* FOOTER */
footer{
	font-family: 'Space Grotesk', sans-serif;
	color: rgb(116, 116, 116) !important;
}
.bg-dark {
	background-color: #1b1b23 !important;
}
footer p{
	color: rgb(194, 194, 194) !important;
}
footer small {
	color: rgb(194, 194, 194) !important;
}
footer a {
	color: white;
	font-weight: 400;
	text-decoration: none;
}
footer a.red:hover{
	color: #ff4b68 !important;
}
footer a.yellow:hover{
	color: #ffca00 !important;
}
footer a.green:hover{
	color: #00c6b5 !important;
}
footer li{
	list-style-type: none;
	margin: 0;
	padding: 0;
}
footer ul{
	list-style-type: none;
	margin: 0;
	padding: 0;
}
.p-2{
	padding: 0 !important;
}
.m-2{
	margin: 0 !important;
	padding: 0 !important;
}
.mb-4{
	padding-left: 0;
}
.mt-4{
	padding-left: 0;
}

/* NAVIGATION */
nav{
	background-color: black;
	height: 9vh;
}

.custom-toggler .navbar-toggler-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(255, 255, 255, 0.8)' stroke-width='2.5' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E");
}

.custom-toggler.navbar-toggler {
  border-color: black;
} 

nav a{
	text-decoration: none;
	color: white !important;
}

a:hover{
	cursor: pointer;
	overflow: hidden;
	color: inherit;
}
nav a.red:hover{
	color: #ff4b68 !important;
}
nav a.yellow:hover{
	color: #ffca00 !important;
}
nav a.green:hover{
	color: #00c6b5 !important;
}

.red:hover{
	color: #ff4b68;
}
.yellow:hover{
	color: #ffca00;
}
.green:hover{
	color: #00c6b5;
}
.navbar-brand{
	font-size: 1vw;
	font-weight: 500;
	margin-left: 0;
}
.navlogo{
	height: 3.5vh;
	width: auto;
	padding-bottom: 0.3vh;
	margin-left: 0;
}
.left-aligned{
	margin-left: auto;
}
.ml-auto{
	margin-left: auto !important;
}

.navbar{
	width: 100%;
}
.nav-item{
	font-family: Space Grotesk, sans-serif;
	font-size: 1.2vw;
	font-weight: 600;
	margin-left: 2vw;
	padding-top: 0.3vh;
	color: white;
}
.dropdown-menu{
	display: none;
	padding: 0.5vw;
	background-color: #1b1b23;
	border-radius: 0.5vw;
	color: white;
}
.dropdown-item{
	font-size: 1.2vw;
	font-weight: 400;
	line-height: 2;
	color: lightgray;
	padding: 0.5vw;
}
.nav-item:hover .dropdown-menu{
	display: block;
}
.nav-item:hover .dropdown-item{
	display: block;
}
.dropdown-item:hover{
	background-color: black;
	border-radius: 0.3vw;
	font-weight: 400;
}
.nav-link{
	transition: none;
}

/* HOME CONTENT */
.home-img{
	margin-top: 9vh;
	width: 100%;
}
.home-intro{
	font-family: Space Grotesk, sans-serif;
	font-weight: 300;
	font-size: 18px;
	color: white;
	margin: 3vw 3vw 3vw 3vw;
	text-align: center;
	padding-left: 30vw;
	padding-right: 30vw;
	line-height: 1.8;
}
/* MEDIA */
.profilepic{
	width: 30%;
	height: auto;
	padding: 12px;
}
.img{
	overflow-clip-margin: content-box;
}
img{
	vertical-align: middle;
	border-style: none;
}
.fig{
	width: 100%;
	height: auto;
	margin-top: 24px;
	display: flex;
	justify-content: center;
}
.fig img{
	width: 100%;
	height: auto;
}
.caption{
	text-align: center;
	font-size: 13px;
	color: #8e9398;
	margin-top: 6px;
	margin-bottom: 36px;
}
.homebg{
	position: relative !important;;
	display: flex;
}
.homebg img{
	width: 100% !important;
}
button{
    background-color: transparent;
    background-repeat: no-repeat;
    border: none;
    cursor: pointer;
    overflow: hidden;
    outline: none;
}
.buttons{
	position: absolute !important;
	margin-top: 20%;
    margin-left: 1%;
    width: 50%;
	display: flex;
}
.buttons button{
	margin: 10px;
}
.animate{
	width: 100%;
	display: flex;
	margin-bottom: 5vh;
}
.avatar-left{
	width: 22%
}
.avatar-left img{
	width: 100%;
}
.avatar-right{
	width: 80%;
	display: flex;
}
.quotation{
	width: 7.5%;
}
.quotation img{
	width: 100%;
}
.quotationtext{
	width: 70%;
}
.header{
	display: flex;
	align-items: center;
    margin-block: 20px;
    margin-top: 45px;
}
.header .icon {
    width: 40px;
    height: 40px;
    flex-shrink: 0;
    color: white;
    margin-right: 9px;
}
.icon img {
    width: inherit;
}
.row .smalliconcontainer{
	display: flex;
	align-items: center;
}
.row .smalliconcontainer .smallicon{
	display: flex;
	width: 23px;
	height: 23px;
	flex-shrink: 0;
	margin-right: 9px;
}
.row .smallicon img{
	width: inherit;
	margin-right: 9px;
}
.figtext{
	width: 100%;
	display: flex;
	margin-bottom: 5vh;
}
.fig-left{
	width: 50%;
	margin-right: 3%;
}
.fig-left img{
	width: 100%;
}
.fig-right{
	width: 47%;
}

/* TEXT STYLE */
h1{
	font-family: 'Space Grotesk', sans-serif;
	font-weight: 700;
}
h2{
	font-family: 'Space Grotesk', sans-serif;
	font-weight: 600;
}
h3{
	font-family: 'Space Grotesk', sans-serif;
	font-weight: 600;
	color: #00c6b5;
	margin-bottom: 3vh;
	font-size: 32px;
}
h4{
	font-family: 'Space Grotesk', sans-serif;
	font-size: 21px;
	font-weight: 500;
	color: #00c6b5;
	line-height: 1.8;
}
p{
	font-size: 18px;
	font-weight: 300;
	line-height: 1.9;
	color: rgb(222, 222, 222);
}
ul{
	font-size: 18px;
	font-weight: 300;
	line-height: 1.8;
	color: rgb(222, 222, 222);
}
hr{
	margin-bottom: 3vh;
}
.header h3 {
    margin: 0px;
}
b{
	font-weight: 600;
}
p b{
	font-weight: 600;
}
.quotationtext{
	font-family: 'Space Mono', monospace;
}
/* LOADING GIF */
#load{
	width: 100%;
	height: 100%;
	position: fixed;
	background-color: black;
	animation: disappear 0s linear 3.5s forwards;
	z-index: 99;
}

@keyframes disappear {
	to {opacity: 0;}
}

#load img{
    position: absolute;
    left: 50%;
    top: 50%;
    width: auto;
    height: 30vh;
    /* The following will size the video to fit the full container. Not necessary, just nice.*/
    -webkit-transform: translate(-50%,-50%);
    -moz-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
}

/* SIDEBAR */
.topbutton img{
	width: 32px;
	height: 32px;
}
.sidebar {
	margin-left: -7vw;
	margin: 30px;
    padding: 0;
    width: 20%;
    position: sticky;
    height: 100vh;
    overflow: visible;
    top: 95px;
    border-radius: 0px 20px 20px 0px;
    align-self: flex-start;
}
@media screen and (max-width: 768px) {
    .sidebar {
      display: none;
    }
}
.sidebarTab {
    border: 2px solid #00c6b5;
    height: 30px;
    width: 30px;
    margin: 30px;
    border-radius: 30px;
	background-color: #00c6b5 !important;
    color: #00c6b5 !important;
    text-align: center;
    font-family: "Space Grotesk", sans-serif;
    font-size: min(1.4vw, 18px);
    transition: width 0.5s, color 0.5s;
    overflow: clip;
    cursor: pointer;
}
.sidebarTab:hover {
	background-color: #00c6b5 !important;
    width: 100%;
    color: black !important;
	font-weight: 600 !important;
}
.sidebarTabActive {
    background-color: #00c6b5 !important;
    width: 100%;
    color: black !important;
	font-weight: 600 !important;
}
.sidebarTab1 {
    border: 2px solid #00c6b5;
    height: 30px;
    width: 30px;
    margin: 30px;
    border-radius: 30px;
	background-color: #00c6b5 !important;
    color: #00c6b5 !important;
    text-align: center;
    font-family: "Space Grotesk", sans-serif;
    font-size: min(1.4vw, 18px);
    transition: width 0.5s, color 0.5s;
    overflow: clip;
    cursor: pointer;
}
.sidebarTab1:hover {
	background-color: #00c6b5 !important;
    width: 100%;
    color: black !important;
	font-weight: 600 !important;
}
.sidebarTab1Active {
    background-color: #00c6b5 !important;
    width: 100%;
    color: black !important;
	font-weight: 600 !important;
}
.sidebarTab2 {
    border: 2px solid #ffca00;
    height: 30px;
    width: 30px;
    margin: 30px;
    border-radius: 30px;
	background-color: #ffca00 !important;
    color: #ffca00 !important;
    text-align: center;
    font-family: "Space Grotesk", sans-serif;
    font-size: min(1.4vw, 18px);
    transition: width 0.5s, color 0.5s;
    overflow: clip;
    cursor: pointer;
}
.sidebarTab2:hover {
	background-color: #ffca00 !important;
    width: 100%;
    color: black !important;
	font-weight: 600 !important;
}
.sidebarTab2Active {
    background-color: #ffca00 !important;
    width: 100%;
    color: black !important;
	font-weight: 600 !important;
}
.sidebarTab3 {
    border: 2px solid #ff4b68;
    height: 30px;
    width: 30px;
    margin: 30px;
    border-radius: 30px;
	background-color: #ff4b68 !important;
    color: #ff4b68 !important;
    text-align: center;
    font-family: "Space Grotesk", sans-serif;
    font-size: min(1.4vw, 18px);
    transition: width 0.5s, color 0.5s;
    overflow: clip;
    cursor: pointer;
}
.sidebarTab3:hover {
	background-color: #ff4b68 !important;
    width: 100%;
    color: black !important;
	font-weight: 600 !important;
}
.sidebarTab3Active {
    background-color: #ff4b68 !important;
    width: 100%;
    color: black !important;
	font-weight: 600 !important;
}

/* CAROUSEL TEAM PROFILE */
@media screen and (min-width: 300px) {
	.bigcard{
		width: 100%;
		height: 55vh;
		margin-bottom: 30px;
		border-radius: 16px;
		background-color: #1b1b22;
	}
	.imageCard{
		display: none;
	}
	.rolename{
		width: 100%;
		height: 12vh;
		float: top;
		align-items: center;
		align-content: center;
		text-align: center;
		border-top-left-radius: 20px;
		border-top-right-radius: 20px;
		background-color: #2f2f38;
		overflow: hidden;
	}
	.memberdescription{
		width: 100%;
		height: 43vh;
		padding: 16px;
		color: white;
		overflow: scroll;
		font-size: 1em;
		z-index: 9;
	}
	.roleText{
		color: #00c6b5;
		font-size: min(1.2em, 15px);
		padding-top: 2vh;
	}
	.memberName{
		color: white;
		font-size: min(2em, 21px);
	}
}


@media screen and (min-width: 600px) {
	.bigcard{
		width: 100%;
		height: 55vh;
		margin-bottom: 30px;
		border-radius: 16px;
		background-color: #1b1b22;
	}
	.rolename{
		width: 100%;
		height: 25vh;
		float: top;
		align-items: center;
		align-content: center;
		text-align: center;
		border-top-left-radius: 20px;
		border-top-right-radius: 20px;
		background-color: #2f2f38;
	}
	.scrollgradient{
		float: bottom;
		width: 100%;
		height: 2vh;
		background-origin: linear-gradient(transparent, #1e1e1e);
		z-index: 10;
	}
	.memberdescription{
		width: 100%;
		height: 30vh;
		padding: 16px;
		color: white;
		overflow: scroll;
		font-size: 1em;
		z-index: 9;
	}
	.imageCard{
		width: 16vw;
		height: 16vw;
		border-radius: 50%;
		object-fit: cover;
		padding: 1.2vw;
		display: block;
	}
	.roleText{
		color: #00c6b5;
		font-size: min(1.2em, 15px);
		padding-top: 0vh;
	}
	.memberName{
		color: white;
		font-size: min(2em, 21px);
	}
}

/* Extra large devices (large laptops and desktops, 1000px and down) */
@media screen and (min-width: 1000px) {
	.bigcard{
		width: 100%;
		height: 40vh;
		margin-bottom: 70px;
		border-radius: 20px;
		background-color: #1b1b22;
	}
	.rolename{
		width: 25%;
		height: 40vh;
		float: left;
		text-align: center;
		border-top-left-radius: 20px;
		border-bottom-left-radius: 20px;
		border-top-right-radius: 0px;
		background-color: #2f2f38;
	}
	.scrollgradient{
		float: bottom;
		width: 75%;
		height: 2vh;
		background-origin: linear-gradient(transparent, #1e1e1e);
		z-index: 10;
	}
	.memberdescription{
		width: 75%;
		height: 40vh;
		padding: 30px;
		color: white;
		overflow: scroll;
		font-size: 1em;
		z-index: 9;
	}
	.imageCard{
		width: 15vw;
		height: 15vw;
		border-radius: 50%;
		object-fit: cover;
		padding: 1.2vw;
		display: block;
		margin-left: auto;
		margin-right: auto;
	}
	.roleText{
		color: #00c6b5;
		font-size: 1.2em;
		padding-top: 0vh
	}
	.memberName{
		color: white;
		font-size: 2em;
	}
}
.carousel-container {
    width: 90%;
    margin: 10px auto;
    min-height: 110px;
    position: relative;
}
@media screen and (max-width: 768px) {
    .carousel-container {
      width: 80%;
    }
}

  @media screen and (max-width: 1024px) {
    .carousel-container {
      width: 85%;
    }
}
.carousel-inner{
	position: relative;
	width: 100%;
	overflow: hidden;
	background-color: #1b1b22;
	border-radius: 15px;
	/*background-origin: linear-gradient(to right, #1e1e1e, transparent, #1e1e1e);*/
}
.carousel-container .carousel-inner {
    overflow: hidden;
	/*background-origin: linear-gradient(to right, #1e1e1e, transparent, #1e1e1e);*/
}
.carousel-container .track {
    display: inline-flex;
    transition: transform 0.5s;
}
.carousel-container .card-container{
	width: 110px;
	flex-shrink: 0;
	height: 110px;
}
.carousel-items{
	padding: 5px;
}
.card{
	position: relative;
	display: flex;
	-webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-clip: border-box;
}
.carousel-container .card-container .card {
    /* max-width: 100%;
    max-height: 100%;
    width: auto;
    height: auto; */
    width: 100px;
    height: 100px;
    border: 0px solid white;
    background-color: #232323;
    border-radius: 50%;
    cursor: pointer;
    object-fit: cover;
    object-position: top;
}
.carouselNav button {
    border-radius: 50%;
    background: transparent;
    border: none !important;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    cursor: pointer;
    padding: 0px;
}
.left-arrow{
	width: 2.5vw;
}
.right-arrow{
	width: 2.5vw;
}
@media screen and (max-width: 768px) {
	.left-arrow{
		width: 6vw;
	}
	.right-arrow{
		width: 6vw;
	}
}
.carouselNav .prev {
    left: -4vw;
    display: none;
}
.carouselNav .prev.show {
    display: block;
}
.carouselNav .next {
    right: -4vw;
}
.carouselNav .next.hide {
    display: none;
}
