@charset "UTF-8";
/***General-Styles***/
* {
  box-sizing: border-box; }

html body *:focus {
  outline: none; }

body {
  background-color: #121212;
  font: 100% "Open Sans";
  color: #fff;
  font-size: 16px;
  line-height: 150%; }

/***Nav-Styles***/
.fa-icon {
  color: white; }

button {
  background: none;
  border: none;
  justify-content: center; }

.navs {
  padding-left: 10px;
  padding-right: 10px;
  transition: 0.5s ease; }

.solidNav {
  background-color: #000000; }

body .navbar {
  margin-bottom: 0; }

.navbar .navbar-header .navbar-brand {
  color: #fff;
  font-family: "Open Sans";
  font-size: 20px;
  font-weight: 500;
  letter-spacing: 1px; }

.navbar ul a {
  color: #fff;
  font-family: "Open Sans";
  font-size: 14px;
  padding-top: 5px;
  padding-bottom: 5px;
  margin-top: 10px;
  margin-bottom: 10px;
  letter-spacing: 1px; }

.navbar ul a:hover, .navbar ul a:focus {
  color: #ffae19;
  background-color: #fff; }

.icon-bar {
  background-color: #fff; }

/***Header-Styles***/
.header {
  width: 100%;
  background: url(../images/bike_sunset.jpg);
  height: 1100px;
  overflow: hidden;
  background-size: cover;
  background-position: 100% -80px;
  background-repeat: no-repeat;
  display: flex;
  align-items: center;
  flex-direction: column; }

.headline {
  margin-top: 300px;
  text-align: center; }

/***Section-Styles***/
.about-section {
  width: 70%;
  color: #fff;
  text-align: center;
  margin-top: 400px; }

.portfolio-section {
  width: 100%;
  background: url(../images/create.jpg);
  height: 800px;
  overflow: hidden;
  /*padding-top: 150px;
  padding-bottom: 150px;*/
  margin-bottom: inherit;
  background-size: cover;
  background-position: 100%;
  background-repeat: no-repeat;
  /*display: flex;*/
  align-items: center;
  /*flex-direction: column;*/
  /*flex-wrap: wrap;*/
}

.contact-section {
  width: 100%;
  background: url(../images/fireworks.jpg);
  height: 800px;
  overflow: hidden;
  /*padding-top: 150px;
  padding-bottom: 150px;*/
  margin-bottom: inherit;
  background-size: cover;
  background-position: 100%;
  background-repeat: no-repeat;
  /*display: flex;*/
  align-items: center;
  /*flex-direction: column;*/
  /*flex-wrap: wrap;*/
}

.contact-section .container {
  padding-top: 200px;
  padding-bottom: 100px; }

.page-footer {
  background-color: black;
  height: 110px; }

.page-footer .container {
  padding-top: 25px;
  text-align: center; }

.portfolio-section {
  margin-top: 200px;
  background-color: #000;
  color: #fff;
  padding: 100px 0 50px 0; }

.resume {
  margin: 0 auto; }

/***Button-and-Form-Styles***/
input[name=name], input[name=_replyto], textarea[name=message] {
  -webkit-transition: all 0.30s ease-in-out;
  -moz-transition: all 0.30s ease-in-out;
  -ms-transition: all 0.30s ease-in-out;
  -o-transition: all 0.30s ease-in-out;
  outline: none;
  box-shadow: none; }

textarea[name=message] {
  rows: "10"; }

input[name=name]:focus, input[name=_replyto]:focus, textarea[name=message]:focus {
  box-shadow: none;
  border: 1px solid #ffae19; }

.button {
  background-color: transparent;
  padding: 8px 40px;
  border-radius: 2px;
  font-size: 18px;
  font-family: "Open Sans", sans-serif;
  color: #fff;
  border: 2px solid #fff; }

.button:hover {
  background-color: #ffae19;
  color: #fff; }

.button:focus {
  background-color: #ffae19;
  color: #fff;
  outline: none; }

/*form {
  margin-bottom: 30px; }*/

/***Resume-Styles***/
.resume_download {
  text-align: center;
  padding-bottom: 30px;
}

/***Portfolio-Styles***/
.portfolio-section img {
  width: 250px; }

.thumbnail {
  height: 515px;
  background-color: #000;
}
/*.portfolio-section .container h3 {
  color: #fff;
}*/

.piece {
  width: 250px;
  display: inline-block;
  overflow: none; }

.piece:hover .piece-hover {
  opacity: .85; }

.piece-hover {
  background: #76D7C4;
  position: absolute;
  width: 250px;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  opacity: 0;
  text-align: center;
  color: #FFF;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: opacity .2s;
  -ms-transition: opacity .2s;
  -moz-transition: opacity .2s;
  -webkit-transition: opacity .2s; }

.piece-title {
  font-size: 20px;
  margin-bottom: -3px; }

.piece-type {
  font-style: italic;
  margin-top: 60px; }

/*.piece-btn {
  vertical-align: bottom;
  position: absolute;
  bottom: 30px;
  right: 25%;
  /*align-self: center;*/
}*/

.quote-item {
  height: 275px;
}

.quote-one {
  margin-top: 50px; }

.quotation {
  font-family: Georgia;
  font-size: 40px;
  line-height: 50%;
  vertical-align: middle;
  color: #b1b1b1; }

/***Project-Styles***/
.project {
  background-color: #fff;
  color: #000;
  padding: 70px 0 40px 0; }

.project .first-hr {
  margin: 30px 0; }

.project .second-hr {
  margin: 50px 0 30px 0; }

.project .img-top {
  border: 1px solid #E0E0E0;
  max-width: 100%;
  margin-top: 60px; }

.project .img-results {
  max-width: 100%;
  margin-top: 20px; }

.project p {
  text-align: justify; }

/***Text-Styles***/
h1 {
  font-size: 44px;
  color: #fff;
  font-family: "Open Sans", sans-serif;
  font-weight: 600;
  letter-spacing: 3px; }

h1 span {
  font-family: serif;
  font-style: italic;
  font-weight: 200; }

.project-name {
  font-size: 30px;
  color: #1c1c1c;
  font-family: "Open Sans", sans-serif;
  font-weight: 500; }

h2 {
  text-align: center;
  font-size: 26px;
  font-family: "Open Sans";
  margin-bottom: 30px;
  display: inline-block;
  font-weight: 700; }

.header h3 {
  color: #fff;
  font-size: 20px;
  max-width: 500px; }

.row h3 {
  color: #fff;
  font-size: 20px;
  width: 87%;
  margin: 10px auto; }

.resume-section h2 {
  text-align: center;
  color: #76D7C4; }

.light-section h2, .project h2 {
  text-align: center;
  color: #000; }

h3 .fa:first-child {
  margin-right: 10px; }

h3 .fa {
  margin-right: 6px; }

h4 {
  color: #76D7C4;
  width: 87%;
  margin: 24px auto 3px auto; }

.resume .title {
  font-style: italic; }

.outgoing {
  color: #ffb732; }

/***list-styles***/
.resume ul {
  list-style: none; }

.resume experience ul {
  list-style: none;
  padding-left: auto; }

.resume ul li:before {
  content: '›';
  margin-right: 10px; }

.skills li {
  color: #76D7C4; }

.education li {
  color: #fff;
}

/***responsive-styles***/
@media (max-width: 1199px) {
  .light-section .col-sm-6, .light-section .col-md-6 {
    margin-bottom: 30px; } }
@media (max-width: 1175px) {
  .headline {
    margin: 17% 0 0 3%; }

  .header h3 {
    margin-left: 3%; }

  .header {
    background-position: 100% -30%; }

  .header h3 {
    padding: 10px;
    font-size: 19px; } }
@media (max-width: 1000px) {
  .header {
    background-position: 100% -150%; } }
@media (max-width: 991px) {
  .skills {
    margin-bottom: 45px; }

  .headline {
    margin: 34% 0 0 3%; } }
