@font-face {
    font-family: Zpix;
    src: url("fonts/zpix.ttf");
}

@font-face {
    font-family: m6x11;
    src: url("fonts/m6x11plus.ttf");
}

@font-face {
    font-family: DinkieBitmap;
    src: url("fonts/DinkieBitmap-9pxDemo.ttf");
}

.logo {
    display: flex;
    justify-content: center;
}
.logo img {
    width: auto;
    max-width: 90%;
    height: auto;
    max-height: 25vh;
}
body {
    background-image: url("images/home/backgroundtile.png");
}
.webcam {
    display: flex;
    justify-content: center;
}
.webcam img {
    aspect-ratio: auto;
    height: 60vh;
    float: left;
    padding-right: 10vw;
    padding-top: 10vh;
}   
.webcam h1 {
    font-family: m6x11;
    font-size: 10vh;
    color: #4d23cf
}
.webcam p {
    font-family: DinkieBitmap, Zpix;
    font-size: 4vh;
    color: #4d23cf;
}
.apps {
    display: flex;
    flex-direction: row;
    width: 70vw;
    max-width: 1000px;
    justify-content: space-evenly;
    align-items: baseline;
    font-family: Zpix;
    color: #4D21CB;
    text-align: center;
    margin: auto;
    margin-top: 10vh;
}
.apps a {
    text-decoration: none;
}
.apps a:visited {
    color: #4D21CB;
}
.apps img {
    height: auto;
    width: 10vh;
}
.apps p {
    font-size: 3vh
}
@media screen and (max-width: 900px) {
    .webcam {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        padding-right: 0;
        padding-left: 0;
    }
    .webcam img {
        aspect-ratio: initial;
    }
    .apps {
        width: 60%;
        flex-wrap: wrap; 
    }
}
.gallery p {
    font-family: Zpix;
    font-size: 3vh;
    color: #4d23cf;
    text-align: center;
}
.galTitle {
    text-align: center;
    margin-top: 10vh;
    margin-bottom: 10vh;
    font-family: m6x11;
    font-size: 250%;
    color: #4d23cf;
    word-wrap: break-word;
}
.galEntryL {
    display: flex;
    justify-content: left;
    flex-direction: row;
    margin-left: 5vw;
    margin-right: 5vw;
}
.galEntryR {
    display: flex;
    justify-content: right;
    flex-direction: row-reverse;
    margin-left: 5vw;
    margin-right: 5vw;
}
.galEntryImage img{
    max-width: 50vw;
    max-height: 50vh;
}
.galEntryText{
    margin-left: 5vw;
    margin-right: 5vw;
}
.homeButton{
    font-family: Zpix;
    color:#4D21CB;
    position: fixed;
    bottom: 10px;
    left: 10px;
    font-size: 2vh;
    text-decoration: none;
}
.allreviews{
    justify-content: center;
    align-items: center;
    flex-direction: column;
    flex-wrap: wrap;
    margin-left: 5vw;
    margin-right: 5vw;
    max-width: 100%;
    word-wrap: break-word;
}
.review{
    text-align: center;
    margin-top: 10vh;
    margin-bottom: 10vh;
    font-family: Zpix;
    font-size: 4vh;
    color: #4d23cf;
    word-wrap: break-word;
}
.reviewhead{
    text-align: center;
    margin-top: 10vh;
    margin-bottom: 10vh;
    font-family: m6x11;
    font-size: 10vh;
    color: #4d23cf;
    word-wrap: break-word;
}