@font-face{ 
    font-family: 'otama.epregular';
    src: url('/fonts/otamae.p._regular_macroman/Otama-ep-webfont.eot');
    src: url('/fonts/otamae.p._regular_macroman/Otama-ep-webfont.eot?#iefix') format('embedded-opentype'),
         url('/fonts/otamae.p._regular_macroman/Otama-ep-webfont.woff') format('woff'),
         url('/fonts/otamae.p._regular_macroman/Otama-ep-webfont.ttf') format('truetype'),
         url('/fonts/otamae.p._regular_macroman/Otama-ep-webfont.svg#otama.epregular') format('svg');
    font-weight: normal;
    font-style: normal;
}


body {
	color: black;
	font-family: 'Lato', sans-serif;
	font-size: 150%;
}
img { border-width: 0px; }
a { color: #7accc8; }
.blackBack {
	background-color: #000;
	color: white;
	padding-top: 3px;
}
.blackBack>div:first-child {
	border-top: 1px dashed white;
}

.langSwitch {
	background-color: #666;
	color: white;
	display: block;
	font-size: 25%;
	letter-spacing: 0.1em;
	padding: 5px 25px;
	position: absolute;
	right: 40px;
	text-transform: uppercase;
	top: 20px;
}
.langSwitch:hover {
	color: white;
}

.primary {
	background: url(/images/header_bg.jpg) no-repeat center;
	background-size: cover;
	color: white;
	font-size: 350%;
	position: relative;
	text-align: center;
}
.scroll {
	bottom: 0;
	font-size: 30%;
	left: 50%;	
	letter-spacing: 0.3em;
	margin-left: -43px;
	position: absolute;
	padding-bottom: 10px;
	text-transform: uppercase;
}
.scrollArrow {
	display: block;
	border: 2px solid white;
	border-radius: 100%;
	padding: 15px;
	margin: 0 auto 1%;
}
#logo {
	max-width: 263px;
	margin: 8% 0 6%;
	width: 100%;
}
.primary .studiSummit {
	font-weight: 700;
	letter-spacing: 0.3em;
	text-transform: uppercase;
}
.primary .studiSummit>span {
	color: #f5eb59;
}
.primary .slogan {
	font-size: 50%;
	font-style: italic;
	margin-bottom: 10%;
}

.whoWeAreContainer {
	font-size: 130%;
	padding: 5% 20%
}
.sectionHeader {
	font-family: 'otama.epregular', Arial, sans-serif;
	font-size: 400%;
	margin-bottom: 7%;
	text-transform: lowercase;
}
.whoWeAreContainer p {
	margin-bottom: 3%;
}

.section>.row {
	max-width: 1200px;
	margin: 0 auto;
	padding: 6% 0;
	width: 100%;
}
.whatWeDoContainer .row>div:first-child h3 {
	font-family: 'otama.epregular', Arial, sans-serif;
	font-size: 500%;
	white-space: pre-line;
	text-transform: lowercase;
}
.whatWeDoContainer .row>div:first-child,
.serviceBox {
	min-height: 400px;
	padding: 3% 5% 3% 1%;
}
.serviceBox h3 {
	font-size: 200%;
	font-weight: bold;
	text-transform: uppercase;
}
.serviceBox .subtitle {
	font-size: 130%;
	font-style: italic;
	text-transform: lowercase;
}
.yellowBar {
	background-color: #f5eb59;
	height: 8px;
	margin: 7% 0;
	width: 80px;
}
.serviceBox .description {
	font-size: 90%;
}

.ourWorkContainer .sectionHeader,
.clientsContainer .sectionHeader {
	font-size: 500%;
}
.ourWorkContainer div[class^='col-'] {
	padding: 3px;
	margin: 0;
}
.ourWorkContainer div[class^='col-']>img {
	width: 100%;
}
.clientsContainer div[class^='col-']>img {
	margin: 15% 0;
}

.testimonialBox {
	padding: 1% 3%;
	margin: 0 0 3%;
}
.testimonialBox>div:first-child {
	border-top: 8px solid #f5eb59;
	padding-top: 6%
}
.testimonialBox .description {
	font-style: italic;
	line-height: 160%; 
	padding: 10% 0 5%;
}
.testimonialBox .signature {
	font-weight: bold;
}
.testimonialBox .signature .name {
	text-transform: uppercase;
}

.contactsContainer div[class^='col-'] {
	padding-left: 70px;
}
.contactsContainer div>h3 {
	margin-top: 0px;
}
.contactsContainer div>h3:not(.sectionHeader) {
	text-transform: uppercase;
}	
.contactsContainer div[class^='col-']:before {
	content: ' ';
	display: block;
	left: 0;
	position: absolute;
}
.contactsContainer div.inPerson:before {
	background: url(/images/contact/person.png) no-repeat;
	height: 63px;
	margin-left: 15px;
	width: 43px;
}
.contactsContainer div.byPhone:before {
	background: url(/images/contact/phone.png) no-repeat;
	height: 63px;
	margin-left: 15px;
	width: 40px;
}
.contactsContainer div.byEmail:before {
	background: url(/images/contact/email.png) no-repeat;
	height: 40px;
	width: 61px;
}

.copyrightContainer>.row {
	padding: 3% 0;
	text-transform: uppercase;
}

@media (max-width: 400px) {
	.langSwitch {
		padding-left: 15px;
		padding-right: 15px;
	}
	.primary>.row {
		padding: 6% 0 13%;
	}
	.primary .studiSummit {
		font-size: 55%!important;
	}
	.primary .slogan {
		font-size: 30%!important;
		padding-bottom: 5%;
		padding-top: 5%;
	}
	.scrollArrow {
		padding: 10px;
		width: 50%;
	}
}

@media (max-width: 700px) {
	.sectionHeader {
		font-size: 250%;
	}
	.yellowBar {
		height: 4px;
		margin: 3% 0;
	}
	.langSwitch {
		right: 10px;
		top: 12px;
	}
	#logo {
		width: 40%;
		margin: 18% 0 16%;
	}
	.primary .studiSummit {
		font-size: 70%;
		letter-spacing: 0.1em;
	}
	.primary .slogan {
		margin-bottom: 20%;
	}

	.whoWeAreContainer {
		font-size: 100%;
		padding: 0% 10%
	}

	.ourWorkContainer .sectionHeader,
	.clientsContainer .sectionHeader {
		font-size: 300%;
	}

	.clientsContainer div[class^='col-']>img {
		margin: 0;
		width: 100%;
	},
	
	.whatWeDoContainer .row>div:first-child h3 {
		font-size: 300%;
		text-align: center;
	}
	.whatWeDoContainer .row>div:first-child,
	.serviceBox {
		min-height: inherit;
		padding: 5px 15px;
	}

	.contactsContainer div[class^='col-'] {
		padding-bottom: 30px;
		margin-left: 20px;
	}
}