html {
    height: 100%;
    margin: 0px;
    padding: 0px;
    background-color: white;
    /*
    background-image: linear-gradient(top, rgb(27,73,109) 0px, rgb(27,73,109) 50px, rgb(27,73,109) 100%);
    background-repeat: no-repeat;
*/
    font-family: Inter, Roboto, Helvetica, sans-serif;
}

a {
    color: #151516;
    text-decoration: none;
}

body {
    margin: 0;
    color: white;
    font-family: Roboto, sans-serif;
}

.pageonecolumn {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin: 0vh auto 0vh auto;
    padding: 5vh 0vh 0vh 0vh;
    max-width: 80vw;
}

.pagemulticolumn {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    flex-wrap: wrap;
    margin: 0px auto 0px auto;
    max-width: 80vw;
}

.download {
    display: inline-flex;
    justify-content: flex-end;
    align-items: center;
    width: 100%;
    height: auto;
}

img.hyper {
    margin-left: auto;
    margin-right: 6px;
    float: right;
    vertical-align: middle;
    width: 100px;
    height: 30px;
}

img.download {
    margin-left: auto;
    margin-right: 10px;
    float: right;
    vertical-align: middle;
    width: 100px;
    height: 30px;
}

main {
    top: 200px;
    font-family: Inter, Roboto, Helvetica, sans-serif;
    color: white;
    background-color: transparent;
}

img.logotwitter {
    margin-left: 140px;
    margin-right: 10px;
    margin-bottom: 4px;
    vertical-align: middle;
    width: 32px;
    height: 32px;
}

img.logofacebook {
    margin-right: 10px;
    margin-bottom: 5px;
    vertical-align: middle;
    width: 20px;
    height: 20px;
}

button.nav_button {
    -moz-box-shadow: inset 0px 1px 0px 0px #fce2c1;
    -webkit-box-shadow: inset 0px 1px 0px 0px #fce2c1;
    box-shadow: inset 0px 1px 0px 0px #fce2c1;
    background: -webkit-gradient( linear, left top, left bottom, color-stop(0.05, #ffc477), color-stop(1, #fb9e25) );
    background: -moz-linear-gradient( center top, #ffc477 5%, #fb9e25 100% );
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffc477', endColorstr='#fb9e25');
    background-color: #ffc477;
    -webkit-border-top-left-radius: 7px;
    -moz-border-radius-topleft: 7px;
    border-top-left-radius: 7px;
    -webkit-border-top-right-radius: 7px;
    -moz-border-radius-topright: 7px;
    border-top-right-radius: 7px;
    -webkit-border-bottom-right-radius: 7px;
    -moz-border-radius-bottomright: 7px;
    border-bottom-right-radius: 7px;
    -webkit-border-bottom-left-radius: 7px;
    -moz-border-radius-bottomleft: 7px;
    border-bottom-left-radius: 7px;
    border: 1px solid #eeb44f;
    color: #ffffff;
    font-family: Roboto;
    font-size: 28px;
    font-weight: bold;
    font-style: normal;
    margin-top: 0px;
    height: 80px;
    width: 140px;
    text-decoration: none;
    text-align: center;
    text-shadow: 1px 1px 0px #cc9f52;
}

    button.nav_button:hover {
        background: -webkit-gradient( linear, left top, left bottom, color-stop(0.05, #fb9e25), color-stop(1, #ffc477) );
        background: -moz-linear-gradient( center top, #fb9e25 5%, #ffc477 100% );
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fb9e25', endColorstr='#ffc477');
        background-color: #fb9e25;
    }

    button.nav_button:active {
        position: relative;
        top: 1px;
    }

.presentation {
    max-width: 990px;
    margin-left: auto;
    margin-right: auto;
    color: white;
}

.columnone {
    max-width: 40vw;
    color: white;
    font-weight: 300;
    text-align: left;
}

    .columnone h2 {
        text-align: left;
    }

    .columnone p {
        padding: 0px 10vw 0px 10vw;
    }

.main_column {
    width: 40vw;
    margin-top: 0;
    margin-left: 15px;
    margin-right: 15px;
    color: black;
    font-weight: 300;
    text-align: left;
}

.half_column {
    width: 30vw;
    margin-top: 0;
    margin-left: 15px;
    margin-right: 15px;
    color: black;
    font-weight: 300;
    text-align: left;
}

.two_third_column {
    width: 60vw;
    margin-left: 15px;
    margin-right: 15px;
    text-align: left;
    color: black
}

.two_third_columnFirst {
    width: 600px;
    height: 372px;
    float: left;
    margin-left: 15px;
    margin-right: 15px;
    align-content: center;
}

h2 {
    font-family: Inter, Roboto, Helvetica, sans-serif;
    font-style: normal;
    font-weight: 500;
    text-transform: uppercase;
    color: #151516;
    font-size: 3.5em;
}

h3 {
    font-family: Inter, Roboto, Helvetica, sans-serif;
    font-style: normal;
    font-weight: 600;
    text-transform: uppercase;
    font-size: 2em;
    color: #151516;
}

h4 {
    font-family: Inter, Roboto, Helvetica, sans-serif;
    font-style: normal;
    font-weight: normal;
    text-transform: uppercase;
    color: #151516;
    font-size: 1.3em;
}

h5 {
    font-family: Inter, Roboto, Helvetica, sans-serif;
    font-style: normal;
    font-weight: normal;
    text-transform: uppercase;
    color: #151516;
    font-size: 1.2em;
}

h6 {
    font-family: Inter, Roboto, Helvetica, sans-serif;
    font-weight: 500;
    font-size: 2.5em;
    text-transform: uppercase;
    color: #151516;
    margin-top: 0;
    margin-bottom: 0;
}

p, a, li {
    font-family: Inter, Roboto, Helvetica, sans-serif;
    font-style: normal;
    font-weight: 500;
    color: #151516;
    font-size: 1.1em;
}

#featured_pic {
    display: block;
    width: 30vw;
    position: relative;
    margin-left: auto;
    margin-right: auto;
    border-style: none;
    border-width: 1px;
    border-color: red;
}

    #featured_pic img {
        width: inherit;
        height: auto;
    }

#inline_pic {
    float: left;
    margin-top: 15px;
    margin-left: 15px;
    margin-right: 15px;
}

#access {
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    align-items: center;
    width: 200px;
    height: auto;
    margin: 0px 0px 0px 0px;
    text-align: center;
}

#captionslider {
    height: 80px;
    width: 300px;
    position: relative;
}

/*banner_container*/
#banner_container {
    max-width: 80vw;
    align-items: center;
    width: 80vw;
    display: flex;
    background: linear-gradient(#4D80E4, #F6E7DF);
}

.main_text {
    font-family: Inter, Roboto, Helvetica, sans-serif;
    font-style: normal;
    font-weight: normal;
    font-size: 1.5em;
    color: #151516;
}

#banner_container_text {
    max-width: 30vw;
    margin: 10vh;
}

/*icons_container */

#icons_container {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

.icon_text {
    padding: 2vw;
    max-width: 20vw;
    width: 20vw !important;
    display: flex;
    flex-direction: row;
    vertical-align: top;
}

    .icon_text img {
        float: left;
        width: 74px;
        height: 64px;
        padding: 1vw;
    }

    .icon_text p {
        float: right;
    }


/*quantify_container*/

.quantify_container {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    
}

    .quantify_container h5 {
        max-height: 50px;
        width: 10vw;
        margin-top: -1vh;
    }

    .quantify_container p {
        max-width: 30vw;
        margin-right: 4vw;
        margin-top: -2vh;
        width: 10vw;
    }

.ellipse_text {
    width: 20vw;
    padding: 3vw;
    padding-bottom: 5vw;
    justify-content: space-between;
    display: flex;
    flex-direction: column;
    vertical-align: top;
    align-items: flex-start;
    background-image: url(/Images/Ellipse.png);
    background-repeat: no-repeat;
}

#scheme {
    max-width: 80vw !important;
    height: auto;
    padding-left: 20vw;
    padding-right: 20vw;
    justify-content: center;
}


#icons_container {
    display: flex;
    flex-direction: row;
    max-width: 80vw;
    justify-content: center;
    align-items: flex-start;
}

.icon_scheme {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding-right: 10vh;
    padding-top: 5vh;
    padding-bottom: 5vh;
   
}

    .icon_scheme img {
        justify-content: center;
        max-width: 10vw;
       
    }

    .icon_scheme p {
        justify-content: center;
        max-width: 20vw;
       
    }

    .icon_scheme h5 {
        justify-content: center;
        font-weight: 500;
        max-width: 20vw;
        
    }


    /*For Organizations & Teams_container*/
    .teams_container li {
        list-style-type: none;
        margin-left: 1vw;
        margin-right: 1vw;
        padding-bottom: 20px;
    }

    .teams_container li:before {
        content: "-";
        margin: 1vw;
        margin-left: 0;
    }

.card_text h3 {
    margin: 1vw;
    padding-top: 2vh;
}

.card_text p {
    margin: 1vw;
}

.teams_text {
    font-family: Inter, Roboto, Helvetica, sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 1.4em;
    color: #151516;
    text-align: left;
}

.card_text img {
    max-width: 26vw;
    align-items: center;
    display: flex;
    margin: 2vw;
}

#screenshots{
    padding-top: 3vw;
}




/*Business_container*/
.business_analytics_list li {
    list-style-type: none;
}

    .business_analytics_list li:before {
        content: "-";
    }

.business_container {
    padding-bottom: 5vh;
}

.button {
    display: table;
    position: relative;
    width: auto;
    height: 7vh;
    margin-bottom: 2vh;
    vertical-align: bottom;
    background: #1C51A0;
    border-radius: 92px;
    box-shadow: 0px 4px 8px 0 rgba(0, 0, 0, 0.2);
    border: none;
    transition: 0.3s;
}

    .button a {
        display: table-cell;
        vertical-align: middle;
        padding-left: 4vw;
        padding-right: 4vw;
        color: white;
        line-height: 0;
    }

#business_picture {
    max-width: 30vw;
}

.personal_pick {
    padding-top: -30vw;
}

/*Business Analytics Live_container*/
.business_analytics_live_container {
    display: flex;
    flex-direction: row;
    padding-bottom: 2vw;
}

.live_container {
    float: left;
    padding-left: 6vw;
    padding-right: 4vw;
}

.live_picture {
    width: 80vw;
    height: 40vw;
    padding-left: 10vw;
    background: #1C51A0;
}

.download {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

.download_container h3 {
    padding: 4vw;
}

.download_container.button {
    padding: 4vw;
    padding-top: 10vw;
}

/*footer*/
footer {
    max-width: 80vw;
    line-height: 30px;
    margin-left: auto;
    margin-right: auto;
    font-size: 1em;
}

.footer_text {
    line-height: 30px;
    font-size: 1em;
}

footer div {
    margin: 0 auto;
    width: 80vw;
    text-align: left;
}

.footercolumn {
    display: flex;
    max-width: 80vw;
    justify-content: center;
    vertical-align: top;
    margin-bottom: 2vh;
    padding: 1vw;
    background: linear-gradient(#4D80E4, #F6E7DF);
}

.footer_text {
    flex-basis: auto;
    flex-grow: 1;
    display: inline-block;
    align-items: center;
    vertical-align: top;
    max-width: 20vw;
    margin-left: 1vw;
    font-family: Gilroy;
    font-style: normal;
    font-weight: normal;
    align-items: center;
}

    .footer_text .footer_title {
        font-size: 1.5em;
    }

