
body
{

  background-color: black;
  margin: 0px;
  padding: 0px;
}


#logo img
{
position: relative;
top:0px;
left: 0px;
width: 100px;
width: 100px;
float: none;
}


#header
{

  background-color: red;
  height: 100px;
  width: 90%;
  position: relative;
  top: -100px;
  left: 100px;
  padding-left: 25px;
  padding-top: 25px;

}

#Home
{
  top: -100px;
}

#Port
{
  top: -154px;
  left: 25%;
}

#Lab
{
  top: -208px;
  left: 50%;
}

#About
{
  top: -262px;
  left:75%;
}


#main
{

  font: bold 30px Arial sans-serif;
  color: red;
  width: auto;
  height: 200px;
  position: relative;
  margin-left: 1.5%;
  top: -264px;
}

#starimg
{
  position: relative;
  background-color: black;
  top: -204px;
}

#Footer
{
  background-color: red;
  width: 100%;
  height: 10%;
}

.LargeIMG img
{
  width: 8%;
  height: 100px;
}
.Navigation
{
    background-color: gray;
    color: black;
    position: relative;
    width: 25%;
    height: 50px;
    padding-left: 10px;
    font: italic bold 20px Arial sans-serif;
    border:2px solid white;
    border-color: red;
    margin: 0px;

}

.Content2
{
  background-color: red;
}

@media screen and (max-width: 700px)
{

  #starimg
  {
    width: 30%;
    height: auto;
    margin-left: 0px;
    padding: 0px;
    z-index: -1;
    left: -100px;
    top: 5px;
  }





}
