html, body {
  margin: 0;
  padding: 0;
  font-family: 'Open Sans', sans-serif;
  height: 100%; }

html body {
  background-color: #f2f2f2; }

#wrapper {
  position: relative;
  min-height: 100%; }

.navbar-default {
  background-color: transparent;
  border: 0; }

.bgvideo {
  position: fixed;
  right: 0;
  top: 0;
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  z-index: -1;
  opacity: 1; }

.maincontent {
  background-color: transparent;
  width: 80%;
  max-width: 1200px;
  margin: 0 auto;
  padding: 20px 20px 150px 20px;
  overflow: hidden; }
  .maincontent h1 {
    font-size: 30px;
    text-align: left;
    font-weight: 300; }
  @media (max-width: 600px) {
    .maincontent h1 {
      text-align: center; } }

.maincontent a, .maincontent a:hover, .maincontent a:focus {
  color: #a33c02;
  text-decoration: none;
  transition: 200ms all ease-in-out; }

img.categoryimg {
  transition: 800ms all ease-in-out;
  opacity: 1; }

.imgcontainer {
  overflow: hidden;
  background-color: #000; }

.categorytitle {
  position: absolute;
  left: 0px;
  bottom: 5px;
  margin: -1rem 0 0 0;
  width: 100%;
  color: #fff;
  transition: 500ms all ease-in-out;
  transform: translateY(0px); }

.maincontent hr {
  border-color: #0f0f0f; }

@media (max-width: 600px) {
  .maincontent {
    width: 90%; } }
.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover {
  color: #a33c02;
  background-color: transparent; }

.navbar-default .navbar-nav > li > a {
  color: #202020;
  text-shadow: 0px 0px 2px transparent;
  transition: 200ms all ease-out;
  font-weight: bold; }

.navbar-default .navbar-brand {
  font-size: 35px;
  color: #202020;
  transition: 200ms all ease-in-out; }

@media (max-width: 350px) {
  .navbar-default .navbar-brand {
    font-size: 25px; } }
.navbar-default .navbar-nav > li > a:hover {
  color: #3c3c3c; }

#index .navbar-default {
  padding: 50px 0 53px 0;
  background-color: #f2f2f2; }

div.footer {
  width: 100%;
  text-align: center;
  position: absolute;
  bottom: 0px;
  left: 0px;
  padding: 5px 20px 20px 20px;
  color: #333333; }
  div.footer a.socialmedia {
    color: #808080;
    text-decoration: none;
    font-size: 2.5em;
    margin: 0 10px;
    transition: 200ms all ease-out; }
  div.footer a.socialmedia:hover {
    color: #4b4b4b; }
  div.footer hr {
    border-top: 1px solid rgba(0, 0, 0, 0.2);
    width: 225px;
    margin: 5px auto 20px auto; }
  div.footer p {
    margin: 0; }

#index div.footer {
  padding-top: 50px;
  background-color: #f2f2f2; }

#logo {
  width: 100%;
  text-align: center;
  padding-top: 50px; }

#logo img {
  max-width: 70%;
  max-height: 60vh; }

.container-fluid {
  max-width: 1350px;
  margin: 0 auto; }

.category {
  text-align: center;
  overflow: hidden;
  margin-bottom: 30px; }
  .category h3 {
    font-size: 2.5rem;
    padding: 0 20px;
    color: #fff;
    text-shadow: black 0px 0px 6px; }
  .category img {
    max-width: 100%; }

.category .imgcontainer img {
  opacity: 1;
  transform: scale(1.001, 1.001);
  transition: 400ms all ease-in-out; }

.category .imgcontainer:hover img {
  opacity: 0.2;
  transform: scale(1.05, 1.05); }

.category .imgcontainer h3 {
  transform: translateY(0px);
  transition: 400ms all ease-in-out; }

.category .imgcontainer:hover h3 {
  transform: translateY(-20px); }

div.inputs {
  width: 50%;
  float: left;
  padding: 5px; }

@media (max-width: 400px) {
  div.inputs {
    width: 100%; } }
input.form {
  width: 100%;
  padding: 5px;
  border: 1px solid #323232; }

input.submit {
  background-color: transparent;
  border: 1px solid #323232;
  padding: 5px 8px;
  margin-top: 10px; }

input.form:hover, input.form:focus {
  border: 1px solid #a33c02; }

input.submit:hover, input.submit:focus {
  border: 1px solid #a33c02; }

textarea.form {
  margin-top: 10px;
  width: 100%;
  resize: none;
  padding: 5px; }

textarea.form:hover, textarea.form:focus {
  border: 1px solid #a33c02; }

dl.resume {
  display: inline-block;
  margin-bottom: 5px;
  width: 100%; }

dl dt {
  float: left; }

dl dd {
  float: left;
  margin-left: 15px; }

h3.resume {
  margin: 10px 0; }

.breadcrumb {
  background-color: transparent; }

a.thumb {
  padding: 0;
  margin: 0;
  padding: 0; }

a.thumb img {
  max-width: 100%;
  transition: 200ms all ease-out; }

a.thumb img:hover {
  opacity: 0.6; }

div.thumb {
  margin: 0 15px 15px 0;
  padding: 0;
  float: left;
  max-width: 100%;
  height: 150px; }

@media (max-width: 600px) {
  div.thumb {
    width: 100%;
    text-align: center; } }
.art {
  text-align: center; }

.art img {
  max-width: 100%; }

.detailthumb {
  width: 100px;
  height: 100px;
  background-size: cover;
  background-position: center;
  margin-right: 10px;
  float: left;
  cursor: pointer;
  transition: 200ms all ease-in-out; }

.detailthumb:hover {
  opacity: .6; }

.currentpic {
  opacity: .6; }

a.prevpage, a.nextpage {
  margin-top: 10px;
  padding: 0 5px;
  color: #0f0f0f;
  text-align: center;
  font-size: 21px;
  font-weight: 300; }

a.prevpage {
  float: left; }

a.nextpage {
  float: right; }

/*# sourceMappingURL=style.css.map */
