html, body {
  height: 100%;
}

*, *:after {
  box-sizing: content-box;
}

body {
  font-family: "Roboto", sans-serif;
  background-color: black;
  color: white;
  margin: 0;
  padding: 0;
}

a {
  color: #ffffff;
}

.main {
  width: 100%;
  overflow: hidden;
}

.mainInternal {
}

.back {
  background-color: #ffffff;
  color: #000000;
  padding: 2px 8px;
  margin-bottom: 15px;
  font-size: 11px;
  display: block;
  text-decoration: none;
}

.back:hover {
  background-color: #dedede;
}

.projectName {
  font-size: 32px;
  text-decoration: underline;
  padding-bottom: 20px;
}

.description {
}

.description.grey {
  padding: 10px;
  background-color: #525252 !important;
  border: 1px solid grey;
}

.description.black {
  background-color: #000000;
  border: 1px solid #000000;
  margin-top: 15px;
}

.descriptionTitle {
  font-size: 22px;
  font-weight: bold;
  margin-top: 5px;
  margin-bottom: 10px;
}

.description.black .descriptionTitle {
  padding-left: 10px;
}

.description p {
  font-size: 1rem;
  color: #eaeaea;
}

.description p.links {
  margin-top: 10px;
  margin-bottom: 10px;
  height: 20px;
  display: flex;
  flex-direction: row;
}

.description p.links a {
  font-weight: bold;
  color: #eaeaea;
}

.description p.links a:hover {
  text-decoration: underline;
}

.description p.links img {
  width: 20px;
  margin-left: 5px;
  margin-right: 10px;
}

@media screen and (min-width: 768px) {
  .main {
    min-width: 100%;
    max-width: 100%;
  }

  .mainInternal {
    padding: 25px 5%;
  }
}

.modal {
  top: 0 !important;
  bottom: 0 !important;
  overflow: hidden;
  background-color: transparent;
  box-shadow: none;
}

@media screen and (min-width: 768px) {
  .modal.horizontal {
    width: 770px;
    height: 700px;
  }

  .modal.vertical {
    width: 350px;
    height: 700px;
  }
}

@media screen and (max-width: 768px) {
  .modal.horizontal {
    max-height: 300px;
  }
  .modal.vertical {
    max-width: 280px;
    max-height: 85%;
  }
}

.modal-content {
  padding: 12px !important;
  background-color: #fafafa;
}

.modal-content img {
  width: 100%;
}

.modal .modal-footer {
  height: 50px !important;
}

.modal .modal-footer .btn-flat {
  height: 20px !important;
  line-height: 20px !important;
  margin: 0 !important;
}
