@import url("https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&display=swap");

html,
body {
  font-family: "Lato", Arial, Helvetica, sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  color: #231f20;
  padding: 0;
  margin: 0;
  width: 100%;
  min-width: 300px;
  scroll-behavior: smooth;
  background: white;
}

div, h2, p, a, input, li, button {
  font-family: "Lato", Arial, Helvetica, sans-serif;
}

h2, p {
  margin:0;
}

img {
  border:0;
}

a {
  text-decoration: none;
  color: #231f20;
}

a:hover {
  color: #0060df;
}

.df {
  display: -webkit-flex;
  display: flex;
}

.df-col {
  -webkit-flex-direction: column;
  flex-direction: column;
}

.df-row {
  -webkit-flex-direction: row;
  flex-direction: row;
}

.df-f1 {
  -webkit-flex: 1 !important;
  flex: 1 0;
}

.df-space {
  display: -webkit-flex;
  display: flex;
  -webkit-flex: 1 !important;
  flex: 1 0 auto;
}

.df-c {
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
}

.df-lc {
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-align-items: center;
  align-items: center;
}

.df-rc {
  -webkit-align-items: flex-end;
  align-items: flex-end;
  -webkit-justify-content: center;
  justify-content: center;
}

.df-cr {
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}

.df-tr {
  -webkit-align-items: flex-start;
  align-items: flex-start;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}

.df-ct {
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: flex-start;
  align-items: flex-start;
}

.df-lt {
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-align-items: flex-start;
  align-items: flex-start;
}

.df-lb {
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-align-items: flex-end;
  align-items: flex-end;
}

.f1 {
  display: -webkit-flex;
  display: flex;
  -webkit-flex: 1 !important;
  flex: 1 0;
}

.fc {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
}

.fct {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: flex-start;
  align-items: flex-start;
}

.flc {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-align-items: center;
  align-items: center;
}

.frc {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  -webkit-align-items: center;
  align-items: center;
}

.frt {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  -webkit-align-items: flex-start;
  align-items: flex-start;
}

.flt {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-align-items: flex-start;
  align-items: flex-start;
}

.fcol {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
}

.error-message {
  color:#c90000;
}

.page--content-wrap {

}

.page--content {
  margin:10px;
}


@media screen and (max-width: 1150px) {
    
  html,
  body {
    height: auto !important;
  }
  
  .getfox-api-logo svg,
  .getfox-api-logo {
    width: 80px !important;
  }

  h1 {
    font-size: 40px !important;
    line-height: 40px !important;
  }

  h2 {
    font-size: 40px !important;
    line-height: 40px !important;
  }

  h3 {
    font-size: 30px !important;
    line-height: 30px !important;
  }

  h4 {
    font-size: 30px !important;
    line-height: 30px !important;
  }

  h5 {
    font-size: 40px !important;
    line-height: 40px !important;
  }


  .checkout-links {
    font-size: 20px !important;
    line-height: 20px !important;
  }

  .api-buttons-icon svg, .api-buttons-icon {
    width: 50px !important;
  }

  .api-header-text-wrap{
    flex-direction: column !important;
  }

  .api-page--row {
    flex-direction: column !important;
  }

  .api-page--row-custom {
    flex-direction: column-reverse !important;
  }

  .header-block {
    margin: 20px !important;
    width: 100% !important;
    max-width: 500px;
  }

  
  .footer-link {
    margin-bottom: 10px !important;
  }

  .footer-link {
    margin-left: 15px !important;
    margin-right: 0px !important;
  }

  .copyright-footer {
    flex-direction: column !important;
    align-items: flex-end;
  }

  .body-wrap {
    margin: 20px !important;
  }

  .custom-look-image {
   margin:0 auto !important;
   max-width: 300px !important;
  }

}

.getfox-api-logo {
  width: 120px;
}

.getfox-api-logo svg {
  width: 120px;
}

.copyright-footer,
.top-bar,
.page--content {
  max-width: 1200px;
  margin: 0 auto;
}

.top-bar {
  margin-top: 40px;
  margin-bottom: 40px;
}

.copyright {
  font-size: 11px;
  color: #737373;
  margin-top: 10px;
  margin-bottom: 30px;
  padding-right: 20px;
}

.footer-link-fox {
  color: #ff9c00;
  text-decoration: underline;
  margin-left: 5px;  
}

.footer-link-fox:hover {
  text-decoration: none;
}

.footer-link {
  margin-right: 15px;
  color: #737373;
}  

.getfox-footer-item {
  max-width: 250px;
}

.getfox-footer-item p {
  margin-top:20px;
  font-style: italic;
}

.footer-home-grid-item a {
  font-size: 18px;
  font-weight: 300;
  cursor: pointer;
}

a.footer-link:hover {
  color: #ff9c00;
}

.footer-home-grid-item a:hover {
  color: #ff9c00;
}

.footer-home-grid-item p {
  margin-bottom: 5px;  
}

.footer-home-grid-item p.menu-links {
  text-align: right;
}

.footer-link-getfox {
  color: #737373;
}

.api-header-text {
  font-size: 70px;
  line-height: 70px;
  font-weight: 900;
  margin: 0;
  color: #0060df;
  
}

.api-header-text-wrap {
  margin-left: 30px;
}


.body-wrap {
  margin: 40px;
}

h2 {
  font-size: 80px;
  font-weight: 900;
  line-height: 80px;

}

h3 {
  font-size: 50px;
  font-weight: 300;
  line-height: 50px;

}

h4 {
  font-size: 40px;
  font-weight: 900;
  line-height: 44px;
}

h5 {
  font-size: 60px;
  font-weight: 300;
  line-height: 60px;

}

h5 strong {
  font-weight: 600;
}

.header-block {
  margin: 50px;
  width: 50%;
  position: relative;
}

.api-get-started-image {
  width: 100%;
  margin: 0 auto;
  max-width: 500px;
}

.checkout-links {
  color: #0060df;
  font-size: 30px;
  font-style: italic;
  font-weight: 700;
}

.api-buttons-row {
  margin-bottom: 50px;
}

.checkout-links:hover {
  color: #737373;
}

.api-buttons-icon svg,
.api-buttons-icon {
  width: 70px;
  margin-right: 20px;
}

.custom-look-box {
  background: url("/static/images/api/home-square-back.1215a9423ab0.png") no-repeat;
  background-size: auto;
  width: 100%;
  height: 100%;
  background-position: center bottom;
  background-size: contain;
}

.custom-look-box-photo {
  background: url("/static/images/api/home-square-photo.2614aec365f9.png") no-repeat;
  background-size: auto;
  width: 100%;
  height: 100%;
  background-position: center bottom;
  background-size: contain;
}

.api-header-text-sub {
  margin: 0;
}

.custom-look-image {
  width: 100%;
  max-width: 400px;
  margin: 0;
  display: block;
}

.api-docs-content {
  max-width: 768px;
  width:100%;
  padding: 40px;
  padding-top: 0px;
  background-color: aliceblue;
  border-radius: 50px;
}


.see-api-docs {
  text-decoration: underline;
  margin-bottom:20px;
}

.doc-coming-soon {
  font-size: 28px;
  font-style: italic;
  margin: 70px 30px;
  text-align: center;
}

.links-block {
  margin: 70px 30px;
}

.thank-you-icon {
  margin: 30px 0px;
}

.docs h1 {
  font-size:3rem;
  line-height: 2em;
  margin-bottom:20px;
  font-weight: 800;
  color: #0060df;
}

.docs h2 {
  font-size:1.5rem;
  line-height: 1em;
  margin-bottom:20px;
}

.docs h3 {
  font-size:1.25rem;
  line-height: 1em;
  margin-bottom:20px;
}

.docs a {
  color: #0060df;
  text-decoration: underline;
}

.docs .hljs {
  background-color: aliceblue;
  padding: 10px 10px 0 10px;
  font-size:.75rem;
  white-space: break-spaces;
}

.docs p code {
  background-color: aliceblue;
  padding: 0 5px;
  font-size: .875rem;
}

.docs blockquote {
  padding: 10px 20px;
  margin: 0 0 20px;
  font-size: 17.5px;
  border-left: 5px solid #eee;
}

.docs thead {
  background-color: #0060df;
  color: white;
  border:1px solid grey;  
}

.docs p {
  margin-bottom: 40px;
}

.docs thead th {
  border-radius: 5px;
  padding: 8px;

  -moz-border-radius: 7px;
  -o-border-radius: 7px;
  -ms-border-radius: 7px;
  -webkit-border-radius: 7px;
  
}

.docs img {
  max-width: 100%;
  margin: 0 auto;
}

.docs table {
  background-color: aliceblue;
  margin-bottom: 20px;
  width: 100%;
}

.docs td {
  padding:2px 6px;
  border-radius: 6px;
  background-color: white;
  padding: 8px;
}

.docs .hljs-number {
  color: purple;
}

.docs .hljs-string,
.docs .hljs-literal {
  color: chocolate;
}

.docs .hljs-title {
  font-weight: 600;
}