*{
	padding: 0;
	margin: 0;
	background: white;
	color: black;
	text-decoration: none;
}

body{
	position:relative;
	padding-top: 110px;
}

header{
	position: fixed;
	top:0;
	width: 100%;
	background: white;
	z-index: 1000;
}

li{
	list-style: none;
	font-family: Arial, Helvetica, sans-serif;
	font-style: italic;
}

.container{
	width:1280px;
	margin: auto;
}

.navbar{
	border-bottom: 1px solid;
}

.navbar2{
	width:90%;
	margin: auto;
	min-height: 70px;
	display: flex;
	justify-content: space-between;
	align-items: end;


}

.nav-link{
	font-weight: 550;


}
.nav-menu{
	display: flex;
	justify-content: space-between;
	align-items: center;
	font-size: 20px;

	gap: 60px;
}

.nav-branding{
	
	margin-top: 15px;
	margin-bottom: 10px;
	display: flex;
	align-items: center;

}

.site-name{
	font-style: italic;
	margin: 0px;
	padding: 0px;
}

.site-name{
	font-size: 2.4rem;
	font-weight: 700;
}

.subtitle{
	font-size: 16px;
	margin-left: 30px;
	font-family: Arial, Helvetica, sans-serif;
	font-style: italic;
	margin-top: -6px;
}

.page-detail{
	height: 720px;
	margin-top: 10px;
	margin-left:200px;
	margin-right:200px;
}

h1{
	font-style: italic;
	font-size: 35px;
	color: black;
	border-bottom: 1px solid;

}

.globe{
	width:80px;
}
.site-name{
	margin-left: 10px;

}

.logo-placeholder{
	width:110px;
	height:110px;
	border:2px dashed #1a1a1a;
	display:flex;
	align-items:center;
	justify-content:center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align:center;
	line-height:1.2;
}

.headshot-placeholder{
	width:250px;
	height:250px;
	border:2px dashed #1a1a1a;
	display:flex;
	align-items:center;
	justify-content:center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align:center;
	line-height:1.2;
}

.logo-note{
	font-size:12px;
	margin-top:4px;
}

.detail-text{
	font-family: Arial, Helvetica, sans-serif;
	margin-left:40px;
	margin-right:40px;
	font-size: 20px;
}

.detail-text-index{
	font-family: Arial, Helvetica, sans-serif;
	margin-left:5px;
	margin-right:5px;
	font-size: 20px;
}

.detail-text-index-bottom{
	text-align: left;
}

.overview-0{
	margin-top:10px;
	font-size: 18px;

}

.overview-1{
	margin-top:0px;
}



.detail-1{
	margin-top:0px;
	font-size: 18px;
}

.detail-2{
	margin-left: 0px;
	margin-right: 0px;

}
.detail-3{
	font-style: italic;
}

.word-detail{
	font-style: italic;
	font-weight: 550;
}

.overview-2{
	margin-top: 30px;
}

.overview-3{
	margin-top: 30px;
}

.overview-4{
	margin-top: 20px;
}
.process-subheading{
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	margin-bottom: 10px;
	border-bottom: solid .1px rgba(0, 0, 0, 0.242);

}

.index-line{
	margin-top:30px;
	border-bottom: solid .1px rgba(0, 0, 0, 0.242);

}


.process-detail{
	font-family: Arial, Helvetica, sans-serif;
	font-style: normal;

}

.single-step{
	margin-top: 25px;
}
.bio{
	display:flex;
	align-items: center;


}
.headshot{
	width:250px;
	margin-right:25px;
}

.bio-subheading{
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;

}
.bio-title{
	font-size: 15px;
	margin-bottom: 10px;
	color: black;
}
.bio-text{
	margin-top: 30px;
}

.bio-detail{
	font-family: Arial, Helvetica, sans-serif;
	font-style: normal;
	margin-bottom: 20px;
}

.bio-heading{
	display: flex;
	align-items: center;

}

.bi-badge{
	width: 75px;
	margin-left: 100px;
	margin-bottom: 10px;
	
}


.form-contact{
	width: 100%;
	text-align: center;

}
.form-contact form{
	width: 100%;
	text-align: center;
	margin-top:20px;

}



.button-big{
	width: 83.15%;
	height: 30px;
	margin: 1%;
	
 
}

.description{
	width: 82.7%;
	height: 100px;
	padding-top: 5px;
	padding-left: 5px;
	margin: 1%;
	font-family: Arial, Helvetica, sans-serif;


}

.button-small{
	width: 40%;
	height: 30px;
	margin: 1%;

}

.footer{
	position:fixed;
	bottom:0;
	width: 100%;
	border-top: 1px solid;
	padding: 7px;	
	display:flex;
	justify-content: space-around;

	}

.bottom{
		margin:100px;
}


@media(max-width:1280px){
	.container{
		width: 100%;
	}
}



@media (min-width:320px)  {


}
