:root {
  --bg-color: white;
  --text-color: red;
}

html, body {
  color: black;
}

body {
  overflow-x: hidden;
}

body,
header {
  background-color: var(--bg-color);
}

/*  ZUCKER-HEADER */

.header-bar {
  width: calc(66vw * 0.83);
}

.header-bar:hover {
  background-color: yellow;
}

.header-bar:hover:after {
  background-color: yellow;
  color: black;
}

/*  ZUCKER-HEADER END */

h1,
h2,
h3,
h4,
h5,
h6,
p,
.word-count {
  color: var(--text-color);
}

h4 {
  margin-bottom: 0rem;
}

p {
  margin-bottom: 1.5rem;
}

.trigger__container,
.trigger {
  height: 120px;
}

.text__block {
  margin-top: -120px;
}

.text__container {
  background-color: var(--bg-color);
}

.text__block {
  max-width: 60rem;
  margin-left: auto;
  margin-bottom: 2.5rem;
  margin-right: auto;
  padding-left: 2rem;
  padding-right: 2rem;
}

@media only screen and (max-width: 479px) {
  .text__block {
    padding-left: 1rem;
    padding-right: 1rem;
  }
}

.index {
  background-color: var(--text-color);
}

#one {
  width: 31%;
}
#two {
  width: 39%;
}
#three {
  width: 24%;
}
#four {
  width: 10%;
}
#five {
  width: 26%;
}
#six {
  width: 18%;
}
#seven {
  width: 10%;
}
#eight {
  width: 13%;
}
#nine {
  width: 18%;
}

/*  BACKGROUND IMAGE  */

.b-image {
  height: 100vh;
  width: 50vw;
  padding: 0;
  margin: 0;
  background-position: 50% 50%;
  background-size: cover;
}

.header.image-wrapper {
  display: flex;
  flex-direction: row;
  width: 100%;
}

.b-image.one {
  background-image: url('../images/iraner/_mg_8509.jpg');
}
.b-image.two {
  background-image: url('../images/iraner/_mg_8624.jpg');
}

.header .bu-wrapper {
  margin: 0;
}

.header .b-wrapper {
  position: relative;
}


/*  IMAGE  */

img {
  max-width: 100%;
}

.image {
  text-align: center;
}

.image.small {
  max-width: 350px;
}

.float {
  float: left;

}

.bu-wrapper.float {
  margin-left: 0;
  margin-top: 0.3rem;
}

.float .image.border {
  margin-top: 0;
  margin-left: 0;
}

/*IMAGE CONTAINER*/

.image__container {
  background-color: white;
  box-shadow: 0 -1rem 1rem 0 rgba(0, 0, 0, 0.5);
}

.flexbox {
  display: flex;
  flex-direction: row;
  justify-content: center;
}

.flexbox .bu-wrapper:nth-of-type(1) {
  margin-right: 1rem;
}

.flexbox .bu-wrapper:nth-of-type(2) {
  margin-left: 1rem;
}

.lead__wrapper .bu-wrapper {
  position: relative;
  width: 50vw;
}

.lead__wrapper .bu {
  color: var(--text-color);
  max-width: 25%;
  position: absolute;
  bottom: 2rem;
  left: 2rem;
}

a:link		{color: var(--text-color); text-decoration: underline;}
a:visited	{color: var(--text-color); text-decoration: underline;}
a:hover  	{color: black; text-decoration: underline;}
a:active 	{color: black; text-decoration: underline;}


@media (max-width: 900px) {

  .header.image-wrapper {
    flex-direction: column;
  }

  .lead__wrapper .bu-wrapper {
    width: 100vw;
  }
  
  .lead__wrapper .bu {
    max-width: 100%;
  }

  .b-image {
    width: 100%;
  }

}

@media (max-width: 700px) {
  
  .bu-wrapper.float {
    float: none;
    width: max-content;
    margin-left: auto;
    margin-right: auto;
  }
  
  .flexbox {
    flex-direction: column;
  }

  .flexbox .bu-wrapper:nth-of-type(1) {
    margin-right: 2rem;
    margin-bottom: 0;
  }

  .flexbox .bu-wrapper:nth-of-type(2) {
    margin-left: 2rem;
    margin-bottom: 2.5rem;
  }

}