@import url('https://fonts.googleapis.com/css?family=Open+Sans+Condensed:300');
@import url('https://fonts.googleapis.com/css?family=Oswald');
body {
  font-family : 'Open Sans Condensed', 'sans-serif' !important;
  font-size: 18px !important;
  line-height: 1.5 !important;
}


h1, h2, h3, h4, h5, h6, .navbar-nav a {
    font-family: 'Oswald', 'sans-serif' !important;
}

.top {
    margin-top: 2%;
}           

.block-center{
    display: block;
    margin: 0 auto;
}
.center{
    text-align: center;
}

/* buttons */

#verifyBird-btn, #newBird-btn,
#previousBird-btn, #nextBird-btn{
    display: inline-block;   
}

#goBird-btn{
    margin: 10px;
}

#verifyBird-btn{
    margin-top:20px;
 }
 
/*  identification */

#birdImage{
    height: 300px; 
    /* max-width: 500px; */
}

.birdName{
    margin-top:0px;
    
}

#nomLatin{
    margin-bottom: 5%;
}
#identification{
    margin-top: 2%;
}

/* nav bar */

.navbar {
    margin-bottom: 0px;
}
.title{
    font-size: 24px;
}

#birdInput{
    font-size: 19px;
    margin: 15px;
}



@media screen and (max-width:1000px){
    header{
        display: none;
    }
    #newBird-btn, #verifyBird-btn{
        font-size:50px;
    }
    
    .birdName{
        font-size:36px;
    }
    h2{
        font-size: 16px;
    }
    .bouton{
        margin:10px;
    }
    .boutons{
        display: none;
    }
    
}

#species-list{
    margin-top : -50px;
}


.infoBox {
  display: block;
  position: absolute;
  top : 50%;
  left : 0px;
  
}