
:root{
    --primary: white;
    --secondary: black;
    --bckground: rgb(77, 77, 77);

    --text: white;
    --secondarytext: grey;
    --Attention: #A48FFD;
    --Attentiondark: #6762C2;
}


body{
    background-color: black;
    font-family: Arial, Helvetica, sans-serif;
    color: var(--text);
}

img{
    cursor: pointer;
}

h1{
    font-size: 50px;
    font-weight: bold;
}
h2{
    font-size: 31.25px;
}
h3, p{
    font-size: 20px;
}

.btns{
    margin: 0;
    display: flex;
    flex-flow: column;
}

a{
    width: fit-content;
}
button, #submitInfo{
    /* font-weight: bolder; */
    width: 200px;
    backdrop-filter: blur(20px);
    background-color: rgba(0, 0, 0, 0.17);
    text-decoration: underline;
    font-size: 20px;
    padding: 15px 20px 15px 20px;  
    /* background-color: var(--Attention); */
    color: white;
    border-radius: 20px 0;
    border: 2px white solid;
    transition: .5s;
    margin: 0 20px 20px 0;
    cursor: pointer;
}
button:hover, #submitInfo:hover{
    transition: .5s;
    border-radius: 0 20px;
}
button:active, #submitInfo:active{
    transition: .1s;
    color: black;
    background-color: rgb(255, 255, 255);
}

.FullSize{
    height: 100vh;
    background-color: black;
    width: 100%;
    overflow: hidden;
}

.Bg{
    display: grid;
    overflow: hidden;
}
.Bg figure{
    grid-area: 1/1/2/2;
    width: 100%;
    height: 100%;
}.Bg figure img{
    height: 100%;
    position: absolute;
    bottom: 0;
    right: 0;
}
.Bg section{
    z-index: 50;
    padding: 25px;
}
.Bgcontent{
    grid-area: 1/1/2/2;
    margin-left: 30px;
}
.Bgcontent img, #Showcase img, #Popup img, .Gallery h3{
    pointer-events: none;
}
.Bg section h1{
    margin-top: 50px;
}
#Navbar{
    /* background-color: rgba(0, 0, 0, 0.289); */
    /* backdrop-filter: blur(20px); */
    padding: 20px;
    position: sticky;
    top: 0;
    margin-bottom: -70px;
    padding-right: 35px;
    z-index: 100;
    display: flex;
    justify-content: space-between;
    align-items: center;
    
}
#Navbar nav a{
    padding: 0 0 0 10px;
    font-weight: bold;
}
#Navbar img{
    transform: translateY(-15px);
}

#NavSpacing{
    margin-top: 40px;
}
#Logo{
    margin: 0;
    padding: 0;
    height: 0;
}
a{
    font-size: 18px;
    transition: .5s;
    text-decoration: underline 0em rgba(0,0,0,0);
}a:hover{
    text-decoration: underline .05em;
    transition: .5s;
}

.Logo{
    -webkit-filter: hue-rotate(90deg)
}

h1, h2, h3, h4, p, a{
    color: var(--text);
}
.Selected{
    color: var(--Attention);
}

#NavBar{
    display: flex;
    justify-content: center;
    flex-direction: column;
    width: 100%;
}

#HomeHero{
    background-color: black;
}
#HomeHero h2{
    margin: 5px 0 15px 0;
}
#HomeHero nav{
    margin: 15px 0 0 0;
}
.ValignCenter{
    width: 100%;
    height: 100%;
    margin-top: 20vh;
    display: flex;
    flex-direction: column;
    /* align-items: center; */
}

#Certs{
    margin-top: 50px;
    background-color: black;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    min-height: 100vh;
}
#Certs h1{
    text-align: center;
}
#Certs section{
    max-width: 700px;
    background-color: var(--bckground);
    margin: 10px;
    padding: 30px;
    /* max-width: 700px; */
    display: flex;
    justify-content: center;
    align-items: center;
    flex-flow: row wrap;
    gap: 10px 20px;
    margin: 20px;
}
#Certs section h2{
    font-weight: bold;
}
#Certs section span{
    background-color: white;
    height: 270px;
    width: 150px;
    overflow: hidden;
    border-radius: 8px;
    text-align: center;
}
#Certs body{
    background-color: white;
}#Certs #badge{
    background-color: white;
}
#Certs iframe{
    background-color: white;
    border-radius: 8px;
}
#Certs div a span{
    padding: 0 8px 0 8px;
    text-align: center;
    font-size: 16px;
}


.showcaseheader{
    display: grid;
    min-height: 300px;
    max-height: 40vh;
    width: 100%;
    overflow: hidden;
    position: relative;

}
.showcaseheader img, .showcaseheader section{
    grid-area: 1/1/2/2;
    min-width: 100%;
    min-height: 100%;
}

.showcaseheader section{
    /* position: relative; */
    align-items: center;
    display: flex;
    justify-content: center;
    height: 100%;
    width: 100%;
    
}

.showcaseheader img{
    position: absolute;
    z-index: -2;
    top: 0;
    right: 0;
}
#Des{
    position: absolute;
    top: auto;
    right: auto;
    bottom: -100%;
    /* right: -50%; */
}
.Sample{
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 10px 0 0 0;
}

.Sample div{
    display: flex;
    padding: 20px;
    align-items: center;
    justify-content: center;
    gap: 20px;
    max-width: 900px;
    align-self: center;
    justify-self: center;
}

.Sample section{
    width: 60%;
}

.Sample figure{
    overflow: hidden;
    border-radius: 5px;
    width: 35%;
    height: 225px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.Sample figure img{
    max-width: 100%;
    border-radius: 5px;
    max-height: 100%;
}
.Sample nav{
    width: 125px;
    margin-right: -10px;
    z-index: 2;
    height: 100%;

    display: flex;
    align-items: center;
    justify-content: space-around;
    flex-flow: column;
}.Sample nav img, .Sample nav iframe{
    width: 100%;
    overflow: hidden;
    border-radius: 8px;
    margin: 5px;
}
.alignr h2, .alignr p{
    text-align: right;
}

.gl{
    display: flex;
    align-items: center;
    justify-content: center;
}
.Gallery{
    margin: 10px auto 10px auto;
    display: flex;
    flex-flow: row wrap;
    max-width: 800px;
    justify-self: center;
    align-self: center;
    transform: translateX(20px);
    /* background-color: #6762C2; */
}
.photo img{
    transform: translateY(-40%);
}

.Gallery section{
    display: grid;
    height: fit-content;
    /* background-color: white; */
    max-width: 45%;
    overflow: hidden;
    justify-content: center;
    align-items: center;
    min-height: fit-content;
    max-height: 400px;
    margin: 10px;
    flex-grow: 10;
}
.Gallery img{
    max-width: 500px;
    
}

.Gallery h3, .Gallery img{
    grid-area: 1/1/2/2;
    text-align: center;
}.Gallery h3{
    justify-content: center;
    transform: translateY(20px);
    align-self: center;
    font-weight: bold;
    align-items: center;
    padding: 40% 0 0 0;
    height: 60%;
    max-height: 400px;
    z-index: 2;
    font-size: 50px;
    transition: .5s;
    opacity: 0;
    background: linear-gradient(0deg,#a38ffd00,rgba(0,0,0,0))
}
.Gallery h3:hover{
    opacity: 1;
    transition: .5s;
    background: linear-gradient(0deg,#A48FFD,rgba(0,0,0,0))
}

.DesGallery img{
    height: fit-content;
    width: 100%;
}

figure source, figure video{
    width: 100%;
}

.Link{
    color: #6762C2;
}

footer{
    margin: 30px 0 0 0;
    background-color: var(--bckground);
    z-index: 1000;
}

footer h2{
    text-align: center;
    padding: 25px 0 25px 0;
    border-top: 5px var(--bckground) solid;
}

footer section{
    display: flex;
    justify-content:space-around;

    padding: 0 0 50px 0;
}

footer section nav{
    display: flex;
    flex-direction: column;
}
footer section nav a{
    margin: 5px
}
footer section nav h3{
    margin-bottom: 10px;
    font-weight: bold;
}

form{
    display: flex;
    flex-flow: column wrap;
    min-width: fit-content;
    max-width: 500px;
    padding: 0 10px 0 10px;
}
form p{
    display: flex;
    flex-flow: column;
    width: 100%;
}
form p label{
    width: 100%;
    margin: 10px 0 10px 0;
}
form p input, form p textarea{
    background-color: black;
    color: white;
    height: 30px;
    border-radius: 20px;
    padding: 10px;
}
#submitInfo{
    height: 50px;
    margin: 20px 0 60px 0;
    width: 100%;
}

#address{
    display: none;
}
#back{
    margin-bottom: 100vh;
}

.Popup{
    background-color: rgb(72, 71, 71);
    width: fit-content;
    position: sticky;
    bottom: 10px;
    z-index: 100;
    /* height: 80vh; */
    margin: 20px auto 20px auto;
    padding: 20px;
    border-radius: 10px;
    /* display: grid; */
    display: none;
    justify-items: end;

    /* left: 50%; */
    /* transform: translateX(50%); */
}

.Popup i, .Popup img{
    grid-area: 1/1/2/2;
}

.Popup i{
    font-size: 45px;
    float: right;
    margin: 10px 15px 0 0;
    /* height: ; */
    z-index: 10;
    color: rgb(255, 255, 255);
    cursor: pointer;
}

.Popup img{
    max-width: 85vw;
    max-height: 80vh;

}

@media screen and (max-width : 1257px){
    #Navbar{
        background-color: rgba(0, 0, 0, 0.09);
        backdrop-filter: blur(20px);
    }
    .showcaseheader h1{
        transform: translateY(30px);
    }

}

@media screen and (max-width : 500px){
    #Navbar nav a:first-of-type{
        display: none;
    }

    .Sample div{
        display: grid;
    }

    .Sample div section{
        grid-area: 1/1/2/2;
        width: 100%;
    }

    .Sample div figure{
        grid-area: 2/1/3/2;
        width: 100%;
    }

    .Sample div nav{
        width: 100%;
    }

    .Gallery{
        flex-flow: column;
        transform: translateX(0);
        align-items: center;
    }

    .Gallery section{
        width: 100%;
        max-width: 90%;
    }

    .showcaseheader h1{
        padding: 0 0 0 20px;
    }

    .Bgcontent img{
        transform: translateX(100px);
    }

    .Bgcontent h1{
        margin: 10px 0 0 0;
        
    }

    .ValignCenter{
        margin: 0;
    }

    .Bgcontent h3{
        margin: 10vh 0 0 0 ;
    }

    button{
        max-width: 120px;
    }
    
    .alignr p, .alignr h2{
        text-align: left;
    }

    footer a{
        font-size: 25px;
    }

    footer section{
        display: flex;
        flex-flow: column;
        /* margin: 0 20px 20px 20px; */
        text-align: center;
    }

    footer h3{
        font-size: 30px;
        margin-top: 20px;
    }
}