/**
* Copyright (c) 2013 Andrea Helen Hendrickson
* All Rights Reserved.
*/
body {
  font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
  color: #4b4b4b; /* darkest grey */
  font-weight:500;
  font-size:13px;
  letter-spacing:0.02em;
}

body a {
  color: rgb(53,53,112); /* purple */
  font-weight:700;
}
body a:link, body a:visited {
  text-decoration:none;
}
body a:hover, body a:active {
  color: #2E3549;
  text-decoration:underline;
}

.navbar .container {
  border-bottom: 1px solid #d4d4d4;
  background: rgb(252, 252, 252);
  background: -moz-linear-gradient(90deg, rgb(252, 252, 252) 30%, rgb(232, 232, 232) 100%);
  background: -webkit-linear-gradient(90deg, rgb(252, 252, 252) 30%, rgb(232, 232, 232) 100%);
  background: -o-linear-gradient(90deg, rgb(252, 252, 252) 30%, rgb(232, 232, 232) 100%);
  background: -ms-linear-gradient(90deg, rgb(252, 252, 252) 30%, rgb(232, 232, 232) 100%);
  background: linear-gradient(180deg, rgb(252, 252, 252) 30%, rgb(232, 232, 232) 100%);
}

.navbar-fixed-top {
  -webkit-box-shadow: 0px 2px 5px rgba(50, 50, 50, 0.25);
  -moz-box-shadow: 0px 2px 5px rgba(50, 50, 50, 0.25);
  box-shadow: 0px 2px 5px rgba(50, 50, 50, 0.25);
  border-bottom: 1px solid #d4d4d4;
  background: rgb(252, 252, 252);
  background: -moz-linear-gradient(90deg, rgb(252, 252, 252) 30%, rgb(232, 232, 232) 100%);
  background: -webkit-linear-gradient(90deg, rgb(252, 252, 252) 30%, rgb(232, 232, 232) 100%);
  background: -o-linear-gradient(90deg, rgb(252, 252, 252) 30%, rgb(232, 232, 232) 100%);
  background: -ms-linear-gradient(90deg, rgb(252, 252, 252) 30%, rgb(232, 232, 232) 100%);
  background: linear-gradient(180deg, rgb(252, 252, 252) 30%, rgb(232, 232, 232) 100%);
}

.navbar-default .navbar-toggle {
  border: 1px solid #2E3549; /* TVMMB Blue */
  margin: 25px 20px;
  float:right;
  width:40px;
  height:40px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
.navbar-default .navbar-toggle .icon-bar {
	background-color: rgb(53,53,112); /* purple */
	width:25px;
	/*
	height:1px;
	width:90%;
	display:block;
	margin:30% auto;
	*/
}

.navbar-collapse {
  text-transform: uppercase;
  float:right;
}

.navbar-brand {
  margin:0px 20px;
  padding:0px;
}
.navbar-brand .img {
  height:60px;
  padding: 0 10px 0 0;
  margin:15px 0;
}

.navbar-brand .text {
  margin: 10px 0;
  line-height:40px;
  letter-spacing:0.05em;
  font-size:125%;
  color:#4B4B4B;
}

.navbar-nav > li {
  margin: 10px 0;
  line-height:40px;
}

.navbar-nav .nav-link {
  border-radius:4px;
  letter-spacing:0.05em;
  padding:5px;
  margin: 20px;
  font-size:105%;
}

.navbar-nav .nav-link:link, .navbar-nav .nav-link:visited  {
  background:transparent;
}

.navbar-right {
  margin:0 20px;
}

.navbar-nav .active {
 background:#c0c6d7!important;
 cursor: pointer;
}

.nav-link {
 background:#2E3549;
 cursor: pointer;
 color:#fff;
}

.in {
  float:left!important;
}

.in .nav-link {
  margin-left:20px;
}

#dree_teaser {
  font-size:10px;
  margin:110px auto 0px auto;
  text-align:center;
  color:#c1c1c1;
}

.dree_banner {
  background: #2E3549; /* TVMMB Blue */
  -webkit-box-shadow: 0px 2px 5px rgba(50, 50, 50, 0.25);
  -moz-box-shadow: 0px 2px 5px rgba(50, 50, 50, 0.25);
  box-shadow: 0px 2px 5px rgba(50, 50, 50, 0.25);
 }

#dree_banner {
  background: #2E3549; /* TVMMB Blue */
  margin:50px auto;
  min-height:50px;
}

#dree_banner .special {
  background: #c0c6d7; /* overlay green */
  float:right;
  width:50%;
  padding: 2px;
}

#dree_banner .special .quote {
  font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif;
  font-size:40px;
  line-height:20px;
  color:#809564;
  display:block;
}

#dree_banner .special .left {
  float:left;
  margin-top:6px;
  margin-left:6px;
  height:14px;
  background: url('../img/left_quote.png');
  background-repeat:no-repeat;
  background-origin:content-box;
  background-position:top left;
  width:100%;
}
#dree_banner .special .right {
  float:right;
  margin-bottom:6px;
  margin-right:6px;
  height:14px;
  background: url('../img/right_quote.png');
  background-repeat:no-repeat;
  background-origin:content-box;
  background-position:bottom right;
  width:100%;
}
#dree_banner .special .text {
  float:left;
  display:block;
  line-height:125%;
  text-align: center;
  width:100%;
  font-size:14px;
  padding:2px 30px;
}

.content {
  margin:0px 20px;
}
.footer .row, .footer .row .social {
  border:none;
}

.social {
  margin:40px auto 0 auto;
  text-align:center;
}
.social li {
  display:inline-block;
  *display:inline; /*IE7*/
  *zoom:1; /*IE7*/
  margin:0 20px 0 0;
  width:40px;
  height:40px;
}
.social .link {
  border:none;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  display:block;
  overflow:hidden;
}

.social .link img {
  border:none;
  background:#4B4B4B;
  max-width:40px;
  padding: 20%;
  width:100%;
}

.footer {
  margin-top: 20px;
}

.footer .copyright {
  background: none;
  border:none;
  font-size:10px;
  margin:20px 0 20px 0;
  text-align: center;
}

.footer .copyright .line-break{
  display:none;
}

.footer .copyright .green_link
{
	color:#2E3549;
	font-weight:700;
}

#social_twit img:hover, #social_twit img:active, #social_face img:hover, #social_face img:active, #social_drib img:hover, #social_drib img:active, #social_link img:hover, #social_link img:active {
 background: rgb(53,53,112); /* purple */
}

/*	CONTACT US	*/

.postcard {
  background: #f3f3f3; /* bg grey */
  border: 1px solid #d4d4d4; /* border grey */
  margin-bottom:20px;
}

.postcard .span6 {
 margin:20px 0px;
}

.postcard .form {
  margin-top:20px;
}

.postcard .address {
 border:none;
 margin:20px 0px;
 border-left:2px dotted rgb(53,53,112); /* purple */
}
.postcard .address .text{
 padding:265px 0px 40px 20px;
 float:left;
}
.postcard .address .stamp {
float:right;
}

.address .stamp a {
  background: url('../img/stamp_2014.png');
  background-repeat:no-repeat;
  background-size:100% auto;
  background-origin:content-box;
  cursor:default;
  display:block;
  height:60px;
  width:60px;
  margin-right:10px;
}
#contact_form {
  width:100%;
}
#contact_form label {
  font-weight:500;
  margin: 10px 0px 0px 20px;
  padding: 0px;
}

#contact_form input[type="text"] {
  border: 1px solid rgb(53,53,112); /* purple */
  color: #8e8e8e; /* lightest grey */
  margin: 0px 0px 5px 20px;
  width:70%;
  padding:2px;
}

#contact_form input[type="text"]:active, #contact_form input[type="text"]:focus, #contact_form textarea:active, #contact_form textarea:focus {
  border: 1px solid #2E3549; /* TVMMB Blue */
  color: #4b4b4b; /* darkest grey */
}

#contact_form textarea {
  border: 1px solid rgb(53,53,112); /* purple */
  margin:0px 0px 0px 20px;
  padding:3px;
  width:70%;
  height:100px;
  resize:none;
}

#submit_btn {
 background:#2E3549; /*green*/
 border: 1px solid #2E3549;
 margin:30px 20px;
 padding:3px 6px;
 color:#fff;
 -webkit-border-radius: 3px;
 -moz-border-radius: 3px;
 border-radius: 3px;
}

#submit_btn:hover, #submit_btn:active{
 background:#292955; /*darkest purple*/
 border: 1px solid #292955;
}

.img-preload {
display:none;
}

.portfolio .application
{
font-size:75%;
min-height:30px;
}

.portfolio .item {
border:1px solid #C1C1C1;
cursor:pointer;
margin:40px 0 0 0;
min-height:315px;
padding:10px;
  -webkit-box-shadow: 0px 2px 5px rgba(50, 50, 50, 0.25);
  -moz-box-shadow: 0px 2px 5px rgba(50, 50, 50, 0.25);
  box-shadow: 0px 2px 5px rgba(50, 50, 50, 0.25);
}

.portfolio .item .image img {
max-width:100%;
}

.portfolio .item .project {
font-size:125%;
font-weight:700;
margin:10px 0 0 0;
}

.portfolio .item .skills {
margin:10px 0;
min-height:30px;
}

.portfolio .item .skills .filter_skill {
background:#2E3549;
border-radius:3px;
color:#fff;
float:left;
font-size:85%;
margin:0 5px 5PX 0;
padding:1px 7px;
cursor:pointer;
text-transform:uppercase;
}

.portfolio .item .skills .filter_skill:hover, .portfolio .item .skills .glow {
background: rgb(53,53,112); /* purple */
}

.filter_wrapper {
min-height:50px;
margin:20px 0 0 0;
}

#show_filter {
float:right;
}
#show_filter span {
}
#show_filter .btn-default .pressed {
border:1px solid #2E3549;
color:#2E3549;
}

#filters {
width:50%;
float:left;
}

#filters .filter_skill {
background:#C1C1C1;
border-radius:3px;
color:#fff;
float:left;
font-size:100%;
margin:0 10px 10px 0;
padding:3px 10px;
cursor:pointer;
text-transform:uppercase;
}

#filters .pressed {
background:#4b4b4b;
}

#filters .filter_disc {
background:#2E3549;
border-radius:3px;
color:#fff;
float:left;
font-size:85%;
margin:0 5px 5PX 0;
padding:1px 7px;
cursor:pointer;
text-transform:uppercase;
}


/*	RESUME	*/

.resume-skills .skill {
background: rgb(53,53,112); /* purple */
color:#fff;
float:left;
margin:20px 10px 0 0;
padding:5px 10px;
cursor:pointer;
text-transform:uppercase;
}

.resume-skills .skill:hover {
background:#2E3549;
}

.download_resume {
background: #2E3549; /* TVMMB Blue */
border-radius:10px;
color: #fff;
display:block;
line-height:18px;
margin:40px auto 0px;
padding:10px;
cursor: pointer;
text-transform:uppercase;
text-align:center;
width:25%;
  -webkit-box-shadow: 0px 2px 5px rgba(50, 50, 50, 0.25);
  -moz-box-shadow: 0px 2px 5px rgba(50, 50, 50, 0.25);
  box-shadow: 0px 2px 5px rgba(50, 50, 50, 0.25);
}

.download_resume:link {
background: #2E3549; /* TVMMB Blue */
color:#fff;
}

.download_resume:hover, .download_resume:active {
background:#353570;
color:#fff;
text-decoration:none;
}

.download_resume img {
margin-right:10px;
}

/*	RESPONSIVE DESIGN	*/

/*	WIDE DESKTOP	*/
@media (min-width: 1200px) {
}

/*	MAX: TABLET PORTRAIT	*/
@media (max-width: 768px) {
  .postcard .address {
  display:none;
  }
  .social .col-md-1 {
  width:10%;
  float:left;
  }
}

/*	MAX: TABLET PORTRAIT TO WIDE DESKTOP	*/
@media (min-width: 769px) and (max-width: 1200px) {
  #dree_banner .special .text {
    font-size:14px;
	margin:4% 2% 0 2%;
  }
}

/*	MAX: TABLET LANDSCAPE	*/
@media (min-width: 768px) and (max-width: 979px) {
  #dree_banner .special .text {
    font-size:13px;
	width:85%;
	margin:4% 2% 0 2%;
  }
  
  .download_resume {
    width:30%;
  }
}

/*	MAX: STUPID BIG PHONE: LANDSCAPE	*/
@media (max-width: 767px) {
}

/*	MAX: SMALL PHONE: LANDSCAPE	*/
@media (max-width: 480px) {
  #dree_banner .special {
    width:75%;
  }
  
  #dree_banner .special .text {
    font-size:12px;
	width:85%;
	margin:4% 2% 0 2%;
  }
  
  .footer .copyright .line-break {
	display:inline;
  }
  
   .download_resume {
    width:50%;
  }
}

/*	MAX: SMALL PHONE TO OVERSIZED PHONE LANDSCAPE	*/
@media (min-width: 480px) and (max-width: 640px) {
  #dree_banner .special .text {
    font-size:12px;
	width:85%;
	margin:4% 2% 0 2%;
  }
}

/*	MAX: SMALL PHONE LANDSCAPE	*/
@media (min-width: 321px) and (max-width: 480px) {
}

/*	MAX: SMALL PHONE PORTRAIT	*/
@media (max-width: 320px) {
  #dree_banner .special {
    width:75%;
  }
   .download_resume {
    width:80%;
  }
}