.reset {
    padding: 0;
    margin: 0;
    background: none;
    border: none;
}

html {
    scroll-behavior: smooth;
}



/* NAV BAR TOP */

#navbar {
    position: sticky;
    top: 0;
    z-index: 1000;
    padding-top: 20px;
    padding-left: 20px;
    padding-bottom: 20px;
    height: 150px;
    overflow: hidden;
    background-color: #A64826;
}

a {
    color: #f2daac;
    text-decoration: none;
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    font-size: 16px;
    font-weight: normal;
    padding: 20px 40px 20px 40px;
}

#navbar a {
    position: relative;
    bottom: 85px;
    left: 950px;
}

#navbar a:hover {
    border: none;
    border-radius: 12px;
    background-color: #D9753B;
    color: #f2f2f2;
}

#navbar a:active {
    color: white;
    font-weight: bold;
}

.grdlogo {
    position: absolute;
    max-height: 150px;
    left: 50px;
}

.navtitle {
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    font-size: 50px;
    font-weight: normal;
    width: 600px;
    color:#f2daac;
    padding-left: 350px;
}

.container-fluid1 {
    display: flex;
    background-color: #f2daac;
    width: 100%;
    height: 2100px;
}

.container-fluid2 {
    display: flex;
    background-color:#1e1e1e;
    width: 100%;
    height: 884px;
}

.container-fluid3 {
    display: flex;
    background-color: #f2daac;
    width: 100%;
    height: 2200px;
}

.container-fluid4 {
    display: flex;
    background-color:#010203;
    width: 100%;
    height: 1200px;
}

.container-fluid5 {
    display: flex;
    background-color: white;
    width: 100%;
    height: 884px;
}

.container-fluid6 {
    display: flex;
    background-color: #A64826;
    width: 100%;
    height: 1300px;
}

.hr1 {
    position: absolute;
    margin: auto;
    border: 5px solid white;
    width: 100%;
    bottom: 0;
    left: 0;
}

.hrbreak {
    position: absolute;
    border: 2px solid #A64826;
    width: 95%;
    left: 40px;
    bottom: 30px;
}

.hr2 {
    position: absolute;
    z-index: 1;
    margin-top: 0px;
    border: 5px solid white;
    width: 100%;
}

.hrbreak2 {
    position: absolute;
    border: 2px solid #1e1e1e;
    width: 80%;
    margin-top: 200px;
    left: 175px;
}

.hrbreak3 {
    position: absolute;
    border: 2px solid #1e1e1e;
    width: 80%;
    margin-top: 850px;
    left: 175px;
}

.hrbreak4 {
    position: absolute;
    border: 2px solid #1e1e1e;
    width: 80%;
    margin-top: 1500px;
    left: 175px;
}

.hrbreak5 {
    position: absolute;
    border: 2px solid #f2a35e;
    width: 88%;
    margin-top: 1050px;
    left: 100px;
}

.hrbreak6 {
    position: absolute;
    border: 2px solid #A64826;
    width: 88%;
    margin-top: 1625px;
    left: 100px;
}

.hrbreak7 {
    position: absolute;
    border: 2px solid #A64826;
    width: 88%;
    margin-top: 2100px;
    left: 100px;
}

.hrbreak8 {
    position: absolute;
    border: 2px solid #A64826;
    width: 88%;
    margin-top: 2800px;
    left: 100px;
}

.hrbreak9 {
    position: absolute;
    border: 2px solid #A64826;
    width: 88%;
    margin-top: 835px;
    left: 100px;
}

.hrbreak10 {
    position: absolute;
    border: 2px solid #f2daac;
    width: 93.5%;
    margin-top: 550px;
    left: 50px;
}


/* HEADER SECTION - HOMEPAGE */

.photocircle {
    display: block;
    position: absolute;
    max-width: 475px;
    margin-top: 15px;
    padding-top: 75px;
    padding-right: 50px;
    left: 225px;
}

.introhead1 {
    display: box;
    position: absolute;
    width: 800px;
    color: #1e1e1e;
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    font-size: 50px;
    font-weight: bold;
    margin-top: 75px;
    left: 800px;
}

.introbody {
    display: inline-block;
    position: absolute;
    color: #1e1e1e;
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    font-size: 16px;
    font-weight: normal;
    line-height: 1.6;
    width: 650px;
    padding-right: 10%;
    margin-top: 275px;
    left: 800px;
}

.derby {
    display: block;
    position: absolute;
    border: none;
    border-radius: 36px;
    width: 95%;
    left: 40px;
    top: 110%;
}

#myBtn {
    display: block;
    position: absolute;
    background-color: white;
    border: none;
    border-radius: 6px;
    padding: 10px;
    width: 105px;
    left: 800px;
    bottom: 150px;
    color: #1e1e1e;
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    font-size: 14px;
    font-weight: bold;
}

#myBtn:hover {
    background-color: grey;
}

#more {
    display: none;
}

.project1 {
    display: block;
    position: absolute;
    background-color: #D9753B;
    border: none;
    border-radius: 6px;
    padding: 10px;
    width: 90px;
    left: 925px;
    bottom: 150px;
    color: #010203;
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    font-size: 14px;
    font-weight: bold;
}

.project1:hover {
    background-color: grey;
}

.services1 {
    display: block;
    position: absolute;
    background-color: #A64826;
    border: none;
    border-radius: 6px;
    padding: 10px;
    width: 90px;
    left: 1035px;
    bottom: 150px;
    color: #f2daac;
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    font-size: 14px;
    font-weight: bold;
}

.services1:hover {
    background-color: grey;
}




/* SERVICES SECTION-HOMEPAGE */

#services {
    display: block;
    position: absolute;
    width: 50px;
    height: 50px;
    margin-top: 1950px;
}

.servicecircle1 {
    display: block;
    position: absolute;
    width: 250px;
    height: 250px;
    background-color: #f2daac;
    border: none;
    border-radius: 50%;
    padding: 10px;
    margin-top: 175px;
    left: 150px;
}

.servicecircle1:hover {
    border: solid 4px #f2f2f2;
    background-color: #F2a35e;
    width: 260px;
    height: 260px;
    margin-top: 170px;
    left: 140px;
    transition: all;
    transition-duration: 1.0s;
}

.servicecircle2 {
    display: block;
    position: absolute;
    width: 250px;
    height: 250px;
    background-color: #f2daac;
    border: none;
    border-radius: 50%;
    padding: 10px;
    margin-top: 175px;
    left: 700px;  
}

.servicecircle2:hover {
    border: solid 4px #f2f2f2;
    background-color: #F2a35e;
    width: 260px;
    height: 260px;
    margin-top: 170px;
    left: 690px;
    transition: all;
    transition-duration: 1.0s;
}

.servicecircle3 {
    display: block;
    position: absolute;
    width: 250px;
    height: 250px;
    background-color: #f2daac;
    border: none;
    border-radius: 50%;
    padding: 10px;
    margin-top: 175px;
    left: 1275px;  
}

.servicecircle3:hover {
    border: solid 4px #f2f2f2;
    background-color: #F2a35e;
    width: 260px;
    height: 260px;
    margin-top: 170px;
    left: 1268px;
    transition: all;
    transition-duration: 1.0s;
}

.introhead2 {
    display: inline-block;
    position: absolute;
    color: #A64826;
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    font-size: 50px;
    font-weight: bold;
    padding-top: 20px;
    padding-bottom: 20px;
    left: 720px;
}

.graphdeslogo {
    display: block;
    position: absolute;
    z-index: +1;
    width: 200px;
    height: 200px;
    margin-top: 210px;
    left: 185px;
}

.graphdeslogo:hover {
    width: 205px;
    height: 205px;
    margin-top: 210px;
    left: 182px;
    transition: all;
    transition-duration: 1.0s;
}

.brandlogo {
    display: block;
    position: absolute;
    z-index: +1;
    width: 200px;
    height: 200px;
    margin-top: 210px;
    left: 735px;
}

.brandlogo:hover {
    width: 205px;
    height: 205px;
    margin-top: 210px;
    left: 732px;
    transition: all;
    transition-duration: 1.0s;
}

.mographlogo {
    display: block;
    position: absolute;
    z-index: +1;
    width: 200px;
    height: 200px;
    margin-top: 210px;
    left: 1310px;
}

.mographlogo:hover {
    width: 207px;
    height: 207px;
    margin-top: 208px;
    left: 1308px;
    transition: all;
    transition-duration: 1.0s;
}

.servicehead1 {
    display: inline;
    position: absolute;
    color: #f2daac;
    font-family:Verdana, Geneva, Tahoma, sans-serif;
    font-size: 30px;
    font-weight: normal;
    text-align: center;
    width: 230px;
    margin-top: 500px;
    left: 170px;
}

.servicehead2 {
    display: inline;
    position: absolute;
    color: #f2daac;
    font-family:Verdana, Geneva, Tahoma, sans-serif;
    font-size: 30px;
    font-weight: normal;
    text-align: center;
    width: 400px;
    margin-top: 500px;
    left: 645px;
}

.servicehead3 {
    display: inline;
    position: absolute;
    color: #f2daac;
    font-family:Verdana, Geneva, Tahoma, sans-serif;
    font-size: 30px;
    font-weight: normal;
    text-align: center;
    width: 250px;
    margin-top: 500px;
    left: 1285px; 
}

.servicebody1 {
    display: inline;
    position: absolute;
    color: #f2daac;
    font-family:Verdana, Geneva, Tahoma, sans-serif;
    font-size: 18px;
    font-weight: lighter;
    text-align: center;
    width: 400px;
    margin-top: 550px;
    left: 80px;
}

.servicebody2 {
    display: inline;
    position: absolute;
    color: #f2daac;
    font-family:Verdana, Geneva, Tahoma, sans-serif;
    font-size: 18px;
    font-weight: lighter;
    text-align: center;
    width: 405px;
    margin-top: 550px;
    left: 640px;
}

.servicebody3 {
    display: inline;
    position: absolute;
    color: #f2daac;
    font-family:Verdana, Geneva, Tahoma, sans-serif;
    font-size: 18px;
    font-weight: lighter;
    text-align: center;
    width: 450px;
    margin-top: 550px;
    left: 1185px;
}

.vl1 {
    display: block;
    position: absolute;
    border-left: 4px solid #A64826;
    height: 500px;
    margin-top: 150px;
    left: 550px;
}

.vl2 {
    display: block;
    position: absolute;
    border-left: 4px solid #A64826;
    height: 500px;
    margin-top: 150px;
    left: 1125px;  
}

.vl3 {
    display: block;
    position: absolute;
    border-left: 4px solid #1e1e1e;
    height: 200px;
    margin-top: 475px;
    left: 850px; 
}

.learnmore1 {
    display: block;
    position: absolute;
    background-color: #A64826;
    border: none;
    border-radius: 6px;
    padding: 10px;
    width: 110px;
    left: 230px;
    margin-top: 650px;
    color: #f2daac;
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    font-size: 14px;
    font-weight: bold;  
}

.learnmore1:hover {
    background-color: grey;
}

.learnmore2 {
    display: block;
    position: absolute;
    background-color: #A64826;
    border: none;
    border-radius: 6px;
    padding: 10px;
    width: 110px;
    left: 780px;
    margin-top: 650px;
    color: #f2daac;
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    font-size: 14px;
    font-weight: bold;  
}

.learnmore2:hover {
    background-color: grey;
}

.learnmore3 {
    display: block;
    position: absolute;
    background-color: #A64826;
    border: none;
    border-radius: 6px;
    padding: 10px;
    width: 110px;
    left: 1355px;
    margin-top: 650px;
    color: #f2daac;
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    font-size: 14px;
    font-weight: bold;   
}

.learnmore3:hover {
    background-color: grey;
}

#about {
    display: block;
    position: absolute;
    width: 50px;
    height: 50px;
    margin-top: 2025px;
}




/* FEATURED PROJECTS-HOMEPAGE */

#projects {
    display: block;
    position: absolute;
    width: 50px;
    height: 50px;
    margin-top: 700px;
}

.introhead3 {
    display: inline-block;
    position: absolute;
    color: #A64826;
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    font-size: 50px;
    font-weight: bold;
    width: 600px;
    padding-top: 20px;
    padding-bottom: 20px;
    left: 600px;
}

.featproj1 {
    display: block;
    position: absolute;
    border: solid 20px #A64826;
    border-radius: 36px;
    max-width: 400px;
    max-height: 400px;
    margin-top: 300px;
    left: 1000px;
}

.featproj1:hover {
    display: block;
    position: absolute;
    border: solid 20px #A64826;
    border-radius: 36px;
    max-width: 425px;
    max-height: 425px;
    left: 1000px;
    transition: all;
    transition-duration: 1.0s;
}

.featurehead1 {
    display: inline-block;
    position: absolute;
    color: #1e1e1e;
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    font-size: 40px;
    font-weight: bold;
    width: 700px;
    margin-top: 350px;
    left: 250px;
}

.featurehead1:hover {
    color: #A64826;
}

.featuresub1 {
    display: inline-block;
    position: absolute;
    color: #A64826;
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    font-size: 30px;
    font-weight: normal;
    width: 450px;
    margin-top: 450px;
    left: 250px;
}

.featurebody1 {
    display: inline-block;
    position: absolute;
    color: #1e1e1e;
    font-family:Verdana, Geneva, Tahoma, sans-serif;
    font-size: 20px;
    font-weight: normal;
    line-height: 28px;
    width: 700px;
    margin-top: 525px;
    left: 250px;
}

.featproj2 {
    display: block;
    position: absolute;
    border: solid 20px #A64826;
    border-radius: 36px;
    max-width: 400px;
    max-height: 400px;
    margin-top: 950px;
    left: 250px;
}

.featproj2:hover {
    display: block;
    position: absolute;
    border: solid 20px #A64826;
    border-radius: 36px;
    max-width: 425px;
    max-height: 425px;
    margin-top: 950px;
    left: 250px;
    transition: all;
    transition-duration: 1.0s;
}

.featurehead2 {
    display: inline-block;
    position: absolute;
    color: #1e1e1e;
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    font-size: 40px;
    font-weight: bold;
    width: 450px;
    margin-top: 1000px;
    left: 800px;
}

.featurehead2:hover {
    color: #A64826;
}

.featuresub2 {
    display: inline-block;
    position: absolute;
    color: #A64826;
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    font-size: 30px;
    font-weight: normal;
    width: 350px;
    margin-top: 1050px;
    left: 800px;
}

.featurebody2 {
    display: inline-block;
    position: absolute;
    color: #1e1e1e;
    font-family:Verdana, Geneva, Tahoma, sans-serif;
    font-size: 20px;
    font-weight: normal;
    line-height: 28px;
    width: 600px;
    margin-top: 1125px;
    left: 800px;
}

.featproj3 {
    display: block;
    position: absolute;
    border: solid 20px #A64826;
    border-radius: 36px;
    max-width: 400px;
    max-height: 400px;
    margin-top: 1625px;
    left: 1000px;     
}

.featproj3:hover {
    display: block;
    position: absolute;
    border: solid 20px #A64826;
    border-radius: 36px;
    max-width: 425px;
    max-height: 425px;
    left: 1000px;
    transition: all;
    transition-duration: 1.0s;
}

.featurehead3 {
    display: inline-block;
    position: absolute;
    color: #1e1e1e;
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    font-size: 40px;
    font-weight: bold;
    width: 650px;
    margin-top: 1675px;
    left: 250px;
}

.featurehead3:hover {
    color: #A64826;
}

.featuresub3 {
    display: inline-block;
    position: absolute;
    color: #A64826;
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    font-size: 30px;
    font-weight: normal;
    width: 300px;
    margin-top: 1725px;
    left: 250px;
}

.featurebody3 {
    display: inline-block;
    position: absolute;
    max-width: 600px;
    color: #1e1e1e;
    font-family:Verdana, Geneva, Tahoma, sans-serif;
    font-size: 20px;
    font-weight: normal;
    line-height: 28px;
    width: 625px;
    margin-top: 1800px;
    left: 250px;
}

.projbutton1 {
    display: block;
    position: absolute;
    background-color: #A64826;
    border: none;
    border-radius: 6px;
    padding: 10px;
    width: 125px;
    left: 250px;
    margin-top: 700px;
    color: #f2daac;
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    font-size: 14px;
    font-weight: bold; 
}

.projbutton1:hover {
    background-color: grey;
}

.projbutton2 {
    display: block;
    position: absolute;
    background-color: #A64826;
    border: none;
    border-radius: 6px;
    padding: 10px;
    width: 125px;
    left: 800px;
    margin-top: 1350px;
    color: #f2daac;
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    font-size: 14px;
    font-weight: bold; 
}

.projbutton2:hover {
    background-color: grey;
}

.projbutton3 {
    display: block;
    position: absolute;
    background-color: #A64826;
    border: none;
    border-radius: 6px;
    padding: 10px;
    width: 125px;
    left: 250px;
    margin-top: 2025px;
    color: #f2daac;
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    font-size: 14px;
    font-weight: bold; 
}

.projbutton3:hover {
    background-color: grey;
}


/* ABOUT SECTION-HOMEPAGE */

.storyhead {
    display: inline;
    position: absolute;
    z-index: 2;
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    font-size: 50px;
    font-weight: bold;
    color: white;
    width: 500px;
    margin-top: 50px;
    left: 50px;
}

.storysub {
    display: inline;
    position: absolute;
    z-index: 2;
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    font-size: 16px;
    font-weight: normal;
    line-height: 24px;
    color: white;
    width: 450px;
    margin-top: 115px;
    left: 50px;
}

.storyrect {
    display: block;
    position: absolute;
    z-index: 1;
    width: 600px;
    height: 200px;
    background-color: black;
    opacity: 50%;
    border: none;
    border-radius: 0px 24px 24px 0px;
    margin-top: 35px;
    left: 8px;
}

.aboutphoto {
    display: block;
    position: relative;
    max-width: 100%;
    max-height: 600px;
    top: 0;
}

.aboutbox {
    display: block;
    position: absolute;
    width: 725px;
    height: 400px;
    border: 2px solid #f2daac;
    border-radius: 24px;
    margin-top: 100px;
    left: 75px;
}

.biohead {
    display: inline-block;
    position: absolute;
    z-index: +1;
    color: #f2daac;
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    font-size: 30px;
    font-weight: bold;
    margin-top: 50px;
    left: 50px;
}

.biohead:hover {
    color: #A64826;
}

.biobody {
    display: inline-block;
    position: absolute;
    z-index: +1;
    color: #f2daac;
    font-size: 18px;
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    font-size: 20px;
    font-weight: normal;
    line-height: 30px;
    padding-right: 50px;
    margin-top: 100px;
    left: 50px;  
}

.readmore1 {
    display: block;
    position: absolute;
    z-index: +1;
    background-color: #A64826;
    border: none;
    border-radius: 6px;
    padding: 10px;
    left: 50px;
    margin-top: 300px;
    color: #f2daac;
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    font-size: 14px;
    font-weight: bold;
}

.readmore1:hover {
    background-color: grey;
}

.studentbox {
    display: block;
    position: absolute;
    width: 725px;
    height: 400px;
    border: 2px solid #f2daac;
    border-radius: 24px;
    margin-top: 100px;
    left: 875px; 
}

.studenthead {
    display: inline-block;
    position: absolute;
    z-index: +1;
    color: #f2daac;
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    font-size: 30px;
    font-weight: bold;
    margin-top: 50px;
    left: 50px;
}

.studenthead:hover {
     color: #A64826;   
}

.studentbody {
    display: inline-block;
    position: absolute;
    z-index: +1;
    color: #f2daac;
    font-size: 18px;
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    font-size: 20px;
    font-weight: normal;
    line-height: 30px;
    padding-right: 150px;
    margin-top: 100px;
    left: 50px;    
}

.viewmore1 {
    display: block;
    position: absolute;
    z-index: +1;
    background-color: #A64826;
    border: none;
    border-radius: 6px;
    padding: 10px;
    left: 50px;
    margin-top: 300px;
    color: #f2daac;
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    font-size: 14px;
    font-weight: bold;    
}

.viewmore1:hover {
    background-color: grey;
}

/* TESTIMONIALS SECTION-HOMEPAGE */

.introhead4 {
    display: inline-block;
    position: absolute;
    color: #A64826;
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    font-size: 50px;
    font-weight: bold;
    padding-top: 20px;
    padding-bottom: 20px;
    left: 670px;
}

.testbox1 {
    display: block;
    position: absolute;
    border: 3px solid #A64826;
    border-radius: 24px;
    width: 500px;
    height: 500px;
    margin-top: 175px;
    left: 60px;
}

.quotebody1 {
    display: inline;
    position: absolute;
    z-index: +1;
    color: #A64826;
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    font-size: 20px;
    font-weight: normal;
    line-height: 28px;
    margin-top: 100px;
    left: 45px;
    padding-right: 45px;
}

.quotename1 {
    display: inline;
    position: absolute;
    color: #A64826;
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    font-size: 20px;
    font-weight: bold;
    line-height: 28px;
    margin-top: 350px;
    left: 45px;
    padding-right: 30px; 
}
.testbutton1 {
    display: block;
    position: absolute;
    background-color: #f2a35e;
    border: none;
    border-radius: 6px;
    padding: 10px;
    left: 45px;
    margin-top: 425px;
    color: white;
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    font-size: 14px;
    font-weight: bold;    
}

.testbutton1:hover {
    background-color: grey;
}

.testbox2 {
    display: block;
    position: absolute;
    border: 3px solid #A64826;
    border-radius: 24px;
    width: 500px;
    height: 500px;
    margin-top: 175px;
    left: 595px;
}

.quotebody2 {
    display: inline;
    position: absolute;
    z-index: +1;
    color: #A64826;
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    font-size: 20px;
    font-weight: normal;
    line-height: 28px;
    margin-top: 100px;
    left: 45px;
    padding-right: 30px;
}

.quotename2 {
    display: inline;
    position: absolute;
    color: #A64826;
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    font-size: 20px;
    font-weight: bold;
    line-height: 28px;
    margin-top: 350px;
    left: 45px;
}

.testbutton2 {
    display: block;
    position: absolute;
    background-color: #f2a35e;
    border: none;
    border-radius: 6px;
    padding: 10px;
    left: 45px;
    margin-top: 425px;
    color: white;
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    font-size: 14px;
    font-weight: bold;    
}

.testbutton2:hover {
    background-color: grey;
}

.testbox3 {
    display: block;
    position: absolute;
    border: 3px solid #A64826;
    border-radius: 24px;
    width: 500px;
    height: 500px;
    margin-top: 175px;
    left: 1130px;
}

.quotebody3 {
    display: inline;
    position: absolute;
    z-index: +1;
    color: #A64826;
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    font-size: 20px;
    font-weight: normal;
    line-height: 28px;
    margin-top: 100px;
    left: 45px;
    padding-right: 30px;
}

.quotename3 {
    display: inline;
    position: absolute;
    color: #A64826;
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    font-size: 20px;
    font-weight: bold;
    line-height: 28px;
    margin-top: 350px;
    left: 45px;
}

.testbutton3 {
    display: block;
    position: absolute;
    background-color: #F2a35e;
    border: none;
    border-radius: 6px;
    padding: 10px;
    left: 45px;
    margin-top: 425px;
    color: white;
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    font-size: 14px;
    font-weight: bold;    
}

.testbutton3:hover {
    background-color: grey;
}




/* CONTACT SECTION-HOMEPAGE */

#contact {
    display: block;
    position: absolute;
    width: 50px;
    height: 50px;
    margin-top: 700px;
}

.introhead5 {
    display: inline-block;
    position: absolute;
    color: #f2a35e;
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    font-size: 50px;
    font-weight: bold;
    width: 400px;
    padding-top: 20px;
    padding-bottom: 20px;
    left: 670px;    
}

#name {
    display: block;
    position: absolute;
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    font-size: 14px;
    background-color: #A64826;
    border: 4px solid #F2a35e;
    border-radius: 36px;
    width: 650px;
    height: 150px;
    padding-top: 20px;
    padding-right: 33px;
    padding-bottom: 20px;
    padding-left: 20px;
    margin-top: 150px;
    left: 88px;
}

#phone {
    display: block;
    position: absolute;
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    font-size: 14px;
    background-color: #A64826;
    border: 4px solid #F2a35e;
    border-radius: 36px;
    width: 650px;
    height: 150px;
    padding: 20px 33px;
    margin-top: 150px;
    right: 88px;
}

#email {
    display: block;
    position: absolute;
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    font-size: 14px;
    color: #1e1e1e;
    background-color: #A64826;
    border: 4px solid #F2a35e;
    border-radius: 36px;
    width: 650px;
    height: 150px;
    padding: 20px 33px;
    margin-top: 400px;
    left: 88px;    
}

#servicetype {
    display: block;
    position: absolute;
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    font-size: 14px;
    background-color: #A64826;
    border: 4px solid #F2a35e;
    border-radius: 36px;
    width: 725px;
    height: 200px;
    padding: 20px 33px;
    margin-top: 400px;
    right: 88px;   
}

input[type=text], select, textarea {
  font-family: Verdana, Geneva, Tahoma, sans-serif;
  font-size: 20px;
  font-weight: normal;
  width: 100%;
  padding: 12px;
  border: 1px solid #ccc;
  border-radius: 4px;
  box-sizing: border-box;
  margin-top: 6px;
  margin-bottom: 16px;
  resize: vertical;
}

input[type=submit] {
  background-color: #A64826;
  font-family: Verdana, Geneva, Tahoma, sans-serif;
  font-size: 18px;
  font-weight: normal;
  color: #f2daac;
  padding: 16px 24px;
  border: none;
  border-radius: 4px;
  cursor: pointer;
}

input[type=submit]:hover {
  background-color: grey;
}

.formcontainer {
  display: flex;
  position: absolute; 
  border-radius: 24px;
  background-color: #F2a35e;
  max-width: 1400px;
  max-height: 600px;
  margin-top: 200px;
  left: 95px;
  padding-top: 35px;
  padding-right: 50px;
  padding-bottom: 50px;
  padding-left: 50px;
}

label {
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    font-size: 16px;
    font-weight: bold;
    color: #A64826;
}


/* FOOTER AREA */

.grdfooterlogo {
    display: block;
    position: absolute;
    max-width: 150px;
    margin-top: 1175px;
    left: 50px;
}

.copyright {
    display: inline;
    position: absolute;
    color: #f2daac;
    font-family:Verdana, Geneva, Tahoma, sans-serif;
    font-size: 20px;
    font-weight: bold;
    margin-top: 1200px;
    left: 275px;
}

.footerlinks {
    display: inline;
    position: absolute;
    color: #f2daac;
    font-family:Verdana, Geneva, Tahoma, sans-serif;
    font-size: 20px;
    font-weight: lighter;
    margin-top: 1200px;
    left: 750px;  
}

.fb {
    display: block;
    position: absolute;
    width: 50px;
    height: 50px;
    margin-top: 1190px;
    left: 1400px;
}

.fb:hover {
    width: 60px;
    height: 60px;
    transition: all;
    transition-duration: 0.5s;
}

.ig {
    display: block;
    position: absolute;
    width: 50px;
    height: 50px;
    margin-top: 1190px;
    left: 1475px;
}

.ig:hover {
    width: 60px;
    height: 60px;
    transition: all;
    transition-duration: 0.5s;
}

.linkedin {
    display: block;
    position: absolute;
    width: 50px;
    height: 50px;
    margin-top: 1190px;
    left: 1550px;
}

.linkedin:hover {
    width: 60px;
    height: 60px;
    transition: all;
    transition-duration: 0.5s;
}

.quotemark1 {
    display: block;
    position: absolute;
    opacity: 50%;
    width: 150px;
    height: 150px;
    margin-top: 30px;
    left: 30px;
}

.quotemark2 {
    display: block;
    position: absolute;
    opacity: 50%;
    width: 150px;
    height: 150px;
    margin-top: 30px;
    left: 30px;
}

.quotemark3 {
    display: block;
    position: absolute;
    opacity: 50%;
    width: 150px;
    height: 150px;
    margin-top: 30px;
    left: 30px;
}




/* DESIGN GALLERY SECTION-HOMEPAGE */

.jazzmood {
    display: block;
    position: absolute;
    z-index: 1;
    background-color: #f2a35e;
    border: none;
    border-radius: 24px;
    width: 350px;
    margin-top: 850px;
    left: 125px;
    padding: 40px;
}

.jazzmood:hover {
    display: block;
    position: absolute;
    z-index: 2;
    width: 500px;
    margin-top: 850px;
    left: 25px;
    padding: 50px;
    transition-property: all;
    transition-duration: 2s;
}

.captionjazz {
    display: block;
    position: absolute;
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    font-size: 14px;
    font-weight: bold;
    color: #1e1e1e;
    margin-top: 1385px;
    left: 170px;
}

.lingo {
    display: block;
    position: absolute;
    z-index: 1;
    background-color: #f2a35e;
    border: none;
    border-radius: 24px;
    width: 350px;
    margin-top: 850px;
    left: 625px;
    padding: 40px; 
}

.lingo:hover {
    display: block;
    position: absolute;
    z-index: 2;
    width: 500px;
    margin-top: 850px;
    left: 550px;
    transition-property: all;
    transition-duration: 2s;
}

.captionlingo {
    display: block;
    position: absolute;
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    font-size: 14px;
    font-weight: bold;
    color: #1e1e1e;
    margin-top: 1385px;
    left: 700px;
}

.ljalhambra {
    display: block;
    position: absolute;
    z-index: 1;
    background-color: #f2a35e;
    border: none;
    border-radius: 24px;
    width: 350px;
    margin-top: 850px;
    left: 1125px;
    padding: 40px;
}

.ljalhambra:hover {
    display: block;
    position: absolute;
    z-index: 2;
    width: 500px;
    margin-top: 850px;
    left: 1100px;
    transition-property: all;
    transition-duration: 2s;
}

.captionalhambra {
    display: block;
    position: absolute;
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    font-size: 14px;
    font-weight: bold;
    color: #1e1e1e;
    margin-top: 1385px;
    left: 1150px;
}

.msclogo {
    display: block;
    position: absolute;
    z-index: 1;
    background-color: #f2a35e;
    border: none;
    border-radius: 24px;
    width: 400px;
    height: 400px;
    margin-top: 1500px;
    left: 625px;
    padding: 15px;
}

.msclogo:hover {
    display: block;
    position: absolute;
    z-index: 1;
    width: 595px;
    height: 595px;
    margin-top: 1500px;
    left: 525px;
    transition-property: all;
    transition-duration: 2s;
}

.captionmsc {
    display: block;
    position: absolute;
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    font-size: 14px;
    font-weight: bold;
    color: #1e1e1e;
    margin-top: 1950px;
    left: 665px;
}

.myvideo {
    display: block;
    position: absolute;
    background-color: #f2a35e;
    border: none;
    border-radius: 24px;
    max-width: 350px;
    max-height: 350px;
    margin-top: 1500px;
    left: 125px;
    padding: 40px; 
}

.captiongrd {
    display: block;
    position: absolute;
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    font-size: 14px;
    font-weight: bold;
    color: #1e1e1e;
    margin-top: 58px;
    left: 50px;
}

.blackstar {
    display: block;
    position: absolute;
    background-color: #f2a35e;
    border: none;
    border-radius: 24px;
    width: 350px;
    height: 350px;
    margin-top: 1500px;
    left: 1125px;
    padding: 40px; 
}

.blackstar:hover {
    display: block;
    position: absolute;
    z-index: 1;
    width: 575px;
    height: 575px;
    margin-top: 1500px;
    left: 1050px;
    transition-property: all;
    transition-duration: 2s;
}

.captionblackstar {
    display: block;
    position: absolute;
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    font-size: 14px;
    font-weight: bold;
    color: #1e1e1e;
    margin-top: 1950px;
    left: 1185px;
}

.introhead6 {
    display: inline-block;
    position: absolute;
    color: #A64826;
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    font-size: 50px;
    font-weight: bold;
    padding-top: 20px;
    padding-bottom: 20px;
    margin-top: 725px;
    left: 650px;
}



/* FEATURED PROJECT 1 SOLO PAGE */

.container-featureproj1 {
    display: flex;
    background-color: #f2daac;
    width: 100%;
    height: 4150px;
}

.featureproj1head {
    display: inline-block;
    position: absolute;
    color: #A64826;
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    font-size: 40px;
    font-weight: bold;
    text-align: right;
    margin-top: 500px;
    left: 75px;
}

.featureproj1sub {
    display: inline;
    position: absolute;
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    font-size: 14px;
    font-weight: bold;
    color: #1e1e1e;
    text-align: right;
    margin-top: 475px;
    left: 275px;
}

.roytributepic {
    display: block;
    position: absolute;
    width: 99%;
    margin-top: 0px;
}

.cajflogo2025 {
    display: block;
    position: absolute;
    width: 400px;
    margin-top: 465px;
    left: 450px;
}

.featureproj1intro {
    display: inline-block;
    position: absolute;
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    font-size: 16px;
    font-weight: normal;
    line-height: 1.6;
    color: #1e1e1e;
    width: 675px;
    margin-top: 475px;
    left: 925px;
    padding-right: 75px;
}

.scopebox1 {
    display: block;
    position: absolute;
    border: 4px solid #A64826;
    border-radius: 24px;
    width: 1200px;
    height: 325px;
    margin-top: 750px;
    left: 250px;
}

.scopetitle1 {
    display: block;
    position: absolute;
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    font-size: 50px;
    font-weight: bold;
    color: #A64826;
    text-decoration: underline;
    width: 475px;
    margin-top: 775px;
    left: 300px;
}

.scopebody1 {
    display: inline-block;
    position: absolute;
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    font-size: 14px;
    font-weight: normal;
    line-height: 1.6;
    color: #A64826;
    width: 475px;
    margin-top: 850px;
    left: 300px;
    padding-right: 25px;
}

.assetlist1a {
    display: inline-block;
    position: absolute;
    text-align: left;
    padding: 15px 0px 10px 15px;
    width: 225px;
    margin-top: 790px;
    left: 875px;
}

.assetlist1b {
    display: block;
    position: absolute;
    width: 225px;
    text-align: left;
    padding: 15px 15px 10px 5px;
    bottom: 0px;
    left: 300px;
}

.liststyle {
    list-style-type: disc;
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    font-size: 14px;
    font-weight: bold;
    color: #A64826;
}

.inspo-title {
    display: inline;
    position: absolute;
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    font-size: 20px;
    font-weight: normal;
    color: #1e1e1e;
    width: 575px;
    margin-top: 1175px;
    left: 550px;
}

.inspo-container1 {
    display: inline-block;
    position: absolute;
    width: 700px;
    height: 300px;
    margin-top: 1250px;
    left: 150px;
}

.inspo-container1 img {
    width: 100%;
    height: 100%;
    object-fit: fill;
    left: 0px;
}

.inspo-container2 {
    display: inline-block;
    position: absolute;
    width: 300px;
    height: 300px;
    margin-top: 1250px;
    left: 900px;
}

.inspo-container2 img {
    width: 100%;
    height: 100%;
    object-fit: fill;
    left: 0px;
}

.inspo-container3 {
    display: inline-block;
    position: absolute;
    width: 300px;
    height: 300px;
    margin-top: 1250px;
    left: 1250px;
}

.inspo-container3 img {
    width: 100%;
    height: 100%;
    object-fit: fill;
    left: 0px;
}

.cajfstd2025 {
    display: block;
    position: absolute;
    width: 325px;
    height: 325px;
    margin-top: 1700px;
    left: 600px;
}

.captionstd {
    display: block;
    position: absolute;
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    font-size: 14px;
    font-weight: bold;
    color: #A64826;
    width: 225px;
    margin-top: 2035px;
    left: 600px;
}

.featureproj1body1 {
    display: block;
    position: absolute;
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    font-size: 16px;
    font-weight: normal;
    line-height: 1.6;
    color: #1e1e1e;
    margin-top: 1700px;
    left: 150px;
    width: 400px;
    padding-right: 50px;
}

.cajfdeck {
    display: block;
    position: absolute;
    width: 600px;
    margin-top: 1700px;
    left: 950px;
}

.captiondeck {
    display: inline;
    position: absolute;
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    font-size: 14px;
    font-weight: bold;
    color: #A64826;
    width: 150px;
    margin-top: 2035px;
    left: 955px;
}

.cajfposter {
    display: block;
    position: absolute;
    height: 575px;
    margin-top: 2150px;
    left: 150px;
}

.captionposter {
    display: block;
    position: absolute;
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    font-size: 14px;
    font-weight: bold;
    color: #A64826;
    width: 175px;
    margin-top: 2740px;
    left: 150px;
}

.featureproj1body2 {
    display: block;
    position: absolute;
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    font-size: 16px;
    font-weight: normal;
    line-height: 1.6;
    width: 375px;
    margin-top: 2145px;
    left: 650px;
    padding-right: 50px;
}

.cajftee {
    display: block;
    position: absolute;
    width: 350px;
    height: 350px;
    margin-top: 2375px;
    left: 650px;
}

.captiontee {
    display: block;
    position: absolute;
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    font-size: 14px;
    font-weight: bold;
    color: #A64826;
    width: 200px;
    margin-top: 2740px;
    left: 650px;
}

.cajfbillboard {
    display: block;
    position: absolute;
    width: 500px;
    margin-top: 2150px;
    left: 1050px;
}

.captionbillboard {
    display: block;
    position: absolute;
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    font-size: 14px;
    font-weight: bold;
    color: #A64826;
    width: 150px;
    margin-top: 2395px;
    left: 1050px;
}

.irlbillboard {
    display: block;
    position: absolute;
    width: 500px;
    margin-top: 2443px;
    left: 1050px;
}

.captionlamar {
    display: block;
    position: absolute;
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    font-size: 14px;
    font-weight: bold;
    color: #A64826;
    width: 125px;
    margin-top: 2740px;
    left: 1050px;
}

.bannerbox3 {
    display: block;
    position: absolute;
    border: none;
    border-radius: 24px;
    width: 675px;
    height: 300px;
    background-color: #F2a35e;
    margin-top: 2900px;
    left: 150px;
}

.artisthead {
    display: inline-block;
    position: absolute;
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    font-size: 28px;
    font-weight: bold;
    color: #A64826;
    margin-top: 25px;
    left: 180px;
}

.tileporter {
    display: block;
    position: absolute;
    width: 175px;
    margin-top: 80px;
    left: 50px;
}

.tileponcho {
    display: block;
    position: absolute;
    width: 175px;
    margin-top: 80px;
    left: 250px;
}

.tileblaque {
    display: block;
    position: absolute;
    width: 175px;
    margin-top: 80px;
    right: 50px;
}

.bannerbox1 {
    display: block;
    position: absolute;
    border: none;
    border-radius: 24px;
    width: 675px;
    height: 800px;
    background-color: #1e1e1e;
    margin-top: 3250px;
    left: 150px;
}

.lineupbanner {
    display: block;
    position: absolute;
    width: 148.5px;
    margin-top: 85px;
    left: 50px;
}

.bannervideo {
    display: block;
    position: absolute;
    margin-top: 85px;
    left: 250px;
}

.bannerhead {
    display: inline-block;
    position: absolute;
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    font-size: 28px;
    font-weight: bold;
    color: #f2daac;
    margin-top: 25px;
    left: 225px;
}

.bannerbox2 {
    display: block;
    position: absolute;
    border: none;
    border-radius: 24px;
    width: 675px;
    height: 1150px;
    background-color: #A64826;
    margin-top: 2900px;
    left: 875px;
}

.printcover {
    display: block;
    position: absolute;
    width: 265px;
    margin-top: 85px;
    left: 50px;
}

.captioncover {
    display: inline;
    position: absolute;
    display: block;
    position: absolute;
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    font-size: 14px;
    font-weight: bold;
    color: #f2daac;
    margin-top: 360px;
    left: 50px;
}

.trifold {
    display: block;
    position: absolute;
    width: 265px;
    margin-top: 85px;
    right: 50px;
}

.captiontrifold {
    display: inline;
    position: absolute;
    display: block;
    position: absolute;
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    font-size: 14px;
    font-weight: bold;
    color: #f2daac;
    margin-top: 360px;
    left: 360px;
}

.opinionad {
    display: block;
    position: absolute;
    width: 575px;
    margin-top: 425px;
    left: 50px;
}

.captionopinion {
    display: inline;
    position: absolute;
    display: block;
    position: absolute;
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    font-size: 14px;
    font-weight: bold;
    color: #f2daac;
    margin-top: 1080px;
    left: 50px;
}

.printhead {
    display: inline-block;
    position: absolute;
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    font-size: 28px;
    font-weight: bold;
    color: #f2daac;
    margin-top: 25px;
    left: 235px;
}



/* FEATURED PROJECT 2 - SOLO PAGE */

.container-featureproj2 {
    display: flex;
    background-color: #f2daac;
    width: 100%;
    height: 3250px;
}

.featureproj2head {
    display: inline-block;
    position: absolute;
    color: #A64826;
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    font-size: 40px;
    font-weight: bold;
    text-align: left;
    width: 425px;
    margin-top: 75px;
    left: 1000px;
}

.featureproj2sub {
    display: inline;
    position: absolute;
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    font-size: 14px;
    font-weight: bold;
    color: #1e1e1e;
    text-align: left;
    width: 175px;
    margin-top: 50px;
    left: 1003px;
}

.featureproj2intro {
    display: block;
    position: absolute;
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    font-size: 16px;
    font-weight: normal;
    line-height: 1.6;
    color: #1e1e1e;
    width: 550px;
    margin-top: 135px;
    left: 1000px;
    padding-right: 50px;
}

.maxpic {
    display: block;
    position: absolute;
    height: 700px;
    margin-top: 50px;
    left: 150px;
}

.maxsvideo {
    display: block;
    position: absolute;
    margin-top: 50px;
    left: 550px;
}

.scopebox2 {
    display: block;
    position: absolute;
    border: 4px solid #A64826;
    border-radius: 24px;
    width: 550px;
    height: 393px;
    margin-top: 350px;
    left: 1000px;
}

.scopetitle2 {
    display: block;
    position: absolute;
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    font-size: 50px;
    font-weight: bold;
    color: #A64826;
    text-decoration: underline;
    margin-top: 25px;
    left: 45px;
}

.assetlist2 {
    display: inline-block;
    position: absolute;
    text-align: left;
    margin-top: 125px;
    left: 0;
}

.plussign {
    display: inline-block;
    position: absolute;
    z-index: +1;
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    font-size: 200px;
    font-weight: bold;
    color: #A64826;
    margin-top: 190px;
    left: 460px;
}

.equalsign {
    display: inline-block;
    position: absolute;
    z-index: +1;
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    font-size: 200px;
    font-weight: bold;
    color: #A64826;
    margin-top: 190px;
    left: 863px;
}

.maxsketch {
    display: block;
    position: absolute;
    width: 450px;
    margin-top: 100px;
    left: 50px;
}

.colorpalette {
    display: block;
    position: absolute;
    height: 450px;
    margin-top: 100px;
    left: 600px;
}

.maxlogomain {
    display: block;
    position: absolute;
    width: 450px;
    margin-top: 100px;
    right: 50px;
}

.processhead {
    display: inline-block;
    position: absolute;
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    font-size: 28px;
    font-weight: bold;
    color: #A64826;
    margin-top: 25px;
    left: 585px;
}

.captionsketch {
    display: inline;
    position: absolute;
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    font-size: 14px;
    font-weight: bold;
    color: #A64826;
    margin-top: 565px;
    left: 50px;
}

.captionpalette {
    display: inline;
    position: absolute;
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    font-size: 14px;
    font-weight: bold;
    color: #A64826;
    margin-top: 565px;
    left: 600px;
}

.captionmaxlogo {
    display: inline;
    position: absolute;
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    font-size: 14px;
    font-weight: bold;
    color: #A64826;
    margin-top: 565px;
    right: 192px;
}

.process-container {
    display: block;
    position: absolute;
    background-color: #f2a35e;
    border: none;
    border-radius: 24px;
    width: 1500px;
    height: 625px;
    margin-top: 925px;
    left: 100px;
}

.logos-container {
    display: block;
    position: absolute;
    background-color: #A64826;
    border: none;
    border-radius: 24px;
    width: 1500px;
    height: 600px;
    margin-top: 1600px;
    left: 100px;
}

.logoshead {
    display: inline;
    position: absolute;
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    font-size: 40px;
    font-weight: bold;
    color: #f2daac;
    text-align: right;
    margin-top: 25px;
    left: 550px;
}

.maxlogovar1 {
    display: block;
    position: absolute;
    width: 290px;
    margin-top: 125px;
    left: 50px;
}

.maxlogovar2 {
    display: block;
    position: absolute;
    width: 290px;
    margin-top: 125px;
    left: 390px;
}

.maxlogovar3 {
    display: block;
    position: absolute;
    width: 362px;
    margin-top: 125px;
    left: 725px;
}

.maxlogovar4 {
    display: block;
    position: absolute;
    width: 325px;
    margin-top: 125px;
    right: 50px;
}

.maxlogovar5 {
    display: block;
    position: absolute;
    width: 325px;
    margin-top: 325px;
    right: 50px;
}

.style-container {
    display: block;
    position: absolute;
    background-color: #1e1e1e;
    border: none;
    border-radius: 24px;
    width: 1500px;
    height: 950px;
    margin-top: 2250px;
    left: 100px;
}

.stylehead {
    display: inline;
    position: absolute;
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    font-size: 40px;
    font-weight: bold;
    color: #f2daac;
    text-align: right;
    margin-top: 25px;
    left: 625px;
}

.stylescape {
    display: inline;
    position: absolute;
    width: 1400px;
    margin-top: 100px;
    left: 50px;
}



/* FEATURED PROJECT 3 */

.container-featureproj3 {
    display: flex;
    background-color: #f2a35e;
    width: 100%;
    height: 2000px;
}

.featureproj3head {
    display: inline-block;
    position: absolute;
    color: #A64826;
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    font-size: 40px;
    font-weight: bold;
    text-align: left;
    width: 575px;
    margin-top: 300px;
    left: 175px;
}

.featureproj3sub {
    display: inline;
    position: absolute;
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    font-size: 14px;
    font-weight: bold;
    color: #1e1e1e;
    text-align: left;
    width: 175px;
    margin-top: 275px;
    left: 175px;
}

.featureproj3intro {
    display: block;
    position: absolute;
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    font-size: 16px;
    font-weight: normal;
    line-height: 1.6;
    text-align: left;
    color: #1e1e1e;
    width: 568px;
    margin-top: 350px;
    left: 175px;
    padding-right: 650px;
}

.vivercard18front {
    display: block;
    position: absolute;
    max-width: 600px;
    margin-top: 275px;
    left: 870px;
    background-color: #1e1e1e;
    border: none;
    border-radius: 24px 24px 0px 0px;
    padding: 50px;
}

.vivercard18back {
    display: block;
    position: absolute;
    max-width: 600px;
    margin-top: 800px;
    left: 870px;
    background-color: #1e1e1e;
    border: none;
    border-radius: 0px 0px 24px 24px;
    padding: 50px;
}

.vivercard18src1 {
    display: block;
    position: absolute;
    max-width: 312px;
    margin-top: 0px;
    left: 8px;
}

.vivercard18src2 {
    display: block;
    position: absolute;
    max-width: 312px;
    margin-top: 0px;
    left: 312px;
}

.vivercard18src3 {
    display: block;
    position: absolute;
    max-width: 312px;
    margin-top: 0px;
    left: 612px;
}

.vivercard19src1 {
    display: block;
    position: absolute;
    max-width: 312px;
    margin-top: 0px;
    left: 912px;
}

.vivercard19src2 {
    display: block;
    position: absolute;
    max-height: 208px;
    margin-top: 0px;
    left: 1223px;
}

.vivercard19src3 {
    display: block;
    position: absolute;
    max-width: 312px;
    margin-top: 0px;
    left: 1375px;
}

.vivercard19front {
    display: block;
    position: absolute;
    max-width: 570px;
    margin-top: 800px;
    left: 125px;
    background-color: #A64826;
    border: none;
    border-radius: 24px 24px 0px 0px;
    padding: 50px;
}

.vivercard19back {
    display: block;
    position: absolute;
    max-width: 570px;
    margin-top: 1300px;
    left: 125px;
    background-color: #A64826;
    border: none;
    border-radius: 0px 0px 24px 24px;
    padding: 50px;
}

.viver2018 {
    display: inline;
    position: absolute;
    z-index: 1;
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    font-size: 40px;
    font-weight: bold;
    color: #f2daac;
    margin-top: 780px;
    left: 1165px;
}

.viver2019 {
    display: inline;
    position: absolute;
    z-index: 1;
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    font-size: 40px;
    font-weight: bold;
    color: #f2daac;
    margin-top: 1280px;
    left: 400px;
}

.viverscopebox {
    display: block;
    position: absolute;
    border: solid 3px #A64826;
    border-radius: 24px;
    width: 695px;
    height: 400px;
    margin-top: 1410px;
    left: 870px;
}

.viverscopehead {
    display: block;
    position: absolute;
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    font-size: 50px;
    font-weight: bold;
    color: #A64826;
    text-decoration: underline;
    margin-top: 25px;
    left: 120px;
}

.viverscopelist {
    display: inline-block;
    position: absolute;
    text-align: left;
    margin-top: 125px;
    left: 75px;
}

/* SERVICES PAGE */

.container-services {
    display: flex;
    background-color: #1e1e1e;
    width: 100%;
    height: 1600px;
}

.designborder {
    display: block;
    position: absolute;
    border: solid 3px #A64826;
    border-radius: 24px;
    width: 1200px;
    height: 400px;
    margin-top: 50px;
    left: 250px;
}

.designblock {
    display: block;
    position: absolute;
    border: solid 3px #A64826;
    border-radius: 24px 0px 0px 24px;
    width: 400px;
    height: 400px;
    margin-top: 50px;
    left: 250px;
}

.designsvclogo {
    display: block;
    position: absolute;
    z-index: 1;
    width: 150px;
    margin-top: 78px;
    left: 122px;                     
}

.designcircle1 {
    display: block;
    position: absolute;
    border: solid 3px #A64826;
    border-radius: 100px;
    width: 200px;
    height: 200px;
    margin-top: 50px;
    left: 95px;
}

.designheading {
    display: inline;
    position: absolute;
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    font-size: 28px;
    font-weight: bold;
    color: #A64826;
    max-width: 300px;
    margin-top: 300px;
    left: 85px;
}

.brandingborder {
    display: block;
    position: absolute;
    border: solid 3px #f2a35e;
    border-radius: 24px;
    width: 1200px;
    height: 400px;
    margin-top: 500px;
    left: 250px;
}

.brandingblock {
    display: block;
    position: absolute;
    border: solid 3px #f2a35e;
    border-radius: 24px 0px 0px 24px;
    width: 400px;
    height: 400px;
    margin-top: 500px;
    left: 250px;
}

.brandingsvclogo {
    display: block;
    position: absolute;
    z-index: 1;
    width: 150px;
    margin-top: 75px;
    left: 123px; 
}

.brandingcircle1 {
    display: block;
    position: absolute;
    border: solid 3px #f2a35e;
    border-radius: 100px;
    width: 200px;
    height: 200px;
    margin-top: 50px;
    left: 95px;
}

.brandingheading {
    display: inline;
    position: absolute;
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    font-size: 28px;
    font-weight: bold;
    color: #f2a35e;
    text-align: center;
    max-width: 300px;
    margin-top: 285px;
    left: 65px;
}

.mographborder {
    display: block;
    position: absolute;
    border: solid 3px #f2daac;
    border-radius: 24px;
    width: 1200px;
    height: 400px;
    margin-top: 950px;
    left: 250px;
}

.mographblock {
    display: block;
    position: absolute;
    border: solid 3px #f2daac;
    border-radius: 24px 0px 0px 24px;
    width: 400px;
    height: 400px;
    margin-top: 950px;
    left: 250px;
}

.mographsvclogo {
    display: block;
    position: absolute;
    z-index: 1;
    width: 150px;
    margin-top: 75px;
    left: 123px;
}

.mographcircle1 {
    display: block;
    position: absolute;
    border: solid 3px #f2daac;
    border-radius: 100px;
    width: 200px;
    height: 200px;
    margin-top: 50px;
    left: 95px;
}

.mographheading {
    display: inline;
    position: absolute;
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    font-size: 28px;
    font-weight: bold;
    color: #f2daac;
    max-width: 300px;
    margin-top: 300px;
    left: 75px;
}

.designtable {
    width: 700px;
    border: none;
    margin-top: 50px;
    margin-left: 475px;
}

.tdstyle {
    text-align: left;
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    font-size: 20px;
    font-weight: normal;
    line-height: 25px;
    color: #A64826;
    padding: 10px;
}

.brandingtable {
    width: 700px;
    border: none;
    margin-top: 50px;
    margin-left: 475px;
}

.tdstylebrand {
    text-align: left;
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    font-size: 20px;
    font-weight: normal;
    line-height: 25px;
    color: #f2a35e;
    padding: 10px;
}

.mographtable {
    width: 700px;
    border: none;
    margin-top: 50px;
    margin-left: 475px;
}

.tdstylemotion {
    text-align: left;
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    font-size: 20px;
    font-weight: normal;
    line-height: 25px;
    color: #f2daac;
    padding: 10px;
}



/* BIO SOLO PAGE */

.biopagecontainer {
    display: flex;
    position: absolute;
    background-color: #1e1e1e;
    width: 99%;
    height: 1200px;
}

.biopagehead {
    display: inline;
    position: absolute;
    z-index: 1;
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    font-size: 40px;
    font-weight: bold;
    color: #f2daac;
    width: 225px;
    margin-top: 100px;
    left: 100px;
}

.container-biobody {
    display: block;
    position: absolute;
    border: solid 3px #f2daac;
    border-radius: 24px;
    width: 665px;
    height: 500px;
    margin-top: 625px;
    left: 20px;
}

.glennbio {
    display: inline-block;
    position: absolute;
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    font-size: 16px;
    font-weight: normal;
    line-height: 1.6;
    color: #f2daac;
    width: 600px;
    left: 35px;
    padding-top: 10px;
    padding-right: 50px;
}

.djglennred {
    display: block;
    position: absolute;
    width: 99%;
    margin-top: 0px;
}

.lajuntarooftop {
    display: block;
    position: absolute;
    border: none;
    border-radius: 12px;
    background-color: #A64826;
    filter: grayscale(1);
    width: 460px;
    margin-top: 605px;
    left: 1150px;
    padding: 25px 25px 75px 25px; 
}

.captionrooftop {
    display: inline;
    position: absolute;
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    font-size: 14px;
    font-weight: bold;
    line-height: 1.6;
    text-align: left;
    color: #f2daac;
    width: 375px;
    margin-top: 925px;
    left: 1175px;
}

.rbvconductor {
    display: block;
    position: absolute;
    border: none;
    border-radius: 12px;
    background-color: #A64826;
    filter: grayscale(1);
    width: 370px;
    margin-top: 625px;
    left: 710px;
    padding: 25px 25px 75px 25px;
}

.captionrbv {
    display: inline-block;
    position: absolute;
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    font-size: 14px;
    font-weight: bold;
    line-height: 1.6;
    text-align: left;
    color: #f2daac;
    margin-top: 925px;
    left: 730px;
}



/* STUDENT PROJECTS INDEX PAGE */

.container-studindex {
    display: flex;
    position: absolute;
    background-color: #A64826;
    width: 99%;
    height: 3200px;
}

.studindexhead {
    display: inline;
    position: absolute;
    z-index: 1;
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    font-size: 40px;
    font-weight: bold;
    color: #f2daac;
    margin-top: 75px;
    left: 50px;
}

.studentprojpic {
    display: block;
    position: absolute;
    border-radius: 120px 0px 0px 120px;
    width: 1000px;
    margin-top: 50px;
    left: 678px;
}

.studindexintro {
    display: inline-block;
    position: absolute;
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    font-size: 16px;
    font-weight: normal;
    line-height: 1.6;
    color: #f2daac;
    width: 550px;
    margin-top: 150px;
    left: 50px;
}
