:root {
    --debug-borders: #799;
    --debug-borders-width: 0px;
}

* {
    border: var(--debug-borders-width) solid var(--debug-borders);
    box-sizing: border-box;
}

body {
    --ion-safe-area-top: env(safe-area-inset-top);
    --ion-safe-area-bottom: env(safe-area-inset-bottom);
    background-color: #D7E2E8;
}

.logo-text {
    text-shadow: 0px 0px 5px #00000055;
    color: white;
    margin-left: 5px;
    margin-top: auto;
    margin-bottom: 10px;
    font-family: "Futura-Medium", sans-serif;
    font-weight: normal;
    font-style: normal;
    font-variant: normal;
}

.subtitle {
    margin-left: auto;
    margin-right: auto;
    color: #fff;
    font-family: "Futura", sans-serif;
    font-weight: normal;
    font-style: normal;
    font-variant: normal;
}

/* Wide */
@media only screen and (min-width: 1070px) {
    .content {
        margin-right: 50px;
        margin-left: 50px;
     }
    .background-regular {
        width: 1500px;
    }
    .background-mobile {
        display: none;
    }
    
    .mobile-center { }
    
    .regular-right {
        float: right;
        clear: both;
    }
    
    .col-1 {width: 8.33%;}
    .col-2 {width: 16.66%;}
    .col-3 {width: 25%;}
    .col-4 {width: 33.33%;}
    .col-5 {width: 41.66%;}
    .col-6 {width: 50%;}
    .col-7 {width: 58.33%;}
    .col-8 {width: 66.66%;}
    .col-9 {width: 75%;}
    .col-10 {width: 83.33%;}
    .col-11 {width: 91.66%;}
    .col-12 {width: 100%;}
    
    .mobile {
        display: none !important;
    }
    .regular {
        display: block !important;
    }
    
    img.app-icon {
        margin-left: -30px;
        width: 130px;
        height: 130px;
    }
    .logo-text {
        font-size: 65px;
    }
    .subtitle {
        margin-left: 0px;
        margin-right: auto;
        width: 70%;
        font-size: 30px;
    }
    
    .normal-text {
        margin-left: auto;
        margin-right: auto;
        color: #111;
        font-size: 18px;
        font-family: "AvenirNext-Medium";
        font-weight: normal;
        font-style: normal; font-variant: normal;
    }
    .small-text {
        margin-left: auto;
        margin-right: auto;
        color: #333;
        font-size: 16px;
        font-family: "AvenirNext-Medium";
        font-weight: normal;
        font-style: normal; font-variant: normal;
    }
    
    h3.narrow {
        width: 230px;
    }

    div.narrow {
        width: 230px;
    }

    img.narrow {
        width: 240px
    }
}

/* Regular */
@media only screen and (max-width: 1069px) and (min-width: 731px) {
    .content {
        margin-right: 50px;
        margin-left: 50px;
     }
    .background-regular {
        width: 1500px;
    }
    .background-mobile {
        display: none;
    }
    
    .mobile-center { }
    
    .regular-right {
        float: right;
        clear: both;
    }
    
    .col-1 {width: 8.33%;}
    .col-2 {width: 16.66%;}
    .col-3 {width: 25%;}
    .col-4 {width: 33.33%;}
    .col-5 {width: 41.66%;}
    .col-6 {width: 50%;}
    .col-7 {width: 58.33%;}
    .col-8 {width: 66.66%;}
    .col-9 {width: 75%;}
    .col-10 {width: 83.33%;}
    .col-11 {width: 91.66%;}
    .col-12 {width: 100%;}
    
    .mobile {
        display: none !important;
    }
    .regular {
        display: block !important;
    }
    
    img.app-icon {
        margin-left: -30px;
        margin-bottom: 0px;
        width: 120px;
        height: 120px;
    }
    .logo-text {
        font-size: 50px;
    }
    .subtitle {
        margin-left: 0px;
        margin-right: auto;
        width: 70%;
        font-size: 30px;
    }
    
    .normal-text {
        margin-left: auto;
        margin-right: auto;
        color: #111;
        font-size: 18px;
        font-family: "AvenirNext-Medium";
        font-weight: normal;
        font-style: normal; font-variant: normal;
    }
    
    .small-text {
        margin-left: auto;
        margin-right: auto;
        color: #333;
        font-size: 16px;
        font-family: "AvenirNext-Medium";
        font-weight: normal;
        font-style: normal;
        font-variant: normal;
    }
    h3.narrow {
        width: 200px;
    }

    div.narrow {
        width: 200px;
    }

    img.narrow {
        width: 220px
    }
    
}

/* Mobile */
@media only screen and (max-width: 730px) {
    .content {
        margin-right: 30px;
        margin-left: 30px;
     }
    
    .background-mobile {
        width: 740;
    }
    
    .background-regular {
        display: none !important;
    }
    
    .mobile-center {
        text-align: center;
        display: block;
        margin-left: auto;
        margin-right: auto;
    }
    
    .regular-right { }
    
    [class*="col-"] {
        width: 100%;
    }
    
    
    .mobile {
        display: block;
    }
    .regular {
        display: none !important;
    }
    .iphone-page {
        margin-top: 100px;
        margin-bottom: 50px;
    }
    
    img.app-icon {
        margin-left: -10px;
        margin-bottom: 0px;
        width: 89px;
        height: 89px;
    }
    .logo-text {
        font-size: 35px;
    }
    
    .subtitle {
        width: 310px;
        font-size: 20px;
    }
    
    .normal-text {
        margin-left: auto;
        margin-right: auto;
        color: #111;
        font-size: 18px;
        font-family: "AvenirNext-Medium";
        font-weight: normal;
        font-style: normal; font-variant: normal;
    }
    
    .small-text {
        margin-left: auto;
        margin-right: auto;
        color: #333;
        font-size: 16px;
        font-family: "AvenirNext-Medium";
        font-weight: normal;
        font-style: normal; font-variant: normal;
    }
    h3.narrow {
        width: 240px;
    }

    div.narrow {
        width: 240px;
    }

    img.narrow {
        width: 220px
    }
}



div.wide {
    width: 240px;
}

img.wide {
    margin-left: auto;
    margin-right: auto;
    display: block;
    width: 270px
}







.row::after {
    content: "";
    clear: both;
    display: table;
}

[class*="col-"] {
    float: left;
    padding: 0px;
}

.container {
    width: 106%;
    overflow: hidden;
    display: flex;
    justify-content: center;
    position: relative;
    margin-left: -3%;
    margin-right: -3%;
}

.wrapper {
    margin-top: 70px;
    max-width: 800px;
    width: 100%;
    position: absolute;
    top: 0px;
}

img.left {
    margin-right: auto;
    margin-left: -15px;
}

img.left {
    margin-right: -15px;
    margin-left: auto;
}

.center {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

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

.logo-container {
    display: flex;
}



h2 {
    margin-top: 15px;
    margin-bottom: 20px;
    font-size: 24px;
    color: #000;
    font-family: "Futura", sans-serif;
    font-weight: normal;
    font-style: normal; 
    font-variant: normal;
}

h3 {
    margin-top: 0px;
    margin-bottom: 5px;
    font-family: "Futura", sans-serif;
    font-size: 18px;
    font-weight: normal;
    font-style: normal; font-variant: normal;
}
