body {
  font-size: 18px;
  font-family: 'Avenir', Helvetica, Arial,  sans-serif;
  letter-spacing: 1px;
}

/* COMMON */
h4 {
  font-weight: bold;
}

h3 {
  font-weight: 300;
}

.global-network,
.how-it-works,
.pricing,
.sell-to-companies,
.network-app,
.faq-section,
.newsletter,
footer {
  padding: 40px 0;
}

/* HELPER */
.section-separator {
  background-color: #f1f1f1;
  width: 100%;
  height: 60px;
}

.btn-custom {
  background-color: #FF0083;
  color: #fefefe;
}

.btn-custom:hover {
  color: #fefefe;
}

.grey-background {
  background: #f4f4f4;
}

.margin-top {
  margin-top: 30px;
}

h2,
.white-box h3 {
  color: #FF0083;
  font-size: 24px;
}

.magenta {
  color: #FF0083;
}


/* NAVBAR */
.navbar-brand {
  font-size: 27px;
}

/* Ugly RESET */
.navbar li.not-btn a{
  background: white !important;
}

.navbar li:last-child a {
  padding-bottom: 10px;
}

.navbar-custom  {
  font-size: 20px;
  padding: 10px;
}

.navbar-custom  a {
  color: #4d4d4d;
}

.navbar-custom .btn-custom {
  color: #fff;
}
.navbar-custom .btn-custom:visited,
.navbar-custom .btn-custom:active,
.navbar-custom .btn-custom:hover {
  background: #FF0083
}

.navbar-custom .navbar-toggle {
  background: #FF0083;
}

.navbar-custom .navbar-toggle .icon-bar {
  background: #fff;
}


/* HERO */
.hero .text-wrapper {
  margin-top: 20%;
}

.hero .text-wrapper h1 {
  font-size: 35px;
}

.text-wrapper p {
  margin-top: 20px;
  margin-bottom: 40px;
  font-size: 22px;
  letter-spacing: 2.5px;
  line-height: 40px;
}

.network-app .btn-custom,
.hero .btn-custom {
  width: 100%;
}


/* WHY US */
.why-us {
  padding: 20px 0 60px 0;
}

.why-us ul.home-page {
  margin: 0;
  padding: 0;
}

.why-us ul li {
  margin-bottom: 15px;
}

.why-us .sub-heading {
  margin: 30px;
}

/* GLOBAL NETWORK */
.global-network {
  background-color: #f9f9f9;
}

.map-background {
  margin-top: 30px;
  background-image: url(./images/map-background.png);
  padding: 50px 0;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: 50% 0;
}

.global-network .white-box {
  background-color: rgba(255,255,255,0.7);
  border: 1px solid #d8d8d8;
  border-radius: 10px;
  padding: 20px 40px;
}

.global-network .white-box img {
  width: 60%;
  margin: 0 auto;
  margin-bottom: 30px
}

/* HOW IT WORKS */
.how-it-works .row {
  padding: 40px 0;
}

.how-it-works .side-padded {
  padding: 0 30px;
}

/* PRICING */

.pricing .sub-heading {
  margin: 30px 0;
}

.pricing .sub-heading p {
  line-height: 40px;
}

.tab-nav {
  margin-bottom: 40px;
}

.tab-nav li {
  display: inline-block;
}

.tab-nav li:not(:last-child) {
  margin-right: 10px;
}
.tab-nav li a,
.tab-nav li a:active,
.tab-nav li a:visited {
  color: #4d4d4d;
}


.tab-nav li a {
  text-decoration: underline;
}

.tab-nav li.active a {
  text-decoration: none;
}


.offer-box {
  box-shadow: 0 0 8px rgba(200,200,200,0.3);
}

.offer-price {
  padding-top: 20px
}

.offer-price h1 {
  color: #4990E2;
}

.price {
  font-weight: 800;
  font-size: 55px;
  color: #00000;
  letter-spacing: -3px;
  line-height: 70px;
}

.offer-how-we-help .btn-lg {
  border-radius: 30px;
  padding: 10px 26px;
}

.offer-how-we-help {
  padding: 10px 0 20px;
  border-top: 1px solid #e8f3ff;
}

.offer-how-we-help p,
.offer-what-to-expect p:first-child {
  font-size: 12px;
  text-transform: uppercase;
}

.offer-how-we-help .list-unstyled {
  margin-bottom: 20px;
}

.offer-how-we-help li {
  color: #8093AC;
  font-weight: 500;
  font-size: 20px;
}

.offer-what-to-expect {
  box-shadow: 0 -2px 5px rgba(240,240,240,0.4);
  font-size: 16px;
  padding: 15px 20px;
  min-height: 160px;
  letter-spacing: 2px;
}

.pricing .margin-top,
.pricing .margin-top a{
  color: #8093AC;
}

.pricing .margin-top a {
  border-bottom: 1px solid #8093AC;
  text-decoration: none;
}


/* FAQ LIST */
.faq-list li {
  padding: 5px 0;
  color: #4a4a4a !important;
}


/* NEWSLETTER */
.newsletter {
  border-top: 1px solid #D8D8D8;
}

.newsletter h3 {
  margin: 5px 0;
}

.newsletter .form-group {
 width: 70%;
}

.newsletter .form-group input {
  width: 100%;
}


/* JOIN US BAR*/
.join-us-bar {
  padding: 20px 0;
}

.join-us-bar p {
  margin: 0;
  font-size: 22px;
}

.join-us-bar a {
  color: #4a4a4a;
  border-bottom: 1px solid #4a4a4a;
  text-decoration: none
}
/* JOIN US PAGE*/


.join-us-hero .text-wrapper {
  margin-top: 15%;
}
.network-app {
  padding-bottom: 50px;
}
 .network-app h2 {
  margin-bottom: 30px;
 }
.network-app img {
  box-shadow: 5px 5px 20px rgba(100,100,100,0.5);
}


/* FOOTER */
footer h3 {
  margin: 0;
}

footer .btn-lg {
  width: 60%;
}

footer .list-unstyled li {
  padding: 5px 0;
}

footer .list-unstyled li a {
  text-decoration: none;
  color: #4a4a4a;
}

.rights-and-terms {
  font-size: 14px;
}


/* RESPONSIVE == Medium Devices, Desktops == */
@media only screen and (max-width : 1199px) {
  .offer-price .price {
    font-size: 50px;
  }
  .offer-box .offer-what-to-expect {
    min-height: 250px;
  }
}
@media only screen and (max-width : 780px) {
  .why-us ul {
    margin: 0 20px;
  }
}
/* RESPONSIVE ========= Phones =========== */
@media only screen and (max-width: 480px)  {
  /* HERO */
  .hero .text-wrapper {
    margin-top: 0;
  }
  .hero .btn-custom {
    font-size: 16px;
  }
  /* OFFER BOX*/
  .offer-box .offer-what-to-expect {
    min-height: 100px;
  }
  /* JOIN US BAR RESPONSIVE */
  .join-us-bar {
    padding-bottom: 30px;
  }
  .join-us-bar a {
    display: block;
    margin-top: 10px;
  }


  /* FOOTER RESPONRIVE */
  footer .btn-lg {
    width: 100%;
  }
  footer h3 {
    text-align: center;
    margin-bottom: 30px;
  }
  footer .list-unstyled {
    margin-top: 20px;
    text-align: center;
  }
  footer .list-unstyled li {
    display: inline-block;
    padding:  0 20px;
  }
}