img {
    border: 0px;
}

body {
    background-image: url("images/background.png");
    background-repeat: repeat-y;
    background-size: 100%;
    background-color: rgb(0, 0, 0);
    margin-left: 5vw; 
    margin-right: 5vw; 
    padding: 0; 
    font-family: 'Lemonada', cursive;
}

h1 {
    font-size: 24pt;
    color: white;
    text-shadow:
    1.5px 1.5px 0.5px rgb(70, 70, 70);
}

h2 {
    font-size: 20pt;
    color: white;
    text-shadow:
    1.5px 1.5px 0.5px rgb(70, 70, 70);
}

p {
    font-size: 16pt;
    color: rgb(255, 250, 220);
    text-shadow:
    1.5px 1.5px 0.5px rgb(70, 70, 70);
}

.features {
    width: 75%;
    margin-left: auto;
    margin-right: auto;
    text-align: left;
}

.features > ul {
}

.features > ul > li {
    list-style-type: none;
    position: relative;
    font-size: 14pt;
    color: rgb(255, 250, 220);
    text-shadow: 1.5px 1.5px 0.5px rgb(70, 70, 70);
}

.features > ul > li:before {
    content: "";
    position: absolute;
    top: 10px;
    left: -26px;
    width: 22px;
    height: 22px;
    background-image: url('images/bullet.png');
}

.contactForm {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    align-items: center;
    justify-content: center;
}

.contactValueField {
    width: 100%;
}

.textImage {
    position: relative;
    top: 5px;
    width: 28px;
    height: 28px;
}

.titleImage {
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    max-width: 800px;
    text-align: center;
}

/*
    //line-height: 150%;
    //margin-left: 100px;
    //margin-right: 100px;
    */
.backgroundImage {
    width: 100%;
}


.storeBar {
    display: flex;
    flex-flow: row;
	align-items: center;
    justify-content: center;
}

/*
    margin-top: 10px; 
    margin-bottom: 10px; 
    */
.storeButton {
    margin-left: 5px;
    margin-right: 5px;
    border: 0px;
    width: 100%;
    max-width: 300px;
}

.storeButtonChild {
    flex: 1;
    float: left;
}

/*
    padding: 20px;
*/

.center {
    margin: auto;
    text-align: center;
}
    /*width: 60%;*/

.oldVersion {
    height: 5%;
    text-align: center;
    vertical-align: middle;
}

.comingSoon {
    font-size: 16pt;
    color: rgb(255, 250, 220);
    text-shadow: 1.5px 1.5px 0.5px rgb(70, 70, 70);
    text-align: center;
    vertical-align: middle;
}

.videoBar {
    display: flex;
    flex-flow: row;
	align-items: center;
    justify-content: center;
    margin-left: 10vw;
    margin-right: 10vw;
    height: 300px;
}

.videoWrapper {
    position: relative;
    margin-left: 10vw;
    margin-right: 10vw;
    height: 100%;
}

.videoContainer {
    position: relative;
    padding-bottom: 56.25%; /* 16:9 */
}

.videoContainer iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

@media screen and (min-aspect-ratio: 1/1)
{ 
    .section {
        width: 65%;
        height: 50vh;

        display: block;
        text-align: center;
        vertical-align: middle;
        margin: 0 auto;
        /*min-height: 900px;*/
    }

    .sectionNormal {
    }

    .sectionReverse {
    }

    .contentLeft {
        display: inline-block;
        width: 45%;
        height: 80%;
        vertical-align: middle;
        color: rgb(100, 100, 100);

        text-align: center;
    }

    .contentLeftText {
        display: inline-block;
        width: 45%;
        /*height: 60%;*/
        vertical-align: middle;
        color: rgb(100, 100, 100);

        text-align: center;
    }

    .contentRight {
        display: inline-block;
        width: 45%;
        height: 80%;
        vertical-align: middle;
        color: rgb(100, 100, 100);

        text-align: center;
    }

    .contentRightText {
        display: inline-block;
        width: 45%;
        /*height: 60%;*/
        vertical-align: middle;
        color: rgb(100, 100, 100);

        text-align: center;
    }

    .imageContainer {
        overflow:hidden;
        max-width: 100%;
        max-height: 100%;
    }

    .scalableImg {
        height:100%; 
        width:100%;
        object-fit: contain;
    }
}

@media screen and (max-aspect-ratio: 1/1)
{ 
    p {
    }

    .section {
        float: left;
        width: 100%;

        display: block;
        text-align: center;
        vertical-align: middle;

        /*min-height: 810px;*/
    }

    .sectionNormal {
        display: flex;
        flex-flow: column-reverse;
    }

    .sectionReverse {
        display: flex;
        flex-flow: column;
    }

    .contentLeft {
        width: 90vw;

        text-align: center;
    }

    .contentRight {
        width: 90vw;

        text-align: center;
    }
    
    .contentLeftText {
        width: 90vw;
        text-align: center;
    }
    
    
    .contentRightText {
        width: 90vw;
        text-align: center;
    }

    .imageContainer {
        height: auto;
        width: 60vw;
        margin-left: auto;
        margin-right: auto;

        overflow: hidden;
    }

    .scalableImg {
        height:auto; 
        width:100%;
        max-width: 75vw;
    }
}

.overview {
    width: 100%;
    max-width: 800px;
    margin: auto;
    text-align: center;
    line-height: 120%;
}

.overview-find {
    width: 100%;
    max-width: 800px;
    margin: auto;
    text-align: center;
    color: cyan;
    line-height: 200%;
}

.details {
    margin: auto;
    text-align: left;
    font-size: 16;
}

.licenses {
    width: 50%;
    margin: auto;
    text-align: center;
}

.licenses>ul {
    list-style-type: none;
    padding: 0;
}

.licenses>ul>li {
    padding-bottom: 5px;
    border-bottom: 1px solid #dbdbdb;
    margin-bottom: 5px;
    text-align: center;
    color: rgb(255, 250, 220);
}

.licenses>ul>li>a {
    text-decoration: none;
    color: #faf873;
}

.licenses>ul>li>a:hover {
    color: #fd7a87;
}

.license-name {
}

.license-homepage {
}

.license-homepage>a {
    text-decoration: none;
    color: #faf873;
}

.license-homepage>a:hover {
    color: #fd7a87;
}

.license-license {
}

.license-license>a {
    text-decoration: none;
    color: #faf873;
}

.license-license>a:hover {
    text-decoration: none;
    color: #faf873;
}


.licenses2 {
    margin: auto;
    text-align: center;
}

.thumbnails {
    text-align: center;
    margin-left: 10px;
    margin-right: 10px;
}

.inner {
    display: block;
    width:100%;
    max-width: 950px;
    margin:auto;
}

.header {
    height: 55px;
    white-space: nowrap;
}

.menu {
    font-family: 'Lemonada', cursive;
    font-size: 18pt;
    color: #faf873;
    font-weight: 100;
    text-decoration: none;
    margin-left:20px;
    display: block;
    float: left;
    margin-top: 10px;
}

.menu:hover {
    text-decoration: none;
    color: #fd7a87;
}

.bullets {
    font-family: 'Lemonada', cursive;
    font-size: 16pt;
    color: rgb(100, 100, 100);
    line-height: 150%;
    margin: auto;
    width: 60%;
    text-align: center;
}

.social {
    float: right;
	margin-left: 10px;
    margin-right: 10px;
    margin-top: 5px;
}

.socialBar {
    display: flex;
    flex-flow: row wrap;
	align-items: center;
    justify-content: center;
}

.socialBar > a > img {
    margin-left: 20px;
    margin-right: 20px;
    border: 0px;
    object-fit: contain;
}

.button {
	margin-left: 15px;
    margin-right: 15px;
    font-family: 'Lemonada', cursive;
    font-size: 18pt;
    color: #faf873;
    font-weight: 100;
    text-decoration: none;
}

.button:hover {
    color: #fd7a87;
}

.everrushImage {
    margin-left: 5px;
    margin-right: 5px;
    border: 0px;
}

.smaller {
    font-size: 14;
}

.smaller>a {
    text-decoration: none;
    color: #faf873;
}

.smaller>a:hover {
    color: #fd7a87;
}
