				<style>
body {
	background-image: url("imgs/NEWCONSTRUCTIONCAP.PNG");
	background-repeat: no-repeat;
	background-size: cover;
	background-attachment: fixed;
	z-index: 0;
	background-color: rgba(43,43,43,0.50);
  background-blend-mode: multiply;
}
		.box {
			background-color: #FFFFFF ;
			margin-top: 15%;
			margin-left: 30%;
			margin-right:30%;
			min-height: 250px;
		}
		
		.left {
			margin-left: 2%;
			margin-top: 2%;
		}
		
		.right {
			margin-left: 55%;
			margin-bottom: 20%;
		}
		
	.toprig {
			margin-left: 38%;
			margin-top: -25%;
		}
		
			.btmrig {
			margin-left:55%;
		   margin-top: 12%;
			
		}
		
			.btmlef {
		margin-bottom: 51%
		}
		
		
		h1 {
  font-size: 1.8vw;
	font-weight: 649;
		margin-left: 3%;
		color: #00838D;
			font-family: Gotham, "Helvetica Neue", Helvetica, Arial, "sans-serif";
			margin-bottom: 2%;
}
		
			h2 {
  font-size: 1.6vw;
	font-weight: 545;
		margin-left: 3%;
		color: #00838D;
			margin-bottom: 5%;
}
		
		h3 {
			margin-left: -58%;
			font-size:1.55vw;
			text-decoration:underline;
		
		}
		
		.swstxt {
			margin-left: -58%;
			font-size: 1.25vw;
			margin-top: -8%;
			margin-right: 10%;
		}
		
		.swstxt2 {
			font-size: 1.25vw;
			margin-top: -8%;
			margin-right: 10%;
		}
		
		.swstxt7 {
			margin-left: -58%;
			font-size: .85vw;
			margin-bottom: -50%;
			margin-right: 10%;
		}
		
		.smol { 
width: 10%;
	height: auto;
		margin-left: 20%;
}
		
		
#myImg {
	width: 50%;
			margin-left: -55%;
			font-size: 1.25vw;
margin-bottom: -40%;
  cursor: pointer;
	display: inline-block;
  transition: 0.3s;
}

#myImg:hover {opacity: 0.7;}

/* The Modal (background) */
.modal {
  display: none; /* Hidden by default */
  position: fixed; /* Stay in place */
  z-index: 1; /* Sit on top */
  padding-top: 100px; /* Location of the box */
  left: 0;
  top: 0;
  width: 100%; /* Full width */
  height: 100%; /* Full height */
  overflow: auto; /* Enable scroll if needed */
  background-color: rgb(0,0,0); /* Fallback color */
  background-color: rgba(0,0,0,0.9); /* Black w/ opacity */
}

/* Modal Content (image) */
.modal-content {
  margin: auto;
  display: block;
  width: 80%;
  max-width: 700px;
}

/* Caption of Modal Image */
#caption {
  margin: auto;
  display: block;
  width: 80%;
  max-width: 700px;
  text-align: center;
  color: #ccc;
  padding: 10px 0;
  height: 150px;
}

/* Add Animation */
.modal-content, #caption {  
  -webkit-animation-name: zoom;
  -webkit-animation-duration: 0.6s;
  animation-name: zoom;
  animation-duration: 0.6s;
}

@-webkit-keyframes zoom {
  from {-webkit-transform:scale(0)} 
  to {-webkit-transform:scale(1)}
}

@keyframes zoom {
  from {transform:scale(0)} 
  to {transform:scale(1)}
}

/* The Close Button */
.close {
  position: absolute;
  top: 15px;
  right: 35px;
  color: #f1f1f1;
  font-size: 40px;
  font-weight: bold;
  transition: 0.3s;
}

.close:hover,
.close:focus {
  color: #bbb;
  text-decoration: none;
  cursor: pointer;
}

.green {
	color: #24D728;
}

/* 100% Image Width on Smaller Screens */
@media only screen and (max-width: 700px){
  .modal-content {
    width: 100%;
  }
}
		
		
	</style>