/* Fonts */
@font-face {
    font-family: POLYA;
    src: url("fonts/POLYA.otf") format("opentype");
}
@font-face {
    font-family: 'Prime regular';
    src: url("fonts/Prime Regular.otf") format("opentype");
}

/* Wrapper */
#wrapper {
  min-width: 960px;
  width: 960px;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
}





/* Header */
header {
  text-align: center;
  height: 15%;
  margin-bottom: 9%;
}
img {
    max-width: 100 px;
    height: auto;
}





/* Navigation */





/* Main */
.column {
    float: left;
    width: 49%;
    height: 30%;
    margin-bottom: -2%;
    overflow: auto;
}
/* Clear floats after the columns */
.row:after {
    content: "";
    display: table;
    clear: both;
}
.main_text{
  width: 450px;
  font-family: 'POLYA';
  color: #404040;
  font-weight: 550;
  font-size: 2.2em;
  padding-top: 10%;
  padding-bottom: 0%;
  float: right;
}
.center-text {
  width: 450px;
  font-family: 'POLYA';
  color: #404040;
  font-weight: 550;
  font-size: 2.2em;
  text-align: center;
  margin-right: 20%;
  margin-bottom: 10%;
}
#working {
  color: #00134d;
  display: none;
}
#human {
  display: block;
  float: right;
}
.mailto-button {
  //border-style: solid;
  display: inline-block;
  width: auto;
  height: auto;
  margin-top: 5px;
  margin-left: 36%;
  margin-bottom: 38%;
}


.mailto-button:hover {
  opacity: 0.5;
  filter: alpha(opacity=40); /* msie */
  background-color: #FFFFFF;
}




/* Footer */
#mail-icon {
  vertical-align: -7px;
  display: inline;
  position: relative;
  padding-right: 10 px;
}
.email {
  width: 160px;
  text-decoration: none;
  font-family: 'Prime regular';
  color: white;
  float: left;
  margin-left: 32px;
  margin-top: 50px;
}
#contact {
  font-family: 'Prime regular';
  color: white;
  float: right;
  text-align: right;
  margin-right: 32px;
  margin-top: 50px;
  margin-bottom: 32px;
}
#image {
  position:relative;
  width: 960px;
  display: block;
  margin-left: auto;
  margin-right: auto;
  bottom: 0px;
}
#site-footer {
  min-width: 960px;
  width: 100%;
  height: 155px;
  background-color: #262E6E;
  background-image: url("images/footer_logo.png"), linear-gradient(to bottom, white 25%, white 25%, #262E6E 25%);
  background-size: 70px, 100%;
  background-repeat: no-repeat;
  background-position: center 5px, center;
  margin-top: 120px;
  padding-top: 6px;
  padding-bottom: 0px;
}
