* {
  box-sizing: border-box;
}

body {
  margin: 0;
  /*background-color: #020922;*/
/*background-color: #7b9975;*/
/*background-color: #708090;*/
/*background-color: #000000;*/
background-color: #061222;

}

.responsive {
  width: 100%;
  height: auto;
}

/* unvisited link */
a:link {
  color: white;
  text-decoration: none;
}

/* mouse over link */
a:hover {
  color: #ff9900;
  text-decoration: none;
}

/* selected link */
a:active {
  color: white;
  text-decoration: underline;
}

/* Style the header */
.header {
  /*background-color:  #CCCCFF ;*/
  background-color:#708090;
  padding-top: 0px;
  padding-bottom: 0px;
  text-align: center;
}

/* Style the top navigation bar */
.topnav {
  overflow: hidden;
}

.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%;
  }
}

/* Orange Header */
.t1 {
font-family: "omnium-tagline", sans-serif;
font-weight: 300;
font-style: normal;
font-size: 30px;
/*color: #008080;*/
color:#77B1AB;
text-align: center;
}

.t2 {
  font-family: "Helvetica", sans-serif;
  font-style: italic;
  font-size: 63px;
  font-weight: 300;
  color: #CCCCFF;
}

.t3 {
   font-family: "Open Sans", "Helvetica", sans-serif;
   font-weight: 100;
   font-style: normal;
   font-size: 1.21em;
   letter-spacing: 0.05em;
   color: white;
   text-align: center;

}

.t4 {
   font-family: "Open Sans", "Helvetica", sans-serif;
   font-weight: 100;
   font-style: inherit;
   font-size: 1em;
   letter-spacing: 0.05em;
   color: #000000;
}

.t5 {
  font-family: "Lucida Console", "Courier New", monospace;
  color: #b0b1bd;
  text-align: left;
}

.thinline {
  margin: auto;
  /*border: 3px solid #77B1AB;*/
  /*border: 3px solid #CCCCFF; */
 border: 3px solid #77B1AB;
}

.thinaboutline {
  max-width: 1280px;
  margin: auto;
  border: 3px solid #77B1AB;
}

.bottomborder {
  overflow: hidden;
  background-color:    #334e4e ;
}

/* Style the footer */
.footer {
  background-color: #708090;
  padding: 40px;
   color: #000000;
  text-align: center;
}