html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}

body {
	line-height: 1;
	font-family: "Geist", Sans-Serif;
	max-width: 1700px;
}



a{
	text-decoration: none;
}

ol, ul {
	list-style: none;
}

blockquote, q {
	quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

/*-----------------------------------------------*/

@font-face {
    font-family: "Geist", Sans-Serif;
}

h1, h2, h3 {
	font-family: "Geist", Sans-Serif;
}

h1 {
	font-size: 2rem;
	font-weight: bold;
	line-height: 1.2;
	margin-bottom: 1rem;
	margin-top: 0rem;
}

h2 {
	font-size: 1.5rem;
	font-weight: bold;
	line-height: 1.5;
	margin-top: 3rem;
	margin-bottom: 1rem;
}

h3 {
	font-size: 1rem;
	font-weight: bold;
	margin-top: 1rem;
	margin-bottom: .5rem;
	line-height: 1.5;
}

p {
	font-size: 0.9rem;
	padding-top: .3rem;
	line-height: 1.5;
	opacity: 0.8;
}

strong {
	font-weight: bold;
}

a {
	color: #08a4f5;
}

a:hover {
	color: #d8151e;
}

img {
	border-radius: 30px;
}


.lang-link {
	position: absolute;
	top: 1rem;
	right: -.3rem;
	padding: 4%;
	font-size: 1rem;
	background-color: #1b1c25;
	color: white;
	border-radius: 400px;
}

.blue-link {
	background-color: #08a4f5;
}

.lang-link:hover {
	transition-duration: .3s;
	right: -.7rem;
}

.wrapper {
	padding: 5% 8%;
	max-width: 1440px;
}

.no-margin-top {
	margin-top: 0;
}

.photo {
	position: fixed;
	max-width: 20%;
}

.photo img {
	width: 100%;
	height: 100%;
	margin-bottom: 2rem;
	border-radius: 0px;
}

.photo h3 {
	margin-top: 0;
}

.photo p {
	line-height: 1.2;
}


.general {
	padding-left: 30%;
}


.general-use {
	margin-top: 2rem;
	margin-bottom: 2rem;
	margin-left: -1rem;
}

.general-use--icon {
	display: inline-block;
	margin-bottom: 2.6rem;
	width: 7rem;
}

.general-use--icon img {
	width: 4rem;
	height: 100%;
	margin-left: 1.5rem;
}

.general-use--icon p {
	text-align: center;
	font-size: .9rem;
	padding-top: .6rem;
	color: #000;
}


.general-clients {
	width: 100%;
	height: 100%;
	max-width: 700px;
}

.general-case img {
	width: 49%;
	box-sizing: border-box;
	padding: 1%;
}



@media (max-width: 980px) {

	.wrapper {
		margin: 0;
		padding: 0;
	}


	/*h1 {*/
	/*	font-size: 5rem;*/
	/*	line-height: 1.2;*/
	/*	margin-bottom: 2rem;*/
	/*	margin-top: 0rem;*/
	/*}*/

	/*h2 {*/
	/*	font-size: 3.8rem;*/
	/*	line-height: 1.5;*/
	/*	margin-top: 6rem;*/
	/*	margin-bottom: 2rem;*/
	/*}*/

	/*h3 {*/
	/*	font-size: 2.4rem;*/
	/*	line-height: 1.5;*/
	/*	margin-top: 2rem;*/
	/*	margin-bottom: 1rem;*/
	/*}*/

	/*p {*/
	/*	font-size: 1rem;*/
	/*	padding-top: 1.2rem;*/
	/*	line-height: 1.5;*/
	/*}*/

	.lang-link {

		right: 0%;
		font-size: 2rem;
	}

	.photo {
		position: relative;
		max-width: 100%;
		padding-bottom: 1rem;
	}

	.photo img {
		padding-bottom: 3rem;
		border-radius: 0px;
	}

	.photo-name {
		max-width: 80%;
		padding: 5% 8%;
	}

	.photo p {
		display: none;
	}

	.general {
		padding: 5% 8%;
	}

	.general-case img {
		width: 100%;
		box-sizing: border-box;
		padding: 1rem 0;
	}



}
