body {
  color: white;
  font-family: "Raleway", sans-serif;
  text-align: center;
}

nav {
  text-align: right;
  line-height: 3em;
  text-transform: uppercase;
}

.intro {
  width: 70%;
  margin-left: auto;
  margin-right: auto;
  background-color: rgba( 0, 4, 27,0.5);
}

.bgimg {
  background-image: url('indexbg.jpg');
  background-position: center;
  min-height: 100%;
  background-repeat: repeat-x;
} 

.parent {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-right: -50%;
  transform: translate(-50%, -50%)
}

img.clouds {
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  overflow-y: visible;
}

img.name {
  display: block;
  margin-left: auto;
  margin-right: auto;
}


nav {
  background-color: rgba(0,0,88,0.5);
}

ul {
  list-style-type: none;
}

li {
  display: inline-block;
}

a {
  padding: 0 10px 0 10px;
}

a:link {
  color: white;
  background-color: transparent;
  text-decoration: none;
}

a:visited {
  color: #FFD700;
  background-color: transparent;
  text-decoration: none;
}

a:hover {
  color: #FFD700;
  background-color: transparent;
  text-decoration: underline;
}

a:active {
  color: #FFD700;
  background-color: transparent;
  text-decoration: underline;
}