@charset 'UTF-8';

@font-face {
    font-family: 'DIN Condensed';
    src: url('DINCondensed-Bold.woff2') format('woff2'),
        url('DINCondensed-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}




html {scroll-behavior: smooth!important;}
 
body {padding: 0px;margin: 0px;  -webkit-font-smoothing: antialiased;  -moz-osx-font-smoothing: grayscale;}

h2  {font-family: 'DIN Condensed';font-weight: bold;font-style: normal; text-align: center;font-size: 4.5vmin;line-height: 6vmin;nowrap;color:#FFFFFF;}     



/* NAVIGATION */

.nav { margin-top: auto;}
 
.logo {background-image: url("brasilia-logo-white.png");background-size: contain;background-repeat: no-repeat;background-position-x: center;background-position-y: bottom;}
 
    
/* unvisited link */
a:link {
  color: white;
}

/* visited link */
a:visited {
  color: white;
}

/* mouse over link */
a:hover {
  color: white;
}

/* selected link */
a:active {
  color: white;
}    
    
