/*!
 * Start Bootstrap - Stylish Portfolio (http://startbootstrap.com/)
 * Copyright 2013-2016 Start Bootstrap
 * Licensed under MIT (https://github.com/BlackrockDigital/startbootstrap/blob/gh-pages/LICENSE)
 */

/* Global Styles */



#border-left {
  position: fixed;
  left: 0px;
  bottom: 0px;
  width: 50px;
  height: 100%;
  background-color: #fff;
  z-index: 1000;

      -moz-box-shadow: 01px 1px 15px 0px #00043c;
-webkit-box-shadow: 01px 1px 15px 0px #00043c;
-o-box-shadow: 01px 1px 15px 0px #00043c;
box-shadow: 01px 1px 15px 0px #00043c;
filter:progid:DXImageTransform.Microsoft.Shadow(color=#00043c, Direction=134, Strength=15);
}


#astropolis {

margin-top: 45vh;
  z-index: 1001;
}




#border-right {
  position: fixed;
  right: 0px;
  bottom: 0px;
  width: 50px;
  height: 100%;
  background-color: #fff;
  z-index: 1000;

    -moz-box-shadow: 01px 1px 15px 0px #00043c;
-webkit-box-shadow: 01px 1px 15px 0px #00043c;
-o-box-shadow: 01px 1px 15px 0px #00043c;
box-shadow: 01px 1px 15px 0px #00043c;
filter:progid:DXImageTransform.Microsoft.Shadow(color=#00043c, Direction=134, Strength=15);
}

#sonicfloor {

margin-top: 45vh;
  z-index: 1001;
}


#border-bottom {
  position: fixed;
  left: 0px;
  bottom: 0px;
  width: 100%;
  height: 50px;
  background-color: #fff;
  z-index: 1001;
    border-style: solid;
    border-top: solid 0px #00043c;


    -moz-box-shadow: 01px 1px 15px 0px #00043c;
-webkit-box-shadow: 01px 1px 15px 0px #00043c;
-o-box-shadow: 01px 1px 15px 0px #00043c;
box-shadow: 01px 1px 15px 0px #00043c;
filter:progid:DXImageTransform.Microsoft.Shadow(color=#00043c, Direction=134, Strength=15);
}



#border-top {
  position: fixed;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 50px;
background-color: rgba(255, 255, 255, 0.95);
  z-index: 1000;
      border-style: solid;
    border-bottom: solid 0px #00043c;



}








