/* HRDN */
/* reset */
* {
	margin: 0;
	box-sizing: border-box;
}
html, body{
	margin: 0;
}
h1,h2,h3,h4,h5 {
	margin: 0;
	font-weight: 500;
	width: 100%;
	text-align: center;
}

a {
	text-decoration: none;
}

:focus{
	outline: none;
}

/* elements */
html, button {
	font-family: 'Gotham';
	font-weight: 500;
}
body {
	display: flex;
	flex-direction: column;
	align-items: center;
}
h1 {
    font-weight: bold;
    font-size: 3.5rem;
}
h2 {
	font-size: 2rem;
}
h3 {
	font-weight: normal;
	padding: .5rem;
	text-align: left;
	width: 80%;
}
h4 {
	font-size:0.85rem;
	margin: 1rem;
}
h5 {
    text-align:unset;
	margin: 5px 0 5px 0;
}
p {
	font-weight: normal;
	line-height: 1.3rem;
	padding:1rem;

}
body>header{ 
	position: fixed;
	top: 0;
	background: white;
	min-height: 6rem;
}
nav {
	text-transform: uppercase;

}
nav ul {
	display: flex;
	list-style-type: none;
	margin: 0;
	padding: 0;
}
nav li, header>a {
	padding: 0 .666rem;
}
nav a{
	text-decoration: none;
}
header nav a {
	color: black;
}
footer nav a {
	color: white;
}
section{
	width: 100%;
	display: flex;
	flex-direction: column;	
	padding: 6rem 0;
	align-items: center;
	overflow-y: scroll;
}
section header{ 
	min-height: 5rem;
	justify-content: center;
}
form, article {
	max-with: 80%;
	min-width: 28rem;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	margin-bottom: 1rem;
}
figure{
	padding: 1rem;
 	width:100%;
}
footer{
	background: black;
	color: white;
	width: 100%;
	font-weight: normal;
	position: fixed;
	bottom:0;
	min-height: 5.5rem;
}
footer nav ul {
	flex-direction: column;
}
footer nav iframe{
    margin-top: .5rem;
}
footer.angle:before {
    content: '';
    background: url('data:image/svg+xml; utf8, <svg xmlns="http://www.w3.org/2000/svg" width="100" height="50" viewBox="0 0 100 50" preserveAspectRatio="none"><polygon points="0,50,100,0,100,50"></polygon></svg>');
    background-repeat: no-repeat;
    position: absolute;
    bottom:calc( 100% - 1px);
    left: 0%;
    background-size: 100% 100%;
    width: 100%;
    height: 50px;
}
footer svg {
    position: absolute;
    bottom: 100%;
    left: 0%;
    width: 100%;
    height: 50px;
}
header, footer{
	padding: 1rem;
	width: 100%;
	display: flex;
	justify-content: space-between;
}
input{
	-webkit-appearance: none;
	border:0;
	border-bottom:.125rem solid black;
	margin: .5rem;
	width: 100%;
	font-size: 1rem;
}
input:focus{
	border-bottom-width: .25rem;
	margin-bottom: .375rem;
}
button{

	font-size: 1rem;
	margin: 2rem;
	-webkit-appearance: none;
	border-radius: 0;
	border: 0;
	background: black;
	color: white;
	text-transform: uppercase;
	padding: 1rem;
	width: 100%;
}
button:hover{
	color: red;
}

/* classes */
.footer-right{
	text-align: right;
}
 .footer-middle ul{
    display: flex;
    align-items:center;
    flex-direction:row;
}

.blurb,
.center{
	justify-content: center;
	width: 62%
}
.blurb{
    margin-top:2rem;
}
.columns>img {
	height: 15rem;
	width: 100%;
	padding: 1rem;
}
.center figure {
	display: flex;
	justify-content: center;
	width: 15rem;
	height: 15rem;
    margin-bottom: 2rem;
}
.center figure a,
.center figure img {
	width: 100%;
	height: 100%;
}
.diagonal{
    width: 100%;
}
.columns {
	width: 80%;
}
.columns{
	flex-direction: row;
	justify-content: space-between;
	align-items: flex-start;
}
.bar {
	width:100%;
	height: 300px;
	background: pink;
}
.team {
	width: 25%;
	padding: .5rem;
}
.industry{
    padding:0;
}
.industry h3{
    text-align:center;
}
.industry:before {
    background-repeat: no-repeat;
    bottom: 100%;
    background: url('data:image/svg+xml; utf8, <svg xmlns="http://www.w3.org/2000/svg" width="100" height="100" viewBox="0 0 100 100" preserveAspectRatio="none"><polygon points="0,50 100,0 100,50 0,100"></polygon></svg>');
    left: 0%;
    background-size: 100% 100%;
    width: 100%;
    height:100px;
    content: '';
   
}
.industry .content{
display:flex;
}

.industry:nth-child( even ) .content {
flex-direction: row-reverse;
}
.industry .content figure{
width: 50%;
position:relative;
}

.industry .content ul{
width: 50%;
}
.industry .content figure:before {
    background-repeat: no-repeat;
    top: calc( 1rem - 1px ) ;
    background: url('data:image/svg+xml; utf8, <svg xmlns="http://www.w3.org/2000/svg" width="100" height="100" viewBox="0 0 100 100" preserveAspectRatio="none"><style>polygon{ fill:white; }</style><polygon points="0,0 100,0 0,100 0,0"></polygon></svg>');
    left: calc( 1rem - 1px);
    position: absolute;
    background-size: 100% 100%;
    width: calc( 100% - 2rem );
    height:50px;
    content: '';
}
.industry .content figure:after {
    background-repeat: no-repeat;
    bottom: calc( 1rem - 1px ) ;
    background: url('data:image/svg+xml; utf8, <svg xmlns="http://www.w3.org/2000/svg" width="100" height="100" viewBox="0 0 100 100" preserveAspectRatio="none"><style>polygon{ fill:white; }</style><polygon points="0,100 100,100 100,0 0,100"></polygon></svg>');
    right: calc( 1rem - 1px);
    position: absolute;
    background-size: 100% 100%;
    width: calc( 100% - 2rem );
    height:50px;
    content: '';
}

figure img {
	width: 100%;
}
.banner {
    height: 13rem;
    background-size: cover;
    background-position: center;
    margin-top: 1rem;
}

/* Page-specific */
#team .banner {
    background-image: url('images/team.jpg');
}
#industries .banner {
    background-image: url('images/industries.jpg');
}
/*mobile*/
@media screen and (max-width: 800px){
    .team {
	width: 100%;
	flex-wrap: wrap;
	flex-direction: row;
    }
    .industry .content{
flex-direction:column;
}
.industry .content ul,
.industry .content figure{
width: 100%;
}
    .columns {
	flex-wrap: wrap;
    }

    .team figure {
	width: 50%;
    }

    .team h4 {
	width: 40%;
	font-size: 1.25rem;
    }
    .team p{
	line-height: 2rem;
    }

}