body{
    margin: 0;
    background-color: white;
    color: black;
    font-family:'Times New Roman', Times, serif;
}

.paragraphContainer{
    width: 80%;
    margin: auto;
    margin-top: 50px;
}

.paragraphContainer a {
    color: black;
}

.paragraphs{
    font-size: 16px;
}

.headerMaster{
    display: flex;
    z-index: 1;
    margin: auto;
    width: 100%;
    font-size: 10px;
    color: white;
    background-color: black;
    align-items: center;
}

.headerMaster a{
    color: white;
}

.headerBlockLeft{
    margin-left: 20px;
}

.headerBlockLeft img{
    height: 13px;
    border-radius: 10px;
    cursor: pointer;
}

.headerBlockRightAbout {
    text-decoration: none;
    margin-right: 10px;
}

@media only screen and (min-width: 0px) {
    .headerBlockCenter{
        margin: auto;
        display: flex;
        flex-wrap: wrap;
        font-size: 10px;
    }
}

@media only screen and (min-width: 600px) {
    .headerBlockCenter{
        margin: auto;
        display: flex;
        flex-wrap: wrap;
        font-size: 12px;
    }
}

.headerBlockCenter a{
    text-decoration: none;
    padding: 5px;
    transition: all 0.3s;
}

.headerBlockCenter a:hover{
    background-color: rgba(128, 128, 128, 0.8);
    border-radius: 5px;
}

.homeImageTextMaster{
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.homeBackgroundImg{
    width: 80%;
    height: auto;
}

.aboutBackgroundImg{
    width: 100%;
    height: 200px;
}

.homeWelcomeDiv{
    top: 35%;
    position: absolute;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.homeWelcomeDivSmall{
    margin: 0;
    color: white;
}

@media only screen and (min-width: 0px) {
    .homeWelcomeDivLarge{
        margin: 0;
        margin-top: 20px;
        font-size: 20px;
        color: white;
    }
    .deskCamVideo{
        width: 100%
    }
    .youtubeEmbedVideo{
        width: 100%;
        height: 300px;
    }
    .articleImg{
        width: 100%;
        margin: auto;
    }

    .comicsContainer img{
        margin-top: 20px;
        width: 100%;
    }
}

@media only screen and (min-width: 1000px) {
    .homeWelcomeDivLarge{
        margin: 0;
        margin-top: 20px;
        font-size: 30px;
    }
    .deskCamVideo{
        width: 60%
    }
    .youtubeEmbedVideo{
        width: 70%;
        height: 400px;
    }
    .articleImg{
        width: 80%;
    }

    .comicsContainer img{
        margin-top: 20px;
        width: 70%;
    }
}

.footerMaster{
    width: 100%;
    height: 500px;
}

/*Begin Photo Page*/

.photoPageContents{
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
}

.pageTitle{
    font-size: 30px;
    margin-bottom: 0px;
}

.pageTitleSubText{
    font-size: 12px;
    width: 90%;
}

/*Photo gallery 1 begin*/


.imageGalleryTitle{
    margin-bottom: 5px;
    margin-top: 50px;
    align-items: center;
    display: flex;
    flex-direction: column;
}

.imageGalleryDivider{
    display: flex;
    flex-direction: row;
    display: grid;
    grid-template-columns: 4fr 1fr;
    grid-gap: 10px;
    width: 100%;
}

.imageGalleryLargeImgMaster{
    grid-column: 1 / span 1;
    position: relative;
}

.imageGalleryContainer {
    position: relative;
    margin-top: 30px;
    width: 80%;
}


#picture-Box-ThreeDVideos,
#picture-Box-ThreeDImages,
#picture-Box-planets,
#picture-Box-nebulae,
#picture-Box-yellowstone,
#picture-Box {
    width: 100%;
    position: initial;
}

#picture-Box-planets-fullScreen{
    position: absolute;
}

.numbertext {
    color: white;
    font-size: 8px;
    padding: 8px 12px;
    position: absolute;
    top: 0;
}

.caption-container {
    width: 100%;
    position: absolute;
    text-align: center;
    font-size: 12px;
    margin-top: -20px;
    margin-bottom: 0px;
    z-index: 0;
    padding-bottom: 6px;
}

.caption-container:hover{
    cursor: pointer;
    font-weight: bold;
}

.caption-container p {
    color: white;
    width: 50%;
    margin: auto;
    transition: color 0.15s;
}

.caption-container p:hover{
    cursor: pointer;
    font-weight: bold;
}

.image-download-icon{
    top: 5px;
    right: 5px;
    position: absolute;
    margin-top: 0px;
    z-index: 1;
}

.image-download-icon img {
    width: 30px;
    cursor: pointer;
    opacity: 0.8;
    transition: opacity 1s;
}

.image-download-icon img:hover {
    opacity: 1;
}

.row {
    margin-top: 0px;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}

.photoGallerySmallImgMaster {
    width: 49%;
    margin: auto;
}


.photoGallerySmallImgMaster img{
    width: 100%;
}

.photoGallerySmallImg {
    opacity: 0.6;
    border-radius: 10px;
    cursor: pointer;
    transition: all 1s;
}

.active,
.photoGallerySmallImg:hover {
    opacity: 0.8;
    border-radius: 4px;
}

.rowThreeD{
    margin-top: 0px;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}

.photoGallerySmallImgThreeDMaster{
    width: 33%;
    margin: auto;
}

.photoGallerySmallImgThreeDMaster img{
    width: 100%;
}

.rowVideo{
    margin-top: 0px;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}

.photoGallerySmallVideoMaster{
    width: 100%;
    margin: auto;
}

.photoGallerySmallVideoMaster video {
    width: 48%;
}

/*Photo gallery 1 end*/

/*Begin Music CSS*/


#musicBlockEntry {
    display: flex;
    margin: 5px;
}

#musicBlockEntry audio,
#musicBlockEntry div{
    flex: 1;
}

#musicBlockEntry audio {
    border-radius: 5px;
}


.AudioMaster{
    display: flex;
    flex-direction: row;
    align-items: center;
    margin: auto;
    margin-top: 20px;
    width: 90%;
    background-color: rgb(33, 33, 33);
    border-radius: 5px;
}

.AudioMaster:hover{
    background-color: rgba(100, 100, 100, 0.5);
}
.audioYear {
    font-size: 8px;
}

.AudioPoster{
    width: 100px;
    border-radius: 5px;
    opacity: 0.8;
    transition: all 0.3s;
}

.AudioPoster:hover{
    opacity: 1;
}

.AudioBlock{
    display: flex;
    flex-direction: row;
    align-items: center;
    width: 90%;
    border-radius: 10px;
    transition: background-color 1s;
}

.audioTitles {
    font-size: 20px;
    margin-left: 10px;
}

.AudioBlock p{
    font-size: 20px;
    margin: 20px;
    width: 40%;
}

.AudioBlock a {
    color: white;
}

.AudioBlock:hover{
    background-color: rgba(100, 100, 100, 0.5);
    cursor: pointer;
}

.Audio{
    border-radius: 10px;
    margin: auto;
    width: 100%;
}

/*End Music CSS*/

/*Begin Film CSS*/

.filmTitleContainer{
    display: flex;
    flex-direction: column;
    align-items: center;
    margin: auto;
}

.filmTitle{
    font-size: 24px;
}

.filmVideoContainer{
    display: flex;
    flex-direction: column;
    align-items: center;
    margin: auto;
}

@media only screen and (min-width: 0px) {
    .filmVideo{
        width: 1120px;
        height: 630px;
    }
}

@media only screen and (max-width: 1200px) {
    .filmVideo{
        width: 560px;
        height: 315px;
    }
}

@media only screen and (min-width: 0px) {
    .filmsLinkContainer{
        background-color: firebrick;
        margin-top: 40px;
        font-size: 16px;
        border-radius: 10px;
        padding-top: 10px;
        padding-bottom: 10px;
        padding-left: 15px;
        padding-right: 15px;
        cursor: pointer;
        transition: all, 0.3s;
    }
}

@media only screen and (min-width: 600px) {
    .filmsLinkContainer{
        margin-top: 20%;
        font-size: 24px;
        border-radius: 10px;
        padding-top: 10px;
        padding-bottom: 10px;
        padding-left: 15px;
        padding-right: 15px;
        cursor: pointer;
        transition: all, 0.3s;
    }
}

.filmsLink{
    text-decoration: none;
    color: white;
}
/*End Film CSS*/

/*Begin Stop Motion CSS*/

.twoDPictures,
.stopMotionVideoContainer{
    align-items: center;
    margin: auto;
    display: flex;
    flex-direction: column;
}

.twoDPicture,
.stopMotionVideo{
    width: 80%;
}

.musicLink{
    background-color: rgba(128, 128, 128, 0.447);
    padding: 0;
    display: flex;
    align-items: center;
    border-radius: 5px;
    margin-bottom: 10px;
    width: 80%;
}

.musicLink img{
    height: 60px;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
}

.musicLinkRight {
    display: flex;
    flex-direction: column;
    margin-left: 20px;
}