video{
    width: 102%;
    margin: -8% 1% -2% -1%;
    z-index: 998;
    position: relative;
    height: 100%;
}

body{
    overflow-x:hidden;
    font-family: 'Raleway', sans-serif;
    background-color: black;
}

audio::-webkit-media-controls-timeline,
video::-webkit-media-controls-timeline {
    display: none;
}
audio::-webkit-media-controls,
video::-webkit-media-controls {
    display: none;
}

#videoOverlay{
    position: absolute;
    top: 45%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: white;
    z-index: 999;
   
}

#big{
    color: white;
    font-size: 400%;
}

#sub{
    font-size: 150%;
    opacity: 0.75;
    color: white;
}

.link{
    display: block;
}

#topLinkHolder{
    position: absolute;
    display: flex;
    justify-content: right;
    top: 5%;
    left: 50%;
    transform: translate(0%, -50%);
    z-index: 999;
    width: 50%;
    
}
.topLinks{
    display: block;
    font-size: 175%;
    color: white;
    text-decoration: none;
    margin: 0 5% 0 5%;
    padding: 1%;
    transition: 0.5s;
}

.topLinks:hover{
    background-color: #454545;
    color: cornflowerblue;
    transition: 0.5s;
}

#fireworks{
    width: 22.5%;
    position: absolute;
    color: white;
    transform: translate(-100%, -100%);
    top: 95%;
    left: 98%;
    z-index: 999;
    border-left: 2px solid cornflowerblue;
    border-top: 2px solid cornflowerblue;
    border-top-left-radius: 10px;
}

#msg{
    font-size: 100%;
    text-align: right;
    margin-right: 4%;
}

#menuButtonHolder{
    display: flex;
    justify-content: right;
    width: 100%;
}

#yes{
    display: block;
}

#no{
    padding: 0;
    margin: 0;
}

#yes, #no{
    color: cornflowerblue;
    font-size: 95%;
    text-decoration: none;
    padding: 1%;
    margin: 0% 3% 0% 3%;
    transition: 0.5s;
}

#closeBtn{
    color: black;
    position: absolute;
    
    left: 100%;
}

#yes:hover, #no:hover{
    background-color: #454545;
    color: white;
    transition: 0.5s;
    cursor: pointer;
}

#mainBtn{
    display: block;
    font-size: 200%;
    text-align: center;
    padding: 2%;
    border: 2px solid cornflowerblue;
    margin-top: 5%;
    color: cornflowerblue;
    width: 50%;
    border-radius: 10px;
    transition: 0.5s;
}

#mainBtn:hover{
    color: white;
    background-color: #454545;
    border-radius: 10px;
    transition: 0.5s;
}

.backLink{
    font-size: 400%;
    display: block;
    position: fixed;
    margin-left: 0;
    /*text-decoration: none;
    border: 1px solid cornflowerblue;*/
}

/*from here, all css is for projects.html.*/
#allProjects{
    padding-bottom: 5%;
}
.bigProjectBanner{
    color: white;
    font-size: 300%;
    text-align: center;
}

#subProjectBanner{
    color: white;
    font-size: 165%;
    margin-top: 2%;
    opacity: 0.75;
    margin-bottom: 5%;
}

.date{
    color: white;
    font-size: 200%;
    width: 80%;
    text-align: right;
    padding-right: 7%;
    padding-top: 0;
    margin-top: -1.5%;
}

.mainCircle {
    height: 30px;
    width: 30px;
}

.subCircle{
    margin-top: 50%;
    margin-bottom: 50%;
    margin-left: 28%;
    height: 10px;
    width: 10px;
}

.leftDots{
    display: flex;
    width: 25%;
}

.outerContainer{
    display: flex;
    width: 100%;
    
}

.rightComponents{
    width: 65%;
    margin-top: -0.5%;
    margin-left: 2%;
}

.projectLink{
    color: white;
    font-size: 200%;
}

.description{
    color: gray;
    font-size: 100%;
    
    line-height: 1.4;
    margin-bottom: 0;
}

.tags, .uses{
    color: white;
    font-size: 120%;
    margin-top: 3%;
    font-weight: bold;
    margin-bottom: 0;
}

.indivTags, .indivUses{
    padding: 1%;
    color: white;
    background-color: green;
    margin: 1% 1% 0 1%;
    font-size: 90%;
    font-weight: normal;
    display: inline-block;
}

.indivUses{
    background-color: cornflowerblue
}

.bottomFlex{
    display: flex;
}

.bfcl{
    width: 70%;
}

.githubLink{
    color: white;
    display: block;
    font-size: 140%;
    padding: 2%;
    border: 2px solid white;
    border-radius: 10px;
    width: 15%;
    text-decoration: none;
    text-align: center;
    margin-top: auto;
    margin-bottom: auto;
    margin-left: 2.5%;
}


b{
    color: #ff1100;
    opacity: 1;
}

u{
    color: lightseagreen;
}

a{
    color: cornflowerblue;
    transition: 0.5s;
}

a:hover{
    background-color: cornflowerblue;
    color: black;
    transition: 0.5s;
}

@media only screen and (max-aspect-ratio: 911/457){
    video {
        height: 120vh;
        width: auto;
        margin-left: auto;
        margin-right: auto;
        margin-top: -20vh
    }
}

@media only screen and (orientation: portrait) {
    #topLinkHolder{
        width: 100%;
        margin-left: 0;
        margin-bottom: 0;
        justify-content: center;
        top: 5%;
        left: 0%;

    }

    .topLinks {
        font-size: 5vw;
        padding-top: 1vh;
        padding-bottom: 1vh;
    }

    #videoOverlay{
        width: 90%;
        top: 50%;
        left: 50%;
    }

    #big{
        font-size: 10vw;
        text-align: center;
    }

    #sub {
        font-size: 5vw;
        text-align: center;
    }

    #mainBtn{
        font-size: 5vw;
        width : 70%;
        margin-left: auto;
        margin-right: auto;
    }

    #fireworks{
        width: 60%;
    }

    #msg, #yes, #no{
        font-size: 3vw;
    }

    .bigProjectBanner {
        font-size: 7vw;
        margin-top: 10vh;
    }

    #subProjectBanner {
        font-size: 5vw;
    }

    .backLink{
        top: 0;
        font-size: 8vw;
        text-decoration: none;
        border: 1px solid cornflowerblue;
    }

    .date {
        font-size: 4vw;
        margin-right: 5%;
    }

    .mainCircle {
        height: 3vh;
        width: 3vh;
    }

    .subCircle {
        height: 1vh;
        width: 1vh;
    }

    .projectLink {
        font-size: 5vw;
    }

    .rightComponents {
        margin-left: 5%;
    }

    .description {
        font-size: 3vw;
    }

    .bottomFlex {
        flex-direction: column;
    }

    .bfcl {
        width: 100%;
    }

    .uses {
        font-size: 3.5vw;
    }

    .githubLink {
        width: 70%;
        font-size: 4vw;
        margin-left: 0;
        margin-top: 2vh;
    }

    
}