body {
  /*background-image: url("./assets/bgImage.jpg");*/
  background-color: #122e54;
  margin: 0;
}

* {
  box-sizing: border-box;
}

.header {
  position: fixed;
  top: 0px;
  left: 0px;
  width: 100%;
  padding: 5px;
  /*float: left;*/
  list-style-type: none;
  margin: 0;
  overflow: visible;
  display: block;
  z-index: 1;
  box-shadow: 0 0 5px rgba(0,0,0,.5);
  background-color: #122e54;
}

.headRow {
  display: flex;
  z-index: 1;
}

.headColumn {
  flex: 33.33%;
  padding: 5px;
  z-index: 1;
  vertical-align: middle;
  top: 50%;
  display: flex;
  align-items: center;
}

.logohead {
  width: 12%;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.mainTitle {
  font-size: 72px;
  font-family: 'Roboto Condensed', sans-serif;
  font-weight: 700;
  color: white;
  position: absolute;
  top: 25%;
  width: 100%;
}

.cover {
  width: 100%;
  position: relative;
  top: 0px;
  left: 0px;
  display: block;
  margin: 0;
  padding: 0;
  text-align: center;
}

.coverImg {
  width: 100%
}

.testDiv {
  width: 100%
}

.test {
  font-size: 200px;
  text-align: center;
}

.list {
  position: absolute;
  vertical-align: middle;
  top: 33.33%;
  padding: 2px;
  display: flex;
  align-items: center;
}

.headList {
  list-style: none;
  float: left;
  padding: 1px;
  font-size: 0px;
  font-family: 'Roboto Condensed', sans-serif;
  font-weight: 300;
  color: white;
  top: 50%;
  overflow: auto;
  vertical-align: middle;
}

.headItem {
  display: inline;
  font-size: 16px;
  padding-left: 20px;
  padding-right: 20px;

}

.headItem a {
  color: white;
  text-decoration: none;
  transition-duration: 0.3s;
  cursor: pointer;
}

.headItem a:hover {
  color: gray;
}

.Title {
  font-size: 72px;
  font-family: 'Roboto Condensed', sans-serif;
  font-weight: 700;
  color: white;
  position: absolute;
  top: 5%;
  width: 100%;
  text-align: center;
}

.profileRow {
  padding-top: 25px;
}

.profileRow:after {
  content: "";
  display: table;
  clear: both;
}

@media screen and (max-width:600px) {
  .profileColumn {
    width: 100%;
  }
}

.profileColumn {
  float: left;
  width: 33.33%;
  padding: 15px;
}

.profileBorder {
  width: 85%;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
