
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;
}

h2,h3{
font-family: 'Montserrat', sans-serif;
}


p{
    font-family: 'Open Sans', sans-serif;
    font-size: 1.3vw;
}

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

}

#centrar{
    padding-top: 3%;
    margin: auto;
    text-align: left;
    width: 55vw;
    font-size: 1.3vw;
}



.flexbox-container {
  display: -ms-flex;
  display: -webkit-flex;
  display: flex;
}

.flexbox-container > div {
  padding: 5px;
}



#baixo{
   margin-top: 24%;
  width: 50%; 
}

.link{
    color:#ed4044;
    font-family: 'Montserrat', sans-serif;
    text-decoration: none;
    font-weight: 300;
}
.link:hover{
    color:#ed4044;
    font-family: 'Montserrat', sans-serif;
    text-decoration: none;
    font-weight: 400;
}

#links{
  margin-top: 5%;
}

#segunda{
margin-top: 20%;
    font-family: 'Open Sans', sans-serif;
    font-size: 1.3vw;
}

#cenas{
  width: 100vw;
}

table{
  padding-top: 10%;
}

#bilhetes{
text-decoration: none;
color:white;
font-weight: 500;
}
#bilhetes:hover{
font-weight: bold;
}

#pt{
  margin-top: 15%;
}

#primeiraimg{
  width: 100%;
}

#segundaimg{
  width: 100%;
}

#coimbra{
 margin-top: 15%; 
}

#ultimo{
  margin-top: 10%;
}

#ultimoslinks{
  padding-bottom: 10%;
}

.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%);
}

#instr{
    font-weight: 200;
    font-family: 'Open Sans', sans-serif;
    font-size: 1.3vw;
}