@font-face {
   font-family: 'Open Sans Condensed';
   src: url('https://altair.technology/fonts/OpenSans-CondLight.ttf');
   font-weight: 300;
}
@font-face {
   font-family: 'Open Sans Condensed';
   src: url('https://altair.technology/fonts/OpenSans-CondBold.ttf');
   font-weight: 700;
}
body {
   font-family: 'Open Sans Condensed', serif;
   font-weight: 700;
   font-size: 24px;
   text-align: center;
   line-height: 50px;
   background-color: white;
   color: #3b3b3b;
   overflow: hidden;
}

html, body, #wrap {height: 100%;}

body > #wrap {height: auto; min-height: 100%;}

#main {
   padding-bottom: 60px;
}

.altair {
   font-weight: 700;
}
.technology {
   font-weight: 300;
}
.cloud {
   font-weight: 700;
   font-size: 36px;
}
.cloud-nb {
   font-weight: 300;
   font-size: 36px;
}

.header {
   font-size: 72px;
   text-align: center;
}

.footer {
   position: relative;
   margin-top: -30px;
   clear:both;
   font-size: 10px;
   line-height: 11px;
   color: #145D74;
}

a:link, a:visited {
   text-decoration: none;
   color: #3b3b3b;
}
a:hover, a:active {
   text-decoration: underline;
   color: #3b3b3b;
}

#content {
   width: 90%;
   margin: 0 auto 100px auto;
   font-style: normal;
}
