@charset "utf-8";
/* CSS Document */

body, html {
    height: 100%;
}

.column {
  float: left;
  width: 33.33%;
}
.main_text{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
}
.heading{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 25px;
	color:darkblue;
}
.footer{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 23px;
	color:darkblue;
}
.title{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 30px;
	color:darkblue;
}

/* Clear floats after the columns */
.main_layout:after {
  content: "";
  display: table;
  clear: both;
}
.center_footer_images {
  text-align: center;
}

/* The hero image */
.hero-image {
  /* Use "linear-gradient" to add a darken background effect to the image (photographer.jpg). This will make the text easier to read */
  background-image: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0)), url("../../Images/atlantic_station.jpg");

  /* Set a specific height */
  height: 10%;

  /* Position and center the image to scale nicely on all screens */
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}

/* Place text in the middle of the image */
.hero-text {
  text-align: center;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: white;
}

.project {
	height:200px;
	width: 200px;
	margin: auto;
	text-align: center;
	color:blue;
}