/* #everything {
    padding: 1%;
    margin: 1% 1% 1% 1%;
} */

#myVideo {
    position: fixed;
    z-index: -1;
   
}
nav {
    margin: 0% 2% 0% 2%;

}
.content {
    z-index: 1;
    background-color: black;
    opacity: .75;
    color: white;
   margin: 0% 2% 0% 2%;
}
footer {
    flex-shrink: 0;
    background-color: black;
    opacity: .75;
    color: white;
    margin: 0% 2% 0% 2%;

    
}
@media ( min-aspect-ratio: 16/9) {
    #myVideo {
        width: 96%;
        height: auto ;
            }
}
@media ( max-aspect-ratio: 16/9) {
    #myVideo {
        width: auto;
        height: 90%
    }
}
#myVideo {
    margin: 0% 2% 0% 2%;
}

.resultsInfo {
    background-color: black;
}
/* 
#images {
float: left;
} */
h4 {
    align-content: center;
    color: orangered;

}
h1 {
    text-align: center;
}
#forcast.row {
    align-content: center;
    text-align: center;
}
p {
    align-content: center;
    text-align: center;
}
/* #everything {
    margin: 0% 1% 0% 1%;
} */
/* body {
    margin-top: 0;
    margin-left: 1%;
    margin-right: 1%;
    margin-top: 0;
} */