/* CSS for KYMEA Power Supply Page */

@media (min-width: 1200px) {
  .power-source-col {
    padding: 0;
  }
}

body {
  background-color: #e4ecef;
  color: #4d4d4d;
  font-family: "Gotham-Book";
  font-size: 18px;
}


#envBodyContent {
  padding: 5em 0;
}


#title-big {
  text-transform: uppercase;
  color: #0061a1;
  font-size: 48px;
  font-weight: 600;
  font-family: "Gotham-Bold";
}

@media (max-width: 450px){
  #title-big {
    font-size: 10vw;
  }
}

#title-small {
  text-transform: uppercase;
  color: #0061a1;
  font-weight: 600;
  font-size: 24px;
  font-family: "Gotham-Bold";
}

p {
  color: #4d4d4d;
  font-size: 18px;
  font-weight: bold;
  font-family: "Gotham-Medium";
}
