body {
    margin: 0;
    /*background: #EEFCFF;*/
}

.topbar {
    position: absolute;
    top: 0;
    width: 100%;
    background: transparent;
    z-index: 1;
}

.main-section {

}
.entry-section {
    width: 100%;
}
.entry-header{
    background: red;
    height: 100vh;

}

.box{

  border: 1px solid #CCCCCC;
  max-width: 650px;
  margin: auto;
  padding:20px;
  margin-bottom: 5rem;
  background: #FFFFFF;

}

.capa{
    background: url("../img/background-header.jpg");
    background-repeat:no-repeat;
    -webkit-background-size:cover;
    -moz-background-size:cover;
    -o-background-size:cover;
    background-size:cover;
    background-position:center;
  }

  .capa-no-pais-das-cantoras{
      background: url("../img/no-pais-das-cantoras.jpg");
      background-repeat:no-repeat;
      -webkit-background-size:cover;
      -moz-background-size:cover;
      -o-background-size:cover;
      background-size:cover;
      background-position:center;
    }

    .capa-identidade-musical-que-so-poderia-dar-filme{
        background: url("../img/capa-identidade-musical-que-so-poderia-dar-filme.jpg");
        background-repeat:no-repeat;
        -webkit-background-size:cover;
        -moz-background-size:cover;
        -o-background-size:cover;
        background-size:cover;
        background-position:center;
      }


      .capa-de-que-bairro-saiu-jobim{
          background: url("../img/capa-de-que-bairro-saiu-jobim.jpg");
          background-repeat:no-repeat;
          -webkit-background-size:cover;
          -moz-background-size:cover;
          -o-background-size:cover;
          background-size:cover;
          background-position:center;
        }


          .capa-o-bis-interrompido-de-frank-sinatra-e-antonio-brasileiro{
              background: url("../img/capa-o-bis-interrompido-de-frank-sinatra-e-antonio-brasileiro.jpg");
              background-repeat:no-repeat;
              -webkit-background-size:cover;
              -moz-background-size:cover;
              -o-background-size:cover;
              background-size:cover;
              background-position:center;
            }

            .capa-voces-nao-podem-entender-como-foi-ser-pupilo-de-tom-jobim{
                background: url("../img/voces-nao-podem-entender-como-foi-ser-pupilo-de-tom-jobim.jpg");
                background-repeat:no-repeat;
                -webkit-background-size:cover;
                -moz-background-size:cover;
                -o-background-size:cover;
                background-size:cover;
                background-position:center;
              }
              .video{
                  background: url("../img/video.jpg");
                  background-repeat:no-repeat;
                  -webkit-background-size:cover;
                  -moz-background-size:cover;
                  -o-background-size:cover;
                  background-size:cover;
                  background-position:center;
                }






    .entry-header-content{
        position: absolute;
        left: 50%;
        top: 30%;
        transform: translate(-50%,-30%);
        width: 100%;
    }
.kicker {
    display: none;
    width: 100%;
    max-width: 550px;
    margin: 0 auto 8px;
    padding: 0 16px;
    text-align: center;
    color: #1F3142;
    opacity: 0.3;
    font-size: 1.6rem;

}

.lead {
    width: 100%;
    max-width: calc(400px + 32px);
    margin: 3rem auto 64px;
    font-size: 2rem;
    padding: 8px 0;
    font-weight: 300;
    font-style: italic;
    text-align: center;
}
.white-lead{
  color: #FFFFFF;
  font-size: 2rem;
  font-weight: 400;
}
.inside-author{
  color:#FFFFFF;
}

.entry-content {

}

.inside{
  padding-top: 10rem;
}


.intro{
  height: 100vh;
  width: 100%;
  position: relative;
  background:#FFFFFF;
  margin-bottom: 10rem;
}


.intro > p{

  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%,-50%);
  width: 100%;

}


p {
    width: 100%;
    max-width: 550px;
    margin: 0 auto 32px;
}

@media (max-width: 958px) {
    p {
      padding:0 2rem;
    }
}

p:last-of-type {
    margin-bottom: 54px;
}

.row {
    width: 100%;
    max-width: 942px;
    margin: 0 auto;
}

.row p {
    margin-bottom: 32px;
}

.margin-note {
    width: 100%;
    max-width: 180px;
    float: left;
}

.entry-sub {
    float: right;
    width: 100%;
    max-width: 360px;
    margin-left: 16px;
}

/* */

@media (max-width: 958px) {
    .margin-note {
        float: right;
        margin: 0 0 16px 16px;
    }


}

@media (max-width: 720px) {
    .entry-sub {
        float: none;
        max-width: 550px;
        margin: 0 auto 32px;
    }
    .lead {
        width: 90%;

    }
}

/* figure */

figure {
    margin: 0 auto;
}

figure img {
    width: 100%;
    vertical-align: bottom;
}

.extra-large-figure {
    max-width: 1440px;
}

.large-figure {
    max-width: 720px;
    margin-bottom: 3rem;
}

.medium-figure {
    max-width: 550px;
}

.small-figure {

}

figcaption {
    /*margin-bottom: 32px;*/
    padding-top: 8px;
    font-size: 15px;
    font-weight: 700;
    line-height: 1.5;
    opacity: .54;
}

.extra-large-figure figcaption {
    padding: 4px 16px 0;
}

/* menu */

.mask {
    position: fixed;
    top: 0;
    width: 100vw;
    height: 100vh;
    background: #000;
    opacity: 0;
    pointer-events: none;
    z-index: 2;
}

.mask.on {
    opacity: .5;
    pointer-events: auto;
}

.hamburger-button {
    position: fixed;
    top: 10px;
    right: 16px;
    width: 48px;
    height: 48px;
    border: none;
    font-size: 24px;
    color: ##1F3142;
    z-index: 3;
    background: rgba( 255, 255, 255, 0.4 );
    display: -webkit-box;
    padding: 0;
}

.hamburger-button:hover {
    cursor: pointer;
}

.hamburger-button:focus {
    outline:0;
}

.menu {
    position: fixed;
    top: 0;
    right: -240px;
    width: 240px;
    height: 100vh;
    background: #fff;
}

.menu.open {
    right: 0;
}

.transition {
    -webkit-transition: all ease .3s;
            transition: all ease .3s;
}

/* porta-retratos */

.porta-retratos {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 32px;
    padding-top: 16px;
    padding-bottom: 0;
    background-color: #f5f5f5;
}

.porta-retratos img {
    display: block;
    width: 100%;
    max-width: 48px;
    margin-right: 16px;
}

.arquivo-pessoal {
    font-size: 15px;
    font-weight: 700;
    text-transform: uppercase;
    opacity: .54;
}

/* */

html[data-touch='true'] .frame-container {
    display: none;
}

.ampliar {
    max-width: 180px;
}

.margin-text {
    font-size: 14px;
    line-height: 1.5;
}

.entry-credits {
    text-transform: uppercase;
    margin: auto;
    font-size: 14px;
    text-align: center;
    margin-bottom: 32px;
    font-weight: 700;
    opacity: .54;
    line-height: 1.8;
}

.data {
    font-size: 15px;
    text-align: center;
    margin-bottom: 56px;
    opacity: .54;
}

.media-wrapper.media-video-wrapper {
    width: 100%;
    max-width: 720px;
    margin: 0 auto 32px;
    /*padding: 32px;*/
    /*background: #f5f5f5;*/
    /*margin-bottom: 56px;*/
}

.media-wrapper.media-video-wrapper .embed-container {
    box-shadow: 0 0 0 1px #eee;
}

.media-wrapper figcaption  {
    padding-top: 16px;
    font-family: 'Flama';
    font-weight: 400;
}

@media ( max-width: 752px ) {
    .media-wrapper figcaption  {
        padding-right: 16px;
        padding-bottom: 16px;
        padding-left: 16px;
    }
}
/*
h1,
h1 {
    text-shadow: 0 0 2px #fff;
}

.lead,
.lead {
    text-shadow: 0 0 2px #fff;
}

.topbar i,
.topbar i {
    text-shadow: 0 0 2px #fff;
}*/

html[data-page="a-travessia"] h1 {
    color: #fff;
    /*text-shadow: 0 0 2px #1F3142;*/
}

html[data-page="a-travessia"] .lead {
    color: #fff;
    /*text-shadow: 0 0 2px #1F3142;*/
}

html[data-page="a-travessia"] .topbar i {
    color: #fff;
    /*text-shadow: 0 0 2px #1F3142;*/
}

html[data-page="as-missoes"] .topbar i {
    color: #fff;
}
