.row {
  width: 80%;
  margin: 0 auto;
}

body, html {
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  width: 100%;
  height: 100%;
  position: relative;
}

p.intro {
  line-height: 24px;
  margin: 12px 0 0;
  font-size: 16px;
}

.intro {
  display: table;
  width: 100%;
  padding: 0;
  text-align: center;
  color: #333;
  background: no-repeat center top;
  background-color: #e5e5e5;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  -o-background-size: cover;
}

@media (max-width: 400px) {
  .section-title.center {
    padding: 10px 0 10px 0;
    text-align: center;
  }
}

@media (max-width: 576px) {
  .section-title.center {
    padding: 10px 0 0 0;
    text-align: center;
  }
}

@media (min-width: 576px) {
  .section-title.center {
    padding: 10px 0 40px 0;
    text-align: center;
  }
}

@media (min-width: 993px) {
  .intro h1 {
    font-size: 64px;
  }
}

@media (max-width: 992px) {
  .intro h1 {
    font-size: 52px;
  }
}

@media (max-width: 768px) {
  .intro h1 {
    font-size: 40px;
  }
}

@media (max-width: 576px) {
  .intro h1 {
    font-size: 30px;
  }
}

@media (max-width: 360px) {
  .intro h1 {
    font-size: 20px;
  }
}

.intro h1 {
  /*font-size: 64px;*/
  font-weight: 600;
  letter-spacing: 2px;
  text-transform: uppercase;
  margin-bottom: 20px;
  color: #333;
}

.intro p {
  font-size: 20px;
  margin: 20px 0 40px 0;
}

header .intro-text {
  padding: 30vh 0 30vh 0;
  height: 90vh;
  width: 100%;
}

#nav {
  z-index: 9999;
}

#nav.affix {
  position: fixed;
  top: 0;
  width: 100%;
}

@media (max-width: 400px) {
  hr {
    height: 1px;
    width: 70px;
    text-align: center;
    position: relative;
    background: #666;
    margin: 0 auto;
    margin-bottom: 15px;
    border: 0;
  }
}

@media (min-width: 400px) {
  hr {
    height: 1px;
    width: 70px;
    text-align: center;
    position: relative;
    background: #666;
    margin: 0 auto;
    margin-bottom: 30px;
    border: 0;
  }
}

h2 {
  margin: 0 0 20px 0;
  color: #555;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-weight: 400;
  font-size: 30px;
}

#aboutMe img {
  border-radius: 50%;
  width: 160px;
  height: 160px;
  display: inline-block;
}

@media (max-width: 575px) {
  #aboutMe p {
    margin-top: 20px;
    margin-bottom: -10px;
    line-height: 16px;
  }
}

@media (max-width: 991px) {
  #aboutMe p {
    margin-top: 20px;
    margin-bottom: -10px;
    line-height: 18px;
  }
}

@media (min-width: 992px) {
  #aboutMe p {
    margin-top: 40px;
    margin-bottom: 30px;
    line-height: 22px;
  }
}

@media (max-width: 991px) {
  #aboutMe .about-text {
    font-size: 12px;
  }
}

@media (min-width: 992px) {
  #aboutMe .about-text {
    font-size: 16px;
  }
}

#aboutMe .about-text {
  margin-left: 10px;
  text-align: center;
}

#aboutMe {
  padding: 120px 0;
}

.container-about {
  margin-left: calc(1/6*100%);
  width: calc(2/3*100%);
}

ul, ol {
  list-style: none;
  padding: 0;
  webkit-padding: 0;
  moz-padding: 0;
}

@media (max-width: 400px) {
  ul.cat li {
    margin-left: -20px;
  }
}

@media (min-width: 400px) {
  ul.cat li {
    display: inline-block;
  }
}

ol.type li {
  margin-left: 20px;
}

ol.type li a, #contact-btn {
  border: 1px solid #777;
  color: #555;
  padding: 8px 20px;
}

ol.type li a.active, ol.type li a:hover, #contact-btn.active, #contact-btn:hover {
  background: #222;
  border: 1px solid #222;
  color: #fff;
}

@media (min-width: 300px) {
  .categories {
    padding-bottom: 15px;
    text-align: center;
  }
}

@media (min-width: 400px) {
  .categories {
    padding-bottom: 30px;
    text-align: center;
  }
}

.isotope-item {
  z-index: 2;
}

.isotope-hidden.isotope-item {
  z-index: 1;
}

.isotope, .isotope .isotope-item {
  -webkit-transition-duration: 0.8s;
  -moz-transition-duration: 0.8s;
  transition-duration: 0.8s;
}

.isotope-item {
  margin-right: -1px;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.isotope {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transition-property: height, width;
  -moz-transition-property: height, width;
  transition-property: height, width;
}

.isotope .isotope-item {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transition-property: -webkit-transform, opacity;
  -moz-transition-property: -moz-transform, opacity;
  transition-property: transform, opacity;
}

.portfolio-item {
  margin: 15px 0;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}

.portfolio-items {
  position: relative;
  overflow: hidden;
  height: 675px;
  width: 100%;
}

.portfolio-item:hover {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
}

.portfolio-item .hover-bg {
  overflow: hidden;
  position: relative;
}

.hover-bg .hover-text {
  position: absolute;
  text-align: center;
  margin: 0 auto;
  color: #ffffff;
  background: rgba(0, 0, 0, 0.66);
  /*padding: 30% 0 0 0;*/
  height: 100%;
  width: 100%;
  opacity: 0;
  transition: all 0.5s;
}

.hover-bg .hover-text > h4 {
  text-transform: uppercase;
  opacity: 0;
  color: #fff;
  -webkit-transform: translateY(100%);
  transform: translateY(100%);
  transition: all 0.3s;
  height: 100%;
  top: 50%;
  position: relative;
}

.hover-bg:hover .hover-text > h4 {
  opacity: 1;
  -webkit-backface-visibility: hidden;
  -webkit-transform: translateY(0);
  transform: translateY(0);
  height: 100%;
}

.hover-bg .hover-text > i {
  opacity: 0;
  -webkit-transform: translateY(0);
  transform: translateY(0);
  transition: all 0.3s;
}

.hover-bg:hover .hover-text > i {
  opacity: 1;
  -webkit-backface-visibility: hidden;
  -webkit-transform: translateY(100%);
  transform: translateY(100%);
}

.hover-bg:hover .hover-text {
  opacity: 1;
}

#portfolio i.fa {
  font-size: 20px;
  padding: 5px;
  color: #E87E04;
}

.img-responsive {
  display: block;
  max-width: 100%;
  height: auto;
}

.youtube {
    position: relative;
    width: 100%;
    height: auto;
    padding-bottom: 56.25%;
}

.youtube iframe {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}

@media (max-width: 770px) {
  ol.type li a {
    padding: 4px 10px;
    margin: -2.5px;
  }
}

@media (max-width: 399px) {
  ol.type li a {
    font-size: 12px;
    padding: 1px 2.5px;
    margin: -7.5px;
    display: inline-block;
    width: 100px;
  }
}

@media (max-width: 540px) and (min-width: 400px) {
  ol.type li a {
    font-size: 12px;
    padding: 2px 5px;
    margin: -5px;
  }
}

@media (min-width: 768px) and (max-width: 992px) {
  .hover-text h4 {
    font-size: 14px;
  }
}

@media (min-width: 768px) {
  .figure {
    float: right;
    margin: 0px 0px 0px 10px;
  }
}

@media (max-width: 768px) {
  .figure {
    float: none;
  }
}

@media (max-width: 576px) {
  .figure-caption {
    font-size: 10px;
  }
}

@media (min-width: 576px) {
  .figure-caption {
    font-size: 12px;
  }
}

.h3, h3 {
  margin: 20px 0 20px 0;
  color: #555;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-weight: 400;
}

.blog-datum {
  float: left;
  text-decoration: underline;
  padding: 15px;
}

.blog {
  border: 1px #000000 solid;
  text-align: justify;
  padding: 10px;
}

@media (max-width: 575px) {
  .blog {
    font-size: 12px;
  }
}

@media (max-width: 450px) {
  .blog-datum {
    margin: 20px 50px;
  }
}

@media (max-width: 767px) {
  .blog-datum {
    font-size: 16px;
  }
}

@media (min-width: 768px) {
  .blog-datum {
    font-size: 18px;
  }
}

@media (min-width: 768px) {
  .blog {
    font-size: 16px;
  }
}

@media (max-width: 767px) and (min-width: 576px) {
  .blog {
    font-size: 14px;
  }
}

.hover-bg .hover-text > h4 > div {
  transform: translateY(-50%);
}