html,body {
	height:100%;
}

.icon-bar {
	background-color:#2A2C79;
}

#logoLink {
	padding-top: 7px;
	padding-bottom: 2px;
	height: 100%;
}

#logo {
	height: 45px;
	width: auto;
	margin-top: -14px;
}

.navbar-trans {
	background-color:#FFFFFF;
    color:#2A2C79;
	/*font-family: 'Play', sans-serif;
	font-weight: 400; */
}

.navbar-trans li>a:hover,.navbar-trans li>a:focus,.navbar-trans li.active {
	background-color:#2A2C79;
	color:#FFFFFF;
}

.navbar-trans a{
    color:#2A2C79;
}

.navbar-trans li.active a{
	color:#FFFFFF;
}

#contactModalButton {
	margin-right: 7px;
}


.content {
	margin-top: 50px;
}

#headerImg {
  /*position: fixed; */
  top: 0; 
  left: 0; 
	
  /* Preserve aspet ratio */
  min-width: 100%;
  min-height: 100%;
}

.headerImg {
/*  background: url(../img/Home1.JPG) no-repeat center center fixed; 
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  height: 100%;*/
}

.well {
	background: rgba(255,255,255,0.75);
	/*background-color: #FFFFFF;*/
	/*opacity: 75%;*/
	position: absolute;
	top: 100px;
	left: 50px;
	width: 40%;
	height: 50%;
	z-index: 50;
}

/* FOOTER */

footer {
	background-color: #2A2C79;
	color: #FFFFFF;
	padding: 5px;
}

.projects {
	background-color: #F0F0F0;
}

#pastProjects {
	position: absolute;
	top: 100px;
	right: 50px;
}

.title {
	font-size: 22px;
	font-weight: bold;
}

.address {
	font-size: 16px;
	color: #878787;
}

.divider {
	background-color: #878787;
	height: 3px;
}