@charset "utf-8";


@import url('https://fonts.googleapis.com/css2?family=Wallpoet&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Oswald:wght@200&display=swap');

@import url('https://fonts.googleapis.com/css2?family=Comfortaa:wght@300&display=swap');
* {
    box-sizing: border-box;
}
html{
  scroll-behavior: smooth;
}

body{
  background-image: linear-gradient(
      200deg,
      rgba(0, 0, 0, 0.8),
      rgba(0, 99, 255,0.6)
    ),
    url(https://media-ecn.s3.amazonaws.com/embedded_image/2016/08/gore%20stent.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    margin: 0;
    height: 25em;
   
    font-family: 'Wallpoet', sans-serif;
  font-family: 'Comfortaa', cursive;
}
header{
	/*background-color: rgba(70,65,65,0.40);
	border-style: solid; 
  border-radius: 5px;
  border-width: 1px;
	border-color: #FFFFFF;*/
	margin: 10em auto 5em auto;
	padding: 0px 50px;
	width: 65%;
}
  
h1{
	font-family: 'Wallpoet', sans-serif;
  
	text-align: center;	
	word-spacing: 1em;
	font-size: 4em;
	color: #FFFFFF;
}
h2{
	font-family: 'Wallpoet', sans-serif;
	text-align: center;	
	word-spacing: 1em;
	font-size: 1.5em;
	color: #FFFFFF;
}

.black-text{
  color: black;
}

li{
  list-style: none;
  margin: 0 1vw;
  font-size: 1em;
  
}

a{
  text-decoration: none;
  font-family: 'Wallpoet', sans-serif;
  color: #FFFFFF;
  display: block;
  padding: 10px 10px 10px 10px;
  
}

nav a:hover{
  border-bottom: 3px solid red;
}

nav{
  width: 100%;
  height: 45px;
  display: flex;
  position: fixed;
  top: 0;
  padding: 5px;
  background-color: #020a3d;
  right: 0;
  justify-content: center;
  z-index:2;
}

nav a{
  text-decoration: none;
  font-family: 'Wallpoet', sans-serif;
  color: #FFFFFF;
  display: block;
  padding: 10px 10px 10px 10px;
  
}

ul{
 margin: 0;
 padding: 0;
 display: flex;
 
}

.goal{
  font-family: 'Comfortaa', cursive;
	text-align: center;	
	font-size: 1.5em;
	color: #FFFFFF;
  margin: 2em 200px 0px 200px; 
}
.credit{
    font-family: 'comfortaa', cursive;
    font-size: 0.5em;
    color: #FFFFFF;
    margin-left: 80%;
    float: right;
}
.members{
  /*do NOT add display:flex*/
  display:block;
  position: relative;
  overflow: hidden;
  flex-direction: row;
  align-items: center;
  margin: 0 auto;
  text-align: center;
  background-color: rgba(70,65,65,0.40);
  
}

.members > ol > li {
  padding: 5px 10px;
}

#team-title{
  font-family: 'Comfortaa', cursive;
	text-align: center;	
	word-spacing: 1em;
	font-size: 2.5em;
	color: black;
  padding-top: 10%;
  
  
}

img{
  max-width: 100%;
  width: 350px;
  height: 300px;
  padding: 0px;
  display: flex;
}

#team{
  display: flex;
  background-color: #FFFFFF;
  justify-content: center;
  padding: 25px;
  
}

.content {
  opacity: 0;
  font-size: 20px;
  position: absolute;
  top: 0;
  left: 0;
  color: #FFFFFF;
  background-color: rgba(2, 16, 31, 0.5);
  width: 350px;
  height: 300px;
  -webkit-transition: all 400ms ease-out;
  -moz-transition: all 400ms ease-out;
  -o-transition: all 400ms ease-out;
  -ms-transition: all 400ms ease-out;
  transition: all 400ms ease-out;
  text-align: center;
  padding: 0px 75px 0px 0px/*70px 50px 50px*/;
}

.members .content:hover {
  opacity: 1;
}

.content > ol > li{
  margin: 20px;
}
h3{
  font-family: 'Comfortaa', cursive;
	text-align: left;	
	word-spacing: .5em;
	font-size: 300%;
	color: black;
  padding: 0 5% 0 0;
  margin: 0 0 2% 7%;
  font-weight: bolder;
}
.client-title{
  font-family: 'Comfortaa', cursive; 
	text-align: left;	
	word-spacing: 1em;
	font-size: 2em;
	color: black;
  padding: 0px;
  margin: 15% 0 0 10%; 
}
.client-pic{
  position: absolute;
  display: flex;
  flex-direction: row;
  right: 10%;
  align-items:center;
}
.client-pic > img{
  max-width: 100%;
  height: auto;
  padding: 15px;
}
.advisor-title{
  font-family: 'Comfortaa', cursive; 
	text-align: left;	
	word-spacing: 1em;
	font-size: 2em;
	color: black;
  padding: 0px;
  margin: 600px 0 0 10%; 
}
.advisor-pic{
  position: absolute;
  display: flex;
  flex-direction: column;
  right: 20%;
  align-items:center;
  margin-bottom: 10%;

}
.advisor-pic > img{
  max-width: 100%;
  height: auto;
  padding: 15px;
 
}
#advisor{
  padding: 0 0 30% 0;
}
#client-email{
  position: absolute;
  display: flex;
  flex-direction: column;
  margin: 25% 0 0 7%;
  font-size: 1.5em;
}
#a2{
  font-family: 'Comfortaa', cursive; 
  color: black;
}
#footer {
   /*position:absolute;*/
   left:0px;
   bottom:0px;
   height:30px;
   width:100%;
   background:#FFFFFF;
  text-align: center;
  padding-top: 10%;
   
}