@font-face {
   font-family: 'Open Sans';
   src: url('https://altair.technology/fonts/OpenSans-Regular.ttf');
}
@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', serif;
   font-size: 24px;
   font-weight: bold;
   text-align: center;
   line-height: 75px;
   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-family: 'Open Sans Condensed', sans-serif;
   font-weight: 700;
}
.technology {
   font-family: 'Open Sans Condensed', sans-serif;
   font-weight: 300;
}

.header {
   font-family: 'Open Sans', serif;
   font-size: 72px;
   font-style: normal;
   font-weight: bold;
   text-align: center;
}

.content {
   font-family: 'Open Sans Condensed', sans-serif;
   width: 90%;
   margin: 0 auto 100px auto;
}

.footer {
   position: relative;
   margin-top: -30px;
   clear:both;
   font-size: 10px;
   font-style: normal;
   font-weight: normal;
   line-height: 11px;
}

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