/*
Navy =

 */
@import "nav.css";
@import "typography.css";
@import "colour.css";

html {
	width: 100%;
	margin: 0;
  padding: 0;
	box-sizing: border-box;
	border: 0px solid black;


}
*, *:before, *:after {
	box-sizing: inherit;
	//border: 1px solid red ;
}

*:focus {
    outline: none;
}

body {
	margin: 0;
	padding: 0;
	font-size: 16px;
}

p {
	font-size: 100%;
	line-height: 1.3;
}

/*    HEADER & FOOTER    */

header footer {
		width: 100%;
		height: 10%;
		margin: 0 0 0 0;
}

header {
	min-height: 100px;
	padding: 0;
	background: white;
}

footer {
	padding: 10px 0px;
}

/*    TABLE    */

table {
	width: 100%;
}

.row-head {
	font-weight: bold;
	color: darkgrey;
	font-size: 100%;
}

.row-data {
	color: lightyellow;
	font-size: 100%;
}


section {
}

section.hero {
	//border: 0px solid navy;
}

img.hero {
  border-radius: 50%;
	max-width: 100%;
	min-width: 200px;
	border: 4px solid dimgrey;
	/* margin: 10px 10px 10px 10px; */
	box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
	transition: .3s ease-in-out;

}

img.LinkedIn {
	width: 30px;
	margin: 5px 0px 0px 0px;
  height: auto;
	transition: .3s ease-in-out;
}

img.overlay:hover {
	visibility: visible;
	opacity: 0.5;
	filter: grayscale(10%);
}

div {
	//border: 0px dotted black;

}

div.rounded-corners {
	border-radius: 7px;
	padding: 6px 6px 6px 6px;
	border: 2px solid dimgrey;
}

div.contact-title {
	display: block;
	min-width: 180px;
	width: 20%;
	margin: 5px 5px;
	border-radius: 7px;
	padding: 6px 6px 6px 6px;
	//border: 0px solid dimgrey;
}

input, select, textarea {
	-webkit-appearance: none;
	min-width: 200px;
	width: 77%;
	margin: 5px 5px;
	border-radius: 7px;
	padding: 6px 6px 6px 6px;
	border: 0.5px solid dimgrey;
	font-family: inherit;
	font-size: 100%;
	background-image:
        linear-gradient(to bottom, rgba(220,220,220), white);
}

textarea{
	min-height: 5em;
}

button {
	font-family: inherit;
	font-size: 100%;
	display: block;
	min-width: 200px;
	margin: 5px 5px;
	border-radius: 7px;
	padding: 6px 6px 6px 6px;
	background-color: rgba(47,79,79, 0.8);
	text-align: center;
	color: white;
	border: 0.5px solid darkgreen;
}

button:hover {
	color: rgba(47,79,79, 0.8);
	background-color: white;
}

.pointer {cursor: pointer;}

.jiggle {
	transition: .3s ease-in-out;
	filter: grayscale(70%);
}

.jiggle:hover {
	animation: jiggle 0.5s infinite linear;
	filter: grayscale(0%);
}

@keyframes jiggle {
  /* start at 0deg and this scale size.
     scale size is repeated here to maintain smooth scaling */
  0% {transform: rotate(0deg) scale(1.1,1.1);}
  /* midway rotate 2deg right */
  50% {transform: rotate(1deg) scale(1.1,1.1);}
  /* end rotate -2deg left */
  100% {transform: rotate(-1deg) scale(1.1,1.1)}
}

.caseStudyBlock {
	position: relative;
	display:block;
	max-width: 100%;
}

img.caseStudy {
	max-width: 100%;
	min-width: 200px;
  height: auto;
}

.caseStudy {
	min-width: 360px;
	max-width: 50%;
	margin: 0;
	padding: 0;
}

.caseStudyText {
	position:absolute;
	width:100%;
	font-size: 120%;
	color: rgba(47,79,79, 1);
	top: 40%;
	transform: translate(0%,0%);
	padding: 10 0;
	background-color: rgba(255, 255, 255, 0.8);
}

div.col-title-box {
	text-align: center;
	padding: 6px 0 6px 0;
	margin: 0px 0px 6px 0px;
}

div.col-head-box {
	display: block;
	align-items: center;
	text-align: center;
	min-height: 70px;
	padding: 6px 0 0px 0;
	margin-bottom: 0;
}

.icon_set {
	max-width: 200px;
	max-height: 120px;

}

.flex-item-col3 {
	max-width: 33%;
	min-width: 260px;
}

div.row-title-box {
	max-width: 20%;
	min-width: 150px;
	text-align: center;
	padding: 6px 10px 6px 0;
}

div.row-title-box > img {
	max-width: 150px;
	padding: 6px 10px;

	border-right: 1px solid black;

}

div.row-head-box {
	max-width: 80%;
	min-width: 250px;
	padding: 6px 6px;
	margin-bottom: 0;
}

.flex-container-column {
	display: -webkit-flex;
	align-content: center;
  display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: space-around;

}

.flex-container-column > div {
	margin: 6px 0;
  padding: 15px;
}

/*#Summary > .flex-item-col3, .flex-container-column {
	opacity: 1;
	margin-top: 100px;
	position: relative;
}*/

.flex-container-column-contact {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: flex-start;
	align-content: center;
}

.content-wrap {
	max-width: 1000px;
	margin: 0 auto;
	padding: 50px 10px 50px 10px;
}

.no-content-wrap {
	max-width: 1000px;
	margin: 0 auto;
	padding: 0px;
	border: 0px solid red;
}

.hero-contact {
	max-width: 100%;
}
.hero-card {
	display:inline-block;
	padding:0;
	margin: 10px 10px 10px 10px;
	width: 560px;
}

.hero-card > div{
	right:200%;
	min-width: 60%;
	position: relative;
}

.title-box {
	width: 100%;
}
.subtitle-box {
	width: 100%;
}
#heropic {
	max-width:100%;
	left:200%;
	opacity:0;
	position:relative;
}
#heropic_container {
	display:inline-block;
	padding:0;
	margin: 10px 10px 10px 10px;
	vertical-align:bottom;
	max-width: calc(100% - 620px);
	transform: translateY(10%);
	}
	.qual-row {
		display: block;
		margin: 15px 0px 15px 0px;
		padding: 5px 0px;
	}
	.qual-image-box {
		display: inline-block;
		padding: 0;
		margin: 0px 15px 0px 0px;
		width: 150px;
	}
	.qual-box {
		display: inline-block;
		vertical-align: top;
		padding: 0px 0px 0px 0px;
		margin: 0;
		width: calc(100% - 170px);
	}


@media screen and (max-width:1000px) {
	body {
		font-size: 100%;
	}
  .column {
    width: 100%;
  }
	.flex-container-column-hero {
		-webkit-justify-content: center;
		justify-content: center;
	}
	.flex-container-column {
		flex-direction: column;
		-webkit-justify-content: center;
		justify-content: space-around;
		align-items: center;
	}
	.hero-contact {
		max-width: 58%;
	}
	.hero-card {
		//width: 65%;
	}
	.caseStudy {
		max-width: 100%;

	}
	input, select, textarea {
		width: 100%;
	}
	.flex-item-col3 {
		max-width: 80%;
	}
	div.row-head-box {
		max-width: 100%;
	}
	#heropic {
		display: block;
		max-width: 100%;
	}
	#heropic_container {
		display: block;
		max-width: 100%;
		width: 400px;
		transform: translateY(0%);
		}
	.content-wrap {
		padding: 10px 10px 10px 10px;
	}

}

@media screen and (max-width:600px) {
	  .column {
	    width: 100%;
	  }
		.flex-container-column-hero {
		}
		.flex-item-col3 {
			max-width: 100%;
		}
		#heropic {
			max-width: 100%;
		}
		#heropic_container {
			max-width: 95%;
			width:100%;
			}
		.hero-card {
			max-width: 95%;
		}
		.qual-box {
			display: block;
			width: 100%;
		}
		.hero-card > div{
			min-width: 100%;
		}

}
