div.page {
    display: flex;
    flex-direction: column;
    min-height: 100%;
}

header {
    /*height: 50px;*/
    flex-shrink: 0;
}

footer {
    /*height: 50px;*/
    flex-shrink: 0;
}

section#error_page,
section#home,
section#video,
section#reel {
    flex: 1 0 auto;
    padding-top: 80px;
}
section#about {
    flex: 1 0 auto;
    padding-top: 0px;
}
section#video .container,
section#reel .container {
    margin-right: auto;
    margin-left: 0;
    padding-left: 0;
}
section#reel .relative .col-md-10 {
    padding-left: 6px;
}
.page-video-container{
    float: right;
}
.page-details-container{
    float: left;
    padding-top: 60px;
}
.page-details-container .row {
    margin-left: 0;
    margin-right: 0;
}
.video-frames .col-md-6 {
    padding-left: 1px;
    padding-right: 1px;
    padding-bottom: 1px;
}
.work-full-media.width-85 {
    width: 85%;
}

.main-nav {
    height: 55px !important;
}
.main-nav .col-md-10 {
    padding-left: 5px;
    padding-right: 5px;
}
.main-nav.light-text{
    color: #FFF !important;
}
.main-nav.light-text ul li a{
    color: #f9f9f9 !important;
}
.main-nav.light-text ul li a:hover,
.main-nav.light-text ul li a.active{
    color: #FFF;
    text-decoration: none;
}
.nav-logo-wrap .logo {
    /*max-width: 160px;*/
    font-size: 35px !important;
}
.inner-nav ul {
    /*font-size: 16px;*/
}
.inner-nav ul li a:hover, .inner-nav ul li a.active {
    font-weight: normal;
}
.works-filter {
    font-size: 16px;
}
#photos .row {
    line-height: 0;

    -webkit-column-count: 5;
    -webkit-column-gap:   0px;
    -moz-column-count:    5;
    -moz-column-gap:      0px;
    column-count:         5;
    column-gap:           0px;
}
#photos .column {
    padding: 4px 4px;
}
#photos .column img {
    width: 100% !important;
    height: auto !important;
}


.tp-bullets.simplebullets.round .bullet {
    overflow: hidden;
    border-radius: 50%;
    width: 15px !important;
    height: 15px !important;
    background: none !important;
    background-color: rgba(0, 0, 0, 0) !important;
    box-shadow: inset 0 0 0 2px rgb(255, 255, 255) !important;
    -webkit-transition: background 0.3s ease;
    transition: background 0.3s ease;
    position: absolute;
    opacity: 0.4 !important;
}

.tp-bullets.simplebullets.round .bullet.selected, .tp-bullets.simplebullets.round .bullet:hover {
    background: #fff !important;
    background-color: rgb(255, 255, 255) !important;
}



/* FONTS */
@font-face {
  font-family: 'Bebas Neue';
  src: url('../fonts/BebasNeue-Bold.eot');
  /* IE9 Compat Modes */
  src: url('../fonts/BebasNeue-Boldd41d.eot?#iefix') format('embedded-opentype'),
      /* IE6-IE8 */
      url('../fonts/BebasNeue-Bold.woff') format('woff'),
      /* Modern Browsers */
      url('../fonts/BebasNeue-Bold.ttf') format('truetype'),
      /* Safari, Android, iOS */
      url('../fonts/BebasNeue-Bold.svg#BebasNeue-Bold') format('svg');
  /* Legacy iOS */
  font-style: normal;
  font-weight: bold;
  text-rendering: optimizeLegibility;
}

@font-face {
  font-family: 'Bebas Neue';
  src: url('../fonts/BebasNeueRegular.eot');
  /* IE9 Compat Modes */
  src: url('../fonts/BebasNeueRegulard41d.eot?#iefix') format('embedded-opentype'),
      /* IE6-IE8 */
      url('../fonts/BebasNeueRegular.woff') format('woff'),
      /* Modern Browsers */
      url('../fonts/BebasNeueRegular.ttf') format('truetype'),
      /* Safari, Android, iOS */
      url('../fonts/BebasNeueRegular.svg#BebasNeueRegular') format('svg');
  /* Legacy iOS */
  font-style: normal;
  font-weight: normal;
  text-rendering: optimizeLegibility;
}

@font-face {
  font-family: 'Bebas Neue';
  src: url('../fonts/BebasNeueBook.eot');
  /* IE9 Compat Modes */
  src: url('../fonts/BebasNeueBookd41d.eot?#iefix') format('embedded-opentype'),
      /* IE6-IE8 */
      url('../fonts/BebasNeueBook.woff') format('woff'),
      /* Modern Browsers */
      url('../fonts/BebasNeueBook.ttf') format('truetype'),
      /* Safari, Android, iOS */
      url('../fonts/BebasNeueBook.svg#BebasNeueBook') format('svg');
  /* Legacy iOS */
  font-style: normal;
  font-weight: 300;
  text-rendering: optimizeLegibility;
}
@font-face {
    font-family: "Next Art Bold";
    src: url('../fonts/NextArt-Bold.otf');
}
@font-face {
    font-family: "Couture Bold";
    src: url('../fonts/Couture-Bold.otf');
}
@font-face {
    font-family: "Open Sans Light";
    src: url('../fonts/OpenSans-Light.ttf');
}
@font-face {
    font-family: "Secret Code";
    src: url('../fonts/SecretCode.otf');
}

body {
  font-family: "Bebas Neue" !important;
}

.div-img-about-me {
  height: 96vh;
  display: flex;
  justify-content: center;
}

.img-about-me {
  width: 100%;
  height: 100%;
  object-fit: cover; 
  display: block;
}
.about-me.container{
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  height: 100%;
  width: 100%;
  max-width: 610px;
  margin-top: 100px;
}
.about-me {
  font-family: 'Bebas Neue', Arial, Helvetica, sans-serif;
  font-weight: normal;
  color: #e3e2e2;
  line-height: 1.25;
  text-transform: none;
}
.about-me.title{
  font-size: 42px;
  margin-top: 50px;
  font-weight: 600;
}
.about-me.subtitle{
  font-size: 15px;
  margin-top: -12px;
  font-weight: 400;
}
.about-me.description{
  font-size: 16px;
  margin-top: 70px;
}
.madre-url {
  color: #aba774 !important;
  font-weight: bolder;
}
.button-work {
  background-color: #f6fbf6;
  border: none;
  padding: 8px 20px 2px 20px;
  cursor: pointer;
  border-radius: 6px;
  color: #000 !important;
  font-size: 16px;
  font-weight: 600;
  text-decoration: none;
}
.float-right{
    float: right;
}

h5, .h5 {
    font-size: 18px;
}
.keywords-collapsed{
    visibility: collapse;
    height: 0;
}
.slider-container{
    max-width: 560px;
    margin: auto;
}
@media screen and (max-width: 767px) {
    /* prettyPhoto styling for small screens */
    .pp_pic_holder {
        width: 100%!important;
        height: auto !important;
        left: 0!important;
        overflow: hidden;
        margin-top: -120px;
    }
    #pp_full_res img {
        width: 100%!important;
        height: auto!important;
    }
    .pp_content {
        width: 100% !important;
        height: auto !important;
    }
    .pp_details {
        width: 100% !important;
        height: auto !important;
        margin: 20px 0 2px !important;
    }
    .pp_hoverContainer {
        width: 90% !important;
        height: 100% !important;
    }
    .col-xs-10 .div-img-about-me {
        text-align: left !important;
    }
}


@media screen and (max-width: 992px) {
  .about-me.container {
    margin-top: 10px;
    padding-left: 30px;
    padding-right: 30px;
  }
  .about-me.description {
      margin-top: 35px;
  }

  .div-img-about-me {
      height: 60vh;
      display: flex;
      justify-content: center;
  }
    
  .img-about-me {
      width: 100%;
      height: 100%;
      object-fit: cover; 
      display: block;
  }
}

@media (max-width: 1200px) {
    #photos .row {
        -moz-column-count:    4;
        -webkit-column-count: 4;
        column-count:         4;
    }
}
@media (max-width: 1000px) {
    #photos .row {
        -moz-column-count:    3;
        -webkit-column-count: 3;
        column-count:         3;
    }
}
@media (max-width: 800px) {
    #photos .row {
        -moz-column-count:    2;
        -webkit-column-count: 2;
        column-count:         2;
    }
}
@media (max-width: 400px) {
    #photos .row {
        -moz-column-count:    1;
        -webkit-column-count: 1;
        column-count:         1;
    }
}

/* Responsive layout - makes a two column-layout instead of four columns */
@media screen and (max-width: 800px) {
  #photos .column {
      flex: 50%;
      max-width: 50%;
  }
}

/* Responsive layout - makes the two columns stack on top of each other instead of next to each other */
@media screen and (max-width: 600px) {
  #photos .column {
      flex: 100%;
      max-width: 100%;
  }
}