@font-face {
  font-family: 'Lyon Text Web';
  src: url('/fonts/LyonText-RegularNo2-Web.woff2') format('woff2'),
       url('/fonts/LyonText-RegularNo2-Web.woff') format('woff');
  font-weight:  400;
  font-style:   normal;
  font-stretch: normal;
}

@font-face {
  font-family: 'Akrobat Regular';
  src: url('/fonts/Akrobat-Regular.otf') format('opentype');
  font-weight:  400;
  font-style:   normal;
  font-stretch: normal;
}

html {
    background-image: linear-gradient(to right, #e1f1fc , #afbad8);
    background-size: cover;
    background-attachment: fixed;
}

body {
    font-size: 1.25em;
    font-family: 'Lyon Text Web';
    text-align: center;
    background-image: linear-gradient(to right, #e1f1fc , #afbad8);
    background-size: cover;
    background-attachment: fixed;
}

a {
    color: white;
}

a:hover {
    color: white;
    text-decoration: underline;
}

/*body > .container:first-child {
    background-image: linear-gradient(to right, #e1f1fc , #afbad8);
}*/

#headerNavbar {
    margin-top: 40px;
    font-family: 'Akrobat Regular';
    font-size: 1.75em;
    color: black;
}

.nav-item a {
    color: black;
}

.nav-item a:hover, .nav-item a:active, .active > a {
    color: white;
    text-decoration: none;
}

#toplogo {
    width: 400px;
    height: 201px;
    background-image: url('/images/globus.png');
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    top: -40px;
}

h1 {
    font-size: 4em;
}

h2 {
    font-family: 'Akrobat Regular';
    font-size: 1.4em;
    margin: 2rem auto;
}

.row > .container {
    margin-left: 10%;
    margin-right: 10%;
}

.carousel-control-prev {
    position: absolute;
    left: -15%;
}

.carousel-control-next {
    position: absolute;
    right: -15%;
}

th {
   color: #fff; 
}

td {
   color: grey; 
}

td > span > a {
    color: black;
}

td > span > a:hover {
    color: black;
}

@media (min-width: 992px) {
    .hlg {
        display: none;
    }
}

@media (max-width: 992px) {
    .hsm {
        display: none;
    }
    
    #toplogo {
        width: 300px;
        height: 150px;
    }
    
    #homepage {
        padding-bottom: 300px;
    }
}
