html {
    box-sizing: border-box;
    overflow: -moz-scrollbars-vertical;
    overflow-y: scroll;
}

*,
*:before,
*:after {
    box-sizing: inherit;
}

body {
    margin: 0;
    background: #fafafa;
}

.topbar {
    display:none
}


hgroup.main {
  width: 380px; /* Set the desired width of your div */
  height: 100px; /* Set the desired height of your div */
  background-image: url('flightpath-server-logo-4-1024.png'); /* Specify the image path */
  background-size: cover; /* Adjust how the background image is sized */
  background-position: center center; /* Position the background image */
  background-repeat: no-repeat; /* Prevent the image from repeating */
}

div.info a.link {
    position: relative;
    top:-20px;
}

h2.title {
    display: none;
    position:relative;
    left:80px;
}

.info__description > .renderedMarkdown > p,
.info__description > .renderedMarkdown > p a
{
  margin-bottom: 45px;
  font-size: 14pt;
 }

.info__contact > div > a {
    display:none;
}

