.nav-bar {
  /*background-color: rgb(240, 30, 30);*/
  background-color: rgb(50, 50, 50);
  border-bottom-width: 1px;
  border-bottom-style: ridge;
  border-bottom-color: rgb(200, 200, 200);
  color: white;
  width: 100%;
  font-family: 'Montserrat','Consolas',"Liberation Mono",Menlo,monospace;
  font-size: 0
}

html {
  background-color: rgb(230, 230, 230);
}

.content {
  margin-top: 50px;
  margin-left: 20%;
  width: 60%;
  background-color: white;
  border-radius: 5px;
}

.content-block {
  padding-top: 1px;
  margin-right: 20px;
  margin-left: 20px;
}

body {
  margin: 0;
}

.nav-item-container {
  border-left-style: ridge;
  border-left-width: 3px;

  width: 200px;
  box-sizing: border-box;
  display: inline-flex;
  justify-content: center;
}

.nav-item {
  font-size: 16px;
  font-family: "Montserrat";
  /*font-weight: 600;*/
  margin-top: 12px;
  margin-bottom: 12px;
}

.all-nav {
  text-align: center;
}

.sign-in {
  margin-top: 12px;
  margin-right: 20px;
  font-size: 16px;
  font-family: "Montserrat";
  display: inline;
  float: right;
}

.nav-item-image {
  height: 40px;
  vertical-align: middle;
}

.logo-corner {
  margin-top: 0px;
  margin-right: 0px;
  display: inline-block;
  padding-top: 3px;
  /*padding-left: 5px;*/
  width: 100px;
  height: 40px;
  padding-right: 40px;
  background-color: rgb(230, 230, 230);
  vertical-align: top;
}

.nav-item:hover {
  color: rgb(200, 200, 200);
  cursor: pointer;
}

.banner-rect {
  background-image: linear-gradient(to right, rgb(80, 80, 200), rgb(80, 80, 200), rgb(30, 30, 200));
  margin-top: 0;
  padding-top: 0;
  width: 100%;
  height: 160px;
  box-sizing: border-box;
}

a {
  color: white;
  text-decoration: none;
}

a:hover {
  color: rgb(200, 200, 200);
  cursor: pointer;
}
