* {
    margin: 0;
    padding: 0;
}

body {
    width: auto;
    height: auto;
    background-image: url("./images/bodybg3.jpg");
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
} 

#page-container {
    position: relative;
    display: flex;
    flex-direction: column;
    height: auto;
    width: 100vw;
    overflow: hidden;
} 

#header {
    background-image: url("/images/headerbg2.jpg");
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    height: 200px;
    width: 100%; 
    margin: 0;
    border-bottom: 5px solid black;
    display: flex;
    align-items: center;
    justify-content: center;
}

.letters {
    padding: 5px;
    font-size: 80px;
    color: black;
    font-family: 'Gabriela', cursive;
}

.menu-bar {
    position: fixed;
    top: 100px;
    right: 50px;
    height: 40px;
    width: 40px;
    z-index: 110;
    border: 2px solid lime;
    overflow: hidden;
}

.menu-svg {
    position: absolute;
    top: 0px;
    left: 0px;
    height: 100%;
    width: 100%;
    z-index: 111;
    background-color: black;
}

.lines{
    stroke: lime;
    stroke-width: 4px;
    transition: all 2s;
}

.close-div {
    position: absolute;
    top: -40px;
    left: 0px;
    height: 40px;
    width: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: black;
    color: lime;
    font-size: 20px;
    z-index: 112;
    border: none;
    transition: top 1s;
    transition-property: top;

}

.close-div-down {
    top: 0px;
    transition: top 1s;
    transition-property: top;

}

.menu-button {
    position: absolute;
    top: 0px;
    left: 0px;
    height: 100%;
    width: 100%;
    z-index: 113;
    background-color: transparent;
    border: none;
    color: lime;
    cursor: pointer;
}

.menu-slide {
    position: fixed;
    z-index: 100;
    top: 0px;
    right: -110%;
    height: 100vh;
    width: 50vw;
    overflow: hidden;
    background-color: black;
    transition: all 1.5s linear;
}

.menu-slide-active {
    right: 0%;
    transition: all 1.5s linear;
}

.place {
    position: absolute;
    left: -150%;
    bottom: 100px;
    text-align: center;
    height: auto;
    width: auto;
    transition: all 1s linear;
}

.place-active {
    left: 25px;
    transition: all 1s linear;
    transition-delay: 2s;
}

.temp-div {
    height: auto;
    width: auto;
}

.details {
    font-size: 20px;
    color: lime;
    font-weight: 650;
    height: 100%;
    width: 100%;
}

.location-div {
    height: auto;
    width: auto;

}

.option {
    position: relative;
    top: 150px;
    left: 0px;
    height: 50px;
    width: 100%;
    overflow: hidden;
}

.option-button {
    height: 100%;
    width: 100%;
    padding-left: 50px;
    font-size: 25px;
    text-align: center;
    background-color: black;
    border: none;
    color: lime;
    overflow: hidden;
    cursor: pointer;
}

.option-button:hover {
    background-color: rgb(35, 35, 35);
}

.option-button-curtain {
    position: absolute;
    top: 0px;
    right: 0%;
    height: 50px;
    width: 100%;
    z-index: 150;
    background-color: black;
    opacity: .8;
}

.option-button-curtain-active {
    right: -120%;
    transition: right 4s;
    transition-delay: 1s;
    transition-property: right;
}

#project-container { 
    display: flex;
    flex-wrap: wrap;
    height: auto;
    width: 500px;
    justify-content: center;
    margin-top: 25px;
    margin-left: auto;
    margin-right: auto;
}

.buttons { 
    display: flex;
    margin: 20px;
    justify-content: center;
    align-items: center;
    text-align: center;
    height: 250px;
    width: 200px; 
    padding: 5px;
    text-decoration: none;
    outline: none;
    font-size: 25px;
    color: white;
    font-weight: 700;
    background: black;
    opacity: .8;
    border-radius: 10px;
    border-style: solid;
    border-width: 3pt;
    border-image: linear-gradient(to right, rgb(25, 240, 6), rgb(243, 3, 3));
    border-image-slice: 1;
    cursor: pointer;
}

@keyframes rotate {
    from {
        transform: rotate(0deg);
    }
    to {
        transform: rotate(360deg);
    }
}

.buttons:hover {
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100% 100%;
    border: solid 3pt white;
    color: transparent;
    opacity: 9;
    animation-name: rotate;
    animation-duration: 1s;
    animation-iteration-count: initial;
    animation-timing-function: linear;
}

#buttonOne:hover {
    background-image: url("./images/volumcalc-button2.jpg");
}

#buttonTwo:hover {
    background-image: url("./images/hangman-button.jpg");
}

#buttonThree:hover {
    background-image: url("./images/todolist-button.jpg");
}

#buttonFour:hover {
    background-image: url("./images/horserider-button.jpg");
}

#buttonFive:hover {
    background-image: url("./images/tayla.io-button.jpg");
}

#buttonSix:hover {
    background-image: url("./images/calculator-button.jpg");
}

#buttonSeven:hover {
    background-image: url("./images/rps-button.jpg");
}

#buttonEight:hover {
    background-image: url("./images/contacts-button.jpg");
}

#buttonNine:hover {
    background-image: url("./images/space-button.jpg");
}

#about-me-container {
    height: 300px;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

/* also has properties set within phone device display far below*/
#about-me-container button {
    text-align: center;
    font-size: 45px;
    font-weight: bold;
    padding: 10px;
    cursor: pointer;
    background: black;
    opacity: .8;
    color: white;
    border-image: linear-gradient(to right, rgb(255, 0, 0), rgb(147, 3, 243));
    border-image-slice: 1;
    border-style: solid;
    border-width: 4px;
    border-radius: 10px;
    height: auto;
    width: auto;
    font-family: 'Cookie', cursive;
    z-index: 10;
}

@keyframes rotateY {
    from {
        transform: rotateY(0deg);
    }
    to {
        transform: rotateY(360deg);
    }
}

#about-me-container button:hover {
    animation-name: rotateY;
    animation-duration: 0.8s;
    animation-iteration-count: initial;
    animation-timing-function: linear;
}

#more-span {
    display: flex; 
    justify-content: center;
    align-items: center;
    margin-left: auto;
    margin-right: auto;
    width: 500px;
    background: rgba(0,0,0,0.7);
}

span {
    width: 100%;
    margin-left: 100px;
    margin-right: 100px;
    padding: 15px;
    color: aqua;
    font-size: 20px;
    font-family:'Vollkorn', serif;
}

.close-span-button {
    float: right;
    background: transparent;
    cursor: pointer;
    border: none;
    color: white;
    font-weight: 7500;
    font-size: 17px;
    border-bottom: 2px solid aquamarine;
    padding-top: 10px;
    margin-bottom: 10px;
    margin-right: 30px;
}

.close-span-button:hover {
    border-bottom: 2px solid white;
    color: aquamarine;
}

#box {
    margin-top: 10px;
    margin-bottom: 10px;
    margin-left: auto;
    margin-right: auto;
    height: 210px;
    width: 400px;
    position: relative;
    overflow: hidden;
}

.images {
    height: 200px;
    width: 110px;
    position: absolute;
    display: flex;
    align-items: end;
    justify-content: center;
    border: 3px solid white;
    color: white;
    font-size: 15px;
    cursor: pointer;
}

#imageOne {
    background-image: url("/images/ianluna.jpg");
    background-size: 100% 100%;
}

#imageTwo {
    background-image: url("/images/melluna.jpg");
    background-size: 100% 100%;
}

#imageThree {
    background-image: url("/images/ianmel.jpeg");
    background-size: 100% 100%;
    
}

#imageFour {
    background-image: url("/images/mumdad.jpg");
    background-size: 100% 100%;
    
}

#imageFive {
    background-image: url("/images/jastay.jpg");
    background-size: 100% 100%;;
    
}

#imageSix {
    background-image: url("/images/jastay2.jpg");
    background-size: 100% 100%;;
    
}

#footer {
    display: block;
    background-color: black;
    height: auto;
    width: 100%;
}

#footer-row-one {
    text-align: center;
}

.logo {
    display: inline-block; 
    background-size: 100% 100%;
    cursor: pointer;
    height:72px;
    width:72px;
    margin: 10px;
}

#gmail-container {
    background-image: url("/images/gmaillogo.png");
}

#github-container {
    background-image: url("/images/githublogo.png");
}

#linkedin-container {
    background-image: url("/images/linkedin-icon.jpg");
}

.logo:hover {
    transform: scale(1.2);
}

#footer-row-one {
    margin-top: 10px;
}
#footer-row-two {
    text-align: center; 
    
}

.logo-text {
    display: inline-block; 
    width: 72px;
    height: 40px;
    margin: 10px;
    color: white;
    font-size: 15px;
}

/* These following settings are for tablet display only */
@media screen and (min-width: 600px) and (max-width: 900px) {
    #page-container {
        background-image: url("./images/bodybg3.jpg");
        background-attachment: fixed;
        background-repeat: no-repeat;
        background-position: center;
        background-size: cover;  
        width: 100vw;
        height: auto;
    }

    .letters {
        padding: 5px;
        font-size: 40px;
        color: black;
        font-family: 'Gabriela', cursive;
    }

    .menu-bar {
        top: 70px;
        right: 50px;
        
    }
    
    .buttons:hover {
        height: 250px;
        width: 200px;
    }

}

/* These setting are for phone display only */
@media screen and (min-width: 0px) and (max-width: 600px) {
    
    #page-container {
        background-image: url("./images/bodybg1.jpg");
        background-attachment: fixed;
        background-repeat: no-repeat;
        background-position: center;
        background-size: cover; 
        width: 100vw;
        height: auto;
    }
    
    .letters {
        padding: 5px;
        font-size: 30px;
        color: black;
        font-family: 'Gabriela', cursive;
    }

    .menu-bar {
        top: 20px;
        right: 20px;
    }

    .menu-slide {
        width: 100vw;
    }

    .option {
        top: 100px;
    }

    #project-container { 
        width: 300px;
    }

    .buttons {
        height: 200px;
        width: 150px;
        font-size: 20px;
    }

    .buttons:hover {
        height: 200px;
        width: 150px;
    }

    #about-me-container {
        height: 150px;
        width: 100%;
    }

    /* Javascript element button*/
    #about-me-container button {
        font-size: 25px;
        font-weight: bolder;
    }

    #about-me-container button:hover {
        font-size: 35px;
        font-weight: bolder;
    }

    #more-span {
        width: 100vw;
    }
    span {
        margin-left: 30px;
        margin-right: 30px;
        padding: 10px;
        font-size: 15px;
    }

    #box {
        width: 100vw;
    }

    .logo {
        height: 55px;
        width: 55px;
        margin-left: 5px;
        margin-right: 5px;
    }

    .logo-text {
        width: 55px;
        font-size: 12px;
        margin-left: 5px;
        margin-right: 5px;
    }
    
}