body {
  font-family: Quicksand;
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 2;
  color: #7d8285;
  text-align: left;
  background-color: #282d32;
  padding: 0;
  letter-spacing: 0.05rem;
}

h2, .h2 {
  font-size: 1.125rem;
  font-weight: 300;
  color: #707276;
  height: 42px;
}

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
  /*margin-bottom: 0.5rem;*/
  font-family: inherit;
  font-weight: 300;
  line-height: 1.2;
  color: rgb(112,114,118);
  /*margin-top: 5rem;*/
}

h1, .h1 {
  font-size: 2.34375rem;
}

h3, .h3 {
  font-size: 1.125rem;
  font-weight: 600;
  text-transform: uppercase;
}

.modal-footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  padding: 1rem;
  border-top: 1px solid #eee;
}

.text-project {
  /*font-weight: 100;*/
  /*color: red;*/
  line-height: 1.5;
  padding-top: 20px;
}

.modal-body {
  position: relative;
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 1.5rem;
  /*width: 2000px;*/
  /*height: 500px;*/
  max-width: 200;
}

.col-7 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 58.3333333333%;
  flex: 0 0 58.3333333333%;
  max-width: 100%;
}

.img-fluid {
  max-width: 100%;
  height: auto;
  max-height: 100%;
}

@media (min-width: 992px) {
  .modal-lg {
    max-width: 1200px;
  }
}

.navigation-clean.navbar .navbar-nav .nav-link {
  padding: 0 18px;
  font-size: 0.9375rem;
  color: #eeeeee;
  text-decoration: none;
}

.horizontalpic {
  width: 100%;
  height: 600px;
  background-size: cover;
}

.align-self-end {
  -ms-flex-item-align: end !important;
  align-self: flex-end !important;
  margin-right: 20px;
  width: 120px;
}

h4, .h4 {
  font-size: 1rem;
  text-transform: uppercase;
  margin-top: 10px;
  position: absolute;
  /*margin-top: 200px;*/
  background-color: white;
}

.p-projects {
  position: absolute;
  bottom: 0;
  background-color: rgba(255,250,240,0.7);
  text-transform: uppercase;
  font-size: 1rem;
  color: #333333;
  line-height: initial;
  width: 100%;
  padding: 5px;
  padding-left: 10px;
}

.col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, .col, .col-auto, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm, .col-sm-auto, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-md, .col-md-auto, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg, .col-lg-auto, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl, .col-xl-auto {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding: 10px;
  /*padding-left: 15px;*/
  /*padding-bottom: 15px;*/
  /*padding-top: 15px;*/
}

.projects-container {
  position: relative;
  height: 250px;
  background-size: cover;
  cursor: pointer;
}

.nav-tabs {
  border-bottom: 0px solid rgba(0,0,0,0.0);
}

a {
  color: #898b8f;
  text-decoration: underline;
  background-color: transparent;
  /*-webkit-text-decoration-skip: objects;*/
  font-size: 1rem;
}

.nav-tabs .nav-link, .nav-tabs .nav-link.disabled, .nav-tabs .nav-link.disabled:hover, .nav-tabs .nav-link.disabled:focus {
  border-color: transparent;
  background-color: transparent;
}

.nav-tabs .nav-link:hover, .nav-tabs .nav-link:focus {
  background-color: transparent;
}

.nav-tabs .nav-link:hover, .nav-tabs .nav-link:focus {
  border-color: transparent;
  color: white;
}

a:hover {
  /*color: white;*/
  text-decoration: underline;
}

legal a:hover {
  color: white;
  text-decoration: underline;
}

.fakt-logo {
  position: absolute;
  top: -120px;
  left: 50%;
  width: 180px;
  transform: translateX(-50%);
}

.navbar-brand .navbar-brand:hover {
  color: #222;
}

.navbar-dark .navbar-brand {
  text-decoration: none;
  color: #eeeeee;
  padding: 0;
  line-height: normal;
}

.nav-link {
  display: block;
  padding: 0.5rem 1rem;
}

.nav-link {
  text-decoration: none;
}

.legal-paragraph a {
  text-decoration: underline;
  font-size: inherit;
}

.navigation-clean .navbar-toggler {
  padding: 0;
  height: 30px;
}

img-fluid {
  max-width: 10%;
  height: auto;
  max-height: 100%;
}

