
/*Gembox.io Founded 2021
   _____ ______ __  __ ____   ______   __
  / ____|  ____|  \/  |  _ \ / __ \ \ / /
 | |  __| |__  | \  / | |_) | |  | \ V / 
 | | |_ |  __| | |\/| |  _ <| |  | |> <  
 | |__| | |____| |  | | |_) | |__| / . \ 
  \_____|______|_|  |_|____/ \____/_/ \_\

=======================================================================================================================================================================================================*/

*{
	margin: 0;
	padding: 0;
	font-family: 'Catamaran', sans-serif;
	}


.open-box-top{
	z-index: 4;
	cursor: pointer;
	}

.boxflaps{
	position: absolute;
	z-index: 400;
	}


#topFlap{
	position: absolute;
	width: 100vw;
	height: 100vh;
	top: 0;
	z-index: 300;
	}

#rightFlap{
	position: absolute;
	width: 100vw;
	height: 100vh;
	right: 0;
	z-index: 400;
	}
	
#bottomFlap{
	position: absolute;
	width: 100vw;
	height: 100vh;
	bottom: 0;
	z-index: 300;
	}
	
#leftFlap{
	position: absolute;
	width: 100vw;
	height: 100vh;
	left: 0;
	z-index: 400;
	}

.openButton{
	position: fixed;
	width: 16%;
	left: 50%;
	top: 50%;
	margin-left: -8%;
	margin-top: -8%;
	z-index: 500;
	}


body{
	overflow-y: scroll;
	overflow-x: hidden;
	font-size: 16px;
	}

h1{
	font-size: 3rem;
	font-weight: 600;
    }

a:link{
	color: #f3c647;
	text-decoration: none;
	}

a:hover{
	text-decoration: underline;
	}

a:visited{
	color: #fbeb60;
	text-decoration: none;
	}



section.header{
	width: 100vw;
	background-image: linear-gradient(rgba(8,15,60,1.4),rgba(4,9,30,0.7)),url(images/gembox-banner_1920x1080_tiled.png);
	background-position: center;
	background-repeat: repeat-y;
	background-size: 100% auto;
	position: relative;
	}


/*NAVIGATION MENU
  _   _     __      __  __  __ ______ _   _ _    _ 
 | \ | |   /\ \    / / |  \/  |  ____| \ | | |  | |
 |  \| |  /  \ \  / /  | \  / | |__  |  \| | |  | |
 | . ` | / /\ \ \/ /   | |\/| |  __| | . ` | |  | |
 | |\  |/ ____ \  /    | |  | | |____| |\  | |__| |
 |_| \_/_/    \_\/     |_|  |_|______|_| \_|\____/ 
=======================================================================================================================================================================================================*/

/*hide nav menu icons for large displays (>1000px width)*/


nav .iconclose{
	display: none;
	}

nav .iconmenu{
	display: none;
	}


nav{
	display: flex;
	padding: 2% 6%;
	justify-content: space-between;
	align-items: center;
	z-index: 1000 !important;
	}

.nav-links{
	flex: 1;
	text-align: right;
	z-index: 200 !important;
	text-decoration: none;
	}

#navLinks{
	position: relative;
	top: 0px;
	margin-left: auto;
	margin-right: auto;
	}
	
#desktopWrapper{
    padding-right: 50px;
    padding-left: 50px;
    margin-left: auto;
    margin-right: auto;
    }

.nav-links ul li{
	font-family: 'Bayon', sans-serif;
	list-style: none;
	display: inline-block;
	padding: 3px 6px 1px 6px;
	position: relative;
	z-index: 200 !important;
    background-color: #f3c647;
    background-size: 100%;
    background-image: linear-gradient(45deg, #fbeb60, #f3c647);
	background: -webkit-linear-gradient(#fbeb60, #f3c647);
	-webkit-background-clip: text;
    -moz-background-clip: text;
	font-size: 1.5rem;
	}






.nav-links ul a{
	text-decoration: none;
	z-index: 200 !important;
	}

.nav-links a{
	text-decoration: none;
	z-index: 200 !important;
	}



.nav-links ul li::after{
	content: '';
	width: 0%;
	height: 2px;
	background: #f3c647;
	background-image: linear-gradient(to right, #fbeb60, #f3c647);
	display: block;
	margin: auto;
	transition: 0.2s;
	z-index: 200 !important;
	}

.nav-links ul li:hover::after{
	width: 100%;
	z-index: 200 !important;
	}

.closeButton{
	position: fixed;
	z-index: 200 !important;
	top: 20px;
	left: 20px;
	}
	
.current-nav-item{
	text-decoration: none;
	border: 2px solid white;
	border-radius: 8px;
	box-shadow: 0 0 3px 1px #f3c647;
	}


.socialIcons{
	display: none;
	}
	
#mobileLogo{
	display: none;
	}


/*TEXT BOX
  _______ ________   _________   ____   ______   __
 |__   __|  ____\ \ / /__   __| |  _ \ / __ \ \ / /
    | |  | |__   \ V /   | |    | |_) | |  | \ V / 
    | |  |  __|   > <    | |    |  _ <| |  | |> <  
    | |  | |____ / . \   | |    | |_) | |__| / . \ 
    |_|  |______/_/ \_\  |_|    |____/ \____/_/ \_\
=======================================================================================================================================================================================================*/

#landingPage{
	margin-top: 25px;
    }

.text-box{
	width: 100%;
	color: white;
	position: relative;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	}

.text-box h1{
	font-family: 'Alfa Slab One', cursive;
	-webkit-text-stroke: 1px black;
	-webkit-text-fill-color: #fbeb60;
	font-size: 1.6rem;
	-webkit-animation: fill 0.5s infinite alternate;
	padding-top: 50px;
	}

.text-box h1 a{
	font-family: 'Alfa Slab One', cursive;
	text-decoration: none;
	-webkit-text-stroke: 1.5px black;
	-webkit-text-fill-color: #fbeb60;
	}

.text-box h2{
	font-family: 'Alfa Slab One', cursive;
	font-size: 1.4rem;
	-webkit-text-stroke: 1px black;
	-webkit-text-fill-color: #fbeb60;
	margin-bottom: 3px;
	}

.text-box h2 a{
	font-family: 'Alfa Slab One', cursive;
	font-size: 1.6rem;
	text-decoration: none;
	-webkit-text-stroke: 1px black;
	-webkit-text-fill-color: #fbeb60;
	}

.text-box h3{
	font-family: 'Bayon', sans-serif;
	font-size: 1.4rem;
	-webkit-text-fill-color: #f3c647;
	margin-top: -15px;
	margin-bottom: -20px;
	}

.text-box p{
	font-family: 'Catamaran', sans-serif;
	font-size: 1.15rem;
	color: white;
	text-align: center;
	padding: 0 25% 20px 25%;
	}


#landingWrapper{
    padding-top: 30px;
    }

.gemboxheader{
	width: 45%;
	max-width: 500px;
	position: relative;
	left: 0 auto;
	}

.gemboxlogo{
	z-index: 100 !important;
	}

.gemboxlogo:hover{
	cursor: pointer;
	}

#cornerLogo{
	width: 60px;
	top: 0;
	}


p.gemboxContent{
	font-family: 'Catamaran', sans-serif;
	font-size: 1.2rem;
	padding: 0px 15%;
	text-align: left;
	text-indent: 1em;
	margin: 10px -10px;
	line-height: 140%;
	color: white;
	}
	
.gemboxLists li{
	text-align: left;
	margin-left: 15%;
	margin-right: 15%;
	color: white;
	line-height: 140%;
	list-style-type: none;
	padding-top: 5px;
	padding-bottom: 5px;
	}

.gemboxLists {
	color: white;
	}

.landingLinks{
	padding: 0 25px;
	}

/*SUBSCRIBE BUTTON
   _____ _    _ ____   _____  _____ _____  _____ ____  ______   ____  _    _ _______ _______ ____  _   _ 
  / ____| |  | |  _ \ / ____|/ ____|  __ \|_   _|  _ \|  ____| |  _ \| |  | |__   __|__   __/ __ \| \ | |
 | (___ | |  | | |_) | (___ | |    | |__) | | | | |_) | |__    | |_) | |  | |  | |     | | | |  | |  \| |
  \___ \| |  | |  _ < \___ \| |    |  _  /  | | |  _ <|  __|   |  _ <| |  | |  | |     | | | |  | | . ` |
  ____) | |__| | |_) |____) | |____| | \ \ _| |_| |_) | |____  | |_) | |__| |  | |     | | | |__| | |\  |
 |_____/ \____/|____/|_____/ \_____|_|  \_\_____|____/|______| |____/ \____/   |_|     |_|  \____/|_| \_|
=======================================================================================================================================================================================================*/

.hero-btn:hover{
	border: 2px solid #1f1f1f;
	background: #1f1f1f;
	transition: 0.75s;
	padding: 6px 17px;
	font-size: 1.5rem;
	color: #fbeb60 !important;
	box-shadow: 5px 12px 20px rgba(0, 0, 0, 0.5);
	-webkit-box-shadow: 3px 10px 20px rgba(0, 0, 0, 0.5);
	-moz-box-shadow: 3px 10px 20px rgba(0, 0, 0, 0.5); 
	}

.hero-btn{
	display: inline-block;
	text-decoration: none !important;
	color: #f3c647 !important;
	border: 2px solid #fbeb60;
	padding: 6px 17px;
	font-size: 1.5rem;
	background: transparent;
	position: relative;
	cursor: pointer;
	box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
	-webkit-box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
	-moz-box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0); 
	margin-top: 75px;
	margin-bottom: 75px;
	}


/* ----- SERVICES ----- */


.gem-icon{
    width: 25px;
    padding: 0 3px;
    }

.servicesContainer{
	width: 100%;
    background-image: linear-gradient(to bottom right, #f3c647, #fbeb60, #f3c647);
	background-position: center;
	background-repeat: repeat-y;
	background-size: cover;
	position: relative;
	}



.services{
	width: 75%;
	margin: auto;
	text-align: center;
	padding-top: 50px;
	padding-bottom: 50px;
    }


.services p{
	color: black;
	font-size: 1.25rem;
	font-weight: 300;
	line-height: 1.3em;
	padding: 10px;
    }


.row{
	margin-top: 20px;
	display: flex;
	justify-content: space-between;
    }

.services-col{
	flex-basis: 31%;
    background-image: linear-gradient(to bottom right, #080f3c, #050a28);
	border-radius: 30px;
	margin-bottom: 20px;

	margin-left: 10px;
	margin-right: 10px;	

	padding: 20px 10px;
	box-sizing: border-box;
	transition: 0.75s;
	color: white;
    }

.services-col:hover{
	box-shadow: 0 0 30px 15px rgba(255,255,255,0.85);
    }

.services-col h2{
	line-height: 1em;
	background-color: #fbeb60;
    background-image: linear-gradient(to right, #fbeb60, #f3c647);
    -webkit-background-clip: text;
    -moz-background-clip: text;
    -webkit-text-fill-color: transparent;
    -moz-text-fill-color: transparent;
    font-size: 1.7rem;
    font-weight: 700;
    padding: 5px;
	}
	
h3{
	text-align: center;
	font-weight: 600;
	margin: 10px 0;
	}




.services-col p{
	color: white;
    }



/* ----- TEAM ----- */

#teamLogo{
	width: 15vw;
	left: 0;
    }

.team{
	margin: auto;
	text-align: center;
	padding: 50px 10px 30px 10px;
    }

.team h1 a{
	text-decoration: none;
	color: black;
	transition: 0.7s;
    }

.team h1 a:hover{
	color: #f3c647;
    }


	
.team p{
	color: black;
	font-size: 1.25rem;
	font-weight: 300;
	line-height: 1.3em;
	padding: 10px 25%;
	margin: 0 30px;
	text-align: left;
	justify-content: space-between;
    }

#n0vaxFounder{
	border-radius: 20% !important;
	width: 150px;
	border: 10px solid black;
	transition: 1s;
	}

#n0vaxFounder:hover{
	box-shadow: 8px 10px 5px 3px #f3c647;
	}

.teamContainer{
	width: 100%;
    background-image: linear-gradient(to bottom right, #f3c647, #fbeb60, #f3c647);
	position: relative;
	}

.teamPage{
	margin: auto;
	text-align: center;
	padding: 50px 10% 75px 10%;
    }
	
.teamPage p{
	color: black;
	font-size: 1.25rem;
	font-weight: 300;
	line-height: 1.5rem;
	padding: 10px 10% 10px 10%;
	text-align: center;
	}

.teamPage h1{
	font-size: 4rem;
	}


.teamBlurb{
	padding-right: 20px;
   	padding-left: 20px;
	}





.team-col{
	flex-basis: 29%;
	border-radius: 20px;
	margin-bottom: 50px;
	margin-right: 20px;
	margin-left: 20px;
	position: relative;
	overflow: hidden;
    }

.team-col img{
	width: 100%;
	display: block;
    }

.advisors img{
	width: 75px;
	border-radius: 50px;
	border: 4px solid black;
	transition: 0.5s;
	margin: 35px 35px 5px 35px;
	}

.advisors img:hover{
	opacity: 0.5;
	border-style: outset;
	border: 6px dotted #f3c647;
	}

.advisors h3 a:link{
	text-decoration: none;
	color: black;
	}

.advisors h3 a:visited{
	text-decoration: none;
	color: black;
	}


.teamFlex{
	display: flex;
	flex-wrap: wrap;
	flex-direction: row;
	justify-content: center;
	padding-left: 5px;
	padding-right: 5px;
	}

.teamFlex p{
	font-size: 1rem;
	font-weight: 300;
	line-height: 1rem;
    }

.team-flex img{
	width: 250px;
	border-radius: 50px;
	border: 8px solid black;
	transition: 1s;
	margin: 35px 35px 5px 35px;
	}

.team-flex img:hover{
	opacity: 0.5;
	border-style: outset;
	border: 5px dotted #f3c647;
	-webkit-transform: scaleX(-1);
	transform: scaleX(-1);
	}




.team-flex h3{
	font-size: 1.7rem;
	margin: 2px;
	}

.team-flex p{
	font-size: 0.75rem;
	margin: 2px;
	}

.layer{
	background: transparent;
	height: 100%;
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	transition: 0.5s;
    }

.layer:hover{
	background-image: linear-gradient(to right, #fbeb60, #f3c647);
	opacity: 0.75;
	cursor: pointer; 
    }



.layer h3{
	width: 100%;
	font-weight: 900;
	color: black;
	font-size: 1.5rem;
	bottom: 0;
	left: 50%;
	transform: translateX(-50%);
	position: absolute;
	opacity: 0;
    }

.layer:hover h3{
	bottom: 49%;
	opacity: 1;
	transition: 0.5s;
    }



/* ----- PARTNERS ----- */

.partnersContainer{
	width: 100%;
    background-image: linear-gradient(to bottom right, #f3c647, #fbeb60, #f3c647);
	position: relative;
	}


.partnersFlex{
	display: flex;
	flex-wrap: wrap;
	flex-direction: row;
	justify-content: center;
	}

.partners-flex{
	padding: 20px;
	margin-top: 5px;
	margin-bottom: 10px;
	}

.partners-flex img{
	width: 120px;
	border-radius: 50%;
	margin: 2px;
	border: 5px solid black;
	transition: 0.5s;
	}

.partners-flex img:hover{
	opacity: 0.5;
	border-style: outset;
	border: 5px dotted #f3c647;
	transform: rotate(360deg);
	}




.partners-flex h3{
	font-size: 0.9rem;
	margin: 2px;
	}

.partners-flex p{
	font-size: 0.75rem;
	margin: 2px;
	}

.partnersPage{
	margin: auto;
	text-align: center;
	padding: 25px 20%;
    }

.partnersPage h1{
	font-size: 4rem;
	}


.partnersBlurb{
	padding-right: 20px;
   	padding-left: 20px;
	}

.partnersPage p{
	color: black;
	font-size: 1.5rem;
	font-weight: 300;
	line-height: 1.6rem;
	padding-top: 0px;
	padding-bottom: 10px;
	padding-right: 20px;
	padding-left: 20px;	
    }

.partnersFlex p{
	font-size: 1rem;
	font-weight: 300;
	line-height: 1rem;
    }

.partners-flex h3{
	font-size: 1.1rem;
	line-height: 1.2rem;
    }

.partnersHome{
	width: 60%;
	margin: auto;
	text-align: center;
	padding-top: 50px;
	padding-bottom: 50px;
    }

.partnersHome h1 a{
	text-decoration: none;
	color: black;
	transition: .7s;
    }

.partnersHome h1 a:hover{
	color: white;
    }

.partnersHome p{
	color: black;
	font-size: 1.5rem;
	font-weight: 300;
	line-height: 1.7rem;
	padding: 10px;
    }

	
.partners-col{
	flex-basis: 31%;
	border-radius: 10px;
	text-align: left;
	color: black;
	padding: 40px;
    }

.partners-col img{
	width: 100%;
	border-radius: 10px;
    }

.partners-col p{
	padding: 5px;
	color: black;
	margin: 2px;
    }

.partners-col h3{
	font-size: 1.8rem;
	text-align: center;
	margin: -5px 0;
	padding: -5px 0;
    }

.partners-col h3 a:link{
	color: black;
	text-decoration: none;
	padding: 0.1rem .5rem;
	margin: 0 -.3rem;
	transition: .3s ease-in-out;
	text-align: center;
    }

.partners-col h3 a:hover{
	color: #fff;
    }



.testimonials{
	width: 80%;
	margin: auto;
	padding-top: 100px;
	text-align: center;
}


.testimonials p{
    color: black;
	font-size: 1.25rem;
	font-weight: 300;
	line-height: 1.3em;
	padding: 10px;
    }


.testimonials-col{
	flex-basis: 42%;
	border-radius: 10px;
	margin-bottom: 5%;
	margin-right: 5px;
	margin-left: 5px;
	text-align: left;
	background: #080f3c;
	padding: 25px;
	cursor: pointer;
	display: flex;
}

.circular-image{
	height: 40px;
	margin-left: 5px;
	margin-right: 30px;
	border-radius: 50%;
}
	
.testimonials-col p{
	padding: 0;
	color: white;
	font-size: 1.1rem;
	font-weight: 400;
	line-height: 1.2em;
    }



.testimonials-col h3{
	margin-top: 15px;
	text-align: left;
	color: #f3c647;
	background: -webkit-linear-gradient(#f3c647, #fbeb60);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}

.star-icon{
	width: 25px;
	padding: 0px;
	margin: 0px;
}


/*-----call to action-----*/
.cta{
	margin: 100px auto;
	width: 80%;
	background-image: linear-gradient(rgba(8,15,60,1.4),rgba(4,9,30,0.7)),url(images/gembox-banner.png);
	background-position: center;
	background-size: cover;
	border-radius: 10px;
	text-align: center;
	padding: 100px 0;
}

.cta h1{
	color: white;
	margin-bottom: 40px;
	padding: 10px;
}


.footer{
	width: 100%;
	text-align: center;
	padding: 30px 0;
    background-image: linear-gradient(to bottom right, #080f3c, #050a28, #080f3c);
	position: relative;
	}

.footer p{
	color: white;
	font-size: 0.7rem;
}


.footer h4{
	margin-bottom: 25px;
	margin-top:  center;
	padding: 30px 0;
	color: white;
}

#footerLogo{
	width: 50px;
}


.footerIcons{
		display: inline-block;
		width: 20px;
		padding: 5px;
		left: 0;
		right: 0;
		margin: 2px;
	}




/*MEDIA QUERY FOR RESPONSIVE WEB DESIGN
  __  __ ______ _____ _____             ____  _    _ ______ _____  _______     __
 |  \/  |  ____|  __ \_   _|   /\      / __ \| |  | |  ____|  __ \|  __ \ \   / /
 | \  / | |__  | |  | || |    /  \    | |  | | |  | | |__  | |__) | |__) \ \_/ / 
 | |\/| |  __| | |  | || |   / /\ \   | |  | | |  | |  __| |  _  /|  _  / \   /  
 | |  | | |____| |__| || |_ / ____ \  | |__| | |__| | |____| | \ \| | \ \  | |   
 |_|  |_|______|_____/_____/_/    \_\  \___\_\\____/|______|_|  \_\_|  \_\ |_|   
=======================================================================================================================================================================================================*/



@media(max-width: 800px){

    #desktopWrapper{
        padding-right: 0px;
        padding-left: 0px;
		}

	#landingPage{
		margin-top: 0px;
		}


	.text-box h1{
		font-size: 1.5rem;
		}
	.text-box h3{
		font-size: 1.35rem;
		}


	.text-box h2 a{
		font-size: 1.5rem;
		-webkit-text-stroke: 1px black;
    	}

	.text-box h2 {
		font-size: 1.5rem;
    	}

	
	.text-box p{
		font-size: 1rem;
		padding: 0 10% 20px 10%;
		}
	

    section.header{
		background-image: linear-gradient(rgba(8,15,60,1.4),rgba(4,9,30,0.7)),url(images/gembox-banner_mobile.png);
	    background-position: center;
	    background-repeat: repeat;
	    background-size: 100% auto;
	    position: relative;
		}

	
	.hero-btn{
		padding: 3px 8px;
		font-size: 1.5rem;
    	margin-top: 60px;
		margin-bottom: 60px;
		}
	
	
	.hero-btn:hover{
		padding: 3px 8px;
		font-size: 1.5rem;
		}

	#navLinks{
		position: fixed;
		display: block;
		height: 100vh;
		min-height: 800px;
		}

	.nav-links{
		position: fixed;
		display: block;
		background: black;
		opacity: 0.97;
		min-height: 100vh;
		width: 200px;
		top: 5%;
		right: -200px;
		text-align: left;
		z-index: 2;
		}


	.nav-links ul{
		padding: 5px 20px 5px 20px !important;
		}

	.nav-links ul li{
		display: block;
		font-size: 1.25rem;
		}

	.nav-links ul a{
		text-decoration: none !important;
		font-size: 1.3rem;
		}

	.iconclose{
		z-index: 2;
		width: 35px;
		display: block !important;
		margin: 20x !important;
		padding: 10px !important;
		font-size: 1.5rem !important;
		cursor: pointer !important;
		}

	.iconmenu{
		position: fixed;
		top: 0;
		right: 0;
		z-index: 1;
		width: 35px;
		display: block !important;
		margin: 20x !important;
		padding: 10px !important;
		font-size: 1.5rem !important;
		cursor: pointer !important;
		}

	
	.closeButton{
		top: 5px;
		left: 5px;
		position: fixed;
		}

	.gemboxheader{
		width: 85%;
		max-width: 400px;
		padding-top: 5%;
		margin-bottom: 10px;
		}
	
	.openButton{
		width: 20%;
		margin-left: -10%;
		margin-top: -10%;
		}

	p.gemboxContent{
		font-size: 1rem;
		padding: 0px 10%;
		}

	.gemboxLists li{
		margin-left: 15%;
		margin-right: 15%;
		padding: 7px 2.5px;
		}


	.logoContainer{
		position: absolute;
		bottom: 25px;
		left: 0;
		right: 0;
		margin-left: auto;
		margin-right: auto;
		text-align: center !important;
		}

	.socialContainer0{
		position: absolute;
		bottom: 200px;
		left: 0;
		right: 0;
		margin-left: auto;
		margin-right: auto;
		text-align: center !important;
		}


	.socialContainer1{
		position: absolute;
		bottom: 150px;
		left: 0;
		right: 0;
		margin-left: auto;
		margin-right: auto;
		text-align: center !important;
		}
	
	.socialContainer2{
		position: absolute;
		bottom: 100px;
		left: 0;
		right: 0;
		margin-left: auto;
		margin-right: auto;
		text-align: center !important;
		}

	.socialIcons{
		display: inline-block;
		width: 20px;
		padding: 5px;
		left: 0;
		right: 0;
		margin: 2px;
		}
	
		
			
	
	.socialIcons:hover{
		border: 2px solid white;
		border-radius: 5px;
		}

	#mobileLogo{
		display: inline-block;
		width: 50px;
		}

	#cornerLogo{
		width: 50px;
		}
	

	.team{
		padding: 20px 5px 15px 5px;
		}

	.team p{
		font-size: 1.25rem;
		font-weight: 300;
		line-height: 1.3em;
		padding: 5px 75px;
		margin: 0 0;
		}


	
	.teamPage{
		padding: 25px 5px 50px 5px;
		}

	.teamPage p{
		padding: 5px 75px;
		text-align: left;
		}

	.teamPage h1{
		font-size: 2.6rem;
		}

    #teamLogo{
	    width: 35vw;
		}

	.advisors{
		margin: 0px;
		padding: 0px;
		}

	.advisors img{
		width: 60px;
		margin: 10px 10px 2px 10px;
		}

	.advisors h3{
		font-size: 1.2rem;
		font-weight: 200;
		text-align: center;
		margin-top: -5px;
		}


	.team-flex{
		margin: 0px;
		padding: 0px;
		}
		
	
	.team-flex img{
		width: 130px;
		border-radius: 20px;
		margin: 10px 10px 2px 10px;
		}


	.team-flex h3{
		font-size: 1.5rem;
		line-height: 1.25rem;
		}

	.row{
		flex-direction: column;
		}

	.circular-image{
		margin-left: 0px;
		margin-right: 15px;
		}

	.cta{
		background-size: 1500px 600px;
		background-image: linear-gradient(rgba(8,15,60,1.4),rgba(4,9,30,0.7)),url(images/gembox-banner.png);
		background-position: center;
		background-size: cover;
		border-radius: 10px;
		text-align: center;
		padding: 80px 0;
		}

	.cta h1{
		font-size: 1.5rem;
		}
	
	.partners-flex{
		width: 85px;
		margin: 5px;
		padding: 5px;
		}

	.partners-flex img{
		width: 85px;
		}
	
	.partners-flex h3{
		font-size: 1rem;
		line-height: 1.25rem;
		}
	
	.partnersPage{
		padding: 10px 5px;
		}
	
	.partnersPage h1{
		font-size: 2.6rem;
		}
		

		
		
}






/*

   *     (    (    (    (        )      )            )     *     (    (                      
 (  `    )\ ) )\ ) )\ ) )\ )  ( /(   ( /(     (   ( /(   (  `    )\ ) )\ )        *   )      
 )\))(  (()/((()/((()/((()/(  )\())  )\())    )\  )\())  )\))(  (()/((()/(  (   ` )  /( (    
((_)()\  /(_))/(_))/(_))/(_))((_)\  ((_)\   (((_)((_)\  ((_)()\  /(_))/(_)) )\   ( )(_)))\   
(_()((_)(_)) (_)) (_)) (_))    ((_)  _((_)  )\___  ((_) (_()((_)(_)) (_))  ((_) (_(_())((_)  
|  \/  ||_ _|/ __|/ __||_ _|  / _ \ | \| | ((/ __|/ _ \ |  \/  || _ \| |   | __||_   _|| __| 
| |\/| | | | \__ \\__ \ | |  | (_) || .` |  | (__| (_) || |\/| ||  _/| |__ | _|   | |  | _|  
|_|  |_||___||___/|___/|___|  \___/ |_|\_|   \___|\___/ |_|  |_||_|  |____||___|  |_|  |___| 
                                                                                             

=======================================================================================================================================================================================================*/