* {
  box-sizing: border-box;
}

body {
  margin: 0;
  background-color: #020922;
}

.headImage {
  background-size: 100% 100%;
  overflow: hidden;
  float: none;
}

.responsive {
  width: 100%;
  height: auto;
}

/* Style the header */
.header {
  background-color: #787980;
  padding-top: 6px;
  padding-bottom: 2px;
  text-align: center;
  font-family: proxima-nova, sans-serif;
  font-size: 1.2em;
  font-style: inherit;
  font-weight: 100;
  color: #FF8000;
}

/* Style the top navigation bar */
.topnav {
  overflow: hidden;
}

.topnav a {
  color: black;
  text-decoration: none;
}

.topnav a:hover {
  color: #ff9900;
  text-decoration: none;
}

.topnav a:visited {
  text-decoration: none;
}

.mainblock{
  max-width: 1500px;
  margin: auto;
}

.aboutlock{
  max-width: 1280px;
  margin: auto;
}

.contactblock{
  max-width: 1280px;
  margin: auto;
}

/* Create three unequal columns that floats next to each other */
.column {
  float: left;
  padding: 10px;
}

/* Left and right column */
.column.side {
  width: 25%;
  text-align: center;
  color: #FF8000;
}

/* Middle column */
.column.middle {
  width: 50%;
  text-align: center;
  color: #FF8000;
}

/* Clear floats after the columns */
.row:after {
  content: "";
  display: table;
  clear: both;
  text-align: center;
  color: #FF8000;
}

/* Responsive layout - makes the three columns stack on top of each other instead of next to each other */
@media screen and (max-width: 600px) {
  .column.side, .column.middle {
    width: 100%;
  }
}

.t1 {
  font-family: proxima-nova, sans-serif;
  font-style: inherit;
  font-size: 36px;
  font-weight: 100;
  color: #FF8000;
}

.t2 {
  font-family: ff-meta-serif-web-pro, serif;
  font-style: italic;
  font-size: 23px;
  font-weight: 300;
  color: #787980;
}

.t3 {
   font-family: "Open Sans", "Helvetica", sans-serif;
   font-weight: 100;
   font-style: normal;
   font-size: 1.21em;
   letter-spacing: 0.05em;
   color: white;
}

.t4 {
   font-family: "Open Sans", "Helvetica", sans-serif;
   font-weight: 300;
   font-style: normal;
   font-size: 1em;
   letter-spacing: 0.05em;
   color: #787980;
}

.t5 {
  font-family: "Lucida Console", "Courier New", monospace;
}

.thinline {
  max-width: 1500px;
  margin: auto;
  border: 3px solid #77B1AB;
}

.thinaboutline {
  max-width: 1280px;
  margin: auto;
  border: 3px solid #77B1AB;
}

.bottomborder {
  overflow: hidden;
  background-color: #061222;
}

/* Style the footer */
.footer {
  background-color: #787980;
  padding: 60px;
  text-align: center;
}