body {
  font-family: Roboto, sans-serif;
  color: #333;
  font-size: 14px;
  line-height: 20px;
}

.user-blue
{
  color: blue;
  font-weight: 700;
  text-align: center;
}

.user-purple
{
  color:purple;
  font-weight: 700;
  text-align: center;
}

.user-green
{
  color:green;
  font-weight: 700;
  text-align: center;
}

.table-links
{
  color:black;
  text-decoration: none;
  font-weight: 800;
  margin-left: 10px;
}

.table-links:hover
{
  color:green;
}
.delete-link
{
  color: red;
  text-decoration: none;
  font-weight: 800;
}

.delete-link:hover
{
  color: black;
  text-decoration: none;
  font-weight: 800;
}



.navbar {
  position: fixed;
  left: 0px;
  top: 0px;
  bottom: 0px;
  width: 15%;
  height: auto;
  float: left;
  background-color: #008c74;
  color: #000;
}

.nav-link {
  color: #fff;
}

.navmenu {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-left: 0px;
  padding-left: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}

.navlinks {
  width: 100%;
  margin-right: 0px;
  margin-left: 0%;
  padding-left: 0px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  font-family: Roboto, sans-serif;
  color: #fff;
  font-size: 1em;
  font-weight: 500;
  text-transform: uppercase;
}

.navlinks.w--current {
  color: #000;
  font-weight: 700;
  text-decoration: none;
}

.div-block {
  display: block;
  width: 85%;
  padding-top: 2%;
  padding-right: 2%;
  float: right;

}

.heading {
  margin-top: 20vh;
  font-size: 1.618em;
  line-height: 1.5em;
  text-align: center;
}

.block-content {
  width: 85%;
  padding: 2%;
  float: right;
  padding-bottom: 200px;
}

.heading-2 {
  text-transform: uppercase;
}

.table-literature {
  display: block;
  width: 100%;
  height: 200px;
  margin-top: 2%;
}

.literature-head {
  width: 20%;
  height: 200px;
}

.literature-head.number {
  width: 5%;
  height: 50px;
  border: 1px solid #000;
  text-align: center;
}

.literature-head.title {
  height: 50px;
  border: 1px solid #000;
  text-align: center;
}

.text-table-heading {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  font-family: Roboto, sans-serif;
  font-size: 1.618em;
  text-transform: capitalize;
}

.text-block-2 {
  font-size: 1.618em;
}

.literature-row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}

.html-embed {
  width: 100%;
}

.div-block-2 {
  width: 85%;
  float: right;
}

.paragraph {
  background-color: #fff;
}

.paragraph.literature-review {
  border: 1px solid #000;
}

.button-save {
  margin-right: 2%;
  text-transform: uppercase;
}

.button-upload {
  margin-right: 2%;
  background-color: #c33535;
  text-transform: uppercase;
}

.block-comments {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 1%;
  border-bottom: 1px dashed #000;
}

.text-author {
  width: 15%;
}

.text-block-3 {
  width: 85%;
}

.button-add-comment {
  margin-right: 2%;
  background-color: #5735c3;
  text-transform: uppercase;
}

.navbar-2 {
  position: fixed;
  left: 0px;
  top: 0px;
  bottom: 0px;
  width: 15%;
  padding-left: 2%;
  background-color: #008c74;
}

.container-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.nav-menu-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.nav-link-2 {
  width: 100%;
}

.submit-button {
  background-color: #5735c3;
  text-transform: uppercase;
}

.submit-button-2 {
  text-transform: uppercase;
}

.body {
  padding-right: 2%;
  padding-left: 2%;
}

.heading-5 {
  font-size: 1.618em;
  line-height: 1.5em;
  text-transform: uppercase;
}

.heading-6 {
  display: inline-block;
  width: 33.3%;
  font-size: 1.618em;
  line-height: 1.5em;
  text-transform: uppercase;
}

.performance {
  font-size: 1.618em;
  line-height: 1.5em;
  text-align: center;
  text-transform: uppercase;
}

.button {
  text-transform: uppercase;
}

.section-login {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100vh;
  padding-right: 2%;
  padding-left: 2%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: transparent;
  background-image: -webkit-linear-gradient(270deg, rgba(0, 140, 116, .8), rgba(87, 53, 195, .8)), url('../images/research.jpg');
  background-image: linear-gradient(180deg, rgba(0, 140, 116, .8), rgba(87, 53, 195, .8)), url('../images/research.jpg');
  background-position: 0px 0px, 0px 0px;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
  background-attachment: scroll, scroll;
}

.block-login {
  display: block;
  width: 30%;
  max-width: 1170px;
  margin-right: auto;
  margin-left: auto;
  padding: 2%;
  background-color: #fff;
}

.submit-button-3 {
  text-transform: uppercase;
}

@media (max-width: 991px) {
  .navbar {
    position: static;
    left: 0px;
    top: 0px;
    bottom: auto;
    width: 100%;
  }
  .navmenu {
    position: absolute;
    left: 0px;
    top: 100%;
    right: 0px;
    width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: #008c74;
  }
  .container {
    position: relative;
    width: 100%;
    margin-right: 0px;
    margin-left: 0px;
  }
  .icon {
    color: #fff;
  }
  .div-block {
    width: 100%;
    padding-left: 2%;
  }
  .block-content {
    width: 100%;
    margin-top: 15%;
  }
  .navbar-2 {
    left: 0px;
    top: 0px;
    right: 0px;
    bottom: auto;
    width: 100%;
  }
  .nav-menu-2 {
    padding-left: 2%;
    background-color: #008c74;
  }
  .heading-3 {
    font-size: 1.618em;
    line-height: 1.5em;
  }
  .menu-button.w--open {
    background-color: #000;
  }
  .body {
    padding-left: 2%;
  }
  .text-block-4 {
    margin-top: 100px;
  }
  .block-login {
    width: 75%;
  }
}

@media (max-width: 767px) {
  .navmenu {
    position: absolute;
    top: 100%;
    padding-right: 2%;
    padding-left: 2%;
  }
  .container {
    position: relative;
  }
  .block-content {
    margin-top: 20%;
  }
}

@media (max-width: 479px) {
  .navbar {
    left: 0px;
    top: 0px;
    right: 0px;
    bottom: auto;
    width: 100%;
  }
  .navmenu {
    position: static;
  }
  .heading {
    font-size: 1.333em;
  }
  .block-content {
    margin-top: 20%;
  }
  .html-embed {
    width: 100%;
  }
  .button-save {
    width: 100%;
    margin-bottom: 2%;
    text-align: center;
  }
  .button-upload {
    width: 100%;
    margin-bottom: 2%;
    text-align: center;
  }
  .button-add-comment {
    width: 100%;
    margin-bottom: 2%;
    text-align: center;
  }
  .heading-3 {
    font-size: 1.333em;
    line-height: 1.5em;
  }
  .heading-4 {
    font-size: 1.333em;
    line-height: 1.5em;
  }
  .block-login {
    width: 100%;
  }
}

