* {
    font-family: 'Acme', sans-serif;
    scroll-behavior: smooth;
    word-spacing: 5px;
    letter-spacing: 1px;
}


nav {
    position: fixed;
    background-color: #9fc5e8;
    height: 50px;
    display: flex;
    align-items: center;
    width: 100%;
    top: 0px;
    left: 0px;
    padding-left: 15px;

}

/* ************************************************************** */

body {
    background-color: #2986cc;
    position: absolute;
    top: 150px;
    width: 100%;
    display: flex; 
    flex-wrap: wrap; 
    flex-direction: row;
    justify-content: space-evenly;
    align-items: center;
}


h3 {
    text-align: center;
}

h5 {
    margin-top: -30px;
    margin-bottom: 10px;
}



video {
    width: 300px;
    border: solid #333333 2px;
    /* border-radius: 20px; */
}

.audioNdivs {
    height: 30px;
    margin-bottom: 10px;
}

.bkBtn {
    position: fixed;
    bottom: 20px;
    left: 8px;
    height: 40px;
    background-color: #16537e;
    /* border: solid 3px #114163; */
    border-radius: 40px;
    padding: 7px;
}

.caricature {
    position: fixed;
    bottom: -10px;
    right: 20px;
    height: 200px;
    border-radius: 10px;
}

.vidDivs {
   border: solid #1d6ca4 4px;
   border-bottom: solid #1d6ca4 9px;
   border-radius: 10px; 
   height: 360px;
}

.vidDivsAudIncld {
   border: solid #1d6ca4 4px;
   border-bottom: solid #1d6ca4 9px;
   border-radius: 10px; 
   height: 390px;
}

.vidDivsCont {
   display: flex;
   flex-wrap: wrap;
   align-items: center;
   justify-content: space-evenly;
   
   /*border: solid red 3px;*/
   
   width: 80%;
}

video {
    background-color: black;
}

.logo {
    border-radius: 80px;
    position: fixed;
    bottom: 20px;
    right: 20px;
    height: 100px;
}


@media only screen and (max-width: 800px) {

    .caricature {
        display: none;
    }
    
    .vidDivsCont {
        width: 95%;
    }
}

