@font-face {
    font-family: FontAwesome;
    src:   url('../font/FontAwesome.woff2') format('woff2');
    
    /*url('../font/FontAwesome.woff2') format('woff2'),
        url('../font/FontAwesome.svg#FontAwesome') format('svg')
        url('../font/fontawesome-webfont.woff') format('woff'), 
        url('../font/fontawesome-webfont.eot') format('embedded-opentype'),
        url('../font/fontawesome-webfont.ttf') format('truetype');*/
    font-weight: normal;
    font-style: normal;
    
        /*url('../font/Syne-Regular.woff2') format('woff2'),
        url('../font/Syne-Regular.woff') format('woff'),
        url('../font/Syne-Regular.ttf') format('truetype');*/
  }

body{
    font-family: "Roboto";
    /*width: 100%;*/
    margin: 0;
    padding: 0;
}

main {
    margin: 0;
    padding: 90px 0 0 0;
    transition: linear 0.1s;
    background-color: rgb(28, 79, 156);
}

img{
    margin: 10px auto;
    display: block;
    max-width: 100%;
}

p {
    cursor: default;
}

h1 {
    cursor: default;
    font-size: 80px;
    text-align: center;
}

h2 {
    cursor: default;
}

h3 {
    cursor: default;
}

a {
    text-decoration: none;
    cursor: pointer;
    color: blue;
}
a:visited {
    color: blue;
}

.textbox {
    margin: 30px;
    padding: 10px 15px 10px 15px;
    background-color:white;
    display: block;
    overflow: hidden;
}

.firstclass {
    margin-top: 0px;
}


footer {
    background-image: url("../img/pollo.png");
    background-position-x: 115%;
    background-position-y: 15%;
    background-repeat: no-repeat;
    background-size: 400px;
    background-color: rgb(20,20,20);
    padding: 20px 40px 20px 40px;
}

.bottomenu {

}

.bottomenu a {
    text-decoration: none;
    color: rgb(200,200,200);
    display: block;
    margin: 20px;

}

.bottomenu a:hover{

    color: rgb(240,240,240);

}

footer p {
    font-size: 80%;
    margin: 20px 20px 0 20px;
    color: rgb(200,200,200);
}

footer h3 {
    margin: 20px;
    color: rgb(200,200,200);
    font-size: 180%;
    cursor: pointer;

}

#presentation {
    margin: 0;
    padding: 20px;
    overflow: visible;
    height: 300px;
    display: block;
    overflow: hidden;

}

#presentation div{
    height: 100%;
    margin: 0;
    padding: 0;
    background-color: rgba(130, 180, 245, 0.67);
}
#presentation p {
    font-size: 150%;
}
#presentation h1 {
    font-size: 450%;
}