﻿/* Top Section */

#top__content {
  display: flex;
  flex-direction: row;
}

  #top__content .top--left--content {
    width: 50%;
    background: #707070;
    color: #fff;
  }


  #top__content .top--right--content {
    width: 50%;
  }

    #top__content .top--right--content img {
      width: 100%;
      height: 100%;
    }

  #top__content .top--left--content h1 {
    font-family: brandon_grotesquemedium;
    font-size: 60px;
    line-height: 70px;
    margin-left: 26%;
    color: #fff;
    margin-block-start: 0;
    margin-bottom: 24px;
    margin-top: 17.35%;
    max-width: 60%;
    font-weight: 200;
    text-transform: uppercase;
  }

/* Top Content */

.breadcrumbs {
  margin-top: 46px;
}

.section--top--content {
  padding-bottom: 39px;
}

  .section--top--content .container {
    max-width: 704px;
  }

  .section--top--content h2 {
    font-family: brandon_grotesquemedium;
    font-size: 60px;
    line-height: 70px;
    margin-top: 54px;
    margin-bottom: 54px;
    font-weight: 200;
    text-transform: none;
    color: #000;
    max-width: 70%;
    margin-left: auto;
    margin-right: auto;
    font-weight: 200;
    text-transform: uppercase;
  }

/* History */

.section--history {
  padding-top: 102px;
  padding-bottom: 164px;
  background-color: #000;
}

  .section--history .container {
    max-width: 747px;
  }

  .section--history h2 {
    font-family: brandon_grotesquemedium;
    font-size: 60px;
    line-height: 70px;
    margin-top: 37px;
    margin-bottom: 37px;
    text-transform: none;
    font-weight: 200;
    text-transform: uppercase;
  }

  .section--history .content {
    color: #fff;
    max-width: 704px;
    margin-left: auto;
    margin-right: auto;
  }

/* Images List */

.section--images--list {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
}

  .section--images--list img {
    width: 25%;
  }

/* New Trend */

.section--new--trend {
  padding-top: 102px;
  padding-bottom: 156px;
}

  .section--new--trend .container {
    max-width: 704px;
  }

  .section--new--trend h2 {
    font-family: brandon_grotesquemedium;
    font-size: 60px;
    line-height: 70px;
    margin-top: 37px;
    margin-bottom: 37px;
    text-transform: none;
    font-weight: 200;
    text-transform: uppercase;
  }

  .section--new--trend .content {
    color: #fff;
  }

    .section--new--trend .content ul {
      padding-left: 25px;
    }

/* Number 1 */

.section--number--1 {
  padding-bottom: 126px;
  padding-top: 126px;
}

  .section--number--1 .container {
    max-width: 974px;
  }

  .section--number--1 h2 {
    font-family: brandon_grotesquemedium;
    font-size: 60px;
    line-height: 70px;
    margin-top: 53px;
    margin-bottom: 29px;
    font-weight: 200;
    text-transform: none;
    color: #000;
    font-weight: 200;
    text-transform: uppercase;
  }

  .section--number--1 .content {
    max-width: 504px;
    margin-left: auto;
    margin-right: auto;
    display: flex;
    flex-direction: column;
  }

    .section--number--1 .content .content--item {
      display: flex;
      flex-direction: row;
      align-items: flex-start;
      margin-bottom: 15px;
    }

      .section--number--1 .content .content--item img {
        margin-right: 12px;
        width: 19px;
        height: 19px;
      }

      .section--number--1 .content .content--item div {
        margin-top: -5px;
      }

@media(max-width: 1600px) {
  #top__content .top--left--content h1 {
    margin-left:10%;
    margin-top:10%;
  }
}

@media(max-width: 1330px) {
  #top__content .top--left--content h1 {
    font-size:40px;
    max-width:100%;
  }
}

@media(max-width: 1200px) {
  #top__content {
    flex-direction: column;
  }

    #top__content .top--left--content {
      width: 100%;
      text-align: center;
    }


    #top__content .top--right--content {
      width: 100%;
    }

      #top__content .top--right--content img {
        width: 100%;
        height: auto;
      }

    #top__content .top--left--content h1 {
      font-family: brandon_grotesquemedium;
      font-size: 40px;
      line-height: 45px;
      margin-left: 0;
      color: #fff;
      margin-block-start: 0;
      margin-bottom: 49px;
      margin-top: 49px;
      max-width: 70%;
      margin-left: auto;
      margin-right: auto;
      font-weight: 200;
    }
}

@media (max-width: 768px) {
  /* Top Content */

  .breadcrumbs {
    margin-top: 40px;
  }

  .section--top--content {
    padding-bottom: 78px;
  }

    .section--top--content .container {
      max-width: 608px;
    }

    .section--top--content h2 {
      font-size: 40px;
      line-height: 45px;
      margin-top: 55px;
      margin-bottom: 24px;
      font-weight: 200;
      text-transform: uppercase;
      max-width: 60%;
      margin-left: auto;
      margin-right: auto;
    }

   .content {
      padding-left: 15px;
      padding-right: 15px;
    }

  /* History */

  .round--image {
    width: 148px;
  }

  .section--history {
    padding-top: 67px;
    padding-bottom: 127px;
  }

    .section--history .container {
      max-width: 609px;
    }

    .section--history h2 {
      font-size: 40px;
      line-height: 45px;
      margin-top: 28px;
      margin-bottom: 33px;
      text-transform: uppercase;
      max-width: 90%;
      margin-left: auto;
      margin-right: auto;
    }

    .section--history .content {
      color: #fff;
      max-width: 100%;
    }

  /* Images List */

  .section--images--list {
    flex-wrap: wrap;
  }

    .section--images--list img {
      width: 50%;
      flex-grow: 0;
      flex-shrink: 0;
    }

  /* New Trend */

  .section--new--trend {
    padding-top: 67px;
    padding-bottom: 127px;
  }

    .section--new--trend .container {
      max-width: 609px;
    }

    .section--new--trend h2 {
      font-size: 40px;
      line-height: 45px;
      margin-top: 25px;
      margin-bottom: 33px;
      text-transform: uppercase;
      max-width: 70%;
      margin-left: auto;
      margin-right: auto;
    }

    .section--new--trend .content {
      color: #fff;
      max-width: 100%;
    }

      .section--new--trend .content ul li {
        padding-bottom: 20px;
      }

  /* Number 1 */

  .section--number--1 {
    padding-top: 67px;
    padding-bottom: 159px;
  }

    .section--number--1 .container {
      max-width: 609px;
    }

    .section--number--1 h2 {
      font-size: 40px;
      line-height: 45px;
      margin-top: 27px;
      margin-bottom: 61px;
      text-transform: uppercase;
    }

    .section--number--1 .content {
      max-width: 452px;
    }
}

@media (max-width: 480px) {

  #top__content .top--left--content h1 {
    font-size: 25px;
    line-height: 30px;
    margin-bottom: 19px;
    margin-top: 19px;
    max-width: 80%;
  }

  /* Top Content */

  .breadcrumbs {
    margin-top: 27px;
  }

  .section--top--content {
    padding-bottom: 72px;
  }

    .section--top--content .container {
      max-width: 302px;
    }

    .section--top--content h2 {
      font-size: 25px;
      line-height: 35px;
      margin-top: 43px;
      margin-bottom: 24px;
      font-weight: 200;
      max-width: 75%;
    }

    .section--top--content .content {
      line-height: 25px;
    }

  /* History */
  .round--image {
    width: 148px;
  }

  .section--history {
    padding-top: 71px;
    padding-bottom: 69px;
  }

    .section--history .container {
      max-width: 303px;
    }

    .section--history h2 {
      font-size: 25px;
      line-height: 30px;
      margin-bottom: 28px;
      text-transform: none;
      max-width: 90%;
    }

    .section--history .content {
      color: #fff;
      line-height: 25px;
    }

  /* New Trend */

  .section--new--trend {
    padding-top: 70px;
    padding-bottom: 91px;
  }

    .section--new--trend .container {
      max-width: 303px;
    }

    .section--new--trend h2 {
      font-size: 25px;
      line-height: 30px;
      margin-top: 27px;
      margin-bottom: 63px;
      text-transform: none;
      max-width: 100%;
    }

    .section--new--trend .content {
      line-height: 25px;
    }

  /* Number 1 */

  .section--number--1 {
    padding-top: 71px;
    padding-bottom: 82px;
  }

    .section--number--1 .container {
      max-width: 303px;
    }

    .section--number--1 h2 {
      font-size: 25px;
      line-height: 30px;
      margin-top: 28px;
      margin-bottom: 53px;
    }

    .section--number--1 .content {
      max-width: 100%;
      line-height: 25px;
    }

      .section--number--1 .content .content--item div {
        margin-top: -3px;
      }
}
