@import url('https://fonts.googleapis.com/css?family=Fira+Mono');
@import url(https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,400;0,700;1,400;1,700&family=Ubuntu:ital@0;1&display=swap);



body {
    margin: 0;
    font-family: 'Open Sans', sans-serif;
    text-rendering: optimizeLegibility;
    -webkit-text-size-adjust: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}


li.sub-nav {
    float:  left;
    list-style-type: none;
    margin-right:  1em;
    background-color:  #0ae;
    padding:  4px;
    border-radius: 4px;
}

li.sub-nav > a {
    font-family:  'Open Sans';
    font-weight: bold;
    color:  white;

}

a {
    color: #0ae;
    text-decoration: none;
}

a:hover {

    text-decoration: underline;
}

a.nav-link {
    display:  block;
    height:  100%;
    padding: 1px;
    font-family; "Open Sans"
    display: block;
    height: 100%;
    text-transform: uppercase;
    font-weight: bold;
    color: inherit;
    line-height: 1.1;
    text-decoration: none;
    vertical-align: bottom;
    font-size: 80%;
}

.name {
    position: absolute;
    bottom: 8px;
    left: 8px;
    vertical-align: top;

}


header {
    padding: 1em;
    background: rgb(255,255,255);
}

footer {
    margin: 0;
    background: rgb(255,255,255);
    padding: 1rem;
}


div.page {
    padding:  1em;
    margin: 0 auto;
    padding: 20px 30px;
    max-width:  70%;
    background: rgb(252,252,252);
    min-height:  48vh;
}

header h1 {
    color: #169bbd;
    margin: 0;
    font-weight: normal;
    font-size: 42px;
}

header nav ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

header nav ul li {
    display: inline;
    margin: 0 8px 0 0;
    padding: 0;
}


h1, h2 {
    font-family: "Ubuntu";
    color:  grey;
}


.powered {
    background:  #eed;
    display: flex;
    align-items: center;
    justify-content: center;
}

.developed {
    display: flex;
    align-items: center;
    justify-content: center;
}


ul.logos {
  list-style-type: none;
}

ul.logos li {
  display: table-cell;
  vertical-align: bottom;
}

ul.logos li > a > img {
  max-width: 14vw;
  padding-right: 4vw;
}

footer {
    background-color: #595959;
    color:  white;
}

.expl {
    margin-left:  .2em;
    font-family:  "Ubuntu";
    font-size:  2rem;
}


.logo.svg {
  height: 100px;
  margin: 0px;
  padding: 0px;
  padding-right:  1rem;
}
.logo.svg path {
  fill: #0ae;
  color: #0ae;
}
.logo.svg:hover path {
  fill: #d07;
  color: #d07;
  transition-duration: 500ms;
  transition-timing-function: linear;
  transition-duration: 0.5s;
  transition-timing-function: all;
  transition-delay: 0s;
}

ul.menu {
  list-style-type: none;

}

ul.menu > li:hover, li > a:hover {
    background-color:  #0ae;
    color:  white;

}

ul.menu > li {
    position: relative;
    width: 100px;
    height: 100px;
    margin-right: 8px;
    margin-bottom: 8px;
    border-radius: 4px;
    float:  left;
    background-color: white;
    border: 1px solid rgb(215, 215, 215);
}



.payoff {
    float:  left;
    font-family:  Ubuntu;
    font-weight:  bold;
    font-size:  1.rem  ;
    margin-bottom:  1rem;
}


/* EU sponsors in footer */
button {
    background-color: inherit;
    color:  white;
    float:  left;
    margin-left:  1rem;
    border:  0;
}

button:hover {
    cursor: pointer;
}


table, th, td {
    border:  1px solid grey;
    border-collapse: collapse;
    padding:  .2rem;
}

th {
    background-color:  #ccc;
    text-align:  left;
    font-size:  smaller;
    font-weight:  normal;
}
