@import url('https://fonts.googleapis.com/css2?family=Lato:wght@100;300;400;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@100;200;300;400;500;600;700;800&display=swap');
  
  *{
    box-sizing: border-box;
  }
  
  body {

    font-family: Montserrat, sans-serif;
  }
  
  .header {
    text-align: center;
    padding: 32px;
  }

  body {
    margin-top: 30px;
  }

  @media screen and (min-width: 600px) {
    body {
      margin-top: 70px;
    }
  }

  @media screen and (min-width: 800px) {
    body {
      margin-top: 100px;
    }
  }

  .grid-container {
    max-width: 1160px;
    margin: auto;
  }
  
  /* Create two equal columns that floats next to each other */
  .column-kt {
    float: left;
    width: 33.33%;
    padding: 5px;
    marin: 0;
    text-align: center;
  }

  .column-gallery {
    width: 100%;
    margin-top: 20px;
    text-align: center;
  }

  .column-main-text {
    float: left;
    width: 100%;
    padding: 1px;
    text-align: center;
  }

  .column-sub-text {
    float: left
    width: 100%;
    padding: 1px;
    text-align: center;
  }

   @media screen and (min-width: 600px) {
    .column-main-text {
      float: left;
      width: 100%;
      padding: 1px;
      text-align: center;
    }

    .column-sub-text {
      float: left;
      width: 100%;
      padding: 1px;
      text-align: center;
    }

  }

  @media screen and (min-width: 800px) {
    .column-main-text {
      float: left;
      width: 65%;
      padding: 1px;
      text-align: center;
    }

    .column-sub-text {
      float: right;
      width: 35%;
      padding: 1px;
      text-align: center;
    }
  }
  
  /* Clear floats after the columns */
  .row-kt:after {
    content: "";
    display: table;
    clear: both;
  }

  /*title page images stuff*/

  .square-container {
    position: relative;
    width: 100%;
    padding: 7.5%;
  }

  .square-img-overlay {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    height: 85%;
    width: 85%;
    opacity: 0;
    transition: 0.75s ease;
    background-color: rgba(80, 80, 80, 0.573);
    margin: 7.5%;
  }
  
  .square-container:hover .square-img-overlay {
    opacity: 0.88;
  }

  .square-img {
    display: block;
    width: 100%;
  } 

  .gallery-img {
    display: block;
    width: 93%;
    margin: auto;
  } 

  .img-descr {
    position: absolute;
    top: 50%;
    left: 50%;
    color: white;
    font-size: 6px;
    font-weight: normal;
    letter-spacing: 7.5px;
    text-transform: uppercase;
    pointer-events: none;
    white-space: normal; 
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    text-align: center;
  }

  @media screen and (min-width: 600px) {
    .img-descr {
      font-size: 12px;
    }
  }

  @media screen and (min-width: 800px) {
    .img-descr {
      font-size: 16px;
    }
  }


  h1 {
    font-family:  Montserrat, sans-serif;
    font-weight: 700;
    font-size: 15px;
    letter-spacing: 9.7px;
    text-transform: uppercase;
    margin: 0;
  }

  h2 {
    font-family: Montserrat, sans-serif;
    font-weight: 300;
    font-size: 11px;
    letter-spacing: 5px;
    text-transform: uppercase;
    margin: 0;
    margin-top: 5px;
  }

  h3 {
    font-family: Montserrat, sans-serif;
    font-size: 15px;
    font-weight: 700;
    letter-spacing: 5px;
    line-height: 26.5667px;
    margin-bottom: 18px;
    padding-top: 30px;
  }

  h4 {
    font-family:  Montserrat, sans-serif;
    font-weight: 700;
    font-size: 9.6px;
    letter-spacing: 3px;
    line-height: 17.25px;
    margin-bottom: 0;
  }

  @media screen and (min-width: 600px) {
    h1 {
      font-size: 18.5px;
    }

    h2 {
      font-size: 13.6px;
    }

    h3 {
      font-size: 18.5px;
      padding-top: 0;
    }

    h4 {
      font-size: 12px;
    }
  }

  @media screen and (min-width: 800px) {
    h1 {
      font-size: 23.1px;
    }

    h2 {
      font-size: 17px;
    }

    h3 {
      font-size: 23.1px;
    }

    h4 {
      font-size: 15px;
    }
  }

  .text-project-descr {  
    font-family:  Montserrat, sans-serif;
    font-weight: 300;
    font-size: 15px;
    margin-top: 20px;
    line-height: 24px;
    letter-spacing: 0.3px;
  }

  .text-project-data {
    font-family:  Montserrat, sans-serif;
    font-weight: 300;
    font-size: 18px;
    line-height: 28.8px
  }

  .text-box {
    text-align: left;
    padding-left: 4.5%;
    padding-right: 4.5%;
    margin-top: 40px;
  }

  .text-box-project-data{
    margin-left: 4.5%;
    margin-right: 8.5%;
    text-align: left;
  }

  @media screen and (min-width: 600px) {
    .text-box {
      text-align: left;
      padding-left: 4.5%;
      padding-right: 4.5%;
      margin-top: 40px;
    }

    .text-box-project-data{
      margin-left: 4.5%;
      margin-right: 8.5%;
      text-align: left;
    }
  }

  @media screen and (min-width: 800px) {
    .text-box {
      text-align: left;
      padding-left: 4.5%;
      margin-top: 40px;
    }

    .text-box-project-data{
      margin-left: 7%;
      margin-right: 8.5%;
      text-align: left;
      margin-top: 40px;
    }
  }

  .carousel-inner {
    width:  94%;
    margin: auto;
  }

  .carousel-inner div {
    }
    /*---Firefox Bug Fix --*/
    .carousel-item {
    transition: -webkit-transform 0.5s ease;
    transition: transform 0.5s ease;
    transition: transform 0.5s ease, -webkit-transform 0.5s ease;
    -webkit-backface-visibility: visible;
    backface-visibility: visible;
  }

  .carousel .carousel-indicators button{

    background-color: #000;
  }
  .carousel .carousel-indicators button .active{

    background-color: red;
  }

  .carousel-control-prev-icon {
 background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23000' viewBox='0 0 16 16'%3E%3Cpath d='M11.354 1.646a.5.5 0 0 1 0 .708L5.707 8l5.647 5.646a.5.5 0 0 1-.708.708l-6-6a.5.5 0 0 1 0-.708l6-6a.5.5 0 0 1 .708 0z'/%3E%3C/svg%3E");
}

.carousel-control-next-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23000' viewBox='0 0 16 16'%3E%3Cpath d='M4.646 1.646a.5.5 0 0 1 .708 0l6 6a.5.5 0 0 1 0 .708l-6 6a.5.5 0 0 1-.708-.708L10.293 8 4.646 2.354a.5.5 0 0 1 0-.708z'/%3E%3C/svg%3E");
}

footer {
  padding-bottom: 10px;

}

.footer-kt {
  text-align: center;
  font-family:  Montserrat, sans-serif;
  font-weight: 100;
  font-size: 6px;
  text-transform: uppercase;
  letter-spacing: 2px;
  line-height: 10px;
}

.footer-kt a {
  color: #000;
  text-underline-position: none;
  text-decoration: none;
}

 @media screen and (min-width: 600px) {
    .footer-kt {
      text-align: center;
      font-family:  Montserrat, sans-serif;
      font-weight: 300;
      font-size:8px;
      text-transform: uppercase;
      letter-spacing: 2px;
      line-height: 15px;
    }
  }

  @media screen and (min-width: 800px) {
    .footer-kt {
      text-align: center;
      font-family:  Montserrat, sans-serif;
      font-weight: 300;
      font-size: 10px;
      text-transform: uppercase;
      letter-spacing: 2px;
      line-height: 20px;
    }
  }
