@charset "utf-8";
/* THIS IS A TEST */
@media screen and (max-width:1024px){article{width:33%;} article:nth-of-type(3n+2){width:34%;}} /* To equal 100% */
@media screen and (max-width:720px){article{width: 50%;} article:nth-of-type(3n+2){width:50%;}}
@media handheld and (orientation: portrait) {article{width:100%;} article:nth-of-type(3n+2){width:100%;}}
@media handheld and (orientation: landscape) {article{width:100%;} article:nth-of-type(3n+2){width:100%;}}
@media screen and (orientation: portrait) {article{width:100%;} article:nth-of-type(3n+2){width:100%;}}

html, body {
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
}

body {
	background: url('marb-bg.png') repeat #212121;
	font-family: 'Exo 2', 'Verdana', sans-serif;
}

header {
	height: 138px;
}

IMG.orb {
	float: left;
	position: absolute;
	top: -64px;
	left: -83px;
	width: 321px;
	height: 321px;
	box-shadow: 4px 6px 33px rgba(0, 0, 0, 0.7);
	border-radius: 161px 161px 161px 161px;
	-moz-border-radius: 161px 161px 161px 161px;
	-webkit-border-radius: 161px 161px 161px 161px;
	z-index: 999;
}

IMG.logo {
	float: left;
	position: absolute;
	width: 400px;
	height: 62px;
	top: 41px;
	left: 275px;
}

nav {
	position: relative;
	width: 100%;
	height: 74px;
	background-color: #c30303;
	color: #fff;
	font-size: 1.25em;
	font-weight: 400;
	text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.5);
	border-top: 1px solid #440000;
	border-bottom: 1px solid #440000;
}

nav > ul {
	position: relative;
	display: inline;
	margin-left: 180px;
}

nav > ul > li {
	position: relative;
	top: 23px;
	display: inline;
	list-style: none;
	margin-top: 12px;
	margin-left: 37px;
}

nav > ul > li:nth-child(n+2):after {
	content: "\2022";
	position: absolute;
	top: -2px;
	left: -24px;
	color: #000;
	font-size: 1.1em;
	font-weight: 400;
	text-shadow: none;
}

nav > ul > li:hover {
	color: #000;
	cursor: pointer;
	font-weight: 400;
	text-shadow: none;
}

section {
	background-color: #d4d4d4;
	padding-top: 20px;
	padding-bottom: 20px;
	padding-left: 100px;
	padding-right: 100px;
	margin-left: 100px;
	margin-right: 100px;
	overflow-x: hidden !important;
}

.secshadow {
	position: relative;
}
.secshadow:before, .secshadow:after {
	content: "";
	position: absolute;
	z-index: -1;
	box-shadow: 0 0 12px rgba(0,0,0,1);
	top: -5px;
	bottom: 2px;
	left: -1px;
	right: -1px;
	background-color: rgba(0,0,0,0.6);
	border-radius: 2px / 29px;
}
.secshadow:after {
	right: 10px;
	left: auto;
}

article {
	font-size: 1.15em;
	color: #5a5a5a;
	line-height: 30px;
	overflow: hidden;
}

article > h1 {
	font-size: 1.4em;
	font-weight: bold;
	color: #555555;
	text-shadow: 1px 1px rgba(0,0,0,0.25);
	margin-bottom: -3px;
}

article > h2 {
	font-size: 1.4em;
	font-weight: bold;
	color: #555555;
	text-shadow: 1px 1px rgba(0,0,0,0.25);
	text-align: center;
	margin-bottom: 3px;
}

.synergy > p {
	font-size: 0.9em;
	font-weight: bold;
	line-height: 1em;
	margin-top: 0px;
	padding-left: 48px;

	width: 45%;
	text-align: justify;
}

.synergy > DIV {
	font-size: 0.8em;
	font-weight: bold;
	line-height: 1.25em;
	margin-top: 8px;
	margin-bottom: 8px;
	margin-left: 25px;
}

.spread {
	text-align: center;
}

.imgbox4 {
	display: inline-block;
	position: relative;
	overflow: visible;
	width: 218px;
	height: 148px;
	background-color: #afafaf;
	border: 1px solid #6d6d6d;

	margin-top: 22px;
	margin-left: auto;
	margin-bottom: 25px;
}

.imgbox4:not(:last-child) {
	margin-right: 10px;
}

.ib4text {
	position: absolute;
	bottom: -32px;
	width: 220px;
	height: 32px;
	font-weight: bold;
	text-align: center;
	color: #555555;
}

.concept { background: url('concept.png') #afafaf; }
.design { background: url('design.png') #afafaf; }
.fab { background: url('fab.png') #afafaf; }
.software { background: url('software.png') #afafaf; }

/*.dummyimg:first-child {
	margin-left: 33px;
}*/

footer {
	height: 19px;
	border-top: 1px solid #000;
	color: #fff;
	line-height: 19px;
	font-size: 0.65em;
	text-align: right;
	padding-right: 100px;
}

.flexbox-parent {
	width: 100%;
	height: 100%;
	display: flex;
	flex-direction: column;
	justify-content: flex-start; /* align items in Main Axis */
	align-items: stretch; /* align items in Cross Axis */
	align-content: stretch; /* Extra space in Cross Axis */    
	background: rgba(255, 255, 255, .1);
}

.flexbox-item {}
.flexbox-item-grow { flex: 1; }
.flexbox-item.header {}
.flexbox-item.footer { color: #fff; background: rgba(156, 156, 156, 0.3); }
.flexbox-row { display: inline-flex; }
.fill-area {
	display: flex;
	flex-direction: row;
	justify-content: flex-start;
	align-items: stretch;
	align-content: stretch;
}

.fill-area-content {
	overflow: auto; 
}


::-webkit-scrollbar {
	width: 12px;
	height: 24px;
}
::-webkit-scrollbar-thumb {
	background: #6D6D6D;
	border: 3px solid #D4D4D4;
	border-radius: 6px;
}
::-webkit-scrollbar-thumb:hover {
	background: #4a4a4a;
}
::-webkit-scrollbar-track {
	background: #D4D4D4;
}
::-webkit-scrollbar-corner {
	background: transparent;
}
