/* GLOBAL STYLES
-------------------------------------------------- */

html {
    color: #f6f6f6;
    background: url('../img/bg.jpg') no-repeat center center fixed;
    background-size: cover;
    min-width: 320px;
}

body{
    background: none;
    font-family: 'Noto Sans', Verdana, sans-serif;
}

h1{
    font-weight: 700;
}


a:hover{
  text-decoration: none;
}

small{
  color: #6e6e6e !important;
}

small .glyphicon{
    vertical-align: middle;
    padding-bottom: .5em;
}

/* CONTENT
------------------------------------------------ */

.white {
    background-color: rgba(255, 255, 255, 0.88);
    padding: 0 20px;
}

.social{
  display: inline-block;
  float: left;
}

.my-media{
  display: inline-block;
  float: right;
}

.links {
  position: fixed;
  bottom: 20px;
  left: 0;
  right: 0;
  font-size: 2em;
}

.links a{
  padding: 0 20px;
  color: #6e6e6e;
}

.link-text{
  vertical-align: bottom;
}

.icon{
  display: inline-block;
  width: 1.8em;
}

.my-media .icon{
  text-align: right;
}

/* ADAPTIVE
------------------------------------------------ */

@media(max-width:767px){
    .name small{
        margin-top: 5px;
        display: inline-block;
    }
    .nowrap{
        display: block;
    }

    .links a{
      padding: 0;
      display: block;
      line-height: 1.2em;
    }

    .links .my-media{
      text-align: right;
    }
}

@media(max-width:419px), (max-height: 559px){
  h1{
    font-size: 24px;
  }
  .links{
    font-size: 1em;
  }
}
