body {
  margin: 0;
  background: #222;
  font-family: 'Work Sans', sans-serif;
  font-weight: 600;
}

.container {
  width: 80%;
  margin: 0 auto;
}

header {
  background: #ffa500;
}

header::after {
  content: '';
  display: table;
  clear: both;
}

.logo {
  padding: 16px 0;
  width: 160px;
  float: left;
}

nav {
  float: right;
}

nav ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

nav li {
  display: inline-block;
  margin-left: 70px;
  padding-top: 32px;

  position: relative;
}

nav a {
  color: #444;
  text-decoration: none;
  text-transform: uppercase;
  font-size: 16px;
  font-weight: bold;
}

nav a:hover {
  color: #000;
}

nav a::before {
  content: '';
  display: block;
  height: 8px;
  width: 100%;
  background-color: #444;

  position: absolute;
  top: 0;
  width: 0%;

  transition: all ease-in-out 250mS;
}

nav a:hover::before {
  width: 100%;
}

h1 {
  color: #fff000;
  font-size: 16px;
  text-align: center;
}

 .projects-wrapper {
        max-width: 1200px;
        position: relative;
        margin: 0 auto;
        border: 0px solid pink;
        border: 0px solid white;

    }

    .proj-box-format {
      	display: inline-block;
	height: 250px;
        width: 23%;
        margin: 5px;

    }

    iframe {
        width: 100%;
        height: 100%;
    }

    .clearfix:before,
    .clearfix:after {
        content: " "; /* 1 */
        display: table; /* 2 */
    }


table {
	table-layout: auto;
	width: 100%;
}

.centerpic {
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 50%;
}

.center {
  text-align: center;
  padding: 70px 0;
  color: white;
  font-size: 40px;  
}

.row::after {
  content: "";
  clear: both;
  display: table;
}

.column {
  float: left;
  width: 30%;
  padding: 5px;
}

#first_column,
#second_column {
  width: 50%;
}

#first_column {
  float:left;
}

#first_column {
  float:right;
}

div.banner {
    height: 10em;
    position: relative }
div.banner p {
    margin: 0;
    background: yellow;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-right: -50%;
    transform: translate(-50%, -50%) }

table.customTable {
  table-layout: auto;
  width: 100%;
  background-color: #FFFFFF;
  border-collapse: collapse;
  border-width: 2px;
  border-color: #131A26;
  border-style: solid;
  color: #000000;
}

table.customTable td, table.customTable th {
  border-width: 2px;
  border-color: #131A26;
  border-style: solid;
  padding: 5px;
}

table.customTable thead {
  background-color: #7c7a77;
}

time {
	color: #ffffff;
	position: center;
}
a:link {
  color: yellow;
  background-color: transparent;
  text-decoration: none;
}

a:visited {
  color: white;
  background-color: transparent;
  text-decoration: none;
}

a:hover {
  color: red;
  background-color: transparent;
  text-decoration: underline;
}

a:active {
  color: yellow;
  background-color: transparent;
  text-decoration: underline;
}
</style>
