
@font-face {
            font-family: 'Anton', sans-serif;
            src: url(https://fonts.googleapis.com/css?family=Anton);
        }

        body {
            background-image: url(https://hostedmedia.parkersfiat.com/images/vegas1/bkgr-1.jpg);
            background-size: contain;
        }

        #vgs-1 {
            width:auto;
            height:85vh;
        }

        .header-container {
            display: flex;
            flex-direction: column;
            justify-self: center;
            margin:0 auto;
            justify-content: center;
            align-items: center;
            background-color:rgba(255, 255, 255, 0.7);
            width:85%;
            height:auto;
            text-align: center;
        }


        .header-text-container{
            background-color:rgb(27, 27, 27);
            width:90%;
            height:100%;
            border-radius:10px;
            border: solid 5px #ff793b;

        }
        .header-text-container p {
            color:white;
            font-family: 'Anton', sans-serif;
            margin: 0 20%;

        }


          .Grdient-Title {
            font-family: 'Anton', sans-serif;
            letter-spacing: 2.5px;
            width:70%;
            margin:20px auto;
            font-size: 3.5rem;
            background:linear-gradient(to bottom, #fdd766, #ff793b);
            color:transparent;
            padding: 0 10px;
            -webkit-background-clip: text;
            background-clip: text;
            font-weight: 900;
            border-color: solid 2px black;
            line-height: 1.2;
            
    }

    .info-grid {
        display: grid;
        grid-template-columns: 50% 50%;
        grid-gap: 10px;
        width: 90%;
        margin: 5% auto 5% auto;
        font-family: 'Anton', sans-serif;
        margin-bottom:20px;

    }

    .info-grid-L {
        border-radius: 10px 50px 10px 25px;
        background-color: #ff793b;
        padding: 20px;
        color:white;
       height:100%;

    }

    .info-grid-R {
        border-radius: 10px;
        color:white;
        max-height:100%;

    }

    .included-grid {
        display:grid;
        grid-template-columns: 40% 60%;
        margin-bottom: 15%;
        row-gap: 20px;        
        margin-top:10%;



    }

    .info-grid-L h2 {
        font-family: 'Anton', sans-serif;
        letter-spacing: 2px;
        font-weight: 300;
        text-shadow: black 0px 2px 10px;
        hyphens: auto;
    

    }

    .included-grid h3 {
        font-family: sans-serif;        
        letter-spacing: 2px;
        font-weight: 300;
        margin:auto auto;
        text-align: left;
        font-weight: 300;
        width:100%;
     }
    .included-grid p {
        font-family: sans-serif;
        letter-spacing: 2px;
        font-weight: 0;
        margin:auto;

    }


.info-grid-L h2 span {
    font-size: 3rem;
}

.light-divider {
    display:block;
    background-color:rgb(255, 255, 255,0.8);
    width: 50%;
    height:2px;
    margin: 5% auto;
}

.form-container {
    display: flex;
    flex-direction: column;
    justify-self: center;
    margin:0 auto;
    justify-content: center;
    align-items: center;
    text-align: center;
    border-radius: 10px 50px 10px 50px;
    border: solid 5px #ff793b;
    height: calc(100% - 10px);}

#vegas-form {
    display: flex;
    flex-direction: column;
    justify-self: center;
    margin:0 auto;
    padding-bottom:15px;
    justify-content: center;
    align-items: center;
    width:90%;
    max-height:90%;
    min-height:90%;
    letter-spacing: 2px;
    background-color:rgba(255, 255, 255, 0.2);
    border-radius:20px;
}

#vegas-form label {
    margin-top:20px;
    width:90%;
    border:none;
    
}

#vegas-form input {
    width:90%;
    height:40px;
    border:none;
    border-radius:5px;
    text-align: center;
}


#vegas-form #submit {
    margin-top:5%;
    width:40%;
    height:40px;
    border:none;
    background-color:#ff793b;
    color:white;
    padding: auto 20%;
}

.b-divider {
    color:white;
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    font-weight: 500;
    word-spacing: 5px;
    background: #ff793b;
    border-radius: 25px 0px;
    padding:1%;
    width:50%;
    margin:15px auto;
}

#vegas-bkgrnd {
    width:80%;
}

#ram-slot-orange {
    width:40%;
margin-top:10px;}

#vegas-divider-2 {
    width: 80%;
    margin-bottom:25px;
    opacity: 20%;
}

#inv-button {
    display:block; 
    background-color: white;
    color:#ff793b;
    padding:20px 20px;
    margin: 25px;
    border-radius: 25px 0px;
    cursor:pointer;
    height:auto;
    box-sizing: border-box;
    border: 5px solid transparent;
    overflow:hidden;
    text-decoration: none;
        
}


#inv-button:hover {
    background-color: #ff793b;
    color:white;
    cursor:pointer;
    border:white solid 5px;
    font-size: 110%;
    transform: scale(1.1); /* Adjust the scale value as needed */
    transform-origin: center; 


}

#inv-button:active {
    background-color: white;
    color:#ff793b;

}

#content {
    background:none;
}

#captcha-container {
    display:flex;
    width:auto;
    align-content: middle;
    margin-top: 25px;

    
}


@media only screen and (max-width: 640px) {
     #vgs-1 {
        width:90%;
        height:auto;
     }
.Grdient-Title {
    font-size:30px;
    margin:10px auto;
    padding:0;
}
.b-divider {
    width:90%;
}
.header-text-container {
    width:100%;
}

.header-container {
    width:92%;
}

.header-text-container p {
    margin:0 10px;
}

.info-grid {
    grid-template-columns: 100%;
}

.included-grid {
    grid-template-columns: 100%;
    height:auto;
    row-gap:none;
    margin:30px auto;

}
#value {
    margin-top:50px;

}

#form-container {
    width:95%;
}

.light-divider {
    position:relative;
}

.info-grid {
    row-gap: 50px;
}
}
