@import url("../shared/css/modern-normalize.min.css");
@import url("../shared/css/opensans.css");
@import url("../shared/css/fontawesome-all.min.css");
@import url("../shared/css/theme.css");
@import url("../shared/css/nav.css");
@import url("../shared/css/wrapper.css");
@import url("../shared/css/banner.css");
@import url("../shared/css/components.css");
@import url("../shared/css/quote.css");

mark {
	background-color: transparent;
	color: inherit;
}

input::-moz-focus-inner {
	border: 0;
	padding: 0;
}

input, select, textarea {
	-moz-appearance: none;
	-webkit-appearance: none;
	-ms-appearance: none;
	appearance: none;
}



code {
	border: solid 2px;
	border-radius: 5px;
	font-family: "Courier New", monospace;
	font-size: 0.9rem;
	padding: 0.25rem 0.65rem;
}

pre {
	-webkit-overflow-scrolling: touch;
	font-family: "Courier New", monospace;
	font-size: 0.9rem;
	margin: 0 0 2rem 0;
	background-color: rgba(255,255,255, 0) !important;
	color: rgba(255,255,255, 0) !important;
}


em, i {
	font-style: italic;
}

br.clear {
	clear: both;
}


footer {
	margin: 2em 0 0 0;
}

footer > p {
	font-size: 1.25em;
}


/* Section/Article */
section, article {
	/*margin-bottom: 1em;*/
}

section > :last-child,
article > :last-child,
section:last-child,
article:last-child {
	margin-bottom: 0;
}

/* Image */

.image {
	overflow:hidden;
}

img.zoom {
	transition: all .2s ease;
}

img.zoom:hover {
	transform: scale(1.05);
}

.image.featured {
	display: block;
	width: 100%;
	margin: 0 0 2em 0;
}


/* List */
ul {
	padding-left: 1em;
}

ul li {
	padding-left: 0.5em;
}

ol {
	padding-left: 1.25em;
}

ol li {
	padding-left: 0.25em;
}

/* Social */


/* Actions */

ul.actions {
	list-style: none;
	padding-left: 0;
	width: 100%;
}

ul.actions li {
	display: inline-block;
	margin: 0 0 0 1em;
	padding-left: 0;
}

ul.actions li:first-child {
	margin-left: 0;
}


.line-surrounded {
	display: flex;
	flex-direction: row;
	width: 100%;
}

.line-surrounded::before,
.line-surrounded::after {
	content: "";
	flex: 1 1;
	border-bottom: 1px solid #eeeeee;
	margin-bottom: 0.9rem;
}

.line-surrounded::before {
	margin-right: 10px;
}

.line-surrounded::after {
	margin-left: 10px;
}

/* Box */

.box.style1 {
	padding: 3em 2em 3.5em 2em;
}

.box.style1 h3 {
	margin-bottom: 0.5em;
}

/* Icons */


/* Articles */

:where(article) p {
	font-size: 1.25em;
}

body > article {
	margin-bottom: 0;
}

#top {
	padding: 10em 0 10em 0;
	text-align: left;
}

#top .image {
	border-radius: 100%;
	width: 20em;
	height: 20em;
	margin: 0;
}

#top .image img {
	border-radius: 100%;
}

#top h1 {
	margin-top: 0.35em;
}

#top p {
	font-size: 1.5em;
	line-height: 1.75em;
}

#top p a {
	color: inherit;
}

/* Copyright */

/* Markdown-Elements */

img[src*="#image-main"] {
	display: block;
	margin: 0;
	width: 100%;
	margin: 4rem 0;
}

img[src*="#image-center-full"] {
	display: block;
	margin-left: auto;
	margin-right: auto;
	width: 90%;
}

img[src*="#image-center-90"] {
	display: block;
	margin-left: auto;
	margin-right: auto;
	width: 90%;
}
img[src*="#image-center-75"] {
	display: block;
	margin-left: auto;
	margin-right: auto;
	width: 75%;
}


img[src*="#image-center-70"] {
	display: block;
	margin-left: auto;
	margin-right: auto;
	width: 70%;
}

img[src*="#image-center-60"] {
	display: block;
	margin-left: auto;
	margin-right: auto;
	width: 60%;
}


img[src*="#image-center-50"] {
	display: block;
	margin-left: auto;
	margin-right: auto;
	width: 50%;
}

img[src*="#image-center-40"] {
	display: block;
	margin-left: auto;
	margin-right: auto;
	width: 40%;
}

img[src*="#image-two"] {
	float: left;
	width: 50%;
	margin: 0 0 2rem 0;
}

img + br+ em{
	display: inherit;
	text-align: center;
	font-size: 0.7rem;
}




/* Large */

@media screen and (max-width: 1280px) {

	header {
		margin: 0 0 4em 0;
	}

	/* Wrappers */

	.wrapper {
		padding: 5em 0 5em 0;
	}

	/* Articles */

	#top {
		padding: 8em 0;
	}

	#top .image {
		width: 24em;
		height: 24em;
		margin: 0;
	}

}

/* Medium */

@media screen and (max-width: 980px) {

	/* Articles */

	#top {
		text-align: center;
		padding: 5em 0;
	}

	#top .image {
		margin: 0 auto 2em auto;
	}

}

/* Small */
@media screen and (max-width: 736px) {
	/* Basic */
	body, input, textarea, select {
		font-size: 81.25%; /* ~13px */
		letter-spacing: 0;
	}

	h1, h2, h3, h4, h5, h6 {
		font-size: 1.25em;
		margin: 0 0 0.4em 0;
	}

	h1 {
		font-size: 2.25em;
		line-height: 1.25em;
	}

	header {
		margin: 0 0 2em 0;
	}

	header > p {
		font-size: 1.25em;
	}

	footer {
		margin: 2.5em 0 0 0;
	}

	footer > p {
		font-size: 1.25em;
	}

	hr {
		margin: 1.5em 0 2em 0;
	}

	/* Section/Article */
	section, article {
		clear: both;
	}

	/* Button */
	input[type="button"],
	input[type="submit"],
	input[type="reset"],
	button,
	.button {
		text-align: center;
		font-size: 1.2em;
		padding: 1em 0 1em 0;
	}

	input[type="button"].large,
	input[type="submit"].large,
	input[type="reset"].large,
	button.large,
	.button.large {
		font-size: 1.2em;
		letter-spacing: 0;
	}

	/* Actions */

	ul.actions {
		margin: 0;
	}

	ul.actions li {
		display: block;
		margin: 15px 0 0 0;
	}

	ul.actions li:first-child {
		margin-top: 0;
	}

	/* Box */

	.box .image.centered {
		margin-bottom: 1em;
	}

	.box.style1 {
		max-width: 32em;
		margin-left: auto !important;
		margin-right: auto !important;
	}

	/* Wrappers */
	.wrapper {
		padding: 3em 0;
	}

	#top .image {
		width: 15em;
		height: 15em;
		margin-bottom: 0;
	}

	#top p {
		font-size: 1em;
	}

}

/* custom styles */
h3 {
	font-size: 1.8em;
	line-height: 1.5em
}

article h1, h2 {
	font-size: 2.2em;
	line-height: 1em
}

#video-quote video {
	max-width: 100%;
}

#video-quote .video-quote {
	padding-top: 6em;
}

article#offices {
	padding-top: 3em;
}

article#intro {
	padding-top: 4.5em;
	padding-bottom: 2.5em;
}


h3.quote {
	font-style: italic;
}

article .container p, article .slider-content p {
	font-size: 1.25em;
}

div.services {
	width: 50%;
	margin: 0 auto;
}

@media screen and (max-width: 736px) {

	div.services {
		width: 80%;
	}
}

div.services ul {
	text-align: left;
}

article.wrapper {
	padding-top: 3em;
}

.container p a {
	color: black;
	text-decoration: underline;
	text-decoration-style: dotted;
	text-decoration-color: #999;
}

iframe.contact-form {
	width: 100%;
	min-height: 35em;
}

@media screen and (max-width: 736px) {
	iframe.contact-form {
		width: 105%;
		min-height: 50em;
	}
}

article.wrapper ul {
	margin-bottom: 0;
	padding-bottom: 0;

}

#tech-stack article, #certified-training article {
	box-shadow: none;
	padding: 0;
	margin: 1em;
	height: auto;
}

#tech-stack .image, #certified-training .image {
	position: relative;
	left: 0;
	top: 0;
	margin: 0;
	width: auto;
}


div.cert-col {
	margin: 0 0 0 12%;
}

@media screen and (max-width: 736px) {
	#tech-stack .image {
		margin: 0 auto;
	}

	div.tech-col {
		padding: 0 0 1em;
		margin: 0 0 0 12%;
	}

	div.cert-col {
		margin-top: 2em;
	}

	#tech-stack .box {
		margin: 0 !important;
	}
}

@media screen and (min-width: 736px) {
	.contact-form {
		margin-left: 20%;
		margin-right: 20%;
	}

}

article#privacy-policy {
	text-align: left;
	width: 50%;
	margin-left: 25%;
}

@media screen and (max-width: 736px) {
	article#privacy-policy {
		width: 100%;
		margin-left: 0;
	}

}

article#privacy-policy h2, article#privacy-policy h3 {
	margin-top: 1.5em;
}
