html {
  overflow-x:hidden;
  overflow-y:scroll;
  height:100%;
}
body {
  background:#4e4e4e;
  height:100%;
  width:100%;
  font-family:"Open Sans",sans-serif;
  -webkit-font-smoothing:antialiased;
}
#header{
  height: 70px;
  padding: 18px 0;
}
#header .container{
  max-width: 100%;
  padding: 0 35px;
  width: auto;
}
.title{
  font-size: 28px;
  line-height: 1;
  margin: 0;
  padding: 0;
  color: #bebebe;
  font-weight: 400;
  margin-bottom: 10px;
}
.slogan{
  font-size: 18px;
  line-height: 1;
  margin: 0;
  padding: 0;
  color: #bebebe;
  font-weight: 400;
}
.socialNav{
  text-align: right;
  padding-top:2px;
}
.socialNav a{
   display: inline-block;
  float: none;
  height: 30px;
  margin-left: 10px;
  text-indent: -9999px;
  width: 30px;
}

.socialNav a.linkIcon{
  background: url(../img/linkdin.png);
  background-size: 100% auto;
}
.socialNav a.insIcon{
  background: url(../img/instra.png);
  background-size: 100% auto;
}
.socialNav a.mailIcon{
  background: url(../img/mail.png);
  background-size: 100% auto;
}

#mainContent{
  width: 100%;
  background: green;
  position: relative;
}
#mainContent a{
  position: absolute;
  width: 50%;
  height: 50%;
  text-align: center;
  line-height: 100%;
}

#mainContent a.greatMind{
  background: #000000;
  left: 0;
  top: 0;
}
#mainContent a.autographic{
  background: #1e466d;
  right: 0;
  top: 0;
}
#mainContent a.yopa{
  background: #122a43;
  left: 0;
  bottom: 0;
}
#mainContent a.westone{
  background: #eaeaea;
  right: 0;
  bottom: 0;
}
@media only screen and (max-width:1400px) {
  
}
@media only screen and (max-width:767px) {
  #header{
    padding: 10px 0;
    text-align: center;
    height: auto;
  }
  #header .container{
    padding: 0 20px;
  }
  .socialNav{
    padding: 5px 0 0 0;
    text-align: center;
  }
  .socialNav a{
    margin: 0 5px;
  }
  #mainContent a{
    position: static;
    display: block;
    width: 100%;
  }

}