/*
==============================================================    

    manifest.less

    Less Template: Listing of component LESS files to be compiled to app.css

	This file should contain only import statements
	
============================================================== 
*/
/* FOUNDATIONAL RULES AND DEFINITIONS
===================================================== */
/*
==============================================================    

	reset.less

============================================================== 
*/
* {
  margin: 0;
  padding: 0;
  outline: 0;
  box-sizing: content-box;
  -moz-box-sizing: content-box;
}
html {
  color: #000;
  background: #FFF;
}
body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
code,
form,
fieldset,
legend,
input,
textarea,
p,
blockquote,
th,
td {
  margin: 0;
  padding: 0;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
fieldset,
img {
  border: 0;
}
address,
caption,
cite,
code,
dfn,
th,
var {
  font-style: normal;
  font-weight: normal;
}
em {
  font-style: italic;
  font-weight: normal;
}
strong {
  font-style: normal;
  font-weight: bold;
}
ol,
ul {
  list-style: none;
}
caption,
th {
  text-align: left;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 100%;
  font-weight: normal;
}
q:before,
q:after {
  content: '';
}
abbr,
acronym {
  border: 0;
  font-variant: normal;
}
sup {
  vertical-align: text-top;
}
sub {
  vertical-align: text-bottom;
}
input,
textarea,
select {
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
}
input,
textarea,
select {
  *font-size: 100%;
}
legend {
  color: #000;
}
section,
header,
footer {
  display: block;
}
button {
  font-size: inherit;
  font-family: inherit;
}
/*
==============================================================    

	media.less

	Definitions for different screen sizes

============================================================== 
*/
/*
==============================================================    

	element-tags.less

	Less Template: HTML Element level rules

============================================================== 
*/
html {
  min-height: 100vh;
  background-color: #394753;
  color: #FFFFFF;
}
body {
  height: 100%;
  min-height: 100%;
}
a {
  cursor: pointer;
  text-decoration: none;
  color: inherit;
}
a:link,
a:visited {
  color: inherit;
  text-decoration: none;
}
a:hover,
a:focus,
a:active {
  color: #17DBFF;
  text-decoration: none;
}
a img {
  border: 0;
}
textarea {
  overflow: auto;
}
button {
  padding: 5px 10px;
  border-radius: 19px;
  border: 0px solid transparent;
  background-color: #FFFFFF;
  cursor: pointer;
}
button:hover {
  background-color: #ffffff;
}
sup {
  top: -1em;
  font-size: 0.45em;
  vertical-align: baseline;
}
/*
==============================================================    

	utilities.less

	Contains useful global definitions and utilities

============================================================== 
*/
.hide {
  display: none;
}
/* THEMATIC RULES SHARED BY BLOCKS AND PAGES
===================================================== */
/*
==============================================================    

    colors.less
	
============================================================== 
*/
/* BACKGROUND COLORS
===================================================== */
/* TEXT COLORS
===================================================== */
/*
==============================================================    

    gradients.less

	Definitions for gradient backgrounds
	
============================================================== 
*/
._gradient-light-olive-vertical {
  /* Permalink - use to edit this gradient: http://colorzilla.com/gradient-editor/#4b5f68+0,bfced1+65,bfced1+100 */
  background: #4b5f68;
  /* Old browsers */
  background: -moz-linear-gradient(top, #4b5f68 0%, #B0BFC1 75%, #B0BFC1 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #4b5f68), color-stop(75%, #B0BFC1), color-stop(100%, #bfced1));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #4b5f68 0%, #B0BFC1 75%, #B0BFC1 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #4b5f68 0%, #B0BFC1 75%, #B0BFC1 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #4b5f68 0%, #B0BFC1 75%, #B0BFC1 100%);
  /* IE10+ */
  background: linear-gradient(to bottom, #4b5f68 0%, #B0BFC1 75%, #B0BFC1 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#4b5f68', endColorstr='#B0BFC1', GradientType=0);
  /* IE6-9 */
}
/* UI COMPONENT RULES
===================================================== */
/*
==============================================================    

	buttons.less

============================================================== 
*/
/*
==============================================================    

	checkbox.less

============================================================== 
*/
._checkbox {
  width: 1.5em;
  height: 1.5em;
  padding: 0;
  border: none;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  background-color: inherit;
  background-image: url("../img/checkboxx-unchecked-red.png");
  text-indent: -10000px;
  cursor: pointer;
}
._checkbox.checked {
  background-image: url('../img/checkboxx-checked-red.png');
}
/*
==============================================================    

	ajax-loader.less

============================================================== 
*/
/* BLOCK LEVEL RULES
===================================================== */
/*
==============================================================    

	root.less

============================================================== 
*/
.root {
  font-family: 'Roboto', Helvetica, Tahoma, Arial, sans-serif;
  font-size: 16px;
  font-weight: 100;
}
/*
==============================================================    

	page.less

============================================================== 
*/
.page {
  position: relative;
  top: 0;
  min-width: 100vw;
  min-height: 100vh;
  margin: 0 auto;
  background-color: #394753;
  font-size: 1rem;
  line-height: 1.3;
}
/*
==============================================================    

	content.less

============================================================== 
*/
.content {
  padding-top: 91vh;
}
.content .story-title {
  font-size: 24px;
  font-weight: 100;
  text-transform: lowercase;
}
.content .story-text {
  font-size: 18px;
  margin: 1em 0;
}
.content.collapsed {
  padding-top: 250px;
}
/*
==============================================================    

    sidebar.less
	
============================================================== 
*/
.sidebar {
  position: absolute;
  z-index: 10000;
  box-sizing: border-box;
  width: 0;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.7);
  overflow: hidden;
  transition: width 0.5s ease;
}
.sidebar .sidebar-close {
  width: 31px;
  height: 16px;
  margin: 20px;
  padding: 0;
  border: 0 solid transparent;
  border-radius: 0;
  background-position: center center;
  background-color: transparent;
  background-image: url("../img/td-logo-small.png");
  background-repeat: no-repeat;
}
.sidebar .sidebar-content {
  box-sizing: border-box;
  width: 250px;
  padding: 30px 22px;
}
.sidebar .sidebar-content .site-sections {
  box-sizing: border-box;
  margin-bottom: 100px;
  font-size: 17px;
  text-transform: lowercase;
}
.sidebar .sidebar-content .site-sections .site-section {
  margin-bottom: 16px;
}
.sidebar .sidebar-content .sidebar-section-heading {
  margin-bottom: 22px;
  font-size: 11px;
  font-weight: 300;
  text-transform: uppercase;
}
.sidebar .sidebar-content .affiliated-sites {
  font-size: 14px;
}
.sidebar .sidebar-content .affiliated-sites .affiliated-site {
  margin-bottom: 10px;
}
.sidebar .sidebar-content .affiliated-sites .affiliated-site.github {
  display: none;
}
.sidebar.open {
  width: 250px;
  border-right: 1px solid gray;
}
.sidebar.open .sidebar-content {
  position: fixed;
}
/*
==============================================================    

    header.less
	
============================================================== 
*/
.header {
  position: absolute;
  top: 0;
  width: 100vw;
  height: 450px;
  background-image: url(../img/light-background.png);
  background-size: 100vw 100vh;
  background-repeat: no-repeat;
  background-position: left top;
}
.header .sidebar-toggle {
  position: fixed;
  left: 0px;
  width: 24px;
  height: 12px;
  margin: 16px;
  padding: 4px;
  border: 0 solid transparent;
  border-radius: 0;
  background-position: center center;
  background-color: transparent;
  background-image: url("../img/hamburger.png");
  background-repeat: no-repeat;
  transition: left 0.5s ease;
}
.header .sidebar-toggle.open {
  left: 250px;
  z-index: 20000;
}
.header .branding-container {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100vw;
  height: 120px;
  margin: 0 auto;
  background-color: #394753;
}
.header .branding-container .branding {
  display: block;
  width: 708px;
  height: 120px;
  margin: -28px auto 0;
  background-image: url("../img/td-wordmark-on-glass.png");
  background-repeat: no-repeat;
  text-indent: -10000px;
}
.header .positioning {
  position: absolute;
  left: 0;
  right: 0;
  font-weight: 100;
  font-size: 22px;
  text-align: center;
  text-transform: lowercase;
  transition: opacity 0.5s ease;
}
.header .positioning.development {
  top: 143px;
}
.header .positioning.design {
  top: 503px;
}
.header .section-title {
  position: absolute;
  bottom: 167px;
  right: 48px;
  opacity: 0;
  font-size: 24px;
  font-weight: 100;
  text-align: right;
  text-transform: lowercase;
  transition: opacity 0.5s ease;
}
.header .section-title.show,
.header .section-title.always-show {
  opacity: 1.0;
}
.header.sticky-header,
.header.collapsed {
  position: fixed;
  z-index: 5;
  top: -200px;
}
.header.sticky-header .positioning,
.header.collapsed .positioning {
  opacity: 0;
}
.header.sticky-header .sidebar-toggle,
.header.collapsed .sidebar-toggle {
  position: absolute;
  top: 200px;
}
/*
==============================================================    

    form.less

    General Input form 
	
============================================================== 
*/
.form .input {
  position: relative;
  margin-bottom: 1em;
}
.form .input .input-label {
  display: block;
  width: 100%;
  margin: 0.25em 0;
  color: #323232;
  text-align: center;
  font-size: 1.3em;
}
.form .input .input-label.inline {
  display: inline;
  margin: 0 0.5em;
}
.form .input .input-label.minor {
  font-size: 1.1em;
}
.form .input .input-field {
  width: 96%;
  padding: 2%;
  font-size: 1.4em;
}
.form .input .input-field.attention {
  border: 1px solid #FF0000;
}
.form .checkbox {
  width: 1.5em;
  height: 1.5em;
  padding: 0;
  border: none;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  background-color: inherit;
  background-image: url("../img/checkboxx-unchecked-red.png");
  text-indent: -10000px;
  cursor: pointer;
}
.form .checkbox.checked {
  background-image: url('../img/checkboxx-checked-red.png');
}
.form .action-button {
  display: block;
  margin: 0 auto;
  padding: 5px 10px;
  border-radius: 19px;
  border: 0px solid transparent;
  background-color: #FFFFFF;
  cursor: pointer;
}
.form .action-button:hover {
  background-color: #ffffff;
}
.form .action-button.processing {
  background-position: center;
  background-repeat: no-repeat;
  background-image: url("../img/ajax-loader-small-red.gif");
  color: transparent;
}
.form .separator {
  width: 100%;
  margin: 3em 0;
  border-top: 1px solid #656565;
}
.form .separator .separator-text {
  display: block;
  width: 1em;
  margin: -0.75em auto;
  padding: 0 1em;
  background-color: #FFFFFF;
  font-size: 1em;
}
.form .message {
  margin-top: 1em;
  font-style: italic;
  text-align: center;
}
.form.header-footer-form {
  margin: 1em 2em;
  padding: 1.5em;
  background-color: #656565;
  border: 1px solid #999999;
}
.form.header-footer-form .input .input-label {
  color: #FFFFFF;
  font-size: 1.2em;
}
.form.header-footer-form .input .input-label.minor {
  font-size: 1em;
}
.form.header-footer-form .input .input-field {
  font-size: 1.2em;
  padding: 0.25em;
}
/*
==============================================================    

    modal.less

    Styling for login modal, loading modal, and message modal
	
============================================================== 
*/
.loading-modal {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10000;
  width: 640px;
  height: 1000px;
  border: medium none;
  background-color: rgba(255, 255, 255, 0.9);
}
.loading-modal .spinner {
  position: relative;
  top: 12em;
  width: 3em;
  height: 3em;
  margin: 0 auto;
}
/* PAGE LEVEL RULES
===================================================== */
/* BAND LEVEL RULES
===================================================== */
/*
==============================================================    

	about.less (Band Styling)

============================================================== 
*/
.band.about {
  margin: 6vh 32vw 42vh;
  padding: 47px;
  border: 1px solid grey;
  background-color: rgba(255, 255, 255, 0.05);
  text-align: left;
}
.band.about .story-title {
  text-align: center;
  transition: opacity 0.5s ease;
}
.band.about .story-title.obscured {
  opacity: 0;
}
.band.about .story-text {
  font-weight: 300;
  line-height: 192%;
}
/*
==============================================================    

	portfolio.less (Band Styling)

============================================================== 
*/
.band.portfolio {
  padding: 6vh 6vw;
  text-align: left;
}
.band.portfolio .story-title {
  margin-bottom: 15px;
  text-align: center;
}
.band.portfolio .story-sub-title {
  margin-bottom: 40px;
  font-weight: 300;
  text-align: center;
  text-transform: lowercase;
}
.band.portfolio .tech-column {
  display: block;
  float: left;
  width: 30vw;
  margin-right: 2vw;
  text-align: right;
}
.band.portfolio .screen-column {
  display: inline-block;
  width: 54vw;
  text-align: center;
}
.band.portfolio .portfolio-headings {
  position: relative;
  top: auto;
  z-index: 2000;
  background-color: #394753;
}
.band.portfolio .portfolio-headings .portfolio-heading {
  display: inline-block;
  height: 30px;
  margin-bottom: 13px;
  border-bottom: 1px solid gray;
  font-weight: 400;
  text-transform: uppercase;
}
.band.portfolio .portfolio-headings .portfolio-heading.screen-column {
  padding-left: 2px;
}
.band.portfolio .portfolio-headings .portfolio-heading.screen-column .project-name {
  padding-left: 4px;
  font-size: 14px;
}
.band.portfolio .portfolio-headings .portfolio-heading.tech-column {
  padding-right: 2px;
}
.band.portfolio .portfolio-projects {
  margin-top: 30px;
}
.band.portfolio .portfolio-projects .portfolio-project {
  clear: both;
  margin-bottom: 66px;
}
.band.portfolio .portfolio-projects .portfolio-project .project-name {
  margin-bottom: 10px;
  margin-left: 35vw;
  font-size: 14px;
  text-transform: uppercase;
}
.band.portfolio .portfolio-projects .portfolio-project .project-technologies .project-technology {
  margin-bottom: 40px;
  font-size: 24px;
}
.band.portfolio .portfolio-projects .portfolio-project .project-technologies.tech-column {
  padding-top: 32px;
}
.band.portfolio .portfolio-projects .portfolio-project .project-screen-image {
  width: 94%;
  box-shadow: 7px 7px 20px #222222;
}
.band.portfolio .portfolio-projects .portfolio-project .project-screen-image.no-shadow {
  box-shadow: none;
}
.band.portfolio.sticky-headings .portfolio-headings {
  position: fixed;
  top: 246px;
}
.band.portfolio.sticky-headings .portfolio-projects {
  margin-top: 116px;
}
/*
==============================================================    

	about.less (Band Styling)

============================================================== 
*/
.band.skills {
  margin: 6vh 16vw 42vh;
  padding: 47px;
  border: 1px solid #999999;
  background-color: rgba(255, 255, 255, 0.05);
  text-align: left;
}
.band.skills .story-title {
  text-align: center;
  transition: opacity 0.5s ease;
}
.band.skills .story-title.obscured {
  opacity: 0;
}
.band.skills .story-text {
  margin: 30px 16%;
  font-weight: 300;
  text-align: center;
}
.band.skills .skills-table {
  width: 100%;
  border: 1px solid #999999;
}
.band.skills .skills-table .skills-list-cell,
.band.skills .skills-table .skills-heading {
  border: 1px solid #777777;
  padding: 18px;
}
.band.skills .skills-table .skills-list-cell {
  vertical-align: top;
}
.band.skills .skills-table .skill {
  margin-bottom: 10px;
}
