
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%;
}


.content
{

  background-color: red;
  width: 100%;
  height: auto;
  position: relative;
  top: -256px;

}

#loading
{
  position: relative;
  width: 100%;
  top: -200px;
  left: 25%;

}



#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;


}


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

#loading
{
  display: none;
}

}
