body{
  margin: 2%;
}

.header-logo{
  margin-bottom: 1%;
}

.content{
  width: 100%;
  margin-bottom: 1%;
}

.shop, .social_border{
  width: 49.5%;
  margin: 0px;
  float: left;
}

.social_border{
  position: relative;
  margin-left: 1%;
}

.social_button{
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 43.75%;

}

.social_button img:hover{
  box-shadow: 0px 0px 0px 2px rgba(255,128,0,255) inset, 0px 0px 0px 8px rgba(255,128,0,255);
  -webkit-border-radius: 2px;
        -moz-border-radius: 2px;
        border-radius: 2px;
}

.shop img:hover{
  box-shadow: 0px 0px 0px 8px rgba(255,128,0,255) inset, 0px 0px 0px 8px rgba(255,128,0,255);
  -webkit-border-radius: 54px;
        -moz-border-radius: 54px;
        border-radius: 54px;
}

.fb{
    left: 4.5%;
}

.insta{
  right: 4.5%;
}

.insta_feed{
  width: 100%;
}
