@font-face {
  font-family: 'marine';
  src: url("../fonts/marine.eot?#iefix") format("embedded-opentype"), url("../fonts/marine.woff") format("woff"), url("../fonts/marine.ttf") format("truetype");
  font-weight: normal;
  font-style: normal; }
html,
body {
  background: #000; }

body {
  margin: 0 auto;
  position: relative;
  font-size: 62.5%;
  font-family: 'marine', Arial, Helvetica, sans-serif; }

body > div {
  font-size: 1.6em;
  width: 50%;
  padding: 5% 7%;
  font-size: 1.3em;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }
  body > div.right {
    min-height: 500px; }
  .no-flexbox body > div.right {
    text-align: right; }

/*PONG */
.container {
  width: 100px;
  display: inline-block;
  transform: translateY(50px); }

.bar {
  background: #FFFFFF;
  width: 2px;
  height: 20px; }

.bar1 {
  float: left; }

.bar2 {
  float: right; }

.ball {
  background: #FFFFFF;
  width: 5px;
  height: 5px;
  position: relative;
  top: 15px;
  left: 0; }

.left {
  float: left; }

.right {
  float: right; }

/*For fixing floating children in a parent element: */
.clearfix:before,
.clearfix:after {
  content: " ";
  display: table; }

.clearfix:after {
  clear: both; }

/* IE6/7 support */
.clearfix {
  *zoom: 1; }

img {
  /*  margin-top:200px;*/
  margin-top: 60px; }

/*
div{
    color:#fff;
    margin: 5% 0 50px;
    line-height:1.8em;
    font-size:1.4em;
    color: #D3D3D3;
}
*/
a {
  color: #b2b2b2;
  text-decoration: none;
  line-height: 1.9em;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out; }
  a:hover {
    color: #fff; }
  a[href*=tel] {
    cursor: default; }

em {
  background: #000;
  color: #fff;
  padding: 1px 5px;
  font-style: normal;
  margin: 0 1px;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out; }

#logo {
  width: 165px;
  margin: 0; }

h1 {
  margin: 0 0 24px;
  font-size: 1.5rem;
  font-weight: normal; }

.flex_wrap {
  display: flex;
  /* or inline-flex */
  flex-direction: column;
  align-items: center;
  justify-content: space-between; }

#brand_meaning p:last-of-type:after, #contact span {
  content: "";
  display: inline-block;
  width: 7px;
  height: 7px;
  background: #b2b2b2; }

#brand_meaning {
  background: #fff;
  color: #4f4f4f; }
  #brand_meaning p {
    margin: 0 0 24px;
    font-size: 1em;
    line-height: 1.9em;
    position: relative;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out; }
    #brand_meaning p:hover {
      /*em{
          background: #000;
          color:#fff;
      }*/ }

.fade {
  color: #d8d8d8; }
  .fade em {
    background: #d6d6d6; }

#collab {
  margin-top: 20px; }

#contact {
  text-align: right;
  width: 199px;
  margin-top: 100px; }
  #contact span {
    background: #232323; }

#ig {
  margin-top: 10px; }

#pixel_mark {
  background: url(../images/cross-x.png) no-repeat;
  width: 70px;
  height: 69px;
  position: absolute;
  left: 50%;
  bottom: 5%;
  margin-left: -35px; }

@media all and (min-width: 1300px) {
  body,
  html,
  #brand_meaning {
    height: 100%; } }
@media screen and (max-width: 600px) {
  body div.right {
    width: 100%;
    text-align: center;
    min-height: 335px; }
    .no-flexbox body div.right {
      text-align: center; }

  #contact {
    text-align: center;
    margin-top: 50px;
    padding-bottom: 20px;
    width: auto; }

  #brand_meaning {
    width: 100%; }

  #pixel_mark {
    display: none; } }
a:hover img.collab_logo {
  opacity: 0.8; }

/* Smartphones (portrait and landscape) ----------- */
@media all and (max-width: 600px) and (min-width: 200px) {
  #collab {
    left: 0 !important; }

  #pong {
    margin-left: 0px !important; }

  a#pong:hover {
    opacity: 0.6; } }

/*# sourceMappingURL=main.css.map */
