/* The navigation bar */

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;
}
li a:active{
 color:#ed4044;
}

#uc{
    margin-left: 0px;
    margin-right: 0px;
    width: 100%;
    opacity: 0.6;
}


h2{
  font-family: 'Montserrat', sans-serif;
     font-size: 2vw;
    font-weight: 500;
}



#welcome{

     color:#ed4044;
    font-family: 'Montserrat', sans-serif;
    text-align: left;
}


#centrar{
    margin: auto;
    text-align: left;
    width: 55vw;
    font-size: 1.3vw;
}
#wrapper { 
  position:absolute;
  height:100%;
  width:100%;
}
#b{
  margin-top: 50%;
  background-color:  #ed4044;
}


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

}
#inicio{
  font-size: 1.1vw;
}



h3{
  color: white;
}

#title{
	color:black;
}

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

.texto{
  font-family: 'Open Sans';
}

#ultimopeq{
  margin-top: 10%;
 font-family: 'Montserrat', sans-serif;
 font-weight: 200; 
}

#luis{
   font-family: 'Montserrat', sans-serif;
  font-weight: 400;
}

#mail{
     font-family: 'Montserrat', sans-serif;
  font-weight: 200;
}

#download{
      font-family: 'Montserrat', sans-serif;
  font-weight: 400; 
  text-decoration: none;
  color:black;
}

#download:hover{
  color:white;
}

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