@charset "UTF-8";

html,
html * {
	padding: 0;
	margin: 0;
	box-sizing: border-box;
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, "sans-serif";
}

header {
	position: absolute;
	padding: 2em;
	z-index: 1000;
	top 0;
	left: 0;
	width: 100%;
	background: rgba(164,164,164,1.00);
		
}

.style-logo {
	margin-left: auto;
	margin-right: auto;
	display: block;
}

.style-nav ul {
		list-style-type: none;
}

.style-nav ul li a {
		text-decoration: none;
		color: #D51114;
		display: block;
		text-align: center;
		padding: 8px 8px 8px 8px;
	}

h1 {
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, "sans-serif";
	font-size: 32px;
	color: grey;
	margin-left: 0.8em;
	margin-bottom: 1em;
}

.intro img { 
	margin-right: 1em;
	margin-top: 1em;
	margin-left: 1em;
	margin-bottom: 1em;
	
	
}

.ugimages img { 
	margin-right: 0.25em;
	margin-top: 1em;
	margin-left: 0.25em;
	margin-bottom: 1em;
	
	
}

.home {
	position: absolute;
	width: 100%;
	padding: 20em 2em;
	background: #fff;
}

.ourstory {
	position: absolute;
	width: 100%;
	padding: 20em 6em;
	background: #fff;
}


.contactus {
	position: absolute;
	width: 100%;
	padding: 20em 6em;
	background: #fff;
}

.designs {
	position: absolute;
	width: 100%;
	padding: 20em 3em;
}
.intro p {
	
	color: #000000;
	text-align: left;
	width: 100%;
	
}

.about p {
	
	color: #000000;
	text-align: left;
	width: 100%;
	
}

.ourimages p {
	
	color: #000000;
	text-align: left;
	width: 100%;
	
}
.style-blk2 {
	
	text-align: right;
}

.style-drawing {
	margin-right: 1em;
	margin-top: 1em;
	margin-left: 1em;
	margin-bottom: 1em;
	}

/*Phone View*/

@media (max-device-width: 480px){
	


	
	.style-nav ul li {
		display: block;
	}
	
	.style-nav ul {
		text-align: center;
	}

	
}


/*Tablet View*/

@media (min-width: 768px){
	


	
	.style-nav ul li {
		display: inline-block;
	}
	
	.style-nav ul {
		text-align: center;
	}
	.home {
		
		padding: 15em 2em;
}	
	
	.ourstory {
		
		padding: 15em 6em;
}
	
	.contactus {
		
		padding: 15em 6em;
}	
	
	.designs {
		
		padding: 10em 3em;
}	
}



/*Desktop View*/

@media (min-width: 1024px){
	
	.style-logo {
		margin-left: 0;
	}
	
	.style-nav ul {
		text-align: right;
		padding: 0px 0px 0px 0px;
	}
	
	.intro img {
		margin-left: 1.5em;
	}

	.ugimages img {
		margin-left: 1.5em;
	}


	
}

