* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}

html {
  font-family: "Montserrat", sans-serif;
}

body {
  background: #eee;
  position: relative;
}

footer {
  position: absolute;
  bottom: 0;
  width: 100%;

}

.main-container {
  min-height: 100vh; /* will cover the 100% of viewport */
  overflow: hidden;
  display: block;
  position: relative;
  padding-bottom: 50px; /* height of your footer */
}

.jumbotron {
  padding-left: 0;
  padding-right: 0;
  margin: 0;
}

/* Header */
.navbar-custom {
  padding: 20px 150px;
}

.nav-link {
  margin: 4px 6px;
  font-size: 1.3rem;
}

.nav-link:hover {
  color: #5cb85c;
}

.nav-dropdown {
  color: #000;
}

.nav-dropdown:active {
  background-color: #eee;
  color: #000;
}

.nav-btn {
  margin: 4px 6px;
}

.navbar-margin {
  margin-top: 5%;
}

.logo {
  margin-bottom: 5px;
}

.home-icon {
  margin-bottom: 5px;
}

.home-icon:hover {
  color: #5cb85c;
}

/* Bottom Navbar */
.navbar-bottom {
  padding: 1% 1% 0;
  background: transparent;
}

.iframe-closed {
  border: 0;
  margin: 0;
  position: "absolute";
  width: 80px;
  height: 60px;
  bottom: 0;
  left: 0;
}

.iframe-open {
  border: 0;
  margin: 0;
  position: "absolute";
  width: 350px;
  height: 500px;
  bottom: 0;
  left: 0;
}

/* Cover */
.cover-div {
  text-align: left;
  color: white;
  background-image: url("images/carry.jpg");
  background-color: grey;
  /* Full height */
  /* height: 100%; */
  width: 100%;
  height: auto;

  /* Center and scale the image nicely */
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 3% 10% 2%;
}

@media only screen and (max-width: 767px) {
  .cover-div {
    background-image: url("images/jump.jpg");
  }
}

.cover-heading {
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
  font-size: 2rem;
  padding: 2% 7% 2%;
}

.cover-medium-heading {
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  font-size: 1.5rem;
  padding: 3% 7% 0;
}

.cover-content {
  font-family: "Roboto", sans-serif;
  font-weight: 200;
  padding: 0 15%;
  font-size: 1rem;
  text-align: right;
}

.left-column {
  padding: 6% 0;
}

.cover-at {
  color: white;
  text-decoration: none;
}

.cover-at:hover {
  color: #3e8299;
  text-decoration: none;
}

.cover-at-blk {
  color: #000;
  text-decoration: none;
}

.cover-at-blk:hover {
  color: #3e8299;
  text-decoration: none;
}

.cover-extra-padding-bottom {
  padding-bottom: 3%;
}

.cover-extra-padding-top {
  padding-bottom: 3%;
}

.debt-form {
  padding: 0 7%;
}

.cover-tc {
  font-family: "Roboto", sans-serif;
  font-size: 0.8rem;
  text-align: center;
}

/* Contact */
.contact-div {
  text-align: left;
  background-image: url("images/johannesburg.jpg");
  /* Full height */
  height: 100%;

  /* Center and scale the image nicely */
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  color: #fff;
  padding-bottom: 3%;
}

.contact-heading {
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  font-size: 3.5rem;
  padding: 4% 10% 1%;
}

.contact-medium-heading {
  font-family: "Montserrat", sans-serif;
  font-size: 2rem;
  font-weight: 400;
  padding: 1% 10% 0;
}

.contact-content {
  font-family: "Roboto", sans-serif;
  font-size: 1rem;
  font-weight: 300;
  padding: 0 10%;
}

.contact-form {
  padding: 0 10%;
  font-weight: 400;
  color: #fff;
}

.contact-at {
  color: #fff;
  text-align: left;
}

.contact-at:hover {
  color: #fff;
}

/* Get Started */
.getstarted-div {
  padding: 0 7%;
}

/* Headings */
.heading {
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  font-size: 3.5rem;
  padding: 4% 10% 1%;
}

.medium-heading {
  font-family: "Montserrat", sans-serif;
  font-size: 2rem;
  padding: 5% 7%;
}

.medium-heading-light {
  font-family: "Montserrat", sans-serif;
  font-size: 2rem;
  padding: 5% 7%;
  color: #ccc;
}

.cell-heading {
  padding: 2% 0;
}

/* Content */
.cell-content {
  font-family: "Roboto", sans-serif;
  font-size: 1rem;
  padding: 1% 5% 3%;
}

.cell-img {
  height: 100px;
  padding: 2%;
}

.content {
  font-family: "Roboto", sans-serif;
  font-size: 1rem;
  padding: 0 7%;
}

.content-light {
  font-family: "Roboto", sans-serif;
  font-size: 1rem;
  color: #ccc;
  padding: 0 10%;
}

.content-div {
  padding: 0 10%;
}

.ordered-list {
  padding: 0 1.8% 1%;
}

.nested-ordered-list {
  padding: 0 4%;
}

.input {
  border: 1px solid #cca;
  background-color: #ccc;
  border-radius: 3px;
  font-family: Roboto, sans-serif;
  display: block;
  padding: 10px 15px;
  font-size: 18px;
  color: white;
  font-weight: 300;
  margin: 2% 0;
  text-align: left;
  width: 100%;
}

.input-left {
  margin: 2% 0;
  text-align: left;
}

.width-250 {
  width: 250px;
}

.width-120 {
  margin-right: 10px;
  width: 120px;
}

.width-full {
  width: 100%;
}

.width-half {
  width: 48%;
}

.button-margin {
  margin-right: 4%;
}

.btn-pri {
  background-color: #2f3c69;
  color: #fff;
}

.btn-pri:hover {
    background-color: #29345b;
    color: #fff;
}

.btn-pri:disabled {
  pointer-events: none;
}

.btn-outline-pri{
  background-color: transparent;
  color: #29345b;
  border-color: #29345b;
}

.btn-outline-pri:hover{
  background-color: #2f3c69;
  color: #fff;
}

.btn-outline-pri:disabled {
  pointer-events: none;
}

.btn-sec {
  background-color: #3e8299;
  color: #fff;
}

.btn-sec:hover {
    background-color: #3e8299;
    color: #fff;
}

.btn-sec:disabled {
  pointer-events: none;
}

.btn-outline-sec{
  background-color: transparent;
  color: #3e8299;
  border-color: #3e8299;
}

.btn-outline-sec:hover{
  background-color: #3e8299;
  color: #fff;
}

.btn-outline-sec:disabled {
  pointer-events: none;
}

.hidden {
  visibility: hidden;
}

.center {
  text-align: center;
}

.signature {
  width: 100%;
  height: 100%; 
}