/* 
Author: Mehki Walker
Current Date: 7/1/2025
File Name: style.css
*/

/* CSS Reset */

html {
    margin: 0px;
    padding: 0px;
    border: 0px;
}

body {
    margin: 0px;
    padding: 0px;
    border: 0px;
}

header {
    margin: 0px;
    padding: 0px;
    border: 0px;
}

nav {
    margin: 0px;
    padding: 0px;
    border: 0px;
}

main {
    margin: 0px;
    padding: 0px;
    border: 0px;
}

footer {
    margin: 0px;
    padding: 0px;
    border: 0px;
}

img {
    margin: 0px;
    padding: 0px;
    border: 0px;
}

ul {
    margin: 0px;
    padding: 0px;
    border: 0px;
}

h1 {
    margin: 0px;
    padding: 0px;
    border: 0px;
}

h3 {
    margin: 0px;
    padding: 0px;
    border: 0px;
}

aside {
    margin: 0px;
    padding: 0px;
    border: 0px;
}

figure {
    margin: 0px;
    padding: 0px;
    border: 0px;
}

figcaption {
    margin: 0px;
    padding: 0px;
    border: 0px;
}


/* Style rules for body and images */

html {
    margin: 0 auto;
    max-width: 1000px;
}


body {
    background-image: linear-gradient(to bottom right, black, darkgrey, black);
    background-attachment: fixed;
    position: relative;
}


/* Style rules for header area */
.header-text {
    background-color: darkgrey;
    border-radius: 10px;
    text-align: center;
    width: 50%;
    padding: 5px;
    margin: auto;
}

/* Style rules for navigation area */

.tab-desk {
    display: block;
}
nav {
    text-align: center;
    padding: 14px 16px;
    text-decoration: none;
    font-size: 20px;
}

nav ul {
    list-style-type: none;
}

nav li {
        font-size: 1.5em;
        display: inline-block;
        border-radius: 10px;
        background-color: lightgrey;
    }
    
nav li a {
        padding: .5em .5em;
        text-decoration: none;
    }
    
nav li:hover {
        color: #2a1f14;
        background-color: #f6eee4;
        opacity: .5;
    }

nav li:active {
    background-color: white;
    color: black;
    opacity: .5;
}




/* Style rules for main content */ 
main {
    padding: 2%;
    font-family: "Lora", serif;
      font-weight: 400;
      font-style: normal;
}

main p {
    font-size: 1.25em;
}

h1 {
    text-align: center;
}


#welcome ul li{
    font-size: 20px;
}


.link {
    color: #4d3319;
    text-decoration: none;
    font-weight: bold;
    font-style: italic;
}

.textbox{
    top: 500px;
    right: 50px;
    left: 0px;
    bottom: 162px;
    background-color: black;
    color: white;
    width: 400px;
    height: 420px;
    overflow-y: scroll;
    display: inline-block;
    z-index: 2;
}

.youtube{
    top: 120px;
    right: 0px;
    left: 516px;
    bottom: 162px;
    background-color: black;
    color: white;
    width: 400px;
    height: 420px;
    overflow-y: scroll;
    display: inline-block;
    z-index: 2;
}

#BG3-review {
    display: none;
    position: absolute;
    left: 0px;
    top: 0px;
    z-index: 2;
    
}

.BG3 img {
    z-index: 2;
    width: 100%;
    height: auto;
}

#Helldivers-review {
    display: none;
    position: absolute;
    left: 0px;
    top: 0px;
    z-index: 2;
}

.Helldivers img {
    z-index: 2;
    width: 100%;
    height: auto;
}

.bg-blur {
    position: absolute;
    z-index: 1;
    background-color: rgba(0,0,0, 85%);
    width: 109%;
    min-height: 100vh;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.center {
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 50%; 
    height: auto;
}


#questions p {
    cursor: pointer;
}
    
#answer {
    text-align: center;
    font-weight: bold;
    width: 80%;
    margin: 0 auto;
}




#contact {
    text-align: center;
}

.grid-topper {
    text-align: center;
    margin: 0 auto;
    padding-top: 1%;
    height: 130px;
}

.grid {
    display : grid;
    grid-gap: 65px 340px;
    grid-template-columns: auto auto;
}

figure img {
    width: auto;
    height: 200px;
    box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2);
    transition: 0.3s;
}

figure img:hover {
    box-shadow: 0 20px 35px 0 rgba(0,0,0,0.2);
}

figcaption {
    text-align: left;
    font-weight: bold;
    font-size: 20px;
}


/* Style Rules for footer content */

footer {
    display: block;
    text-align: center;
    padding: 1% 1% 1% 1%;
    margin: auto;
    border-radius: 10px;
    background-color: lightgrey;
    color: black;
    height: 80px;
    width: 50%;
}

.email {
    font-size: 20px;
    
}





/* Media Query for Tablet Viewport */

@media screen and (min-width: 620px), print {
    
    /* Tablet Viewport: Style rules for main area */
    .textbox{
        position: relative;
        top: 666px;
        left: -100px;
        display: block;
        margin-left: auto;
        margin-right: auto;
        margin-top: 10px;
        width: 70%;
        background-color: black;
        color: white;
        padding: 10px;
        overflow-y: scroll;
        height: 400px;
    }

    .youtube{
        position: relative;
        left: 474px;
        top: 238px;
        display:block;
        background-color: black;
        color: white;
        margin-left: auto;
        margin-right:auto;
        margin-top: 10px;
        width: 56%;
        padding: 50px;
        height: 250px;
    }
    
    .mobile {
        text-align: center;
    }
    
    
    nav li {
        display: block;
        width: 30%;
        margin: 10px auto;
        padding: 5px 0%;
    }
    
    .bg-blur {
        height: 148vh;
        width: 148%;
    }
    
}

/* Media Query for Smartphones (Work in Progress) */
 @media screen and (min-width: 320px), print {
     .textbox{
        position: relative;
        top: 666px;
        left: -100px;
        display: block;
        margin-left: auto;
        margin-right: auto;
        margin-top: 10px;
        width: 70%;
        background-color: black;
        color: white;
        padding: 10px;
        overflow-y: scroll;
        height: 400px;
    }

    .youtube{
        position: relative;
        left: 474px;
        top: 238px;
        display:block;
        background-color: black;
        color: white;
        margin-left: auto;
        margin-right:auto;
        margin-top: 10px;
        width: 56%;
        padding: 50px;
        height: 250px;
    }
    
    .mobile {
        text-align: center;
    }
    
    
    nav li {
        display: block;
        width: 30%;
        margin: 10px auto;
        padding: 5px 0%;
        font-size: 1em;
    }
    
    nav li a {
        padding: 0.5em 0em;
    }
    
    .grid {
        grid-template-columns: auto;
    }
    
    .bg-blur {
        height: 148vh;
        width: 148%;
    }
}

/* Media Query for Large Desktop Viewports */

@media screen and (min-width: 1921px) {
    
    body{
        background: linear-gradient(#f6eee4 #78593a);
    }
    
    #wrapper {
        width: 1920px;
        margin: 10px auto;
    }
    
    main {
    }
    
    .grid {
        grid-template-columns: auto auto auto auto;
    }
    
    aside {
        grid-column-start: 1;
        grid-column-end: 4;
        font-size: 3em;
    }
}

/* Media Query for Print */

@media print {
    body {
        background-color: white;
        color: black;
    }
}

/* Media Query for Desktop Viewport */

@media screen and (min-width: 1000px), print {
    
    /* Desktop Viewport: Style rules for main content */
    
    .textbox    {
        background-color: black;
        color: white;
        display: inline-block;
        position: relative;
        padding: 10px;
        margin: 5px;
        width: 400px;
        height: 350px;
        overflow-y: scroll;
    }
    
    .youtube    {
        background-color: black;
        color: white;
        display: inline-block;
        position: relative;
        margin: 5px 5px 7px 0px;
        padding: 10px;
        width: 50%;
        height: 350px;
    }
    
    .responsive-iframe {
        padding: 0px;
        position: relative;
        width: 100%;
        height: 74%;
    }
    
    .grid {
        grid-template-columns: auto auto;
    }
    
    nav li {
        display: inline-block;
    }
}