body {
	background-color: AliceBlue;
	min-height: 100vh;
	display: flex;
    flex-direction: column;
    flex-grow; 1;
}

img {
	width: 100%;
}

div {
/* 
    text-align:top;
 */
    display: inline-block;
}

a {
	font-family: "Julius Sans One", sans-serif;
  	color:black;
  	text-decoration: none;
}

label {
	font-family: "Julius Sans One", sans-serif;
}

.headerContainer {
  	position: sticky;
  	top: 0;
  	background-color: AliceBlue;
	display: flex;
	flex-direction: row;
	align-items: center;
}

.companyName {
	font-family: "Julius Sans One", sans-serif;
	font-weight: 400;
	font-style: normal;
  	font-size: 300%;
  	color:black;
  	padding: 15px;
  	text-align: left;
  	background-color: AliceBlue;
  	width:80%;
}

.menu {
	font-family: "Julius Sans One", sans-serif;
  	font-size: 125%;
  	color:black;
  	padding: 15px;
  	text-align: right;
  	background-color: AliceBlue;
  	width:20%;
	position: absolute;
	bottom: 8px;
	right: 0px;
}

.ourWork {
	font-family: "Julius Sans One", sans-serif;
  	font-size: 150%;
  	color:black;
  	text-align: center;
}

.aboutUs {
	font-family: "Julius Sans One", sans-serif;
  	font-size: 83%;
  	color:black;
  	text-align: left;
  	padding: 15px;
}

.aboutImage {
	width: -webkit-fill-available;
	padding-top: 10px;
	padding-left: 6px;
	padding-right: 6px;
}

.mainImg {
/* 
	margin-left: 200px;
	margin-right: 200px;
 */
	margin-bottom: 35px;
	height: 100%;
}

.secondaryImageGroup {
	font-family: "Julius Sans One", sans-serif;
    display: flex;
    justify-content: : center;
    align-items: center;
    margin-top: 15px;
}

.secondaryImg1 {
	margin-right: 20px;
	height: 100%;
}

.secondaryImg2 {
	margin-right: 20px;
	height: 100%;
}

.secondaryImg3 {
	height: 100%;
}

.clear{
	clear:both;    
}

/* Style inputs with type="text", select elements and textareas */
input[type=text], select, textarea {
  font-family: "Julius Sans One", sans-serif;
  width: 100%; /* Full width */
  padding: 12px; /* Some padding */ 
  border: 1px solid #ccc; /* Gray border */
  border-radius: 4px; /* Rounded borders */
  box-sizing: border-box; /* Make sure that padding and width stays in place */
  margin-top: 6px; /* Add a top margin */
  margin-bottom: 16px; /* Bottom margin */
  resize: vertical /* Allow the user to vertically resize the textarea (not horizontally) */
}

/* Style the submit button with a specific background color etc */
input[type=submit] {
  font-family: "Julius Sans One", sans-serif;
  background-color: #04AA6D;
  color: white;
  padding: 12px 20px;
  border: none;
  border-radius: 4px;
  cursor: pointer;
}

/* When moving the mouse over the submit button, add a darker green color */
input[type=submit]:hover {
  font-family: "Julius Sans One", sans-serif;
  background-color: #45a049;
}

/* Add a background color and some padding around the form */
.container {
  border-radius: 5px;
  background-color: AliceBlue;
  padding: 20px;
}

.footer {
	text-align: right;
	margin-top: 50px;
	margin-left: -25px;
	margin-right: 0px;
	margin-bottom: -10px;
	background-color: AliceBlue;
}

.copyright {
	text-align: right;
  	font-family:"Courier New"; 
  	font-size: 100%;
  	color: Black;
  	padding: 25px;
}