/* ----------------------------------------- General */

* {
  margin: 0px;
  padding: 0px;
  font-family: 'Droid Serif', serif;
}

h1, h2 {
  color: white;
  margin: 10px;
  padding: 10px;
}

h3, h4{
  color: darkgrey;
  margin: 10px;
  padding: 10px;
  font-family: 'Droid Serif', serif;
}

body {
  color: white;
  min-height: 100%;
  margin: 0;
  background-color: black;
  font-family: 'Droid Serif', serif;
}

.content {
  width: 50%;
  min-height: 100%;
}

p {
  margin: 15px;
  width: 80%;
  text-align: left;
  word-wrap: break-word;
  font-family: 'Droid Serif', serif;
}

button{
  border-radius: 10px;
  cursor:pointer;
  overflow: hidden;
  outline: none;
  min-width: 100px;
  height: 30px;
  background-color: transparent;
  color: black;
  padding: 8px;
  overflow: hidden;
  outline: none;
}

input {
  width: 200px;
  padding: 8px;
  color: black;
  background-color: white;
  margin: 5px;
  padding: 5px;
}

textarea{
  width: 200px;
  height: 120px;
  padding: 8px;
  color: black;
  background-color: white;
  margin: 6px;
  padding: 6px;
  resize: none;
}


iframe{
  margin: 3px;
}






/* -----------------------Divisão L & R */

.esquerda{
  clear: none;
  float: left;
  width: 40%;
  margin-left: 2%;
  text-align: center;
}

.esquerda img{ 
  width: 70%;
  padding: 10px;
  margin-top: 5%;
  min-width: 350px;
};

.direita{
  clear: none;
  float: right;
  width: 40%;
  margin-right: 5%;
  text-align: center;
}










/* ----------------------------------------- Links */

a {
  text-decoration: none;
}

a:link {
  color: white;
}

/* visited link */
a:visited {
  color: white;
}

/* mouse over link */
a:hover {
  color: green;
}

/* selected link */
a:active {
  color: white;
}

img{
  border-radius: 5px;
}





/* ----------------------------------------- Menu */

#menu {
  padding: 5px;
  color: white;
  background-color: #0B0B0B;
  text-decoration-style: solid;
  position: fixed;
  top: 0;
  width: 100%;
  text-transform: uppercase;
  z-index: 100;
  max-height: 50px;
}

#menu a {
    color: white;
    text-align: center;
    padding: 14px 16px;
    text-decoration: none;
    margin-bottom: 10px;
    font-size: 12px;
}

#menu a:hover {
    color: green;
}

#menu .menu-a{
  display: block;
  position: absolute;
  right: 30px;
  top: 20px;
  float: right;
}

#menu h2 {
  margin: 0;
  padding-top: 20;
  top: 15px;
  color: white;
  float: left;
}



.links {
  float: left;
  background-color: inherit;
}



/* ----------------------------------------- Inicio */


.demo-reel{
  overflow: hidden;
  top: 75px;
  right: 30px;
}

.demo-reel button {
  background-color: transparent;
  cursor: pointer;
  overflow: hidden;
  outline: none;
  width: 510px;
  height: 300px;
  color: white;
}


/* ----------------------------------------- About / Biografia */

.sobre-text {

  background-color: #151515;
  width: 60%;
  height: 100%;
  clear: both;
  margin-bottom: 20px;
  padding: 20px;
}

.image {
  text-align: center;
  margin-top: 52px;
  padding: 0;
}

.image img {
  text-align: center;
  width: 100%;
  border-radius: 0;
  margin: 0;
  padding: 0;
}








/* ----------------------------------------- Currículo */

.sobre-text{
  margin-top: 2%;
}

.curriculo{
  width: 80%;
  margin-bottom: 10px;
}

.cur-atuais{
  clear: both;
  padding: 10px;
  margin: 10px;
}

.cur-forma{
  clear: both;
  width: 40%;
  padding: 10px;
  margin: 10px;
}

.cur-professores{
  clear: both;
  padding: 10px;
  margin: 10px;
}

.cur-comp{
  text-align: center;
  clear: both;
  padding: 10px;
  margin: 10px;
}

.cur-exp{
  clear: both;
  padding: 10px;
  margin: 10px;
}

.esquerda{
  color: white;
  width: 45%;
  text-align: right;
  float: left;
}

.direita{
  color: white;
  width: 45%;
  text-align: left;
  float: right;
}













/* ----------------------------------------- Portfolio */


#port-midia{
  float: left;
  background-image: url("arts/fotos/port-av.png");
  width: 350px;
  height: 250px;
}

#port-choir{
  float: left;
  background-image: url("arts/fotos/port-vocal.png");
  width: 350px;
  height: 250px;
}

#port-jud{
  float: left;
  background-image: url("arts/fotos/port-judaica.png");
  width: 350px;
  height: 250px;
}

.port-text{
  position: relative;
  bottom: -160px;
  text-align: center;
  font-size: 1em;
  color: lightgrey;
  width: 100%;
  margin: 0 auto;
  background-color: black;
  height: 25px;
}

.port-text :hover{
  color: grey;
}

.port-box{
  color: white;
  background-color: #151515;
  width: 450px;
  height: 400px;
  float: left;
  margin: 5px;
  font-size: .85em;
}

.port-box h4 {
  margin: 5px;
  padding: 0px;
  color: white;
  font-size: 1.2em;
}

.port-audios{
  clear: both;
  width: 100%;
  background-color: inherit;
  height: auto;
}


/* ----------------------------------------- Contato */



#contatoT input{
  width: 20px;
  padding: 8px;
  color: black;
  background-color: white;
  border-radius: 10px;
  margin: 5px;
  padding: 5px;
  text-align: center;
}



/* ----------------------------------------- Local */

.local {
  height: auto;
  width: auto;
  float: right;
  background-color:inherit;
}

.port-buttons {
  width: 100%;
}












/* ----------------------------------------- Foot */

footer {
  position: fixed;
  bottom: 0;
  left: 0;
  height: 40px;
  width:100%;
  clear: both;
  background-color: #0B0B0B;
  color: black;
  }

footer #flags{
  position: fixed;
  left: 40px;
  bottom: 10px;
}

footer #social-icons {
  bottom: 12px;
  left: 50%;
  height: 40px;
  width: 200px;
  z-index: 5000;
}

.foot-menu a {
  color: white;
  text-align: center;
  padding-right: 15px;
  padding-left: 15px;
  text-decoration: none;
}


#foot-pg {
  display: block;
  position: fixed;
  clear: both;
  float: right;
  bottom: 15px;
  right: 20px;
  font-size: 12px;
  text-align: right;
  color: white;
}

#foot-pg a{
  color: white;
}















/* ----------------------------------------- Responsive Stuff */
#menu-mob{
  display: none;
}


@media only screen and (max-width: 1200px) {
    /* Reposiciona o Demo Reel e o texto de apresentação */

    .intro-text{
      width: 80%;
      overflow: hidden;
      float: none;
      margin: auto;
    }

    .demo-reel{
      position: relative;
      overflow: hidden;
      text-align: center;
    }

    .demo-reel button {
      background-color: transparent;
      cursor: pointer;
      overflow: hidden;
      outline: none;
      width: 500px;
      height: 300px;
      color: white;
      text-align: center;
    }
}

#menuMob {
  display: none;
}

@media only screen and (max-width: 800px) {
    /* Recolhe o Menu */

    #menuMob {
      display: none;
      width: 100%;
      min-height: 120px;
      text-align: left;
      overflow: hidden;
      background-color: #151515;
      z-index: 500;
    }

    #menuMob a {
      margin: 10px;
    }

    #menuMob a:hover{
      color: green;
    }

    #menu-mob{
      display: block;
      position: absolute;
      right: 30px;
      top: 20px;
      float: right;
      font-size: .8em;
      cursor: pointer;
    }

    h2{
      font-size: 1.2em;
    }

    #menu .menu-a{
      display: none;
    }

    #foot-pg {
      float: none;
      clear: both;
    }

    #port-midia {
      margin-left: 20px;
    }

    .esquerda {
      float: none;
      display: block;
      text-align: center;
      width: 80%;
    }

    .direita {
      float: none;
      display: block;
      text-align: center;
      width: 80%;
    }
  }




@media only screen and (max-width: 650px) {
    /* For tablets: */
    footer #flags{
      position: fixed;
      left: 20px;
      bottom: 10px;
    }

    footer #social-icons {
      float: right;
      position: fixed;
      bottom: 0px;
      right: 0px;
      height: 40px;
      width: 200px;
      z-index: 5000;
    }

    #foot-pg {
      display: none;
    }

    .demo-reel{
      position: relative;
      overflow: hidden;
    }

  }




@media only screen and (max-width: 350px) {
      /* For mobile: */

      }
  }
