
html,body {
  height: 100%;
    margin: 0px;
     -webkit-animation: fadein 2s; /* Safari, Chrome and Opera > 12.1 */
       -moz-animation: fadein 2s; /* Firefox < 16 */
        -ms-animation: fadein 2s; /* Internet Explorer */
         -o-animation: fadein 2s; /* Opera < 12.1 */
            animation: fadein 2s;
}

@keyframes fadein {
    from { opacity: 0; }
    to   { opacity: 1; }
}
ul {

    list-style-type: none;
    padding: 0;
    overflow: hidden;
   
    width: 100%; /* Full width */
}
#logo{
  width: 10%;
}

li {
    float: left;
    font-family: 'Montserrat', sans-serif;
    font-size: 1vw;
}

li a {
    display: block;
    color: black;
    padding: 16px;
    text-decoration: none;
}
li a:hover {
 color:#ed4044;
}

li a:focus{
 color:#ed4044;
}


#welcome{
 color:#ed4044;
font-family: 'Montserrat', sans-serif;
}

#wrapper { 
  position:absolute;
  height:100%;
  width:100%;
}
#b{
  margin-top: 50%;
  background-color:  #ed4044;
}

#c{

  background-color:  black;
}

#first{
  position: fixed;
  width: 100%;
  z-index: -99; 
}
#intro{
    padding-top: 3%;
    margin: auto;
    text-align: justify;
    width: 55vw;
    font-family: 'Open Sans', sans-serif;
    font-size: 1.3vw;

}

#symposium{
    margin: auto;
    text-align: center;
    width: 60vw;
    font-family: 'Open Sans', sans-serif;
    font-size: 1.3vw;
    margin-top: 50%;
}

#symp{
    list-style-type: none;
    width: 250px;
}

h1{

    color: white;
    font-family: 'Montserrat', sans-serif;
}

p{
    font-family: 'Open Sans', sans-serif;
    font-size: 1.3vw;  
}
@import "compass/css3";

.flex-container {
  padding: 0;
  margin: 0;
  list-style: none;
  color:white;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  
  -webkit-flex-flow: row wrap;
  justify-content: space-around;
}

.flex-item {

  padding: 5px;
  width: 30%;
  height: 10%;
  margin-top: 5%;
  

  text-align: center;
}

#esquerda{
  text-align: left;
width: 60%;
  display: table-cell;
}

#direita{
    text-align: left;
  margin-top:10vh;
  width: 60%;
  display: table-cell;

}

#esquerda, #direita{
  padding-top: 5%;
  padding-bottom: 5%;
}

.scrollTop, .scrollDown{
	width:50px; 
	height:50px;
	position:fixed;
	bottom:1%;
	right:2%;
	display:none;
}

.scrollTop{
	background: url(../items/arrow_up.png) no-repeat 6px center;
}

.scrollDown{
	background: url(../items/arrow_down.png) no-repeat 6px center;
}

.scrollTop:hover, .scrollDown:hover{
	text-decoration:none;
}
.invert{
    -webkit-filter: invert(100%);
}