#header_ID {
        background-image: url("images/headerIMG.svg");
        height: 210px;
        background-size: cover;
        background-repeat: no-repeat;
        background-position: center;
        padding: 50px 0px;
}


#background_ID {
        background-image: url("images/mainbackgroundIMG.svg");
        height: auto;
        width: auto;
        background-size: cover;
        background-repeat: no-repeat;
        background-position: center;
}

#collage_ID {
        grid-column: 1 / 1;
        grid-row: 1 / 1;
        justify-self: end;
        align-self: center;
}

#model_ID {
        grid-column: 2 / 2;
        grid-row: 2 / 2;
        justify-self: start;
        align-self: center;
}

#outsidebox1_ID {
        background-color:rgba(54, 54, 54, 0.3);
        padding: 15px 0px;
        grid-column: 2 / 2;
        grid-row: 1 / 1;
        justify-self: start;
        align-self: center;
}

#insidebox1_ID {
        background-color:rgba(218, 218, 218, 0.5);
        padding: 12px 0px;
        grid-column: 2 / 2;
        grid-row: 1 / 1;
        justify-self: start;
}

#outsidebox2_ID {
        background-color:rgba(54, 54, 54, 0.3);
        padding: 15px 0px;
        grid-column: 1 / 1;
        grid-row: 2 / 2;
        justify-self: end;
        align-self: center;
}

#insidebox2_ID {
        background-color:rgba(218, 218, 218, 0.5);
        padding: 12px 0px;
        grid-column: 1 / 1;
        grid-row: 2 / 2;
        justify-self: end;
        
}

.button1_CLASS {
        font-family: bitcount-mono-single-square, sans-serif;
        font-weight: 500;
        font-style: normal;
        font-size: 23pt;
        color: #363636;
        text-decoration: none;
        opacity: 60%;
        background-color: rgba(54, 54, 54, 0.3);
        border-color: rgba(54, 54, 54, 0.1);
        border-width: 5px;
}

.button1_CLASS:hover {
        background-color: rgba(80, 80, 80, 0.3);
        border-color: rgba(80, 80, 80, 0.1);
        font-weight: bolder;
}

.button2_CLASS {
        font-family: bitcount-mono-single-square, sans-serif;
        font-weight: 500;
        font-style: normal;
        font-size: 23pt;
        color: #363636;
        text-decoration: none;
        opacity: 60%;
        background-color: rgba(54, 54, 54, 0.3);
        border-color: rgba(54, 54, 54, 0.1);
        border-width: 5px;
        margin-left: 35%;
        margin-right: 35%;
}

.button2_CLASS:hover {
        background-color: rgba(80, 80, 80, 0.3);
        border-color: rgba(80, 80, 80, 0.1);
        font-weight: bolder;
}

.alignright_CLASS {
        text-align: right;
        padding: 20px;
}

.alignleft_CLASS {
        text-align: left;
        padding: 20px;
}

a {
        text-decoration: none;
}

main {
        display: grid;
        row-gap: 55px;
        grid-template-columns: repeat(2, 1fr) ;
        grid-template-rows: 1fr 1fr;
        padding: 55px;
}

p {
        font-family: transducer-extended, sans-serif;
        font-weight: 100;
        font-style: normal;
        opacity: 70%;
        font-size: 15pt;
}

h3 {
        font-family: transducer-extended, sans-serif;
        font-weight: 100;
        font-style: normal;
        opacity: 60%;
        font-size: 24pt;  
}


nav {
    background-color: #363636;
    opacity: 85%;
    background-position: center;
    text-align: center;
    padding: 30px 0px;
    
}


nav a {
        font-size: 23pt;
        text-decoration: none;
        color: #FFFFFF;
        padding: 20px;
        font-family: bitcount-mono-single-square, sans-serif;
        font-weight: 300;
        font-style: normal;
        vertical-align: middle;
        text-transform: uppercase;
}


nav a:hover {
        font-weight: bolder;
}

nav a:active {
        font-weight: bold;
        color: #505050;
}



ul {
        list-style-type: none;  
        text-align: left;
        list-style: none;
        padding-left: 0;  
}

footer {
        background-image: url("images/footerIMG.svg");
        height: 229px;
        background-size: cover;
        background-repeat: no-repeat;
        background-position: center;
        opacity: 85%;
        display: grid;
        grid-template-columns: 1fr 1fr;
}

.footertext_CLASS {
        font-family: transducer-extended, sans-serif;
        font-weight: 100;
        font-style: normal;
        font-size: 10pt;
        color: #D9D8D6;
        text-align: left;
        padding-left: 55px;
        display: block;
        align-self: center;
        grid-column: 1 / 1;
}

#socialmedia_ID {
        padding-right: 55px;
        text-align: right;
        align-self: center;
        display: block;
        grid-column: 2 / 2;
}

#button2_ID {
        background-color: transparent;
        border: none;
        align-self: center;
}

#mainwrapper_ID {
        grid-auto-rows: minmax(0px, auto);
        grid-template-columns: minmax(0px, 1fr);
}

.contactgrid_CLASS {
        grid-column: 1 / 3;
        grid-row: 1 / 3;
        padding-left: 200px;
        padding-right: 200px;
        justify-items: center;
}

#form_ID {
        display: grid;
}

form {
        font-family: transducer-extended, sans-serif;
        font-weight: 100;
        font-style: normal;
        opacity: 70%;
        font-size: 15pt;    
}


label {
        display: block;
        margin: 10px;
        text-align: center;
}

input {
        display: block;
        margin: 10px;
        text-align: center;
        border-color: #656565;
        border-style: dashed;
        border-width: 1px;
        border-radius: 10px;
        height: 30px;
        font-family: transducer-extended, sans-serif;
        font-weight: 100;
        font-style: normal;
        opacity: 70%;
        font-size: 15pt;
}

textarea {
        display: block;
        margin: 10px;
        border-color: #656565;
        border-width: 1px;
        border-style: dashed;
        border-radius: 10px;
        height: 250px;
        font-family: transducer-extended, sans-serif;
        font-weight: 100;
        font-style: normal;
        opacity: 70%;
        font-size: 15pt;
}

.about_CLASS {
        display: block;
        grid-column: 1 / 3;
        grid-row: 1 / 3;
        display: grid;
        grid-template-columns: 1fr 1fr;
        grid-template-rows: 50px 800px;
        align-items: center;
        justify-items: center;
}

.services_CLASS {
        display: block;
        grid-column: 1 / 3;
        grid-row: 1 / 3;
        display: grid;
        grid-template-columns: 300px 1fr;
        grid-template-rows: 150px 300px 50px 300px 50px 300px 50px 300px 50px;
        padding-left: 100px;
        padding-right: 100px;
}       

#headshot_ID {
        display: block;
        background-image: url("images/headshot.jpg");
        width: 600px;
        height: 600px;
        background-size: contain;
        background-repeat: no-repeat;
        background-position: center;
        grid-column: 2 / 2;
        grid-row: 2 / 2;
        justify-self: center;
        align-self: center; 
}

.abouttext_CLASS {
        display: block;
        grid-column: 1 / 1;
        grid-row: 2 / 2;
        justify-self: center;
        align-self: center; 
        text-align: justify;
        padding: 25px;       
}

#cubeIMG_ID {
        grid-column: 1;
        grid-row: 2;
        display: block;
        align-self: center;
        justify-self: center;
}

#sphereIMG_ID {
        grid-column: 1;
        grid-row: 4;
        display: block;
        align-self: center;
        justify-self: center;
}

#uiIMG_ID {
        grid-column: 1;
        grid-row: 6;
        display: block;
        align-self: center;
        justify-self: center;
}

#codeIMG_ID {
        grid-column: 1;
        grid-row: 8;
        display: block;
        align-self: center;
        justify-self: center;;
}

.modelservicestext_CLASS {
        grid-column: 2;
        grid-row: 2;
        display: block;
        align-self: center;
        justify-self: left;
        text-align: left;
        line-height: 40px;
}

.graphicservicestext_CLASS {
        grid-column: 2;
        grid-row: 4;
        display: block;
        align-self: center;
        justify-self: left;
        text-align: left;
        line-height: 40px;
}

.uiservicestext_CLASS {
        grid-column: 2;
        grid-row: 6;
        display: block;
        align-self: center;
        justify-self: left;
        text-align: left;
        line-height: 40px;
}

.codeservicestext_CLASS {
        grid-column: 2;
        grid-row: 8;
        display: block;
        align-self: center;
        justify-self: left;
        text-align: left;
        line-height: 40px;
}

#horizontalline_ID {
        display: block;
        align-self: center;
        background-color: #505050;
        background-position: center;
        background-size: cover;
        opacity: 60%;
        height: 2px;
        width: auto;
        
}

#gallerygrid_ID {
        display: block;
        grid-column: 1 / 3;
        grid-row: 1 / 3;
        display: grid;
        grid-template-columns: 1fr;
        grid-template-rows: 1fr 1fr 1fr; 
        align-items: center;    
}

#gallery2d_ID {
        grid-column: 1;
        grid-row: 2;
        height: 150px;
        align-self: center;
        justify-self: center;
}

#gallery3d_ID {
        grid-column: 1;
        grid-row: 3;
        height: 150px;
        align-self: center;
        justify-self: center;
}

.gallerybutton_CLASS {
        background-color: #656565;
        text-align: center;
        align-self: center;
        justify-self: center;
}

#gallerygrid2_ID {
        display: block;
        grid-column: 1 / 3;
        grid-row: 1 / 3;
        display: grid;
        grid-template-columns: repeat(3, 1fr);
        grid-template-rows: repeat(50px 3, 1fr); 
        align-items: center;    
}

.gallgrid1_CLASS {
        grid-column: 1;
        grid-row: 2;
        align-self: center;
        justify-self: center;
        padding: 10px;
}

.gallgrid2_CLASS {
        grid-column: 2;
        grid-row: 2;
        align-self: center;
        justify-self: center;
        padding: 10px;
}

.gallgrid3_CLASS {
        grid-column: 3;
        grid-row: 2;
        align-self: center;
        justify-self: center;
        padding: 10px;
}

.gallgrid4_CLASS {
        grid-column: 1;
        grid-row: 3;
        align-self: center;
        justify-self: center;
        padding: 10px;
}

.gallgrid5_CLASS {
        grid-column: 2;
        grid-row: 3;
        align-self: center;
        justify-self: center;
        padding: 10px;
}

.gallgrid6_CLASS {
        grid-column: 3;
        grid-row: 3;
        align-self: center;
        justify-self: center;
        padding: 10px;
}

.gallgrid7_CLASS {
        grid-column: 1;
        grid-row: 4;
        align-self: center;
        justify-self: center;
        padding: 10px;
}


@media only screen and (max-width: 1775px) {
        .about_CLASS {
                display: grid;
                grid-template-columns: 1fr;
                grid-template-rows: 50px 1fr 800px;
                align-items: center;
                justify-items: center;
        }
        
        #headshot_ID {
                display: block;
                grid-column: 1;
                grid-row: 3;
                justify-self: center;
                align-self: center;
                padding: 50px;   
        }
        
        .abouttext_CLASS {
                display: block;
                grid-column: 1;
                grid-row: 2;
                justify-self: center;
                align-self: center; 
                text-align: justify;       
        }

        #gallerygrid2_ID {
                display: block;
                grid-column: 1 / 3;
                grid-row: 1 / 3;
                display: grid;
                grid-template-columns: repeat(2, 1fr);
                grid-template-rows: repeat(50px 5, 1fr); 
                align-items: center;    
        }
        
        .gallgrid1_CLASS {
                grid-column: 1;
                grid-row: 2;
                align-self: center;
                justify-self: center;
                padding: 10px;
        }
        
        .gallgrid2_CLASS {
                grid-column: 2;
                grid-row: 2;
                align-self: center;
                justify-self: center;
                padding: 10px;
        }
        
        .gallgrid3_CLASS {
                grid-column: 1;
                grid-row: 3;
                align-self: center;
                justify-self: center;
                padding: 10px;
        }
        
        .gallgrid4_CLASS {
                grid-column: 2;
                grid-row: 3;
                align-self: center;
                justify-self: center;
                padding: 10px;
        }
        
        .gallgrid5_CLASS {
                grid-column: 1;
                grid-row: 4;
                align-self: center;
                justify-self: center;
                padding: 10px;
        }
        
        .gallgrid6_CLASS {
                grid-column: 2;
                grid-row: 4;
                align-self: center;
                justify-self: center;
                padding: 10px;
        }
        
        .gallgrid7_CLASS {
                grid-column: 1;
                grid-row: 5;
                align-self: center;
                justify-self: center;
                padding: 10px;
        }

}

@media only screen and (max-width: 1160px) {
        .services_CLASS {
                display: block;
                grid-column: 1 / 3;
                grid-row: 1 / 3;
                display: grid;
                grid-template-columns: 1fr;
                grid-template-rows: repeat(10 100%);
                row-gap: 150px;
                padding-left: 50px;
                padding-right: 50px;
        }

        #cubeIMG_ID {
                grid-column: 1;
                grid-row: 2;
                display: block;
                align-self: center;
                justify-self: center;
        }
        
        #sphereIMG_ID {
                grid-column: 1;
                grid-row: 4;
                display: block;
                align-self: center;
                justify-self: center;
        }
        
        #uiIMG_ID {
                grid-column: 1;
                grid-row: 6;
                display: block;
                align-self: center;
                justify-self: center;
        }
        
        #codeIMG_ID {
                grid-column: 1;
                grid-row: 8;
                display: block;
                align-self: center;
                justify-self: center;;
        }

        .modelservicestext_CLASS {
                grid-column: 1;
                grid-row: 3;
                display: block;
                align-self: center;
                justify-self: left;
                text-align: justify;
                line-height: 40px;
        }
        
        .graphicservicestext_CLASS {
                grid-column: 1;
                grid-row: 5;
                display: block;
                align-self: center;
                justify-self: left;
                text-align: justify;
                line-height: 40px;
        }
        
        .uiservicestext_CLASS {
                grid-column: 1;
                grid-row: 7;
                display: block;
                align-self: center;
                justify-self: left;
                text-align: justify;
                line-height: 40px;
        }
        
        .codeservicestext_CLASS {
                grid-column: 1;
                grid-row: 9;
                display: block;
                align-self: center;
                justify-self: left;
                text-align: justify;
                line-height: 40px;
        }

        #horizontalline_ID {
                display: none; 
        }

        .button2_CLASS  {
                grid-column: 1 !important;
                grid-row: 10 !important;
                margin-left: 25%;
                margin-right: 25%;
        }
       
        
}


@media only screen and (max-width: 992px) {
        #wrapper {
                grid-template-columns: minmax(0, 768px);
        }
        
        .abouttext_CLASS {
                display: block;
                grid-column: 1;
                grid-row: 2;
                justify-self: center;
                align-self: center; 
                text-align: justify;       
        }

        .about_CLASS {
                width: auto;
                height: fit-content;
        }
        
        #gallerygrid2_ID {
                display: block;
                grid-column: 1 / 3;
                grid-row: 1 / 3;
                display: grid;
                grid-template-columns: 1fr;
                grid-template-rows: repeat(50px 5, 1fr); 
                align-items: center;    
        }
        
        .gallgrid1_CLASS {
                grid-column: 1;
                grid-row: 2;
                align-self: center;
                justify-self: center;
                padding: 10px;
        }
        
        .gallgrid2_CLASS {
                grid-column: 1;
                grid-row: 3;
                align-self: center;
                justify-self: center;
                padding: 10px;
        }
        
        .gallgrid3_CLASS {
                grid-column: 1;
                grid-row: 4;
                align-self: center;
                justify-self: center;
                padding: 10px;
        }
        
        .gallgrid4_CLASS {
                grid-column: 1;
                grid-row: 5;
                align-self: center;
                justify-self: center;
                padding: 10px;
        }
        
        .gallgrid5_CLASS {
                grid-column: 1;
                grid-row: 6;
                align-self: center;
                justify-self: center;
                padding: 10px;
        }
        
        .gallgrid6_CLASS {
                grid-column: 1;
                grid-row: 7;
                align-self: center;
                justify-self: center;
                padding: 10px;
        }
        
        .gallgrid7_CLASS {
                grid-column: 1;
                grid-row: 8;
                align-self: center;
                justify-self: center;
                padding: 10px;
        }
        
        .button2_CLASS {
                margin-top: 50px;
                margin-left: 10%;
                margin-right: 10%;
        }
}


    
@media only screen and (max-width: 768px) {

        #wrapper {
                grid-template-columns: 0% 100% 0%;
        }
        #model_ID {
                display: none;
        }
        #collage_ID {
                display: none;
        }
        main {
                grid-template-columns: 0% 100% 0%; 
        }
        #outsidebox1_ID {
                grid-column: 2 / 2;
                justify-self: center;
                align-self: center;
        }
        
        #insidebox1_ID {
                grid-column: 2 / 2;
                justify-self: center;
        }
        
        #outsidebox2_ID {
                grid-column: 2 / 2;
                justify-self: center;
                align-self: center;
        }
        
        #insidebox2_ID {
                grid-column: 2 / 2;
                justify-self: center;
                
        }

        .alignright_CLASS {
                text-align: center;
                padding: 20px;
        }
        
        .alignleft_CLASS {
                text-align: center;
                padding: 20px;
        }
        #socialmedia_ID {
                padding-right: 55px;
        }
        footer {
                background-color: #363636;
                background-image: none;
        }
        #header_ID {
                height: auto;
                background-size: cover;
                background-repeat: no-repeat;
                background-position: center;
                padding: 50px 0px;
        }
        .contactgrid_CLASS {
                text-justify: center;
                padding-left: 50px;
                padding-right: 50px;
        }

        .about_CLASS {
                display: grid;
                grid-template-columns: 1fr;
                grid-template-rows: 50px 1fr 100px;
                align-items: center;
                justify-items: center;
        }

        #headshot_ID {
                width: 100px;
                height: 100px;   
        }
    }