/* 
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com 
Twitter: @rich_clark
*/

html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
    margin:0;
    padding:0;
    border:0;
    outline:0;
    font-size:100%;
    vertical-align:baseline;
    background:transparent;
}

body {
    line-height:1;
}

article,aside,details,figcaption,figure,
footer,header,hgroup,menu,nav,section { 
    display:block;
}

nav ul {
    list-style:none;
}

blockquote, q {
    quotes:none;
}

blockquote:before, blockquote:after,
q:before, q:after {
    content:'';
    content:none;
}

a {
    margin:0;
    padding:0;
    font-size:100%;
    vertical-align:baseline;
    background:transparent;
}

/* change colours to suit your needs */
ins {
    background-color:#ff9;
    color:#000;
    text-decoration:none;
}

/* change colours to suit your needs */
mark {
    background-color:#ff9;
    color:#000; 
    font-style:italic;
    font-weight:bold;
}

del {
    text-decoration: line-through;
}

abbr[title], dfn[title] {
    border-bottom:1px dotted;
    cursor:help;
}

table {
    border-collapse:collapse;
    border-spacing:0;
}

/* change border colour to suit your needs */
hr {
    display:block;
    height:1px;
    border:0;   
    border-top:1px solid #cccccc;
    margin:1em 0;
    padding:0;
}

input, select {
    vertical-align:middle;
}

body {
    font-family: "Archivo";
        -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

#hero {
    width: 100%;
    min-height: 100vh;
    background: url(hero.jpg); 
    background-size: cover;
}

#hero2 {
    width: 100%;
    
    background: url(hero2.jpg); 
    background-size: cover;
}

.blacken {
    width: 100%;
    height: 100vh;
    background: rgba(0,0,0,0.7);
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

#niner {
    flex-grow: 1; 
    width: 100%;
    flex-direction: column;
    align-self: flex-start;
    max-width: 100%;
    max-width: 600px;
    margin: 100px auto;
}

#footer {
    min-height: 30px;
    background: rgba(0,0,0,0.5);
    width: calc(100% - 30px);
    flex-direction: column;
    align-self: flex-end;
    text-align: center;
    color: #fff;
    padding: 15px;
}

#footer p {
    color: #333;
    opacity: 0.8;
    line-height: 20px;

}

#footer p a {
    color: #666;
}

.blacken2 {
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.8);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;

}

#toplogo {
    position: absolute;
    top: 20px;
    left: 20px;
    width: 200px;
}

.uvp {
    color: #fff;
    text-align: center;
    width: 90%;
    max-width: 700px;
}

.uvp h1 {
    font-size: 56px;
    font-weight: 600;
    letter-spacing: -2px;
      -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  margin-bottom: 30px;
}

.uvp p {
    font-size: 24px;
    line-height: 32px;
}

.uvp p span {
    font-style: oblique;
    opacity: 0.4;
    font-size: 20px;
}

p {
    font-weight: 400;
}

.uvp a {
    background: #dd323a;
    font-weight: 500;
    font-size: 24px;
    display: inline-block;
    padding: 20px 25px;
    border-radius: 10px;
    color: #fff;
    text-decoration: none;
    letter-spacing: -1px;
    margin-top: 30px;
    transition: 0.5s;
}

.uvp a:hover {
    background: #c62d34;
}

#more {
    max-width: 1200px;
    margin: 80px auto;
    color: #222;
    width: calc(100% - 40px);
    padding: 0 20px;
}

#more h2 {
    font-size: 42px;
    font-weight: 700;
    letter-spacing: -2px;
    margin-bottom: 30px;
}

#more p {
    font-size: 18px;
    line-height: 32px;
    margin-bottom: 20px;
}

.tm {
    font-family: sans-serif;
    font-size: 12px;
    
        display: inline-block;
    top: -5px;
    position: relative;
}

#pitchflow {
    background: #dd323a;
    color: #fff;
    width: 100%;
    padding: 1px 0;
}

#pitchflow h2, #howred h2 {
    font-size: 42px;
    font-weight: 700;
    letter-spacing: -2px;
    margin-bottom: 30px;
    color: #fff;
}

.tm2 {
    font-family: sans-serif;
    font-size: 24px;
    
        display: inline-block;
    top: -16px;
    position: relative;
}

#pitchflowinner {
    max-width: 1200px;
    margin: 80px auto;
    width: calc(100% - 40px);
    padding: 20px;

}

.madbox {
    width: 22%;
    margin: 10px;
    background: #fff;
    text-align: center;
    padding: 40px 20px;
    
} 

.madbox img {
    height: 70px;
}

.madbox h3 {
    color: #dd323a;
    font-size: 26px;
    margin-top: 20px;
    margin-bottom: 20px;
}

.madbox p {
    color: #333;
    font-size: 15px;
    line-height: 22px;
    font-weight: 500;
}

#boxholder {
    display: flex;
  justify-content: space-between;
}

.curve {
    width: 100%;
    margin-top: 20px;
}

.summarybro {
    font-size: 28px;
    text-align: center;
    font-weight: 400;
    letter-spacing: -1px;
    margin-top: 20px;
}

#whitey {
    max-width: 100%;
    width: 1100px;
    margin: 40px auto;
    display: flex;
    justify-content: space-between;
} 

.founder {
    border: 5px solid #dd323a;
    width: 47%;
}

.founderhead  {
    background: #dd323a;
    width: 100%;
}

.founderimage {
    width: calc(40% - 10px);
    float: left;
    padding: 5px;
}

.founderimage img {
    max-width: 100%;
    height: auto;
}

.foundertop {
    width: 60%;
    float: left;
      display: flex;

  justify-content: center;
   flex-direction: column;
   text-align: left;
   height: 120px;
}

.foundertop h4 {
    font-size: 28px;
    color: #fff;
    line-height: 36px;
}

.foundertop h4 span {
    font-size: 24px;
}

.dembulletz {
    margin: 20px 0;
}

.dembulletz ul li {
    list-style: none;

    background-image: url(right-arrow.svg);

    background-size: 20px 20px;

    background-position: 0px 5px;

    background-repeat: no-repeat;

    padding-left: 30px;

    margin-left: 20px;

    line-height: 30px;

    font-size: 20px;

    font-weight: 500;

    color: #333;

    margin-bottom: 10px;

    padding-right: 10px;
}

#howred {
    background: #dd323a;
    padding: 80px 0;
}

#howredinner {
    width: 1100px;
    max-width: 100%;
    padding: 40px 0;
    margin: 0px auto;
}

.datitem {
    background: #fff;
    display: flex;
    justify-content: center;
    margin-bottom: 40px;
}

.datlefty {
    width: 15%;
    text-align: center;
    font-size: 100px;
    margin: 0;
    color: #dd323a;
    font-weight: bold;
    -webkit-box-shadow: inset -35px 0px 59px -37px rgba(0,0,0,0.25);
-moz-box-shadow: inset -35px 0px 59px -37px rgba(0,0,0,0.25);
box-shadow: inset -35px 0px 59px -37px rgba(0,0,0,0.25);
    padding: 20px 0;
    flex-direction: column;
    display: flex;
    justify-content: center;
    align-content: center;
}

.numbholder {
    /*height: 50px;*/
}

.datrighty {
    width: 85%;
    margin: 0;
    padding: 20px;
}

.datrighty h4 {
    font-size: 32px;
    color: #dd323a;
    font-weight: bold;
}

.datrighty p {
    color: #333;
    font-size: 16px;
    line-height: 24px;
    padding: 10px 0;
}

ol li {
    margin-bottom: 10px;
    line-height: 20px;
}

.d-block {
    display: block;
}

@media only screen and (max-width: 600px) {
    #toplogo {
        left: auto;
    }


}

@media only screen and (max-width: 960px) {
    #boxholder {
        flex-wrap: wrap;
    }

    .madbox {
        width: 37%;
        flex: auto;
    }
}

@media only screen and (max-width: 1300px) {

    #whitey {
        max-width: 90%;
        display: flex;
        flex-wrap: wrap;
    }


}

@media only screen and (max-width: 700px) {
    .founder {
        width: 100%;
        margin-bottom: 30px;
    }

    .numbholder {
        font-size: 60px;
    }
}

@media only screen and (max-width: 1100px) {
    #howredinner h2 {
        text-align: center;
    }

    .datitem {
        margin-bottom: 2px;
    }

    #howred, #howredinner {
        margin-bottom: 0;
        padding-bottom: 0;
    }

    #niner {
        width: calc(100% - 30px);
        padding: 15px;
    }

}