﻿html {
    font-size: 100%; 
    overflow-y: scroll; 
    -webkit-text-size-adjust: 100%; 
    -ms-text-size-adjust: 100%; 
}
body {
    font-size: 13px; 
    line-height: 1.231; 
}
body, button, input, select, textarea { 
    color: #666; 
}
a  {
    color: inherit; 
    text-decoration: none;
}
a:hover {
    color: #9b4f96; 
}
img {
    border: 0; 
    -ms-interpolation-mode: bicubic; 
    vertical-align: middle; 
}

/* layout */
html, body {
    background: #fff;
	min-width: 992px;
}
.button img {
	margin: -3px 0 0 0;
}

/* header */
header {
	position: relative;
	width: 944px;
	height: 98px;
	margin: 30px auto auto auto;
	background: #000;
}
header h2 {
	margin: 10px 0 0 0;
	float: left;
}
header nav {
	float: left;
	position: absolute;
	bottom: 15px;
}
header nav li {
	margin: 0 20px 0 0;
}
header li {
	list-style: none;
	display: inline;
	font: 18px/24px 'Segoe UI Semilight';
	margin-right: 30px;
}
#logo {
	float:left;
}
#search {
	float: right;
}
#login {
	position: absolute;
	right: 0px;
	bottom: 20px;
}
#login p {
	font: 13px 'Segoe UI Semilight';
}

/* hero */
#ShellBody {
    margin-top: -41px;
}
#hero {
	width: 100%;
	height: 285px;
	position: relative;
	float: left;
	margin-bottom: 30px;
}
#heroBg_Basics {
	width: 100%;
	background:url('{cdn}/devcenter/en-us/design/main_image.jpg') center right no-repeat;
	background-size: cover;
	float: left;
	height: 600px;
}
#heroBg_Process {
	width: 50%;
	background:url('{cdn}/devcenter/en-us/design/WIN11_Bebe_06.png') center right no-repeat;
	background-size: cover;
	float: left;
	height: 340px;
}
#heroBg_Principles {
	width: 50%;
	background:url('{cdn}/devcenter/en-us/design/Principles/WIN11_Bebe_07.png') center right no-repeat;
	background-size: cover;
	float: left;
	height: 340px;
}
#heroBlock {
	width: 50%;
	float: left;
	height: 285px;
	background-color: #68217a;
	color: #fff;
}
#heroBlock h1, #heroBlock h2 {
	position: absolute;
	bottom: 0;
	margin: 0;
	padding: 40px;
}
#heroBlock h1 {
	margin-bottom: 38px;
}
#navContainer {
	width: 50%;
}
#hero nav {
	float: right;
	position: relative;
	bottom: 46px;
	right: 14px;
}
#hero nav a  
{
    color: #fff; 
    text-decoration:none;
}
.button {
	text-align: center;
	width: 95px;
	margin: 0 16px 0 0;
	padding: 6px 0 0 0;
	height: 25px;
	background: #68217a;
	color: #fff;
	font: 18px/18px 'Segoe UI Semilight';
	float: left;
	text-align: center;
}
.button:hover {
	background: #4e4c4c;
}

/* content */
section {
	display: block;
	width: 944px;
	margin: 0 auto 0 auto;
	padding: 44px 0 44px 0;
}
section:after {  /* extends divs with floats */
	content: "."; 
	visibility: hidden; 
	display: block; 
	height: 0; 
	clear: both;
}
#intro {
	margin-top: 44px;
	clear: both;
	font-size: 100px;
	line-height:40px;
}	
.intro {
	font-size: 20px;
	line-height:30px;
	color: #666;
}	
#intro ul {
	float: left;
	width: 245px;
}
#intro li {
	height: 20px;
	width: 20px;
	margin: 8px 18px 12px 0;
}
#intro li p {
	font: 18px/18px 'Segoe UI Semilight';
	padding-left: 30px;
	width: 225px;
}
#contentBox {
	position: relative;
	margin: 6px 0 0 44px;
	float: right;
	width: 50%;
	padding-top: 26px;
}
#contentBox img {
	float: left;
    max-width: 100%;
}
#pride, #more, #fast, #authentic {
	position: relative;
	clear: both;
}
#pride h1 {
    color: #ED1B24; 
    margin-top: -50px; 
    margin-bottom: 30px; 
    margin-left: -6px; 
    margin-right: -6px;
}
#more h1 {
    color: #ff8c00;
    margin-top: -50px; 
    margin-bottom: 30px; 
    margin-left: -6px; 
    margin-right: -6px;
}
#fast h1 {
    color: #1ba1e2;
    margin-top: -50px; 
    margin-bottom: 30px; 
    margin-left: -6px; 
    margin-right: -6px;
}
#authentic h1 {
    color: #00188f;
    margin-top: -50px; 
    margin-bottom: 30px; 
    margin-left: -4px; 
    margin-right: -6px;
}
/* #win { 
	padding: 40px 0 44px 0;
} */
#win h1 {
    color: #009e49; 
    margin-top: 0px; 
    margin-bottom: 30px; 
    margin-left: -4px; 
    margin-right: -6px;
    text-align:left;
}
.column_leftBig {
    float: left;
    width: 673px; 
    margin-right: 50px; 
    vertical-align: top;
    margin-bottom: 46px;
    clear: both;
}
.column_left {
    float: left;
    width: 422px; 
    margin-right: 50px; 
    vertical-align: top;
    margin-bottom: 46px; 
    clear: both;
}
.column_q_left {
    float: left;
    width: 201px; 
    margin-right: 20px;
    vertical-align: top;
}
.column_rightsmall {
    float: right;
    margin-right: 50px; 
    vertical-align: top;
    margin-bottom: 46px;
}
.column_right {
    float: right;
    width: 422px; 
    margin-right: 50px; 
    vertical-align: top;
}
.column_q_right {
    float: right;
    width: 201px; 
    vertical-align: top;
}

.example {
	clear: both;
	padding-top: 44px;
}

/* colors */
.purple {
	color: #68217a;
}
.lightpurple  {
    color: #9b4f96; 
} 
.yellow {
	color: #fff100;
}
.darkgreen {
	color: #009e49;
}
.green {
	color: #bad90a;
}
.blue {
	color: #1ba1e2;
}
.darkblue {
	color: #00188f;
}
.red {
	color: #ED1B24;
}
.magenta {
	color: #ED008C;
}
.orange {
	color: #ff8c00;
}
.lib_column_left {
    float: left;
    width: 448px; 
    margin-right: 10px; 
    vertical-align: top; 
    clear: both;
}
.lib_column_right {
    float: right;
    width: 448px; 
    margin-right: 10px; 
    vertical-align: top;	
} 
/* footer */
footer {
	background-color: #eee;
	padding: 40px 24px 30px 24px;
	color: #777;
	position: relative;
	top: 100px;
	clear: both;
}

#fixedWidth {
	width: 944px;
	margin: auto;
}

hr {
	border: 0;
	background-color: #ddd;
	height: 1px;
}

/* typography */
body {
	font-family: 'Segoe UI', Helvetica, Arial, sans-serif;
}

section p {
	font: 20px/30px 'Segoe UI Semilight';
	margin: 0 0 40px 0;
}

.caption {
    font: 15px/24px 'Segoe UI Semilight';
}

h1 {
	font: 60px/1.1 'Segoe UI Light';
	letter-spacing: -0.02em;
}

section h1 {
	font: 92px/1 'Segoe UI Semilight';
	margin-bottom: 24px;
}

h1.basics {
	font-family: 'Segoe UI Light';
}

h2 {
	font: 24px/1.1 'Segoe UI Light';
}

section h2 {
	font: 44px/1.1 'Segoe UI Semilight';
	margin: 60px 0 40px 0;
	clear: both;
}

h3 {
	font: 72px/1.1 'Segoe UI Light';
	margin: 0px 0 1em 0;
}

section h3 {
	font: 30px/1.1 'Segoe UI Light';
	margin: 0 0 24px 0;
}

h3.basics {
	font: 44px/1.2 'Segoe UI Light';
}

#textoverlay {
     position:relative;
     top:32%; 
     margin-right:auto;
     text-align:left;
     margin-left:-356px
}
    
#howwedesign {
    color:#000;
    font-size:90px;
    font-family:Segoe UI Light;
    display:inline;
}

#imgPlay {
    padding-right:50px;
	margin-left:20px;
}