html, body {
    height: 100%;
    width: 80%;
    margin: auto;
    padding: 0;
}

html {
    background: url(icon/hourglass-icon-red-1024pt-transparent.svg) no-repeat center center fixed;
    background-position: center;
    /*background-attachment: fixed;*/
    -webkit-background-size: contain;
    -moz-background-size: contain;
    -o-background-size: contain;
    /*!*background-size: auto;*!*/
    background-size: contain;
    background-color: #AD9D9D;
}

body {

    /*background-size: cover;*/
    /*background-repeat: no-repeat;*/
    width: 95%;
    margin: auto;
    color: gray();
    font-family: 'Montserrat', sans-serif;
    font-size: 16px;
    line-height: 1.5em;
    /*color: blue;*/

}

.title-div {
    /*height: 200px;*/
    height: fit-content;
    line-height: 200px;
    /*display: inline-block;*/
    /*vertical-align: middle;*/
}

.helper {
    float: left;
    height: 200px;
    line-height: 200px;
    margin-right: 15px;
}

.image-right {
    float: right;
    height: 200px;
    line-height: 200px;
    /*margin-right: 15px;*/
}


.icon {
    /*display: inline-block;*/
    /*float: left;*/
    /*height: 75%;*/
    vertical-align: middle;
    line-height: 300px;
}

.icon-svg {
    /*display: inline-block;*/
    /*float: left;*/
    /*height: 75%;*/
    vertical-align: middle;
    line-height: 300px;
    height: 152px;
}

.title {
    font-size: 300%;
    /*padding-top: 30px;*/
    font-family: 'Abel', sans-serif;
    vertical-align: middle;
    /*height: 200px;*/
    display: inline;

}

.subtitle {
    font-style: italic;
    font-size: 80%;
}

.tagline {
    font-family: 'Abel', serif;
    font-size: 150%;
}

.screenshot {
    display: block;
    width: 300px;
    margin: auto;
    border-color: darkgray;
    border-width: 1px;
    border-style: solid;
}

.screenshot-row {
    margin: auto;
    width: fit-content;
    text-align: center;
}

/*.image-container {*/
    /*padding-left: 5px;*/
    /*!*overflow: auto;*!*/
    /*!*overflow-y: hidden;*!*/
    /*!*width: fit-content;*!*/
    /*!*width: 98%;*!*/
    /*width: fit-content;*/
    /*margin: auto;*/
/*}*/

.screenshot-row img {
    margin: auto;
    display: inline;
    /*margin-right: 35px;*/
    /*margin-left: 35px;*/
    width: 250px;
    border-color: darkgray;
    border-width: 1px;
    border-style: solid;
    text-align: center;
}

.screenshot-row::after {
    clear: both;
}

a {
    color: blue;
}

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
}

.endOfPage{
    padding-bottom: 50px;
}

/*@media only screen*/
/*and (max-width : 980px)*/
/*and (max-height: 1702px)*/
/*and (orientation: portrait)*/
/*and (device-pixel-ratio: 3) {*/

    /*body {*/

        /*font-size: 250%;*/

    /*}*/

    .title-div {
        /*height: fit-content;*/
        line-height: unset;
    }

    /*.title {*/
        /*display: inline-block;*/
        /*line-height: normal;*/
        /*width: 100%;*/
        /*height: auto;*/
        /*margin: 5px auto;*/
        /*font-size: 250%;*/
    /*}*/

    /*.screenshot-row img {*/
        /*width: 325px;*/
    /*}*/

/*}*/

@media (min-width:300px)  { /* smartphones, iPhone, portrait 480x320 phones */
    body {
        font-size: 100%;
    }
    .icon{
        /*display: inline-block;*/
        height: 75px;
    }

    .helper {
        height: 100px;
        line-height: 100px;
        float: left;
        margin: auto;
    }

    .image-right{
        line-height: 100px;
        width: 150px;
        height: 100px;
        float: right;
        text-align: right;
    }

    .title {
        display: inline-block;
        width: 100%;
        font-size: 250%;
        line-height: .25em;
    }

    .subtitle {
        line-height: 1.5em;
    }
}
@media (min-width:481px)  { /* portrait e-readers (Nook/Kindle), smaller tablets @ 600 or @ 640 wide. */
    body {font-size: 100%;}
}
@media (min-width:641px)  { /* portrait tablets, portrait iPad, landscape e-readers, landscape 800x480 or 854x480 phones */
    body {font-size: 100%;}
    .title {
        display: inline;
        line-height: 100px;
        padding-left: 10px;
    }
}
@media (min-width:961px)  { /* tablet, landscape iPad, lo-res laptops ands desktops */
    body {font-size: 100%;}
}
@media (min-width:1025px) { /* big landscape tablets, laptops, and desktops */
    body {font-size: 100%;}
}
@media (min-width:1281px) { /* hi-res laptops and desktops */
    body {font-size: 100%;}
}

/*@media only screen and (max-width : 812px) {*/

    /*body {*/
        /*font-size: 300%;*/
        /*!*line-height: 300%;*!*/
    /*}*/

    /*.title-div {*/
        /*!*height: fit-content;*!*/
        /*line-height: unset;*/
    /*}*/

    /*.title {*/
        /*display: inline-block;*/
        /*line-height: normal;*/
        /*width: 100%;*/
        /*height: auto;*/
        /*margin: 5px auto;*/
        /*font-size: 250%;*/
    /*}*/

    /*.screenshot-row img {*/
        /*width: 325px;*/
    /*}*/
/*}*/



/*@media only screen and (max-width: 896px) {*/

    /*body {*/
        /*!*font-size: 300%;*!*/
        /*!*line-height: 300%;*!*/
    /*}*/

    /*.title-div {*/
        /*line-height: unset;*/
    /*}*/

    /*.title {*/
        /*display: inline-block;*/
        /*width: 100%;*/
    /*}*/
/*}*/