* {
      -moz-box-sizing: border-box;
      -webkit-box-sizing: border-box;
      box-sizing: border-box;
    }

    body {

      color: #fff;
      margin: 0;
      padding: 0;
      background: #fff;
      font-family: roboto;
      font-size: 19px;
      line-height: 170%;
      font-weight: 300;
    }
    p, li { font-size: 16px; line-height: 160%; }
    h1 { font-size: 45px; line-height: 160%;}
    h2 { font-size: 40px; line-height: 160%;}
    h3 { font-size: 30px; }
    h4 { font-size: 18px; }
    
    
    .fred{color:#cb2127;}
    .btn.btn-red {
      background: #cb2127;
      color: rgba(255, 255, 255, 1);
      padding:10px 40px;
      font-size:30px;
    }
    .fbold{font-weight: bold;}
    .toupper {
      text-transform: uppercase;
    }

    .fdarkyellow {
      color: #684e14;
    }

    .skipsizeoptions .item {
      padding: 10px;
      background: #efefef;
      margin: 20px 10px;
      border: 0 solid #888;
    }

    .list-whychoose .fa {
      color: #5d440f
    }

    .list-whychoose li {
      margin-top: 30px;
      color:#684e14;
    }

  

    .list-about li {
      background: #f2ede5;
      padding: 10px 5px;
      margin: 15px 5px;
      color: rgba(0, 0, 0, .7);
    }

    /* angled div */
    .slanted-div {
      position: relative;
      padding: 50px 0 200px 0;
      background: #fbbe3b;
      overflow: visible;
      z-index: 1;
    }

    /* where the magic happens */


    .slanted-div:before,
    .slanted-div:after {
      content: '';
      width: 100%;
      height: 100%;
      position: absolute;
      background: inherit;
      z-index: -1;
      top: 0;
      transform-origin: right top;
      transform: skewY(-1deg);
      margin-top:-150px;
    }

    .slanted-div:after {
      bottom: 0;
      transform-origin: left bottom;
      transform: skewY(-1deg);
    }

    /* displays the content inside, as these settings in the parent breaks the effect */
    .slanted-div div {}




    footer {
      color: #333;
      text-align: center;
      background: #fff;
    }
    h3{margin:0;}
    .header-right{padding: 50px 0 90px 0;}
    

