@font-face {
    font-family: "dinCondensed";
    src: url("DIN-Condensed-Bold.woff2") format("woff2");
    font-weight: bold;
}

h1 {
    font-family: dinCondensed;
    color: white;
    text-align: center;
}

.smallsize {

    font-size: 10px;
}

body {
    color: white;

    background: #9D9D9D;

}

.navbar {
    font-family: dinCondensed, serif;
    border-bottom: white;
    border-width: 5px;
;

}
a:link {
    color: white;

}
a:visited {
    color: white;
}
.nav-link:hover {

    background: #FFCD00;
    color: black;
}

/* selected link */
.nav-link:active {
    color: #FFCD00;
}
.dropdown-menu{
    color: transparent;

}
.container{

    background-color: #015F83;
    color: white;
   ;
}
.formlarge {
    width:300px ;
    height: 50px;
}
.formsmall{
    width : 50px;
    height: 50px
}
.formheight {
    width:300px ;
    height:300px;
}

ul .eleves{
    caret-color: yellow;

}