html {
    height: 100%;
}


#myVideo {
    position: fixed;
/*
    right: 15%;
    bottom: -90%;
*/
    width: 100%;
/*    min-height: 30%;*/
/*
    width: 100vh;
  height: 100vw;
  margin-top: -100vw;
  object-fit: cover;
*/
}

.eyooo {
    background-color: rgba(255,255,255,0.6);
}

body {
    background-image: url('numbaBG.jpg');
    background-position: center;
    background-origin: border-box;
    background-size: cover;
    background-color: rgb(45, 195, 254);
    color: black;
    font-family: Avenir;
    margin: 0px;
}

#whooo {
    background-image: none;
    background-color: white;
}

.titleContainer {
    position: absolute;
    top: 90px;
    text-align: center;
    width: 100%;
}

.title {
    font-size: 60px;
    font-weight: 500;
    width: 85%;
    margin: 0px auto;
}

.shortDescription {
    font-size: 20px;
    width: 80%;
    margin: 8px auto 0px;
}

.appLinksContainer {
    top: 50%;
    left: 50%;
    position: absolute;
}

/*
.appLink:first-child {
    margin: 0px;
}
*/

.appLink {
    vertical-align: top;
    display: inline-block;
    margin-top: -20px;
    margin-left: -67.5px;
}

.googlePlayBadge {
    width: 135px;
    height: 40px;
}

.badgeImg {
    width: 135px;
    -webkit-user-select: none;  /* Chrome all / Safari all */
    -moz-user-select: none;     /* Firefox all */
    -ms-user-select: none;      /* IE 10+ */
    user-select: none; 
}

.appStoreBadge {
    width: 135px;
    height: 40px;
    background-image: url("appStoreBadge.svg");
}

.contact {
    position: absolute;
    bottom: 50px;
    text-align: center;
    width: 100%;
    font-size: 18px;
}

.footer {
    position: absolute;
    bottom: 9px;
    text-align: center;
    width: 100%;
    font-size: 14px;
}

.outlink {
    text-decoration: none;
    color: #222;
}

.poutlink {
    text-decoration: underline;
    color: #222;
}

.pageTitle {
    font-size: 40px;
    margin: 40px auto;
    text-align: center;
}

.pageContent {
    width: 50%;
    margin: 10px auto 50px;
    text-align: left;
    font-size: 18px;
}

.exampleImg {
    width: 220px;
    max-width: 80%;
    float: left;
    margin-right: 20px;
    margin-bottom: 30px;
}

.faqQuestion {
    font-style: italic;
    font-weight: bold;
    clear: both;
}

.pageContact {
    margin: 10px auto 15px;
    text-align: center;
    font-size: 18px;
}

.pageFooter {
    margin: 10px auto;
    text-align: center;
    font-size: 14px;
}

.bottomBuffer {
    height: 25px;
}

@media (max-width: 800px) {
    .pageContent {
        width: 80%;
    }
}

@media (max-width: 660px) {
    .titleContainer {
        top: 50px;
    }
    .title {
        font-size: 54px;
    }
}

@media (max-width: 400px) {
    .titleContainer {
        top: 30px;
    }
    .shortDescription {
        margin-top: 0px;
        font-size: 18px;
    }
}

@media (max-width: 330px) {
    .title {
        font-size: 40px;
        font-weight: 300;
    }
    .shortDescription {
        display: none;
    }
}

@media (max-height: 470px) {
    .titleContainer {
        top: 15px;
    }
    .title {
        font-size: 44px;
    }
    .shortDescription {
        margin-top: 0px;
    }
    .contact {
        bottom: 40px;
    }
}
