body{ background-image: url("TechWareB.png"); background-size: 100% 100%; background-repeat: no-repeat; background-attachment: fixed; z-index: 0; margin: 0; } p{ padding-left: 3%; padding-right: 3%; text-indent: 2%; font-size: 150%; } .footText{ text-align: center; } .headRect{ background-color: #001c80; z-index: 1; z-index: 1; height: 15%; width: 98%; margin-left: 1%; margin-bottom: 0; padding-bottom: 1%; padding-top: 1%; } .h2Rect{ background-color: #ff4d4d; z-index: 1; height: 15%; width: 98%; margin-top: 1%; margin-left: 1%; padding-bottom: 1%; padding-top: 1%; } .summary{ background-color: #ff8080; z-index: 1; height: 500px; width: 98%; margin-left: 1%; margin-top: 1%; margin-bottom: 0; padding-bottom: 1%; padding-top: 1%; } .footer{ background-color: #0027b3; z-index: 1; height: 75px; width: 98%; margin-left: 1%; margin-top: 1%; text-align: center; font-size: 250%; padding-top: 3%; } h2{ text-align: center; color: #80002a; font-size: 30px; } .border{ border: solid; } h1{ text-align: center; color: #80002a; } ul{ list-style-type: none; margin-left: 1%; margin-right: 1%; margin-top: 0; margin-bottom: 0; padding: 0; overflow: hidden; background-color: #0044cc; } li{ float: left; } li a{ display: block; color: #666; text-align: center; padding: 14px 16px; text-decoration: none; } li a:hover:not(.active){ background-color: #002199; } li a.active{ color: white; background-color: #0027b3; }