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

body,div,
h1,h2,p,
ol,ul,li {
  margin: 0;
  padding: 0;
  border: 0;
}

@-webkit-viewport { width: device-width; }
@-moz-viewport { width: device-width; }
@-ms-viewport { width: device-width; }
@-o-viewport { width: device-width; }
@viewport { width: device-width; }

html, body {
  min-height: 100%;
}

body {
  min-width: 290px;
  -webkit-font-smoothing: antialiased;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  text-size-adjust: 100%;
  background: #1B1B1F;
  color: #666;
  font: normal 100%/1.5 "Helvetica Neue", Helvetica, Arial, sans-serif;
}
a {
  color: #f4f4f4;
  text-decoration: none;
}

a:active,
a:hover {
  outline: 0;
}
#fixedtext {
position:fixed;
height:180px;
width:70%;
z-index:9999;
background-color:#FFF;
bottom: 20%;
right: 0em;
}
.main {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-overflow-scrolling: touch;
  
  position: fixed;
  overflow: hidden;
  overflow-y: scroll;
  top: 46px;
  right: 0;
  bottom: 0;
  width: 76%;
  background: url(bg.jpg) no-repeat center center fixed;
-webkit-background-size: cover;
-moz-background-size: cover;
-o-background-size: cover;
background-size: cover;
padding:1em;
}

.topbar {
width:100%;
height:45px;
background-color:#1B1B1F;
border-bottom: 1px solid rgba(255,255,255, .1);
-webkit-box-shadow:inset 0px 0px 0px 1px rgba(0,0,0, .2);
    -moz-box-shadow:inset 0px 0px 0px 1px rgba(0,0,0, .2);
    box-shadow:inset 0px 0px 0px 1px rgba(0,0,0, .2);
	
}
.topbarcontent {
font-family: 'Open Sans', sans-serif;
padding-top: 10px;
text-align:center;
}

.randomcontent {
width:100%;


  font-size: 1.25em;
  color: #555;
  font-weight: bold;

 font-size:10px;

display:inline;
float:left;
 text-align:center;


}
.content{
display:inline;
float:left;
width:70%;

}
.sidebar{
display:inline;
float:left;
width:30%;
background-color:#c9c9c9;
}
.skyscraperTile {
    float:left;
    display:inline;
    width:230px;
    height:500px;
    background-color:#1B1B1F;
    box-shadow: 0 0 10px 2px rgba(0,0,0,0.6);
	margin-right:2%;
	margin-bottom:4%;
}
.skyscraperName {
    width:100%;
    text-align:center;
    background-color:#2BABF9;
    padding-top:8px;
    padding-bottom:8px;
    font-weight:bold;
    font-family:arial;
    font-size:10px;
}
.skyscraperImage {
    width:210px;
    margin:10px;
    background: url(tokyoskytree.jpg);
    height:350px;
    background-color:#FFF;
}
.skyscraperInfo {
    width:200px;
    margin:10px;
    text-align:left;
    padding:5px;
        font-family:arial;
    font-size:10px;
}




.myButton {
	-moz-box-shadow:inset 0px -3px 7px 0px #29bbff;
	-webkit-box-shadow:inset 0px -3px 7px 0px #29bbff;
	box-shadow:inset 0px -3px 7px 0px #29bbff;
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #2dabf9), color-stop(1, #0688fa));
	background:-moz-linear-gradient(top, #2dabf9 5%, #0688fa 100%);
	background:-webkit-linear-gradient(top, #2dabf9 5%, #0688fa 100%);
	background:-o-linear-gradient(top, #2dabf9 5%, #0688fa 100%);
	background:-ms-linear-gradient(top, #2dabf9 5%, #0688fa 100%);
	background:linear-gradient(to bottom, #2dabf9 5%, #0688fa 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#2dabf9', endColorstr='#0688fa',GradientType=0);
	background-color:#2dabf9;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	border-radius:3px;
	border:1px solid #0b0e07;
	display:inline-block;
	cursor:pointer;
	color:#ffffff;
	font-family:arial;
	font-size:15px;
	padding:4px;
	text-decoration:none;
	text-shadow:0px 1px 0px #263666;
    margin-left:10px;
    margin-right:10px;
    width:200px;
    text-align:center;
    
}
.myButton:hover {
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #0688fa), color-stop(1, #2dabf9));
	background:-moz-linear-gradient(top, #0688fa 5%, #2dabf9 100%);
	background:-webkit-linear-gradient(top, #0688fa 5%, #2dabf9 100%);
	background:-o-linear-gradient(top, #0688fa 5%, #2dabf9 100%);
	background:-ms-linear-gradient(top, #0688fa 5%, #2dabf9 100%);
	background:linear-gradient(to bottom, #0688fa 5%, #2dabf9 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#0688fa', endColorstr='#2dabf9',GradientType=0);
	background-color:#0688fa;
}
.myButton:active {
	position:relative;
	top:1px;
}


.main::-webkit-scrollbar {
  -webkit-appearance: none;
  background-color: rgba(0,0,0, .2);
  width: 8px;
  height: 8px;
}

.main::-webkit-scrollbar-thumb {
  border-radius: 0;
  background-color: rgba(0,0,0, .4);
}



.nav-collapse {
  position: absolute;
  width: 24%;
  top: 0;
  left: 0;
}

.nav-collapse ul {
  display: block;
  width: 100%;
  list-style: none;
}

.nav-collapse li {
  width: 100%;
  display: block;
}

.nav-collapse a {
  color: #aaa;
  background-color:#1B1B1F;
 font-size:11px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: background .3s ease;
  -moz-transition: background .3s ease;
  transition: background .3s ease;
  text-shadow: 0 -1px rgba(0,0,0, .5);
  border-bottom: 1px solid rgba(0,0,0, .2);
  border-top: 1px solid rgba(255,255,255, .1);
  display: block;
  padding: 14px 0;
  text-align:center;
  width: 100%;
}

.nav-collapse a:hover { 
background: rgba(255,255,255, .1); }
.nav-collapse .active a { color: #fff; background: rgba(0,0,0, .3) }
.nav-collapse li:first-child a {border-top: 0 }
.nav-collapse li:last-child a { border-bottom: 0 }
.nav-toggle { display: none }

@media screen and (max-width: 40em) {
  .js .nav-collapse {
    clip: rect(0 0 0 0);
    max-height: 0;
    position: absolute;
    display: block;
    overflow: hidden;
  }
  .nav-collapse {
    top: 0;
    width: 100%;
    position: relative;
  }
  .nav-collapse.opened { max-height: 9999px }
  .nav-collapse a:hover { background: rgba(255,255,255, .9);  }
  .nav-collapse .active a:hover { color: #fff; background: rgba(0,0,0, .3) }
  .nav-toggle {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    text-decoration: none;
    text-indent: -999px;
    position: relative;
    overflow: hidden;
    width: 70px;
    height: 55px;
    float: right;
    display: block;
    margin: 0em 0em 0em 0;
	top:-5px;

  }
  .nav-toggle:before {
    color: #FFF; /* Edit this to change the icon color */
    font-family: "responsivenav";
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    font-size: 28px;
    text-transform: none;
    position: absolute;
    content: "\2261";
    text-indent: 0;
    text-align: center;
    line-height: 65px;
    speak: none;
    width: 100%;
    top: 0;
    left: 0;
  }
  .nav-toggle.active:before {
    font-size: 24px;
    content: "\78";
  }
  body {
  background: url(bg.jpg) no-repeat center center fixed;
  }
  .main {
    -webkit-overflow-scrolling: auto;
	top:0px;
    box-shadow: none;
    padding: 0 0em 2em;
    border-radius: 0;
    position: relative;
    width: 100%;
    overflow: hidden;
	background: none;
  }
  .randomcontent{
  margin-top:0;
  }
.content{
display:inline;
float:left;
width:100%;
}
.skyscraperTile {
width:100%;
}
.skyscraperImage {
    width:210px;
    margin:0 auto;
	margin-top:10px;
    background: url(tokyoskytree.jpg);
    height:350px;
	text-align:center;
}
.sidebar{
display:inline;
float:left;
width:100%;
background-color:#c9c9c9;
}
  .main::-webkit-scrollbar { background-color: transparent }
}

@media screen and (-webkit-min-device-pixel-ratio: 1.3), screen and (min--moz-device-pixel-ratio: 1.3), screen and (-o-min-device-pixel-ratio: 2 / 1), screen and (min-device-pixel-ratio: 1.3), screen and (min-resolution: 192dpi), screen and (min-resolution: 2dppx) {
  body {

  }
}

@media screen and (min-width: 40em) {
  .nav-collapse { width: 12em }
  .main { width: auto; left: 12em }
}
