* {
  box-sizing: border-box; }

body {
  margin: 0;
  padding: 0;
  width: 100%; }
  body .wrapper {
    margin-top: 30px;
    margin-left: 75px; }
  
/* Font family */
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: Raleway, san-serif; }

p {
  font-family: 'Montserrat', sans-serif; }

#about,
#resume,
#contact {
  font-family: 'Montserrat', sans-serif;
}

.navbar .nav li {
  font-family: 'Montserrat', sans-serif;
}

.navbar {
  background: rgb(129,129,129);
  background: linear-gradient(90deg, rgba(129,129,129,1) 0%, rgba(37,37,37,1) 60%);
  margin-bottom: -10px;
}

.navbar .nav li a:hover {
  color: #ffff90;
  text-decoration: underline;
}

/* Bike icon margin adjustment */
.home {
  margin-top: -15px;
}

/* Homepage buttons */
.vault {
  border: 1px solid black;
}
.vault.btn {
  margin-bottom: 10px;
}

/* Homepage Full page image */
.image-holder {
  background: url(http://www.nickwoodland.com/images/fatbike_ct.jpeg) center center no-repeat fixed;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  -o-background-size: cover; }

.image-holder p {
  margin-top: 25px;
  color: #d3d3d3; }

/* Holds the resume images and text */
.bucket {
  border: 1px solid #d3d3d3;
  background: linear-gradient(#fff,#e9e9e9);
  padding: 40px 0;
}

.bucket h4 {
  text-transform: uppercase;
  color: #262626;
}

.bucket p {
  color: #a9a9a9;
}

.bucket img {
  border: 2px solid #d3d3d3;
  border-radius: 5px;
  margin-bottom: 10px
}

.bucket a {
  text-decoration: none;
  color: #262626;
}

.bucket a:hover {
  border-bottom: 1px solid #1080dd;
}

.bucket a:hover i {
  color:#1080dd;
}

.row {
  margin-left: 0;
  margin-right: 0;
}

#aboutSection .well {
  padding-top: 50px;
  padding-bottom: 50px;
}

#aboutSection .well p {
  font-size: 18px;
  color: #4c4c4c;
}

#aboutSection .well p::first-letter {
  font-size:1.1em;
  font-weight: 700;
  padding-left: 5px;
  color:#1080dd;
} 

.contact-section {
  margin-top: 35px;
  margin-bottom: 35px;
}

.contact-section h4 {
  padding: 8px;
}

.main-title {
  font-size: 48px;
  color: #e9e9e9;
} 

.blurb h2 {
  color: #ffff90;
} 

.blurb span {
  text-transform: lowercase;
}

#about,
#blog,
#contact,
#resume {
  font-size: 32px;
  text-transform: uppercase;
  margin-bottom: 20px;
}

#about span,
#blog span,
#contact span,
#resume span {
  color:#e9e9e9;
}

/* Vault main pages title sections */
.group:after {
  content: " ";
  display: table;
  clear: both; }

.photo-container {
  width: 80%;
  margin: 0 auto; }
  .photo-container h1 {
    color: #1080dd;
    font-size: 48px; }
    .photo-container h3 {
      margin: 0; }
  .photo-container button:hover {
    cursor: pointer; }
  .photo-container .photo-form-section {
    width: 100%;
    padding: 5px 0; }
    .photo-container .photo-form-section .title {
      float: left; }
    .photo-container .photo-form-section .form {
      float: right;
      text-align: right; }
      .photo-container .photo-form-section .form input[type=button] {
        background: #25A6E1;
        background: -webkit-linear-gradient(#25A6E1 0%, #188BC0 100%);
        background: -o-linear-gradient(#25A6E1 0%, #188BC0 100%);
        background: linear-gradient(#25A6E1 0%, #188BC0 100%);
        /*filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#25A6E1',endColorstr='#188BC0',GradientType=0);*/
        color: #ffffff;
        padding: 1px 8px;
        border: 1px solid #1A87B9;
        border-radius: 5px;
        outline: none;
        margin: 5px 0; }
        .photo-container .photo-form-section .form input[type=button]:hover {
          cursor: pointer;
          background: #1A87B9;
          color: #ffff90; }
        .photo-container .photo-form-section .form input[type=button]:active {
          color: #000000; }
  .photo-container .photo-thumbs-section {
    width: 100%; }
    .photo-container .photo-thumbs-section .photo-thumbs {
      list-style-type: none;
      padding-left: 0; }
      .photo-container .photo-thumbs-section .photo-thumbs li {
        display: inline-block;
        width: 18%;
        margin-right: 10px; }
        .photo-container .photo-thumbs-section .photo-thumbs li > a p {
          margin: 0 0 20px 0;
          padding: 0; }
        .photo-container .photo-thumbs-section .photo-thumbs li > img {
          max-width: 100%;
          max-height: 100%; }

select,
input[type="text"] {
  padding: 5px;
  font-family: "Raleway";
  font-size: 1.125em; }

#messageYear,
#messageFilter {
  color: #008040;
  font-weight: 700;
}
#messageFilter span,
#messageYear span {
    color: #272727;
    background: #ffff90;
    padding: 3px;
}

  /************* MEDIA QUERIES *************/
@media screen and (max-width: 500px) {
  .photo-container h1 {
    font-size: 24px; }
  .photo-container h3 {
    font-size: 18px; } }

@media screen and (max-width: 1200px) {
  .photo-container {
    width: 100%;
    padding: 0 15px; } }
@media screen and (max-width: 850px) {
  body .wrapper {
    width: 100%;
    margin-left: 0; }

  .photo-container .photo-thumbs-section .photo-thumbs li {
    display: block;
    width: 100%; }

  .photo-container .photo-thumbs-section .photo-thumbs li a p {
    margin-bottom: 20px; }

  .photo-container .photo-form-section .title {
    width: 100%; }

  .photo-container .photo-form-section .form {
    float: left;
    width: 100%;
    text-align: left; }

  .photo-container .photo-form-section .form input {
    margin-top: 0; } }