html {
  font-size: 20px; }

h1, h2, h3, h4, h5, h6 {
  font-weight: 900; }

h1 {
  font-size: 72px; }

h2 {
  font-size: 60px; }

h3 {
  font-size: 48px; }

h4 {
  font-size: 36px; }

h5 {
  font-size: 24px; }

h6 {
  font-size: 18px; }

/*styles for contact and articles*/
.container.detail,
.container.contact {
  padding: 0;
  background: white;
  padding-top: 100px;
  margin-top: -200px; }

.art-title {
  color: black;
  font-weight: bold;
  font-size: 36px;
  line-height: 36px;
  font-family: PT Serif;
  margin-top: 65px;
  margin-bottom: 10px; }

.art-meta {
  color: #666666;
  font-size: 14px;
  line-height: 24px;
  font-family: PT Sans; }
  .art-meta a {
    color: #c42f41;
    text-decoration: underline;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out; }
  .art-meta a:hover {
    color: black; }

.art-perex {
  font-family: PT Serif;
  font-weight: bold;
  font-size: 18px;
  line-height: 29px;
  color: black;
  margin-top: 30px;
  margin-bottom: 30px; }

.art-text-default {
  font-family: PT Sans;
  font-size: 18px;
  line-height: 29px;
  color: #3f3f3f;
  margin-top: 20px; }
  .art-text-default a {
    color: #c42f41;
    text-decoration: underline;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out; }
  .art-text-default a:hover {
    color: #3f3f3f;
    text-decoration: underline; }

.art-sub-heading {
  font-size: 24px;
  font-family: PT Sans;
  color: black;
  line-height: 24px;
  text-transform: uppercase;
  margin-top: 30px;
  margin-bottom: 20px; }

.art-citate {
  color: #c42f41;
  font-size: 24px;
  font-weight: bold;
  line-height: 30px;
  font-family: PT Serif;
  padding: 18px 20px;
  border-left: 2px solid #c42f41; }

.pic-desc {
  font-size: 14px;
  font-style: italic;
  font-family: PT Sans;
  color: #666666;
  text-align: right; }

.pic-default {
  margin-top: 60px;
  margin-bottom: 60px;
  text-align: right;
  line-height: 13px; }

.pic-featured {
  text-align: right;
  line-height: 13px; }

/*contact*/
.container.contact {
  padding-bottom: 80px; }
  .container.contact .panel {
    /*border: 0px solid transparent;*/
    -webkit-box-shadow: unset;
    box-shadow: unset; }
  .container.contact .panel-body {
    margin-top: -30px; }
  .container.contact h3 {
    color: #c42f41; }
  .container.contact .sidebar {
    padding-top: 80px; }
  .container.contact .left-content {
    padding-left: 15px;
    padding-right: 15px; }

@media only screen and (min-width: 1300px) {
  .container.detail,
  .container.contact {
    width: 1300px; } }
@media only screen and (min-width: 992px) {
  /*.two-columns-text {
    columns: 2;
    column-gap: 30px; }*/

  .container.detail,
  .container.contact {
    padding-top: 100px; } }
@media only screen and (max-width: 991px) {
  .container.detail,
  .container.contact {
    padding-top: 20px; } }
@media only screen and (max-width: 479px) {
  .container.detail,
  .container.contact {
    padding-top: 0;
    margin-top: -25px; } }
.serv .serv-title {
  font: 43px/43px PT Serif;
  text-align: center;
 }

.flat-services .serv-item-wrapper {
  display: flex;
  flex-flow: row;
  flex-wrap: wrap;
  justify-content: space-evenly;
}
.flat-services .serv-item {
   margin-bottom: 10px;
}
.flat-services .serv-img {
  display: flex;
  align-content: center;
  height: 100%;
  padding: 10%;
  background-size: cover;
  background-position: center;
  background-color: rgba(218,51,61,0.9);

}
.serv-img:hover {
  background-blend-mode: darken;
}
.serv-img .serv-title {
  color: #666666; 
  align-self: center;
  width: 100%;
}
.serv-item a:focus, .serv-item a:hover {
    color: white;
    text-decoration: none;
}
.serv-img:hover .serv-title {
  color: #fff;
  text-decoration: none !important; }

@media only screen and (max-width: 991px) {
  .flat-services .serv-item {
    width: 48%;
    height: 180px;
  }
}
@media only screen and (min-width: 992px) {
  .flat-services .serv-item.two-serv {
    width: 48%;
    height: 300px;
  }
  .flat-services .serv-item.more-serv {
    width: 31%;
    height: 210px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .serv .serv-title {
    font: 30px/30px PT Serif;
    padding: 0 20px;
     } 
}
@media only screen and (max-width: 768px) {
    .flat-services .serv-item {
      width: 89%;
      height: 230px;
    }
}
@media only screen and (max-width: 479px) {
  .serv .serv-title {
    font: 30px/30px PT Serif;
    text-align: center;
  }
}









/*# sourceMappingURL=org-serv.css.map */
