h1, .shadow {
    color: white;
    text-shadow: 2px 2px 4px #000000;
  }
  
  .info {
    position: relative;
    padding-top: 15%;
    padding-bottom: 15%;
  }
  
  body {
    background-image: url("https://raw.githubusercontent.com/liketaurus/liketaurus.github.io/master/images/background.png");
    background-attachment: fixed;
    background-repeat: repeat-y;
  }
  
  #nav a:hover
  {
    background: black;
  }
  
  #me
  { 
    position:absolute;
    left:70%;
    z-index:2;
  }
  
  .btn-default {
      box-shadow: 0 3px 0 0 #000000;
      margin: 10px;
  }
  
  .item {
    padding: 10px; 
    margin: 10px; 
    vertical-align: middle;  
    width: 9em;
    height: 9em;  
  }
  
  #blog, #blog:hover{
    color: rgb(51, 51, 51);
    text-decoration: none;
    font-weight: bold;
  }
  
  .contact a{
    position: relative;
    /*top: 60%;  
    transform: translateY(-50%);  
    margin-top: 15px;*/
    float: right;
  }
  
  
  .bar a{
    color: rgb(51, 51, 51);
    font-weight: bold;
  }
  
  .btn-circle.btn-lg {
    width: 50px;
    height: 50px;
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.33;
    border-radius: 25px;
  }
  
  .no
  {
    box-shadow: 1px 2px 6px 0 #000000;
  }
  
  .round
  {
    position: fixed; 
    top: 86%;
    left: 75%;
    z-index:9999;  
  }
  
  .close{
    position: relative;
    bottom: 3px;
  }
  
  /*
  .modal.in .modal-dialog {
    transform: none;  
  }
  */
  