.row-eq-height {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

html, body {
  visibility: hidden;
  height: 100%;
  width: 100%;
  font-family: "Roboto-Light", sans-serif;
  font-weight: 100;
}

strong {
  font-weight: 400;
}

h1 {
  font-weight: 300;
}

h2 {
  font-weight: 200;
}

h1, h2 {
  font-family: "Roboto-Light", sans-serif;
  font-weight: 100;
  font-size: 80px;
  text-align: center;
  color: white;
  margin: 0;
  padding: 0;
}

h2 {
  font-size: 60px;
}

h3, h4, h5 {
  font-family: "Roboto-Light", sans-serif;
  font-weight: 100;
  font-weight: 100;
  font-size: 40px;
  margin: 5px 0;
  z-index: 1;
  position: relative;
}

h4 {
  font-size: 25px;
}

h5 {
  font-size: 22px;
}

.btn {
  -webkit-transition: background-color 0.3s ease-out;
  -moz-transition: background-color 0.3s ease-out;
  -o-transition: background-color 0.3s ease-out;
  transition: background-color 0.3s ease-out;
  letter-spacing: 3px;
  background: none;
  border-radius: 0;
  font-family: "Roboto-Light", sans-serif;
  font-weight: 100;
  padding: 11px;
  margin-top: 20px;
  margin-left: 8px;
  margin-right: 8px;
}
.btn[name=drop-up] {
  display: none;
}
.btn span.glyphicon {
  font-size: 15px !important;
}
.btn.black {
  color: #b19059;
  border: 2px solid #c5a268;
}
.btn.black:hover {
  background-color: #c5a268;
  color: white;
}
.btn.white {
  color: #f3d6a6;
  border: 2px solid #f3d6a6;
}
.btn.white:hover {
  background-color: #f3d6a6;
  color: black;
}

.center {
  margin: 0 auto;
}

.content {
  margin: 0 auto;
  width: 960px;
}

.clear {
  clear: both;
}

.pad-section {
  padding: 60px 0;
}

.pad-section img {
  width: 100%;
}

ul.no-bullets {
  list-style-type: none;
  margin: 0px;
  padding: 0px;
}

.text-vcenter {
  display: table-cell;
  text-align: center;
  vertical-align: middle;
}

.text-vcenter h1 {
  font-size: 4.5em;
  font-weight: 400;
  margin: 0;
  padding: 0;
}

#nb {
  background: transparent;
  border-width: 0px;
}
#nb a {
  color: white;
  visibility: visible;
}
#nb .navbar-brand {
  letter-spacing: 1px;
}
#nb .navbar-toggle {
  border: none;
}
#nb .navbar-toggle .icon-bar {
  background-color: white;
}
#nb .navbar-nav .glyphicon {
  margin-right: 10px;
}
#nb .navbar-nav a {
  font-family: "Lato", sans-serif;
  -webkit-transition: background-color 0.3s ease-out;
  -moz-transition: background-color 0.3s ease-out;
  -o-transition: background-color 0.3s ease-out;
  transition: background-color 0.3s ease-out;
}
#nb .navbar-nav a:hover {
  background-color: #f3d6a6;
  color: black;
}
#nb .navbar-nav.mobile-nav a {
  margin-top: 20px;
  margin-bottom: 20px;
  font-size: 12pt;
}

.navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
  background-color: transparent;
}

.navbar-default .navbar-collapse, .navbar-default .navbar-form {
  border-color: transparent;
}

.navbar-collapse {
  -webkit-overflow-scrolling: auto;
}

@media only screen and (max-width: 736px) {
  #nb {
    background: transparent;
  }
}
#home {
  background: url(../../img/background1.jpg) no-repeat center center fixed;
  display: table;
  height: 100%;
  position: relative;
  width: 100%;
  overflow: hidden;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
#home h1 {
  padding-bottom: 0;
  display: inline-block;
  position: relative;
  font-weight: 200;
  font-size: 35pt;
}
#home span {
  display: block;
  font-size: 14pt;
  color: #b6b6b6;
  padding-bottom: 10px;
  letter-spacing: 1pt;
}
#home h3 {
  display: inline-block;
  color: #464646;
  font-size: 18pt;
  letter-spacing: 3px;
}
@media only screen and (max-width: 1024px) {
  #home {
    background: url(../../img/background1.jpg) center center;
    /* Not fixed because safari on iphone and ipad can't handle it */
    height: 100%;
    width: 100%;
    position: relative;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
  }
  #home h1 {
    font-size: 30pt;
  }
  #home h3 {
    font-size: 15pt;
  }
}

#profile h2 {
  padding-top: 30px;
  color: #2f2f2f;
  font-size: 60px;
}
#profile img {
  height: 110px;
  width: auto;
  padding: 0;
}
#profile #about_header {
  font-size: 12pt;
  padding-top: 16px;
}
#profile #about_header .subtitle_profile {
  padding: 0;
  color: #636161;
  font-size: 16pt;
}
#profile .about .column {
  margin-top: 100px;
  margin-bottom: 80px;
  margin-left: 15px;
  margin-right: 15px;
}
#profile .about img {
  height: 60px !important;
  margin-bottom: 10px;
}
#profile .about p {
  text-align: justify;
}
#profile .about p span.highlight {
  color: #c5a268;
  letter-spacing: 1px;
  font-family: "Work Sans";
}
#profile .contact-row {
  margin: auto;
  margin-top: 50px;
  width: 50%;
}
#profile .contact-row .question {
  display: block;
  text-align: center;
  margin-bottom: 50px;
}
#profile .contact-row .question span {
  font-size: 18pt;
  letter-spacing: 2px;
}
#profile .contact-row .question .btn {
  margin: 0;
  margin-left: 20px;
  padding: 8px;
  min-width: 55px;
}
#profile .contact-row form {
  overflow: hidden;
  display: none;
  -webkit-transition: background-color 0.3s ease-out;
  -moz-transition: background-color 0.3s ease-out;
  -o-transition: background-color 0.3s ease-out;
  transition: background-color 0.3s ease-out;
}
#profile .contact-row form textarea {
  resize: none;
}
#profile .contact-row form .form-control {
  border-radius: 0;
  border: none;
  border-bottom: 1px solid;
  -webkit-box-shadow: none;
  box-shadow: none;
  color: black;
  border-color: #D4D4D4;
}
#profile .contact-row #form-feedback, #profile .contact-row #form-feedback-failed {
  display: none;
  margin-top: 1rem;
}
#profile .past-projects__wrapper h3 {
  margin-top: 100px;
  margin-bottom: 20px;
}
#profile .past-projects__wrapper .past-projects__row .col-md-4 {
  margin-top: 30px;
}
#profile .past-projects__wrapper .past-projects__row .past-project__item {
  height: 200px;
  position: relative;
  display: block;
}
#profile .past-projects__wrapper .past-projects__row .project-image {
  height: 100%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
#profile .past-projects__wrapper .past-projects__row .overlay {
  height: 100%;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.3);
  position: absolute;
  top: 0;
  left: 0;
}
#profile .past-projects__wrapper .past-projects__row .text-wrapper {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  color: white;
  text-align: center;
}
#profile .past-projects__wrapper .past-projects__row .text-wrapper span {
  display: block;
  letter-spacing: 1.5px;
}
#profile .past-projects__wrapper .past-projects__row .text-wrapper span.name {
  font-size: 16pt;
  font-weight: 400;
}
@media only screen and (max-width: 736px) {
  #profile .about .column {
    margin-top: 20px;
    margin-bottom: 20px;
  }
  #profile img {
    height: 80px;
    margin-top: 16px;
  }
  #profile #about_paragraph {
    padding: 40px 15px 40px 15px;
  }
  #profile #about_paragraph p {
    line-height: 200%;
  }
  #profile .contact-row {
    width: 100%;
  }
}

#blog .thumbnail {
  border: none;
  /* border animation */
  display: inline-block;
  /* border animation END */
}
#blog .thumbnail:after {
  content: "";
  display: block;
  height: 2px;
  width: 0;
  background: transparent;
  transition: width 0.5s ease, background-color 0.5s ease;
}
#blog .thumbnail:hover:after {
  width: 100%;
  background: #303030;
}
#blog .thumbnail h3 {
  font-size: 20pt;
  font-family: "Work Sans", sans-serif;
  font-weight: 100;
}
#blog .thumbnail .caption {
  padding-left: 0;
  padding-right: 0;
}
#blog .thumbnail .caption p {
  text-align: justify;
}
#blog .thumbnail .caption a.btn {
  margin-top: 10px;
  margin-left: 0;
  margin-right: 0;
}

#education {
  background-color: #252525;
  color: #ffffff;
}
#education .row-eq-height {
  margin: 50px 0 50px 0;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: center;
  align-content: center;
  align-items: center;
}
#education .row {
  margin: 100px 0 100px 0;
}
#education .instance {
  margin-bottom: 2px;
  font-size: 22px;
}
#education .degree {
  clear: both;
  font-weight: 600;
  font-size: 10pt;
  padding-bottom: 5px;
  font-family: "Lato", sans-serif;
  color: #f3d6a6 !important;
}
#education .text {
  text-align: justify;
  clear: both;
  margin: 0;
  font-size: 11pt;
  line-height: 200%;
}
#education .image-col img {
  display: block;
  margin: auto;
  width: 50%;
  max-height: 150px;
  width: auto;
}
#education .content-col {
  margin: auto;
  padding-left: 60px;
  padding-right: 60px;
}
#education .content-col p {
  color: #b1b1b1;
  padding-left: 20px;
  padding-right: 20px;
}
#education .horizontal-time {
  padding: 10px;
  display: inline-block;
  position: relative;
  padding-top: 20px;
  padding-bottom: 20px;
  color: white;
  width: 100%;
  margin: auto;
  text-align: center;
  letter-spacing: 2px;
}
#education .horizontal-time::before {
  content: "";
  width: 1px;
  height: 15px;
  background: #b1b1b1;
  position: absolute;
  bottom: 100%;
  left: 50%;
  margin-left: -2px;
}
#education .horizontal-time::after {
  content: "";
  width: 1px;
  height: 15px;
  background: #b1b1b1;
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -2px;
}
#education .horizontal-time:last-of-type:after {
  height: 0;
}
#education p {
  font-size: 18px;
}
#education p.instance, #education p.degree, #education p.date {
  color: white;
}
#education .align-text-right {
  text-align: right;
}
#education .float-right {
  float: right;
}
#education .float-left {
  float: left;
}
@media only screen and (max-width: 736px) {
  #education hr {
    margin-bottom: 0;
  }
  #education .content-col {
    padding: 0;
    padding-top: 50px;
  }
  #education .content-col .date {
    margin-top: 5px;
    margin-bottom: 20px;
  }
  #education .content-col .text {
    text-align: justify;
  }
  #education .row {
    margin: 0;
    margin-top: 40px;
  }
  #education .horizontal-time {
    margin-top: 40px;
    margin-bottom: 40px;
  }
}

#experiences_h2 {
  color: white;
}

#experiences {
  background: url(../../img/background2.jpg) no-repeat center center fixed;
  display: table;
  height: 800px;
  position: relative;
  width: 100%;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
#experiences p {
  font-size: 12pt;
}
#experiences h3 {
  font-size: 30px;
}
#experiences .panel {
  opacity: 1;
  transition: 0.5s;
  border: none;
  border-radius: 0;
  margin-right: 10px;
  margin-left: 10px;
  margin-bottom: 30px;
  margin-top: 30px;
  text-align: justify;
}
#experiences .panel .panel-heading {
  border: none;
  background-color: white;
  border-bottom: 1px solid;
  border-color: #DDDDDD;
  padding: 20px;
  display: flex;
  align-items: center;
}
#experiences .panel .panel-heading .image-col {
  width: 15%;
  display: inline-block;
  max-width: 50px;
}
#experiences .panel .panel-heading .image-col img {
  max-height: 50px;
  vertical-align: initial;
}
#experiences .panel .panel-heading .heading-col {
  width: 83%;
  padding-left: 20px;
}
#experiences .panel .panel-heading img.type-icon {
  width: 100%;
}
#experiences .panel .panel-heading div.heading {
  display: inline-block;
}
#experiences .panel .panel-body {
  padding: 30px;
}
#experiences .panel .panel-body p {
  margin: 0;
}
#experiences .panel .panel-body a {
  color: #c5a268;
}
#experiences .panel .panel-subtitle {
  color: #c5a268;
  font-size: 11pt;
  margin: 0;
}
#experiences .panel:hover {
  -webkit-box-shadow: 20px 20px 50px 2px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: 20px 20px 50px 2px rgba(0, 0, 0, 0.75);
  box-shadow: 20px 20px 50px 2px rgba(0, 0, 0, 0.75);
}
@media only screen and (max-width: 1024px) {
  #experiences {
    background: url(../../img/background2.jpg) center center;
    display: table;
    height: 800px;
    position: relative;
    width: 100%;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
  }
}
@media (min-width: 992px) {
  #experiences #grid[data-columns]::before {
    content: "2 .column.size-1of2";
  }
  #experiences .column {
    float: left;
  }
  #experiences .size-1of2 {
    width: 50%;
  }
}

#skills_h2 {
  color: #292929;
  font-size: 60px;
}

#skills {
  background: white;
  color: black;
}
#skills h3 {
  font-size: 20px;
  padding-bottom: 5px;
  font-family: "Lato", sans-serif;
}
#skills ul > li {
  padding: 8px 0px;
  padding-left: 5px;
  padding-right: 5px;
  border-radius: 5px;
}
#skills ul > li:hover .glyphicon {
  margin-right: 5px;
}
#skills .glyphicon {
  float: right;
  color: #a2a2a2;
  transition: all 0.5s;
}
#skills .glyphicon.yes {
  color: #f3d6a6;
}
#skills .skills-subject {
  text-align: left;
}
#skills #tools {
  padding-left: 14px;
}

#contact {
  background-color: #232323;
  color: #ffffff;
  padding-bottom: 50px;
}
#contact .contact {
  text-align: center;
  font-size: 18pt;
  color: #a2a2a2;
  margin-bottom: 20px;
}
#contact .contact .mail {
  color: #e8e8e8;
  font-size: 18pt;
}
#contact .rights {
  text-align: center;
  color: #949494;
  margin-bottom: 40px;
}
#contact .social_media {
  list-style: none;
  text-align: center;
  margin-top: 20px;
  padding-left: 0;
}
#contact .social_media li {
  display: inline;
}
#contact .social_media li a {
  margin-right: 20px;
}
#contact .social_media li a img {
  height: 22px;
  width: auto;
}
#contact a {
  color: white;
  letter-spacing: 1px;
  -webkit-transition: all 0.3s ease-in;
  -moz-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}
#contact a:hover {
  color: #f3d6a6 !important;
}
@media only screen and (max-width: 736px) {
  #contact .contact {
    font-size: 13pt;
  }
  #contact .contact .mail {
    font-size: 13pt;
  }
  #contact .rights {
    font-size: 10pt;
  }
}

@media only screen and (max-width: 736px) {
  h2 {
    font-size: 50px;
  }

  #home {
    padding: 0px 20px 0px 20px;
  }

  #about_details h3 {
    padding-bottom: 20px;
  }
  #about_details p {
    margin: auto;
  }
  #about_details a {
    text-align: center;
  }
  #about_details p.arg {
    text-align: right;
    padding-bottom: 20px;
    padding-top: 10px;
  }

  #profile p, #profile h2, #profile h3, #about_details, #education p {
    text-align: justify;
  }
}

/*# sourceMappingURL=styles.css.map */
