html {
    scroll-behavior: smooth;
  }

body{
    background-color: #ffffff;
    color: #302f2f;
    font-family: 'Calibri';
}

ul {
    list-style-type: none;
    padding: 0%;
}

.quickfix{
    width: 90%;
}

.anotherquickfix{
    padding-left: 0%;
}

.second{
    display: inline-block;
}

.listadado{
    font-size: 175%;
    border-bottom: solid 1px #0051ff;
    padding: 0%;
}

.menuName {
    text-align: center;
    font-size: 500%;
    border-bottom: solid 3px #0051ff;
}

.navbar .navbar-nav {
  display: inline-block;
  float: none;
  vertical-align: top;
}

.navbar .navbar-collapse {
  text-align: center;
}

.navbar-light .navbar-nav .nav-link {
    color: #0051ff;
}

.flag{
    width: 32px;
    margin: 0px 5px 0px 5px;
}

@media only screen 
and (max-device-width: 600px)
    {
        .listadado{
            font-size: 125%;
            width: 100%;
        }
        .menuName {
            text-align: center;
            font-size: 375%;
            border-bottom: solid 3px #0051ff;
        }
        .quickfix{
            width: 80%;
        }
    }

/* mobile only styles when the device is 0-600px in maximum width */

@media only screen 
and (max-device-width: 1000px)
    {

    }