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: #7f62aa;
    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: #7f62aa;
    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: #7f62aa;
  font-size: 24px;
  font-weight: bold;
  line-height: 30px;
  font-family: PT Serif;
  padding: 18px 20px;
  border-left: 2px solid #7f62aa; }

.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: #7f62aa; }
  .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; } }
/* Flat-big-block */
.big-block .row {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: center;
  background-color: #7f62aa;
  /* max-height: 570px;*/
  overflow: hidden; }

.big-block img {
  /*max-height: 570px;*/
  /*fix arrow centering*/
  top: 0;
  position: relative;
  width: 100%; /*fix not overflowing image*/ }

.big-block .col-md-7 a:after {
  content: "\f144";
  font-family: FontAwesome;
  font-size: 120px;
  color: #7f62aa;
  position: absolute;
  left: 50%;
  top: 50%;
  opacity: 0.8;
  transform: translate(-50%, -50%);
  z-index: 99;
  cursor: pointer; }

.big-block .col-md-7 a:hover {
  opacity: 0.9;
  -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;
  cursor: pointer; }

.big-block h4.title-post {
  font-family: PT Serif;
  font-size: 35px;
  line-height: 40px;
  font-weight: 700;
  margin-bottom: 20px;
  text-transform: uppercase; }
  .big-block h4.title-post a {
    color: white; }
  .big-block h4.title-post a:hover {
    color: white; }

.flat-row.flat-big-block {
  /*padding-bottom: 150px;*/ }

.big-block .col-md-5, .big-block .col-md-7 {
  padding: 0;
  margin: 0; }

.big-block .col-md-7 {
  max-height: 570px;
  margin-bottom: -3px; }

.big-block .big-block-post {
  padding: 50px;
  background-color: #7f62aa;
  width: 100%; }

.big-block .big-block-post p {
  margin-bottom: 22px; }

.big-block .big-block-post p.style-v1 {
  font-size: 20px;
  line-height: 31px;
  color: white;
  font-family: PT Sans; }

.flat-big-block .img-single {
  position: relative; }

.flat-big-block .img-single:after {
  position: absolute;
  top: 5px;
  left: 45px;
  width: 410px;
  height: 410px;
  content: "";
  background-color: #7f62aa; }

.flat-big-block .img-single img {
  position: absolute;
  left: 95px;
  top: -134px;
  bottom: 0;
  z-index: 1; }

/* About style1 */
.big-block-post.style1 {
  padding-top: 23px;
  padding-left: 25px; }

.big-block-post.style1 .title-post {
  margin-bottom: 38px; }

.signature {
  margin-top: 40px; }

.flat-big-block .container {
  width: 100% !important;
  /*max-width: 1980px;*/
  /*max-height: 570px;*/ }

@media only screen and (min-width: 991px) and (max-width: 1200px) {
  .big-block .big-block-post .title-post {
    font-size: 25px;
    line-height: 30px; }

  .big-block .big-block-post p.style-v1 {
    font-size: 15px;
    line-height: 19px; }

  .big-block .big-block-post button {
    padding: 0.55rem 1.8rem;
    font-size: 0.55rem;
    line-height: 0.9;
    border-width: 0.1rem; } }
@media only screen and (max-width: 991px) {
  .flat-big-block .img-single img {
    position: relative; }

  .flat-big-block .container {
    padding: 0; } }
@media only screen and (max-width: 767px) {
  .big-block img {
    margin-bottom: 20px; } }
@media only screen and (max-width: 479px) {
  .big-block img {
    margin-bottom: 20px; }

  .big-block .big-block-post {
    padding: 20px; }

  .big-block .big-block-post .title-post {
    font-size: 25px;
    line-height: 30px; }

  .big-block .big-block-post p.style-v1 {
    font-size: 15px;
    line-height: 19px; }

  .big-block .big-block-post button {
    padding: 0.55rem 1.8rem;
    font-size: 0.55rem;
    line-height: 0.9;
    border-width: 0.1rem; }

  .flat-big-block {
    padding: 20px; } }

/*# sourceMappingURL=org-big-block.css.map */
