@font-face {
  font-family: 'icomoon';
  src:  url('../fonts/icomoon/icomoon.eot?hgm6u1');
  src:  url('../fonts/icomoon/icomoon.eot?hgm6u1#iefix') format('embedded-opentype'),
    url('../fonts/icomoon/icomoon.ttf?hgm6u1') format('truetype'),
    url('../fonts/icomoon/icomoon.woff?hgm6u1') format('woff'),
    url('../fonts/icomoon/icomoon.svg?hgm6u1#icomoon') format('svg');
  font-weight: normal;
  font-style: normal;
}

[class^="icon-"], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;

  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-facebook:before {
  content: "\ea90";
}
.icon-instagram:before {
  content: "\ea92";
}

body {
  background: #fefefe;
  font-family: "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
  font-weight: normal;
  line-height: 1.5;
  color: #0a0a0a;
}
.sidebar,
.cover{
  height: 50vh;
  min-height: 250px;
}

.sidebar{
  text-align: center;
}

.logo{
  width: 50px;
  margin-top: 2rem;
}

.cover {
  background-repeat: no-repeat;
  background-size: cover;
  background-image: url(../img/jaime-juarez-aquitectura-portada.jpg)
}
.contact-info{
  font-size: 0.875rem;
  padding: 0 0.9375rem;
}
.contact-info a{
  color: black;
  text-decoration: none;
}
.contact-info a:hover{
  text-decoration: underline;
}
.contact-info .socials a{
  text-decoration: none;
  margin-right: 1rem;
}

@media screen and (min-width: 40em) {
  #container{
    margin: 15px;
  }
  .sidebar{
    text-align: left;
  }
  .sidebar,
  .cover{
    position: relative;
    height: calc(100vh - 30px);
    min-height: 480px;
  }
  .logo-container{
    text-align: center;
    position: relative;
    height: calc(100% - 191px);
  }
  .logo {
    margin-top: 30%;
  }
  .contact-info .socials{
    margin-top: 2rem;
    margin-bottom: 1rem;
  }
}