/*VARIABLES*/
:root { 
  --primary-color: #6758e9;
  --secondary-color: #d2d2d2;
  --third-color: #23262c;
  --white-color: #ffffff;
  --offwhite-color: #f5f5f5;
  --black-color: #131313;
  --black-text-color: #2D2C2C;
  --offblack-color: rgba(216, 216, 216, 0.05);;
  --grey-color: #787878;
  --grey-text-color: #676767;
  --footer-text-color: #c2c2c2;
  --primary-font: Karla;
  --secondary-font: PlayfairDisplay;
}

/* GLOBAL */

body {
  background-color: var(--black-color);
  color: var(--secondary-color);
  font-family: var(--primary-font);
}
footer {
  height: 4rem;
  font-family: var(--primary-font);
  letter-spacing: 0.068125rem;
}
footer a, footer i {
  color: var(--footer-text-color);
}
footer i {
  margin-left: 0.625rem;
}
i {
  color: var(--primary-color);
}

h1,h2,h3,h4,h5 {
  font-family: var(--secondary-font);
  font-weight: bold;
  font-style: italic;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: 0.5px;
  text-align: center;
  color: #ffffff;
}

h1 {
  font-size: 4.0625rem;
  letter-spacing: 0.03125rem;
}

h2 {
  font-size: 3.5625rem !important;
  letter-spacing: 0.0275rem;
}

h3 {
  font-size: 2.63rem;
  letter-spacing: 0.018125rem;
}
.h4 {
  font-size: 1.19rem;
}

/*MODIFIERS*/
.py-10{
  padding-top: 10rem;
}
.font-size--125 {
  font-size: 1.125rem;
}
.font-size--119 {
  font-size: 1,19rem;
}
.black{
  color: var(--black-color);
}
.verticalalign--center {
  position: relative;
  top:35%;
}
.my-75 {
  margin-top: 7.5rem;
}
.my-406{
  margin-top: 4.0625rem;
}
.my-506{
  margin-top: 5.0625rem;
}
.my-13
{
  margin-top: 1.3125rem;
}
.my-125{
  margin-top: 1.125rem;
}
.my-243{
  margin-top:2.4375rem;
}
.my-15{
  margin-top:1.5rem;
}
.my-28{
  margin-top:2.8125rem
}
.my-193{
  margin-top: 1.9375rem;
}
.my-6{
  margin-top: 6.0625rem;
}

.mw-48{
  max-width: 48.125rem;
}

.black{
  color: var(--black-text-color);
}

/*TARGETED*/

.img--width--logo{
  width: 9.5rem;
}

.i--color--white {
  padding-top: 6rem;
  padding-bottom: 3rem;
  color: var(--white-color);
  font-weight: 300;
  font-size: 2.25rem;
}

.div--background-color--offblack{
  background-color: var(--offblack-color);
  width: 90%;
  padding: 1.625rem;

}
.div--background-color--white p {
  padding-top: 1.2rem;
}
.span--font--primary{
  font-family: var(--primary-font);
  font-weight: bold;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: 0.15px;
  font-size: 1.19rem;
}

.h3--section--examples {
  margin-top: 7.5rem;
  color: var(--grey-color);
  font-family: var(--primary-font);
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: normal;
  color: #787878;
  padding-top: 5rem;
  font-size: 1.5rem;
}

.div--grid--white {
  background-color: var(--white-color);
  margin-bottom: 1rem;
  padding: 1rem;
  box-shadow: 0 2px 20px 0 rgba(0, 0, 0, 0.08);
  margin-left: 5%;
  width: 90%;
}
  /*SCOPED*/
  
  #bgheader {
  background-image: url("../img/bg@2x.png");
    background-size: cover;
    /* Flexbox */
    align-items: center;
    height: 100vh;
    padding-top: 3rem;
  }
  .div--gradient-toblack {
    height: 100%;
    width: 100%;
  background: linear-gradient(180deg, rgba(255,255,255,0) 0%, var(--black-color) 100%);
    opacity: 1;
    position: absolute;
  }

  /*About section*/

  #about .row {
    margin-left: 0;
  }

  /*Examples Section */
  #examples {
    color: var(--black-color);
    padding-bottom: 5rem;
    }
  #examples h1 {
    color: var(--black-color);
  }
  /*Image Grid Section*/
  #imageGrid img{
    width: 100%;
    object-fit: cover;
  }
  #imageGrid .row{
    height: 50%;
  }
  /*Portfolio Section */
  #portfolio {
    color: var(--grey-text-color);
    padding-top: 5rem;
    padding-bottom: 5rem;
    background-color: var(--offwhite-color);
    }
  #portfolio h1, h4 {
    color: var(--black-color);
  }
  #portfolio i {
    padding-right: 1rem;
  }

  /*Parners Section */
  #partners{
    color: var(--grey-text-color);
    padding-top: 5rem;
    padding-bottom: 5rem;
    background-color: var(--offwhite-color);
  }
  
  #partners h1 {
    color: var(--black-color);
  }
  #partners img {
    width: 100%;
    height: 50%;
    object-fit: contain;
  }

  /*Contact Section */
  #contact{
    background-color: var(--third-color);
  }
  #contact button {
    border: solid 2px #ffffff;
    background-color: transparent;
    letter-spacing: 0.1875rem;
    border-radius: 0px;
    margin-bottom: 6.375rem;
  }

  #contact input, textarea {
    border-radius: 0px;
    width: 100%;
    padding: 0.3rem;
    font-family: var(--primary-font);
    font-style: italic;
  }
  #contact {
    background-image: url("../img/map-placeholder@3x.png");    
    background-repeat: no-repeat, no-repeat;
    background-size: 50%;
    background-position: left top, right top;
  }

  /*MEDIA QUERIES*/

  
/* Extra large devices (large desktops, 1200px and up)*/
@media (min-width: 1200px) {   .img--display--desktop {
  display: block;
}
.img--display--mobile {
  display: none;
} }

/* Large devices*/
@media (min-width: 992px) {  
  
  #contact .col:first-child {
  display: block;
}
#contact {
  background-image: url("../img/map-placeholder@3x.png");    
  background-repeat: no-repeat, no-repeat;
  background-size: 50%;
  background-position: left top, right top;
}

.img--display--desktop {
  display: block;
}
.img--display--mobile {
  display: none;
}

}


/* Medium devices*/
@media (max-width: 991.98px) {  /*SCOPED*/
  

  #bgheader h1 {
    padding-top: 3rem;
  }

  #contact .col:first-child {
    display: none;
  }

  .text-center, h1, h2, h3, h4, h5 {
    text-align: left !important;
  }

  .w-50 {
    width: 100% !important;
  }

  .i--color--white{
    display: none !important;
  }
  #contact {
    background-image: none;  
  } 
  
  .img--display--desktop {
    display: block;
  }
  .img--display--mobile {
    display: none;
  }
  h1 {
    font-size: 3.5rem;
  }
  
  h2 {
    font-size: 3rem;
  }
  
  h3 {
    font-size: 2.13rem;
  }
  .h4 {
    font-size: .69rem;
  }
  .h5 {
    font-size: 1rem;
 }
}

  
/* Small devices*/
@media (max-width: 575.98px) {  
  /*SCOPED*/

  #bgheader h1 {
    padding-top: 3rem;
  }

  #contact .col:first-child {
    display: none;
  }

  .text-center, h1, h2, h3, h4, h5 {
    text-align: left !important;
  }

  .w-50 {
    width: 100% !important;
  }

  .mx-auto{
    margin-left: 0% !important;
  }

  .i--color--white{
    display: none !important;
  }
  #contact {
    background-image: none;  
  }

  .img--display--desktop {
    display: none;
  }
  .img--display--mobile {
    display: block;
  }

  h1 {
    font-size: 3.5rem;
  }
  
  h2 {
    font-size: 3rem;
  }
  
  h3 {
    font-size: 2.13rem;
  }
  .h4 {
    font-size: .69rem;
  }
  .h5 {
    font-size: 1rem;
 }
}

