	Body{
		margin: 0px;
		padding: 0px;
	}
	p{ 
		font-family: 'Open Sans', sans-serif;
		font-weight:400;
		font-size: 1em;
		line-height: 1.65;
		letter-spacing: .5px; 
		text-align: left;
		padding: 0;
		margin: 0 auto;
	}
	
	h1{
		font-family: 'Montserrat', sans-serif;
		font-weight:600;
		font-size: 3em;
		letter-spacing: 0px;
		margin: 10px auto 0px auto;
		border: 0px solid black;
		text-transform: uppercase;
	}
	
	h2{
		font-family: 'Montserrat', sans-serif;
		font-weight:400;
		letter-spacing: .75px;
		font-size:.95em;
		max-width: 300px;
		margin: 0px auto 20px auto;
		border: 0px solid black;
		text-transform: uppercase;
	}
	
	h3{
		font-family: 'Montserrat', sans-serif;
		font-weight:700; 
		letter-spacing: .75px;
		color: white;
		font-size: 1.5vw;
		margin: 0px 0px 0px 0px;
		border: 0px solid black;
		text-transform: uppercase;

	}

	h4{
		font-family: 'Montserrat', sans-serif;
		font-weight:400; 
		letter-spacing: .75px;
		font-size: 1vw;
		color: white;
		margin: 2px 0px 20px 0px;
		border: 0px solid black;
		text-transform: uppercase;

	}
	
	img{
		width: 100%;
		height: 100%;
	   	margin:0;
		vertical-align:top;
		object-fit: cover;
	}
	
	.iframe-container{
		position: relative;
		overflow: hidden;
		padding-top: 56.25%;
	}
	
	.actual-iframe {
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		border: 0;
	}

	.logo{
		width: 100%;
		min-width: 10px;
		max-width: 250px;
		height: auto;
		margin: 15px auto 0px auto;
		padding:0px;
		border: 0px solid black;
	}
	
	nav {
		font-family: 'Open Sans', sans-serif;
		font-weight:300;
		text-align: center;
		border: 0px solid blue;
	}

	nav a{

		color: lightgray;
		margin-right: 10px;  
		text-decoration: none;
	}

	nav a:hover{
		color: black;
	}

	nav a.active {
    		color: black;
	}

	nav .icon{
		display: none;
	}
	
	.hamburgerMenu { 
		margin: auto; 
        width: 25px; 
        height: 27px;  
        padding: 10px 12px; 
        border: 0px solid black;
       }
        
	.hamburgerBar1 { 
		width: auto; 
        height: 30%; 
        margin: auto;
		margin-top: 4px; 
        border-top: 1px solid black; 
        border-bottom: 1px solid black;
        }
        
	.hamburgerBar2 { 
		width: auto; 
        height: 30%; 
        margin: auto; 
        border-bottom: 1px solid black;
        }
		
	.overlay {
     
   		height: 100%;
    		width: 0;
    		position: fixed;
    		z-index: 1;
    		left: 0;
    		top: 0;
    		background-color: rgb(0,0,0);
    		background-color: rgba(0,0,0, 0.9);
    		overflow-x: hidden;
    		transition: 0.5s;
	}


	.overlay-content {
  		font-family: 'Open Sans', sans-serif;
  		font-weight: 300;
    		position: relative;
    		top: 25%; 
    		width: 100%;
    		text-align: center;
    		margin-top: 30px; 
	}


	.overlay a {
    		padding: 8px;
    		text-decoration: none;
    		font-size: 36px;
		font-weight: 300;
    		color: #818181;
    		display: block; 
    		transition: 0.3s;
	}

	.overlay a:hover, .overlay a:focus {
    		color: #f1f1f1;
	}

	.overlay .closebtn {
    		position: absolute;
    		top: 20px; 
    		right: 45px;
    		font-size: 45px;
	}
	
	.imgoverlay {
 		position: absolute;
  		top: 0;
  		bottom: 0;
  		left: 0;
  		right: 0;
  		height: auto;
  		width: 100%;
  		opacity: 0;
  		transition: .5s ease;
  		background: rgb(0, 0, 0);
  		background: rgba(0, 0, 0, 0.5);
	}

	.text{
  		position: relative;
  		text-align: center;
  		top: 50%;
  		transform: translateY(-50%);
	}
		

	.item3:hover .imgoverlay {
  		opacity: 1;
	}

	.item4:hover .imgoverlay {
  		opacity: 1;
	}

	.item5:hover .imgoverlay {
  		opacity: 1;
	}	
	
	.item7:hover .imgoverlay {
  		opacity: 1;
	}
	
	
	.grid-container {
		display: grid;
		grid-template-columns: auto auto auto auto auto auto auto auto auto auto auto auto;
		grid-gap: 15px;
		grid-template-rows: auto auto auto auto auto auto auto auto;
		background-color: none;
		padding: 20px;
		margin: 0% 18% 0% 18%;
		grid-template-areas: auto auto auto auto auto auto auto auto auto;
	}

	.grid-container > div {	
		background-color: none;
		text-align: center;
		padding: 0px; 
	}

	.item1 {
		border: 0px solid black;
		grid-area: 1 / 1 /2 / 13;
	}

	.item2 {

		font-weight: 100;
		font-size: 1.25em;
		margin-top: .3%;
		height: 50px;
		border: 0px solid black;
		grid-area: 2 / 1 / 3 / 13;
	}
	
	.item4 ul{
		font-family: 'Open Sans', sans-serif;
		font-weight:400;
		font-size: 1em;
		line-height: 1.25;
		letter-spacing: .5px;
		border: 0px solid black; 
		margin: 0px auto 40px auto;
		padding: 0px 0px 0px 0px;
		max-width: 720px;
		overflow:hidden;
	}
	
	.item4 li{
		list-style:none;
		text-align:left;
		background:none;
		float:left;
		height:auto;
		margin:0px 24px 15px 0px;
		width:30%;
	}
	
	
	
	.footer {
		font-weight: 300;
		font-size: 3em;
		color: black;
		margin-top: 0px;
		margin-bottom: 25px;
		border-top: 1px solid black;
		grid-area: 6 / 1 / 6 / 13;
	}
	
	.footer-elements {
		display: grid;
		justify-content: center;
		grid-template-columns: 100px 100px 100px;/*Make the grid smaller than the container*/
		grid-template-rows: 100px;
  		grid-gap: 10px;
  		background-color: none;
  		padding: 10px;
	}
	
	.footer-elements > div {
  		background-color: rgba(200, 255, 255, 0.0);
  		border: 0px solid black;
  		text-align: center;
  		padding: 20px 0;
  		font-size: 40px;
	}

	.footer-elements a {
  		text-decoration: none;
  		color: black;
  		text-align: center;
  		padding: 20px 0;
  		font-size: 40px;
	}

	#work-button {
  		display: grid;
  		justify-content: center;
  		grid-template-columns: 25px 25px;
  		grid-template-rows: 25px 25px;
  		grid-gap: 5px;
  		margin-top: 7px;
		padding: 0px;
  		border: 0px dotted black;
  		background-color: none;
	}

	#work-button > div {
		background-color: none;
    		border: 1px solid black;
		text-align: center;
     	 	padding: 10px 0;
		font-size: 10px;
	}
	  

	
@media only screen and (max-width: 600px) {
    p { max-width:345px; background: none;}
    h1 {font-size: 1.35em; letter-spacing: 0px;}
    h2{max-width:345px;}
    h3{font-size: .95em;}
	h4{font-size: .75em;}
	nav a {display: none;}
	nav a.icon {font-size: 1.25em; cursor:pointer; display: block;}
	.text {font-size: 18px;}
	.logo{max-width: 150px; margin-top: 0px;}
    .grid-container {padding: 0px; margin: 0% 0% 0% 0%;}
	.item1 {grid-area: 2 / 1 / 3 / 13;}
	.item2 {height: 20px; font-size: 1em; margin-top: 5px; margin-bottom: 15px; grid-area: 1 / 1 / 2 / 13;}
    .item4 ul{max-width: 345px;}
    .item4 li{width: 40%;}
	#work-button {grid-template-columns: 20px 20px; grid-template-rows: 20px 20px;}
	

}
@media only screen and (min-width: 600px) {
    p {font-size: .65em; max-width:600px; background:none;}
    h1 {font-size:1.75em; letter-spacing: .75px;}
    h2{max-width:600px;}
	h3{font-size: 1em;}
	h4{font-size: .75em;}
	.logo{max-width: 175px; margin-top: 15px;}
    .grid-container {padding: 0px; margin: 0% 0% 0% 0%;}
    .item4 ul{ max-width: 600px;}
    .item4 li{ width: 40%;}

}

@media only screen and (min-width: 768px) {
    p { font-size: 1em; max-width:620px; background: none;}
    h1 {font-size: 2em; letter-spacing: 0px;}
    h2{font-size: 1.125em; max-width:620px;}
	h3{font-size: 1em;}
	h4{font-size: .75em;}
	.logo{max-width: 200px; margin-top: 15px;}
    .grid-container {padding: 0px; margin: 0% 5% 0% 5%;}
     .item4 ul{max-width: 620px;}
    .item4 li{width: 40%;} 
} 

@media only screen and (min-width: 992px) {
    p { font-size: 1em; max-width:720px; background: none;}
    h1 {font-size: 2.125em; letter-spacing: 0px;}
    h2{font-size: 1.25em; max-width:720px;}
    .logo{max-width: 200px; margin-top: 15px;}
    .grid-container {margin: 0% 10% 0% 10%;}
    .item4 ul{max-width: 720px;}
    .item4 li{width: 30%;} 
} 


@media only screen and (min-width: 1200px) {
    p { font-size: 1em; max-width:720px; background: none;}
    h1 {font-size: 2.25em; letter-spacing: .75px;}
    h2{font-size: 1.35em; max-width:720px;}
    .logo{max-width: 250px; margin-top: 15px;}
    .grid-container {margin: 0% 15% 0% 15%;}
    .item4 ul{max-width: 720px;}
    .item4 li{width: 30%;}
}
