/* CSS Document*/

header {
  display: flex;
}

#logo {
  width: 400px;
  height 80px;
  padding-right: 8vw;
}

li {
  display:inline;
}

ul li a {
  padding:0 35px;
  text-decoration:none;
  color:black;
  font-size: 17px;
}

ul li a:hover {
  text-decoration:underline;
  color:red;
}

nav {
  width: 63%;
  float: right;
  display: flex;
  align-items: center;
}

body {
  margin: 15px;
   color: #777;
   font-weight: 400;
   font-family: "Open Sans", sans-serif;
   font-size: 16px;
}

p {
  text-align: justify;
}

#bethechange {
  width: auto;
  float: left;
  margin-right: 2vw;
  padding-bottom: 1.5vw;
}

#sharp {
  width: 40%;
  height: auto;
  display: inline-block;
  float: right;
  padding-bottom: 1.5vw;
}

#plasmaclusterinfo {
  display: block;
 margin-left: auto;
 margin-right: auto;
 width: 50%;
}

#plasmaclusterinfo {
  display: block;
 margin-left: auto;
 margin-right: auto;
 width: 50%;
}

#plasmacluster2 {
  width: 20%;
  float: right;
  margin-left: 2vw;
  padding-bottom: 2vw;
}

#plasmaclustertext2 {
  width: 77%;
  float: left;
}

footer {
  background-color: #D3D3D3;
    width: 100%;
    text-align: center;
    color: white
  }
