html {
    height: 100%;
    margin: 0px;
    padding: 0px;
    background-color: white;
    scroll-behavior: smooth;
    /*
    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;
    scroll-behavior: smooth;
}

a {
    color: #132644;
    text-decoration: none;
}

body {
    margin: 0;
    color: white;
}

.pageonecolumn {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin: 0vh auto 0vh auto;
    padding: 5vh 0vh 0vh 0vh;
    max-width: 80vw;
}

.pageonenewcolumn {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin: 0vh auto 0vh auto;
    padding: 5vh 0vh 0vh 0vh;
    color: black;
    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, 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: Arial;
    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;
    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;
	align-items: flex-start;
}

.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;
}
h1 {
    margin-top: 0;
    padding-top: 5%;
	margin-bottom: 0;
	margin-left: 10px;
	padding-bottom: 0;
    font-family: Inter;
    font-style: normal;
    font-weight: bold;
    font-size: 2.5em;
    color: #132644;
}
h2 {
    margin-top: 0;
	margin-left: 10px;
    padding-top: 5%;
	margin-bottom: 0;
	padding-bottom: 0;
    font-family: Inter;
    font-style: normal;
    font-weight: bold;
    font-size: 3em;
    color: #132644;
}

h3 {
    font-size: 2em;
    font-weight: bold;
    text-align: left;
    
    color: #132644;
}

h4 {
    font-weight: bold;
    font-size: 1.7em;
    color: #132644;
   
}

h5 {
    font-weight: 500;
    font-size: 1.4em;
    text-transform: uppercase;
    color: #30415B;
}
h6 {
    font-family: Inter;
    font-weight: 500;
    font-size: 2.5em;
    text-transform: uppercase;
    color: #30415B;
    margin-top: 0;
    
    margin-bottom: 0;
}

p, a {
    color: #132644;
    font-family: Inter;
    font-style: normal;
    font-weight: 500;
    font-size: 1em;
    line-height: 1.5em;
    color: #132644;
}


#featured_pic {
    display: block;
    width: 30vw;
    height: 70vh;
    position: relative;
    margin-left: auto;
    margin-right: auto;
    border-style: none;
    border-width: 1px;
    border-color: red;
}




#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;
}

@keyframes cycleone {
    0% {
        opacity: 1;
        z-index: 64;
    }

    30% {
        opacity: 1;
        z-index: 64;
    }

    33% {
        opacity: 0;
        z-index: 32;
    }

    97% {
        opacity: 0;
        z-index: 32;
    }

    100% {
        opacity: 1;
        z-index: 64;
    }
}

@keyframes cycletwo {
    0% {
        opacity: 0;
        z-index: 32;
    }

    30% {
        opacity: 0;
        z-index: 32;
    }

    33% {
        opacity: 1;
        z-index: 64;
    }

    63% {
        opacity: 1;
        z-index: 64;
    }

    67% {
        opacity: 0;
        z-index: 32;
    }

    100% {
        opacity: 0;
        z-index: 32;
    }
}

@keyframes cyclethree {
    0% {
        opacity: 0;
        z-index: 32;
    }

    63% {
        opacity: 0;
        z-index: 32;
    }

    67% {
        opacity: 1;
        z-index: 64;
    }

    97% {
        opacity: 1;
        z-index: 64;
    }

    100% {
        opacity: 0;
        z-index: 32;
    }
}

#featured_pic img {
    width: inherit;
    height: auto;
}

#featured_pic .firstpicture {
    width: inherit;
    height: auto;
    position: absolute;
    top: 0;
    animation: cycleone 15s linear infinite;
    display: block;
}

#featured_pic .onepicture {
    width: inherit;
    height: auto;
    position: absolute;
    top: 0;
    display: block;
}

#featured_pic .secondpicture {
    width: inherit;
    height: auto;
    position: absolute;
    top: 0;
    animation: cycletwo 15s linear infinite;
    display: block;
}

#featured_pic .thirdpicture {
    width: inherit;
    height: auto;
    position: absolute;
    top: 0;
    animation: cyclethree 15s linear infinite;
    display: block;
}

#captionslider .firstcaption {
    position: absolute;
    animation: cycleone 15s linear infinite;
}

#captionslider .secondcaption {
    position: absolute;
    animation: cycletwo 15s linear infinite;
}

#captionslider .thirdcaption {
    position: absolute;
    animation: cyclethree 15s linear infinite;
}

footer {
    max-width: 990px;
    line-height: 30px;
    margin-left: auto;
    margin-right: auto;
    font-size: 12px;
}

.footer_text {
    line-height: 30px;
    font-size: 12px;
}


/*textcols_container*/
#textcols_container {
    max-width: 80vw;
    width: 80vw;
    display: flex;
}

    #textcols_container h2 {
        float: left;
    }

    #textcols_container p {
        display: block;
        min-height: 10vh;
        margin: 1vw;
        padding-top: 3vw;
       
    }

.textcols_paragraph {
    padding: 2vw;
   
}

/*first_green_container*/
#first_green_container {
    max-width: 80vw;
    align-items: center;
    width: 80vw;
    display: flex;
    padding-top: 3vw;
    padding-bottom: 3vw;
    background: #28B5B5;
}
    #first_green_container img {
       max-width: 40vw;
    }

    #first_green_container p {
        padding-right: 10vw;
        padding-left: 5.4vw;
        font-weight: 500;
        font-size: 1.4em;
    }


.size_picture{
    width: 100% !important;
    height: 100% !important;
}
.images
{
/*min-width: 300px;*/
}
#column_position {
    padding-right: 5vw !important;
}
/*second_green_container*/
#second_green_container {
    max-width: 80vw;
    width: 80vw;
    display: flex;
    padding-top: 3vw;
    background: #A2D7C2;
}
    #second_green_container .main_column {
        padding-left: 5vw;
    }

    #second_green_container .half_column {
        float: right;
        padding-right: 5vw;
    }

        #second_green_container .half_column img {
            margin-top: 6vh;
            max-width: 20vw;
            right: 0;
        }

.data_text{
    display: flex;
    flex-direction:row;
}

    .data_text img {
        max-width: 7vh;
        max-height: 7vh;
       
    }
    .data_text p {
        margin-top: -1vh;
        padding-bottom: 5vh;
        margin-left: 3vw;
    }
    
    /*how_it_works_container*/

.round_picture {
    display: block;
    height: 70vh;
    position: relative;
    margin-left: auto;
    margin-right: auto;
    right: 0;
    z-index: -1;
}
#dns {
    padding-top: 3vw;
}

.paragraph{
    padding-left: 4vw;
}



/*quick start contanier*/
.quick_icon {
    display: flex;
    flex-direction: row;
    padding-bottom: 0.5vh;
    padding-top: 16vh;
}

    .quick_icon img {
        max-width: 7vh;
        max-height: 7vh;
    }

    .quick_icon h6 {
        margin-top: -3vh;
        margin-left: 3vw;
        max-width: 60vw;
    }


/*pricing_container*/

.price_card {
    display: flex;
    flex-direction: column;
    max-width: 20vw;
    text-align: center;
    background: #9CD5BF;
    border-radius: 4px;
    box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2);
    transition: 0.3s;
    padding: 1vw;
    padding-bottom: 1vw;
    margin-bottom: 6vw;
}

.price_card h3 {
            text-align: center;
            font-weight: bold;
        }
.price_card_text{
    padding-bottom: 2vw;
}

.price_card_text p {
    padding: 0.1vw;
    margin-left: 2vw;
    margin-right: 2vw;
}

.price_button {
    display: table;
    position: relative;
    width: 16vw;
    height: 7vh;
    margin: 0 auto;
    margin-bottom: 4vh;
    vertical-align: bottom;
    background: #132644;
    border-radius: 92px;
    box-shadow: 0px 4px 8px 0 rgba(0, 0, 0, 0.2);
    border: none;
    transition: 0.3s;
}

    .price_button a {
        display: table-cell;
        vertical-align: middle;
        padding-left: 4vw;
        padding-right: 4vw;
        color: white;
        line-height: 0;
    }


/*download_container*/
.download_button {
    height: auto;
    margin-bottom: 1vw;
    padding-right: 2vw;
    padding-left: 2vw;
    border: none;
    background: #132644;
    border-radius: 16px;
    display: table;
    box-shadow: 0px 4px 8px 0 rgba(0, 0, 0, 0.2);
    text-align: center;
    transition: 0.3s;
}

    .download_button:focus {
        box-shadow: 0 0 0 3px rgba(0,0,0,0.2);
    }

.download_button a {
    display: table-cell;
    
    vertical-align: middle;
    text-decoration: none;
    color: white;
}


.download_app_button {
    margin-bottom: 0.4vw;
}
    .download_app_button:focus {
        box-shadow: 0 0 0 3px rgba(0,0,0,0.2);
    }
.download_app_button_above {
	position: relative;
    margin-bottom: 0.4vw;
	text-align: center;
	  display: block;
  margin-left: auto;
  margin-right: auto;
}

footer {
    position: relative;
    margin: 0 auto;
    max-width: 80vw;
   
    background: #28B5B5;
}

footer div{
    margin: 0 auto;
    width: 80%;
    text-align: left;
}
.footercolumn {
    display: flex;
    max-width: 80vw;
    justify-content: center;
    vertical-align: top;
    margin-bottom: 2vh;
    padding: 1vw;
    background: #28B5B5;
}

.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: Inter;
    color: #132644;
    font-style: normal;
    font-weight: normal;
    align-items: center;
}

    .footer_text .footer_title {
        font-size: 1.5em;
    }


.download_app_button {
    flex-direction:row;  
    display: inline-block; 
    justify-content: space-around;
    
   
}

.download_app_button a {
    padding-right: 5vw;
}

.button {
    display: inline-block;
    text-align: center;
    vertical-align: middle;
    padding: 13px 34px;
    border: 2px solid #57d2ff;
    border-radius: 7px;
    background: #00e6c0;
    background: -webkit-gradient(linear, left top, left bottom, from(#00e6c0), to(#37d4c7));
    background: -moz-linear-gradient(top, #00e6c0, #37d4c7);
    background: linear-gradient(to bottom, #00e6c0, #37d4c7);
    font: normal normal bold 20px arial;
    color: #ffffff;
    text-decoration: none;
}
.button:hover,
.button:focus {
    border: 2px solid #64f2ff;
    background: #00ffe6;
    background: -webkit-gradient(linear, left top, left bottom, from(#00ffe6), to(#42feef));
    background: -moz-linear-gradient(top, #00ffe6, #42feef);
    background: linear-gradient(to bottom, #00ffe6, #42feef);
    color: #ffffff;
    text-decoration: none;
}
.button:active {
    background: #008a73;
    background: -webkit-gradient(linear, left top, left bottom, from(#008a73), to(#37d4c7));
    background: -moz-linear-gradient(top, #008a73, #37d4c7);
    background: linear-gradient(to bottom, #008a73, #37d4c7);
}
.button:before{
    content:  "\0000a0";
    display: inline-block;
    height: 24px;
    width: 24px;
    line-height: 24px;
    margin: 0 4px -6px -4px;
    position: relative;
    top: 0px;
    left: 0px;
    background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAACXBIWXMAAA7EAAAOxAGVKw4bAAABS0lEQVRIia2UzUoDQQzHfxsH6aF46mHxJvQBfDrfo0/go1jwIOJJpIc+hSeltNB6SbrTmcnsuDTwZzPZfEwySTpAaCfTPV7LIJYL8KIQR6fIpxmIw8+BH8W8QV9KzlNqKUU1g1CI3BK4VeccwCKnbyKMv4/U+OAYeed/k1eiFqo+rvFpiUzhaiUq3dzrikk0VqLaIIpjd1Gi2IHBzja5b8Ci4Gih/2yyY9uYd28fgHfgBHwBS4ZJXqrsBHwwVKJIEn1T9JGjLXBQbKPA947tuYRju6gHNuowxkb/jbarMaGSapyJ3bx3dDM/ooJXRcAv16fCK0vJD0L7Kr5VNK/06uuTD91+RCcjL8CU3VT0Y452wC8wAx5V5g2OO1BqO1NfO5JBW5G34lSsLIUboFPhGrgDHlR2mIBv4Bl40tt3HflKtk6ZQnuGRhDg+Ac8EIfOFCFcjQAAAABJRU5ErkJggg==") no-repeat left center transparent;
    background-size: 100% 100%;
}

.cta {
	display: inline-block;
	padding: 10px 30px;
	color: white;
	background-color: lightseagreen;
	border: 2px solid lightseagreen;
	font-size: 1.5rem;
	text-transform: uppercase;
	letter-spacing: 0.1rem;
	margin-top: 30px;
	margin-left: 10px;
	transition: 0.3s ease;
	transition-property: background-color, color;
}
.cta:hover {
	color: white;
	background-color: teal;
}




