:root{
  --primary-color: white;
  --link-primary-color: white;
  --link-secondary-color: black;
  --link-tertiary-color: #35e835;
  --header-color: white;
  --outer-background-color: black;
  --inner-background-color: #000f30;
  --box-color: #194ca5;
  --box-border-color: #194ca5;
}

body {
  background-color: var(--outer-background-color);
  color: var(--primary-color);
  font-family: "Open Sans", Arial, Helvetica, sans-serif;
  font-size: 17px;
  font-weight: 400;
  padding: 15px;
  margin: 0;
}

.container {
  max-width: 640px;
  margin-left: auto;
  margin-right: auto;
}

.main-content { background-color: var(--inner-background-color); }

#intro-img {
  background-image: url(../img/forex-trading-desk.jpg);
  background-position: center;
  background-size: cover;
  height: 30vh;
}

.text-white { color: white; }

.page-header-container { text-align: center; }

.page-header {
  display: inline-block;
  vertical-align: baseline;
  font-weight: 400;
}

.page-icon {
  display: inline-block;
  vertical-align: baseline;
  padding: 15px;
}

.section-header {
  color: var(--header-color);
  text-align: center;
  font-weight: 400;
  font-size: 1.5rem;
  margin-top: 30px;
  margin-bottom: 30px;
}

.box-section {
  border: var(--box-border-color) solid 1px;
  margin-bottom: 10px;
  h3 {
    background-color: var(--box-color);
    margin: 0;
    padding: 12px 10px 12px 46px;
    position: relative;
    overflow: hidden;
  }
  h3:before {
    background-color: #1992fd;
    width: 15px;
    height: 15px;
    content: "";
    position: absolute;
    top: 50%;
    left: 20px;
    transform: translate(0%, -50%) rotate(45deg);
    pointer-events: none;
  }
  p {
    margin: 3px 0;
  }
  .box-body {
    padding: 7px 12px;
  }
  strong {
    color: #ffd62c;
  }
}

table {
  width: 100%;
  border-spacing: 0;
}

td {
  text-align: center;
  padding: 10px 15px;
}

.text-left { text-align: left; }

th {
  color: #333333;
  font-weight: 400;
  font-size: 1.2rem;
  padding-left: 15px;
  padding-right: 15px;
}

tr:nth-child(odd) { background-color: #e5e8ed; }

tr.tr-header {
  background-color: #c4cdd6;
  height: 50px;
}

.section {
  padding-top: 20px;
  padding-left: 20px;
  padding-right: 20px;
  padding-bottom: 30px;
}

.section-small {
  max-width: 490px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 0;
}

p {
  font-size: 1rem;
  line-height: 1.7;
}

.mb-0 { margin-bottom: 0; }
img { max-width: 100%; }
figure { margin: 0; }
figcaption { text-align: center; }

figcaption span {
  display: block;
  color: #333333;
  font-size: 18px;
}

.item-name {
  margin-top: 20px;
  margin-bottom: 10px;
}

.special-items {
  display: flex;
  margin-left: -15px;
  margin-right: -15px;
}

.special-item {
  padding-left: 15px;
  padding-right: 15px;
  width: 33%;
}

.img-container {
  position: relative;
  width: 100%;
  padding-bottom: 100%;
  overflow: hidden;
}

.special-item-img {
  position: absolute;
  top: 0;
  left: 0;
  object-fit: cover;
  width: 100%;
  height: 100%;
}

hr {
  width: 60%;
  border: 0.5px solid #ccc;
}

.social-icons {
  text-align: center;
  margin-top: 30px;
}

.social-icons i { font-size: 1.2rem; }
.social-link-container { display: inline-block; }

.social-link {
  color: white;
  background-color: #c5ced8;
  border-radius: 2px;
  width: 35px;
  height: 35px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 3px;
  text-decoration: none;
  transition: all 0.3s ease;
}

.social-link:hover { background-color: #808e9e; }

.contact-link {
  color: #333333;
  font-weight: 600;
  text-decoration: none;
}

a { transition: all 0.3s ease; }

.clickable {
  font-weight: 700;
  color: var(--link-primary-color);
  background-color: var(--link-secondary-color);
  padding: 12px 30px;
  text-decoration: none;
  border: 2px solid var(--link-tertiary-color);
  border-radius: 100px;
  transition: all 0.3s ease;
}

.clickable:hover {
  color: var(--link-secondary-color);
  background-color: var(--link-tertiary-color);
}

.contact-link:hover { color: #808e9e; }

footer p {
  color: #333333;
  font-size: small;
}

.copyright-text {
  font-size: 0.9rem;
  margin-top: 30px;
  margin-bottom: 30px;
  text-align: center;
}

.footer-link {
  color: #fff;
  text-decoration: none;
}

.footer-link:hover { color: #c5ced8; }

.v-stack {
  display: flex;
  justify-content: center;
}

@media screen and (min-width: 778px) {}

@media screen and (min-width: 550px) {
  .special-item {
    padding-left: 10px;
    padding-right: 10px;
    width: 100%;
  }
  .special-items {
    margin-left: -10px;
    margin-right: -10px;
  }
  .page-header {
    font-size: 2.1rem;
    margin: 20px 0 35px 0;
  }
  .flex-md-column {
      flex-direction: column!important
  }
  .flex-md-column-reverse {
      flex-direction: column-reverse!important
  }
  .pt-md-5 {
    padding-top: 3rem !important;
  }
  .pt-md-4 {
    padding-top: 1.5rem !important;
  }
  .pt-md-0 {
    padding-top: 0rem !important;
  }
}

@media screen and (max-width: 550px) {
  .page-header {
    font-size: 1.8rem;
    margin: 0 0 15px 0;
  }
  .flex-sm-column {
      flex-direction: column!important
  }
  .flex-sm-column-reverse {
      flex-direction: column-reverse!important
  }
  .pt-sm-5 {
    padding-top: 3rem !important;
  }
  .pt-sm-0 {
    padding-top: 0rem !important;
  }
}

@media screen and (max-width: 480px) {
  .special-item {
    padding-left: 5px;
    padding-right: 5px;
  }
  .special-items {
    margin-left: -5px;
    margin-right: -5px;
  }
}

@media screen and (max-width: 430px) {
  .responsive-table { overflow-x: auto; }
  table { width: auto; }
  .special-items { flex-direction: column; }
  .special-item { margin-bottom: 40px; }
  figcaption p {
    margin-bottom: 0;
    line-height: 1;
  }
}

.d-flex {
  display: flex;
}

.flex-column {
    flex-direction: column
}

.flex-column-reverse {
    flex-direction: column-reverse!important
}

.text-center {
  text-align: center !important;
}

.p-5 {
  padding: 3rem !important;
}

.pt-5 {
  padding-top: 3rem !important;
}

.pt-4 {
  padding-top: 1.5rem !important;
}

.py-4 {
  padding-top: 1.5rem !important;
}

.px-2 {
  padding-top: 0.5rem !important;
}

.pt-0 {
  padding-top: 0rem !important;
}

.fs-1 {
    font-size: calc(1.375rem + 1.5vw)!important
}

.fs-2 {
    font-size: calc(1.325rem + .9vw)!important
}

.fs-3 {
    font-size: calc(1.3rem + .6vw)!important
}

.fs-4 {
    font-size: calc(1.275rem + .3vw)!important
}

.fs-5 {
    font-size: 1.25rem!important
}

.fs-6 {
    font-size: 1rem!important
}

.fst-normal {
    font-style: normal!important
}

.fw-semibold {
  font-weight: 600!important
}

.fa-ff {
    font-family: "Font Awesome 5 Free";
}
