/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%; }

body {
  margin: 0; }

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block; }

audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline; }

audio:not([controls]) {
  display: none;
  height: 0; }

[hidden],
template {
  display: none; }

a {
  background-color: transparent; }

a:active {
  outline: 0; }

a:hover {
  outline: 0; }

abbr[title] {
  border-bottom: 1px dotted; }

b,
strong {
  font-weight: bold; }

dfn {
  font-style: italic; }

h1 {
  font-size: 2em;
  margin: 0.67em 0; }

mark {
  background: #ff0;
  color: #000; }

small {
  font-size: 80%; }

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

img {
  border: 0; }

svg:not(:root) {
  overflow: hidden; }

figure {
  margin: 1em 40px; }

hr {
  box-sizing: content-box;
  height: 0; }

pre {
  overflow: auto; }

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em; }

button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0; }

button {
  overflow: visible; }

button,
select {
  text-transform: none; }

button,
html input[type="button"], input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer; }

button[disabled],
html input[disabled] {
  cursor: default; }

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0; }

input {
  line-height: normal; }

input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0; }

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto; }

input[type="search"] {
  -webkit-appearance: textfield;
  box-sizing: content-box; }

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

legend {
  border: 0;
  padding: 0; }

textarea {
  overflow: auto; }

optgroup {
  font-weight: bold; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

td,
th {
  padding: 0; }

.container {
  margin-left: auto;
  margin-right: auto;
  padding-left: 0.9375rem;
  padding-right: 0.9375rem; }
  .container::after {
    content: "";
    display: table;
    clear: both; }
  @media (min-width: 544px) {
    .container {
      max-width: 576px; } }
  @media (min-width: 768px) {
    .container {
      max-width: 720px; } }
  @media (min-width: 992px) {
    .container {
      max-width: 940px; } }
  @media (min-width: 1200px) {
    .container {
      max-width: 1140px; } }

.container-fluid {
  margin-left: auto;
  margin-right: auto;
  padding-left: 0.9375rem;
  padding-right: 0.9375rem; }
  .container-fluid::after {
    content: "";
    display: table;
    clear: both; }

.row {
  margin-left: -0.9375rem;
  margin-right: -0.9375rem; }
  .row::after {
    content: "";
    display: table;
    clear: both; }

.gallery-item {
  position: relative;
  min-height: 1px;
  padding-left: 0.9375rem;
  padding-right: 0.9375rem; }

.gallery-item {
  float: left; }

.gallery-item {
  width: 33.33333%; }

@media (min-width: 544px) {
  .gallery-item {
    float: left; }
  .gallery-item {
    width: 33.33333%; } }

@media (min-width: 768px) {
  .gallery-item {
    float: left; }
  .gallery-item {
    width: 33.33333%; } }

.modal-open {
  overflow: hidden; }

.modal {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  display: none;
  overflow: hidden;
  outline: 0;
  -webkit-overflow-scrolling: touch; }
  .modal.fade .modal-dialog {
    transition: transform 0.3s ease-out;
    transform: translate(0, -25%); }
  .modal.in .modal-dialog {
    transform: translate(0, 0); }

.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto; }

.modal-dialog {
  position: relative;
  width: auto;
  margin: 10px; }

.modal-content {
  position: relative;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 0.3rem;
  outline: 0; }

.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #000; }
  .modal-backdrop.fade {
    opacity: 0; }
  .modal-backdrop.in {
    opacity: 0.5; }

.modal-header {
  padding: 15px;
  border-bottom: 1px solid #e5e5e5; }
  .modal-header::after {
    content: "";
    display: table;
    clear: both; }

.modal-header .close {
  margin-top: -2px; }

.modal-title {
  margin: 0;
  line-height: 1.5; }

.modal-body {
  position: relative;
  padding: 15px; }

.modal-footer {
  padding: 15px;
  text-align: right;
  border-top: 1px solid #e5e5e5; }
  .modal-footer::after {
    content: "";
    display: table;
    clear: both; }
  .modal-footer .btn + .btn {
    margin-bottom: 0;
    margin-left: 5px; }
  .modal-footer .btn-group .btn + .btn {
    margin-left: -1px; }
  .modal-footer .btn-block + .btn-block {
    margin-left: 0; }

.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll; }

@media (min-width: 544px) {
  .modal-dialog {
    width: 600px;
    margin: 30px auto; }
  .modal-sm {
    width: 300px; } }

@media (min-width: 768px) {
  .modal-lg {
    width: 900px; } }

#body-container, .gallery-item-thumb {
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat; }

@media (max-width: 543px) {
  .hide-xs, #navbar-aperture {
    display: none !important; } }

@media (min-width: 544px) and (max-width: 767px) {
  .hide-sm, #navbar-aperture {
    display: none !important; } }

@media (min-width: 768px) and (max-width: 991px) {
  .hide-md {
    display: none !important; } }

@media (min-width: 992px) {
  .hide-lg {
    display: none !important; } }

@media (min-width: 544px) {
  .only-xs {
    display: none !important; } }

@media (max-width: 991px) {
  .only-lg {
    display: none !important; } }

* {
  box-sizing: border-box; }

body {
  background-color: #000;
  color: #ddd;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.1); }

a {
  color: #fff;
  text-decoration: none;
  font-weight: 200; }

md-select-menu.md-mandyprice-theme md-option:focus:not([disabled]):not([selected]) {
  color: #333; }

#body-container {
  bottom: 0;
  color: #ddd;
  left: 0;
  padding: 0;
  position: fixed;
  right: 0;
  top: 0;
  text-align: center; }

#contact-card {
  background-color: transparent;
  margin: 0 auto;
  max-width: 400px;
  padding: 16px 32px;
  text-align: left; }
  #contact-card label {
    text-shadow: none !important; }

.content {
  transition: opacity 0.15s ease-in-out;
  -webkit-transition: opacity 0.15s ease-in-out;
  -ms-transition: opacity 0.15s ease-in-out;
  -moz-transition: opacity 0.15s ease-in-out;
  -o-transition: opacity 0.15s ease-in-out;
  max-width: 500px;
  margin: 0 auto;
  opacity: 1; }
  .content.ng-enter {
    display: block !important;
    opacity: 0;
    position: absolute; }
    .content.ng-enter-active {
      opacity: 0; }
  .content.ng-leave {
    display: block !important;
    opacity: 1; }
    .content.ng-leave-active {
      opacity: 0; }

#content-container {
  height: 100%;
  overflow-y: auto;
  padding-top: 160px; }
  @media (min-width: 768px) {
    #content-container {
      padding-top: 20px; } }

#footer {
  clear: both;
  padding: 100px; }

.gallery-container {
  padding-bottom: 150px; }

.gallery-item {
  transition: padding 0.15s ease-in-out;
  -webkit-transition: padding 0.15s ease-in-out;
  -ms-transition: padding 0.15s ease-in-out;
  -moz-transition: padding 0.15s ease-in-out;
  -o-transition: padding 0.15s ease-in-out;
  padding: 8px; }
  .gallery-item:hover {
    padding: 0; }
  .gallery-item-thumb {
    padding-top: 100%; }

.gallery-title {
  font-size: 36px;
  font-weight: 100;
  padding: 24px 0; }

.headshot {
  width: 100%; }

#home-tagline {
  font-weight: 100;
  font-style: italic; }

#home-blurb {
  font-weight: 300;
  font-size: 18px;
  line-height: 1.6;
  padding: 0 16px;
  text-align: left;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.5), 0 0 2px rgba(0, 0, 0, 0.2), 1px 2px 2px rgba(0, 0, 0, 0.3); }

#logo {
  max-width: 100%;
  width: 400px; }

#navbar {
  background-color: #000;
  border-bottom: solid 1px rgba(255, 255, 255, 0.2);
  position: fixed;
  left: 0;
  right: 0;
  z-index: 100;
  text-align: center; }
  @media (min-width: 768px) {
    #navbar {
      position: relative;
      border-bottom: none;
      border-right: solid 1px rgba(255, 255, 255, 0.05);
      float: left;
      height: 100%;
      width: 16em; } }
  #navbar #navlinks {
    clear: both;
    list-style: none;
    margin: 0;
    padding: 0; }
    @media (max-width: 767px) {
      #navbar #navlinks li {
        display: inline; } }
  #navbar .navlink {
    transition: color 0.15s ease-in-out;
    -webkit-transition: color 0.15s ease-in-out;
    -ms-transition: color 0.15s ease-in-out;
    -moz-transition: color 0.15s ease-in-out;
    -o-transition: color 0.15s ease-in-out;
    color: rgba(255, 255, 255, 0.8);
    display: inline-block;
    font-weight: 200;
    padding: 8px;
    text-transform: uppercase;
    text-decoration: none; }
    @media (min-width: 768px) {
      #navbar .navlink {
        line-height: 1.5;
        margin: 0.5em auto; } }
    #navbar .navlink:hover {
      color: white; }

#navbar-aperture {
  transition: opacity 0.15s ease-in-out;
  -webkit-transition: opacity 0.15s ease-in-out;
  -ms-transition: opacity 0.15s ease-in-out;
  -moz-transition: opacity 0.15s ease-in-out;
  -o-transition: opacity 0.15s ease-in-out;
  opacity: 0.2;
  position: absolute;
  top: -60px;
  left: -40px;
  z-index: -1; }

#navbar-logo {
  font-size: 12px;
  color: #fff;
  margin: 16px auto; }
  @media (min-width: 768px) {
    #navbar-logo {
      display: block;
      float: none;
      margin: 32px auto; } }
  #navbar-logo-img {
    margin: 0 auto;
    max-width: 100%;
    width: 200px; }
