@import url('https://fonts.googleapis.com/css?family=Maven+Pro:400,500,700,900');
/* clearfix to auto clear floats */
.clearfloats:after {
  content: "";
  display: table;
  clear: both;
}
.float-right {
  float: right;
}
.float-left {
  float: left;
}
html,
body,
div,
span,
object,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
address,
code,
img,
small,
strong,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
}
html,
body {
  line-height: 1.5;
  font-family: 'Maven Pro', sans-serif;
  margin: 0;
  height: 100%;
}
a {
  text-decoration: none;
}
body {
  /*	background: url(../img/page_bg.jpg) 50% 50% no-repeat;*/
  background: #ddaa00;
  font-family: 'Maven Pro', sans-serif;
}
div#floater {
  position: relative;
  float: left;
  height: 50%;
  margin-bottom: -200px;
  width: 1px;
}
div#centered {
  position: relative;
  clear: left;
  height: 347px;
  width: 100%;
  max-width: 500px;
  min-width: 600px;
  margin: 0 auto;
}
div#cardtop {
  /*background: url(../img/gps-beyjohn-card.png) 50% 50% no-repeat;*/
  position: absolute;
  left: 45px;
  right: 0;
  top: 0%;
  bottom: 0;
  overflow: visible;
  width: 500px;
  height: 293px;
  z-index: 2;
  /*box-shadow: 10px 10px 5px #aa6600;*/
}
div#mytext {
  position: absolute;
  left: 27%;
  right: 0;
  top: 84%;
  bottom: 0;
  overflow: visible;
}
div#mytext h1 {
  font-size: 20px;
  color: #474444;
}
div#mytext p {
  line-height: 1.25;
  font-size: 16px;
  color: #474444;
}
div#mytext p.protected {
  text-align: center;
  position: absolute;
  z-index: 10;
  left: 0px;
  top: -5px;
  line-height: 1.25;
  font-size: 16px;
  color: #474444;
}
div#mytext a {
  text-decoration: none;
  color: #474444;
}
.site-logo {
  margin-bottom: 25px;
}
.icons {
  width: 500px;
}
.icon {
  display: inline-table;
  margin: 0 14px;
  box-sizing: border-box;
}
.icon > div {
  border-radius: 600px;
  box-sizing: border-box;
  border: 10px solid transparent;
}
.icon > div:hover {
  border: 10px solid #fee88e;
}
.icon .bey {
  background: url(../img/bey-icon.png) no-repeat #ffffff;
  background-size: contain;
  background-position: 0 -200px;
  transition: background-position 0.2s ease-in-out;
}
.icon .john {
  background: url(../img/john-icon.png) no-repeat #f3d32c;
  background-size: contain;
  background-position: 0 -200px;
  transition: background-position 0.2s ease-in-out;
}
.icon > div > a {
  font-family: 'Maven Pro', sans-serif;
  font-weight: 900;
  text-transform: uppercase;
  color: #000;
  display: table-cell;
  text-align: center;
  vertical-align: middle;
  width: 199px;
  height: 199px;
  position: relative;
}
.icon .john a {
  color: #ffffff;
}
.icon .bey a {
  color: #ddaa00;
}
.icon .bey:hover {
  background: url(../img/bey-icon.png) no-repeat #ffffff;
  background-size: contain;
  background-position: 0 0;
}
.icon .bey:hover a,
.icon .john:hover a {
  color: transparent;
}
.icon .john:hover {
  background: url(../img/john-icon.png) no-repeat #f3d32c;
  background-size: contain;
  background-position: 0 0;
}
/* dotted background */
.dotted {
  padding: 2.25em 1.6875em;
  background-image: -webkit-repeating-radial-gradient(center center, rgba(255, 255, 255, 0.5), rgba(255, 255, 255, 0.5) 1px, transparent 1px, transparent 100%);
  background-image: -moz-repeating-radial-gradient(center center, rgba(255, 255, 255, 0.5), rgba(255, 255, 255, 0.5) 1px, transparent 1px, transparent 100%);
  background-image: -ms-repeating-radial-gradient(center center, rgba(255, 255, 255, 0.5), rgba(255, 255, 255, 0.5) 1px, transparent 1px, transparent 100%);
  background-image: repeating-radial-gradient(center center, rgba(255, 255, 255, 0.5), rgba(255, 255, 255, 0.5) 1px, transparent 1px, transparent 100%);
  -webkit-background-size: 3px 3px;
  -moz-background-size: 3px 3px;
  background-size: 3px 3px;
}
.stripped {
  padding: 2.25em 1.6875em;
  background-image: -webkit-repeating-linear-gradient(135deg, rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3) 1px, transparent 2px, transparent 2px, rgba(0, 0, 0, 0.3) 3px);
  background-image: -moz-repeating-linear-gradient(135deg, rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3) 1px, transparent 2px, transparent 2px, rgba(0, 0, 0, 0.3) 3px);
  background-image: -o-repeating-linear-gradient(135deg, rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3) 1px, transparent 2px, transparent 2px, rgba(0, 0, 0, 0.3) 3px);
  background-image: repeating-linear-gradient(135deg, rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3) 1px, transparent 2px, transparent 2px, rgba(0, 0, 0, 0.3) 3px);
  -webkit-background-size: 4px 4px;
  -moz-background-size: 4px 4px;
  background-size: 4px 4px;
}
/**************** Responsive styles ****************/
/* Tablet view, menu collapses */
/* Larger mobile view */
/* smaller mobile view */
@media (max-width: 567px) {
  div#floater {
    height: 20%;
  }
  div#centered {
    position: relative;
  }
  div#centered,
  div#cardtop {
    min-width: auto;
    width: auto;
    overflow: visible;
  }
  div#cardtop {
    left: 0;
    text-align: center;
  }
  .site-logo {
    max-width: 300px;
  }
  .icons {
    width: 300px;
    margin: 0 auto;
  }
  .icon {
    display: block;
    width: 199px;
    height: 199px;
    margin: 0 auto;
    margin-bottom: 25px;
  }
  .icon > div {
    width: 199px;
    height: 199px;
  }
  .icon > div > a {
    top: -10px;
  }
}
