

@import url('https://fonts.googleapis.com/css2?family=PT+Sans&display=swap');
@import url('https://fonts.googleapis.com/css2?family=PT+Sans+Narrow&display=swap');

@font-face {
    
   /* 
   font-family: "MetaFont";
    src: url("MetaPro-Normal_30266");
    */
}
html, body {
    height: 100%;
}

html {
    display: table;
    margin: auto;
}

body {
    display: table-cell;
    vertical-align: middle;
    max-width: 1660px;
}

h1 {
    font-family: PT Sans, Arial, Helvetica, sans-serif;
   /* margin-left: 5vw;
    margin-right: 5vw;
   /* margin-top: 5vh;
    margin-bottom: 5vh; */
}

h2 {
    font-family: PT Sans Narrow, Arial Narrow, Helvetica, sans-serif;
    margin-left: 5vw;
    margin-right: 5vw;

}

h3, h4, p {
    font-family: Arial, Helvetica, sans-serif;
    margin-left: 5vw;
    margin-right: 5vw;
}

.head-block {
   /* display: table; */
    margin-top: 10vw; 
    max-width: 1660px;
   /* text-align: left;*/
}


.head-block h1, h2 {

    font-size: 5vmax; 
    text-align: center; 
    color: black; 
    
}



.iphone {
    margin-top: -20em; 
    margin-right: 2vw; 
    text-align: right; 
    line-height: 1rem;
}

.app-text h2{
    /* min-width: 200px; */
    margin-top: 0px;
    padding-left: 20px;
    color: black; 
    font-family: MetaFont, Arial, Helvetica, sans-serif; 
    font-size: 3.5vmax; 
    line-height: 1em;
    text-align: center;
}

.app-logo {
    margin-top: 2em;
    text-align: center;
}
.app-logo img{
    max-width: 150px;
}

.store-buttons{
    text-align: center;
}

.store-buttons img{
    width: 150px;
}
.iphone img{
 
   
}

.flex-frames {
    display: flex;
    flex-flow: row wrap;

    margin: 10px;
}

.flex-element {
    min-width: 180px;
   /* display: flex;*/
    flex: 1 1 0;

    margin: 10px;
}

.flex-element img {
    object-fit: scale-down;
    width: 100%;
    max-width: 400px;
    object-position: top;
}

.action {
    display: flex;
    flex-flow: row wrap;
    text-align: center;
}

h3 {
    text-align: center;
    font-size: 4vh;
    line-height: 1em;
    color: black;
}

h4 {
    text-align: center;
    font-size: 2vmax;
    color: black;
}

.description {
    font-family: Arial;
    font-size: 3vmax;
    line-height: 3.5vmax;
   
}