* {
    box-sizing: border-box;
}

p, h2, h3, h4, h5, h6{
    color: white;
    text-align: center;
    padding: 0;
    margin: 5px;
    font-family: 'Open Sans', sans-serif;
}

h1, h2, h3, h4, h5, h6{
    font-family: 'Roboto Condensed', sans-serif;
}

h1{
    color:white;
    text-align: center;
    font-size: 75pt;
    margin: 0;
    padding-bottom: 20px;
}

body{
    margin: 0;
    padding: 0;
    width: fit-content;
    background-color: black;
}

.nav div{
   background:linear-gradient(180deg, rgba(10,10,10,0.25) 0%, rgba(0,0,0,0) 100%);
   padding-top: 10px;
}

.nav h6{
    width: fit-content;
    margin: 0px auto;
    font-size: 12pt;
    padding-top: 10px;
}

.SeeMore p:hover{
    color: rgb(24, 168, 245);
    transition: color .2s;
}

.nav h6:hover{
    color: rgb(226, 185, 135);
    transition: color .2s;
}

#grid{
    display: grid;
    grid-template-rows: auto auto auto;
    row-gap: 0px;
}

#topimages{
    display: grid;
    grid-template-columns: auto auto auto;
    column-gap: 30px;
    padding-top: 2em;
}

#bottomimages{
    display: grid;
    grid-template-columns: auto auto;
    column-gap: 60px;
    padding-top: 2em;
}

#bottomimages div{
    min-width: 50%;
}

/* #grid div {
    border: 1px solid red;
} */

.middle{
    background-color: black;
    width: 95%;
    margin-left: auto;
    margin-right: auto;
    height: fit-content;
    display: grid;
    grid-template-rows: auto auto;
    row-gap: 10px;
    padding-left: 10vw;
    padding-right: 10vw;
}

.smallimage{
    background-image: 
    linear-gradient(0deg, rgba(10,10,10,1) 0%, rgba(0,0,0,0) 50%),
    url(https://images.unsplash.com/photo-1557456170-0cf4f4d0d362?ixlib=rb-4.0.3&ixid=MnwxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8&auto=format&fit=crop&w=687&q=80);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    height: 100%;
    padding-top: 30vw;
    display: flex;
    align-items: end;
    width: 100%;
}

#top1{
    background-image: 
    linear-gradient(0deg, rgba(10,10,10,1) 0%, rgba(0,0,0,0) 50%),
    url(https://images.unsplash.com/photo-1681844931449-e0992a27d157?ixlib=rb-4.0.3&ixid=MnwxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8&auto=format&fit=crop&w=687&q=80);
}

#top2{
    background-image: 
    linear-gradient(0deg, rgba(10,10,10,1) 0%, rgba(0,0,0,0) 50%),
    url(https://images.unsplash.com/photo-1534067783941-51c9c23ecefd?ixlib=rb-4.0.3&ixid=MnwxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8&auto=format&fit=crop&w=687&q=80);
}

.imginfo{
    display: block;
    margin: 0 auto;
    font-size: 14pt;
    padding-bottom: 5%;
}

.imginfo h4{
    font-size: 25pt;
}

.SeeMore p{
    color: rgb(24, 127, 245);
    padding-top: 10px;
}

.slot1 {
    margin-bottom: auto;
    width: 100%;
}

/* .middle .body_item div {
    border: 1px solid red;

}  */

#logo{
    background: linear-gradient(180deg, rgba(10,10,10,0.25) 0%, rgba(0,0,0,0) 100%);
    height: 50px;
    display: flex;
}

#logo img {
    padding-top: 5px;
    height: 50px;
    margin: auto;
}

.top, .bottom{
    background-image: url(https://images.unsplash.com/photo-1506905925346-21bda4d32df4?ixlib=rb-4.0.3&ixid=MnwxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8&auto=format&fit=crop&w=1170&q=80);
    background-repeat: no-repeat;
    margin: auto 0px;
    background-size: cover;
    background-position: center;
    box-shadow: inset 0px -50px 10em 8em black;
    display: grid;
    height: 50em;
    grid-template-rows: auto auto;
    width: 100%;
}

.nav{
    display: grid;
    grid-template-columns: auto auto auto auto auto;
    width: 95vw;
    margin: 0px auto;
    position: sticky;
    top: 0;
    height: min-content;
}

.hero{
    height: fit-content;
    display: block;
    width: 100%;
}

#heroText{
    position: relative;
    top: 20%;
}

.bottom{
    background-image: url(https://images.unsplash.com/photo-1464278533981-50106e6176b1?ixlib=rb-4.0.3&ixid=MnwxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8&auto=format&fit=crop&w=1074&q=80);
    box-shadow: inset 0px 50px 10em 8em black;
}

.body_item{
    display: grid;
    grid-template-rows: auto auto auto;
    margin: 50px 0px;
}

#image1, #image2{
    background-image: radial-gradient(circle, rgba(0,0,0,0) 61%, rgba(41,41,41,0.7) 100%),
    url(https://images.unsplash.com/photo-1429041966141-44d228a42775?ixlib=rb-4.0.3&ixid=MnwxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8&auto=format&fit=crop&w=1170&q=80);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    height: 350px;
    width: 100%;
    margin: auto;
}

#image2{
    background-image: radial-gradient(circle, rgba(0,0,0,0) 61%, rgba(41,41,41,0.7) 100%),
    url(https://images.unsplash.com/photo-1498598457418-36ef20772bb9?ixlib=rb-4.0.3&ixid=MnwxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8&auto=format&fit=crop&w=1170&q=80);
}

.body_item .text{
    width: 70%;
    margin: 0px auto;
    height: fit-content;
}

.text h2{
    padding: 15px;
}

.text p{
    padding-bottom: 0px;
}

@media screen and (max-width: 800px){
    .middle{
        height: fit-content;
        row-gap: 0px;
    }

    .top, .bottom{
        background-repeat: no-repeat;
        margin: auto 0px;
        background-size: cover;
        background-position: center;
        box-shadow: inset 0px -10px 150px 120px black;
        display: grid;
        height: 70vh;
        grid-template-rows: auto auto;
    }

    .bottom{
        background-image: url(https://images.unsplash.com/photo-1464278533981-50106e6176b1?ixlib=rb-4.0.3&ixid=MnwxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8&auto=format&fit=crop&w=1074&q=80);
        box-shadow: inset 0px 10px 150px 120px black;
        height: 40vh;
        background-size: cover;
    }

    .body_item .text{
        height: fit-content;
        width: 100%;
    }

    .body_item{
        width: 100%;
    }

    #topimages{
        grid-template-columns: none;
        column-gap: none;
        grid-template-rows: auto auto auto;
        row-gap: 30px;
        padding-top: 2em;
    }

    #bottomimages{
        display: grid;
        grid-template-columns: none;
        grid-template-rows: auto auto;
        row-gap: 60px;
    }

    .body_item{
        display: grid;
        grid-template-rows: auto auto auto;
    }

    .smallimage{
        height: 50vh;
        width: 75%;
        margin: auto;
    }

    .imginfo p{
        font-size: 13pt;
    }

    .imginfo h4{
        font-size: 20pt;
    }

    #image1, #image2{
        background-size: cover;
        height: 40vh;
        width: 100%;
    }

    #heroText h1{
        font-size: 60pt;
    }
}
