﻿/* code zero one specific */

.content {
    overflow:auto;
}

.content-intro {
    margin-top: 96px;
}

.content-intro a:hover {
    cursor:pointer;
}

.content h1 {
    padding-top: 64px;
}

.content-heading h1 {
    font-weight: bold;
}

.content a {
    font-size: 36px;
    text-decoration: none;
    color: #FF9200; 
}

.content a:hover {
     color: #A600A6;  
}

#landing {
    margin-top: 48px;
}

#tag-line {
    position: relative;
    margin-top: 5%;   
}

#tag-line p {
    position: relative;
    top: -120px;
    left: 216px;  
    font-size: 28px;
}

#landing-contact {
	color: #25282A;
	margin: 0;
}

.co-name {
	color: #FF9200;
}

.emphasis-italic {
	font-style: italic;
}

#landing-contact h3 {
    font-size: 26px;
    font-weight: normal;
    color: #FF9200;
    margin-top: 48px;
}

#landing-contact img {
    vertical-align: middle;
    margin-right: 1%;
}

#landing-contact a {
    color: #FF9200;
    margin-right: 7%;
  	text-decoration: none;
}

/**************  MENU ******************/
.header {
    position: fixed;
    right: 0;
    left: 0;
    top: 0;
    z-index: 99;
    padding-top: 10px;
    background: #FF9500;
}

.header h1 {
    margin-left: 40px;
    font-size: 40px;
}

.header a {
	text-decoration: none;
	color: #FFFFFF;
}

.header a:hover {
     color: #A600A6;  
     cursor: pointer;
}

.top-bar {
    margin-right: 4px;
}

.top-bar > a {
    font-size: 24px;
    padding-right: 36px;
    color: #FFFFFF;
    text-decoration: none;
    cursor: auto;
}

.top-bar > a:hover {
    color: #A600A6; 
}

.top-bar a:active {
    color: #47a3da;
}

.top-bar-shadow {
    border-bottom: 3px solid #A600A6;
    width: 100%;
    z-index: -1;
}

#wwd::after {
	content: '';
    border-bottom: 3px solid #A600A6;
    width: 34px;
    height: 11px;
    position: absolute;
    margin-left: 3px;
}

#wwu::after {
	content: '';
    border-bottom: 3px solid #A600A6;
    width: 34px;
    height: 11px;
    position: absolute;
    margin-left: 3px;
}

.column img {
    /*width: 100%;*/
    height: auto;
    margin-left: 54px;
}

.footer {
  overflow:auto;
}

.footer h1 {
  color: #FF9200;
  padding-top: 16px;
}

.footer img {
    vertical-align: middle;
    margin-right: 1%;
}

.footer a {
    color: #FF9200;
    margin-right: 7%;
  	text-decoration: none;
  	font-size: 100%;
}

.footer h2 {
  margin-top: 36px;
}

/**********************/
.people {
    margin-top: 48px;
    text-align: center;
}

.people img {
    margin: 0 70px;
    width: 150px;
    height: 150px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;    
}

.clients {
	margin-bottom: 32px;
}

.client-list {
    margin-top: 48px;
}

.logos {
	margin: 28px 0 36px 0;
    outline: 1px solid #ff9200;
    text-align: center;
}

.logos img 
{
    padding: 10px 0 10px 0;
    width: auto;
    height: auto;
}

.logos a:hover {
     cursor: pointer;
}

.stories hr {
    border-color: #ff9200;
}

.bold {
    font-weight: bold;
}

#ddc-page {
    margin-top: -23px;	
}