
  h3 {
    color: black;
    letter-spacing: 0;
    font-size: 30px;
    font-weight: 400;
    margin-bottom: 15px;
    line-height: 1;
  }

  p.form-passage {
    font-size: 20px;
  }

  p.home-h1 {
    font-size: 40px;
  }

  p.home-h2 {
    font-size: 20px;
  }

  #funding-first-div {
    background-color: #c5262a;
    padding-top: 10px;
    padding-bottom: 10px;

  }

  #funding-first-div * {
    font-size:20px;
    font-style:italic;
    font-weight: lighter;
    color: white;
  }


strong {
    font-weight:bold !important;
  }

  #funding-first-div h2 {
    font-size:40px;
  }

  #funding-second-div {
    background-color: #e6f2ff;
    padding-top: 10px;
    padding-bottom: 10px;

  }

  #funding-second-div * {
    font-size:20px;
    font-style:italic;
    font-weight: lighter;
  }

  #funding-second-div h2 {
    font-size:20px;
  }

  #funding-third-div {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .page {
    padding: 50px 0 0 0 !important;
  }

  img#why-should-i-invest {
    width:60%;
  }

  #news img{
    width:723px;
    height: 542px;
  }

  #social-media img {
    width:823px;
    height: 450px;
  }

  #social-media iframe {
    padding-top:10px;
  }

  #news div,
  #social-media div {
    margin: auto;
  }

  #home.page {
    min-height: 80vh;
  }

  .page {
    min-height: 50vh;
  }

div.empty {
  width:30%
}


body#cn div.select-input {
  width: 50%;
}

/*
 mobile layout
*/

@media screen and (max-width: 767px) {

  #home {
    background-image: none !important;
  }

  #home.page {
    min-height: 120vh;
  }
  #news img {
    width: auto;
    height: auto;
  }

  #social-media img,
  #social-media iframe {
    width:auto;
    height: auto;
  }

}
