html { 
    /* Fallback for <IE9 and other older browsers
    background: url("images/space-bkg.jpg") no-repeat right top; 
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover; */
  
    /* Multi-background supporting browsers*/
    background: url("images/clouds.png") no-repeat right top, 
    url("images/space_bkg.jpg") no-repeat right top;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover; 
    background-color: #141b2e;
}
body {
  font: 13px/21px Helvetica, Arial, "Lucida Grande", sans-serif;
  letter-spacing: .06em;
  padding: 0;
  margin: 0;
 
}

#middle {
  height: 900px;
  background: url("images/shape2.png") no-repeat left top;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover; 
  
}

#bottom {
  height: 900px;
  background: url("images/shape4.png") no-repeat right top, 
  url("images/shape5.png") no-repeat left top;

}

.small-text {
  font-size: 10px;
}
.note {
    color: #ffffff;
    border: #a71bb8 dotted 2px;
    padding: 25px;
    width: 70%;

}
.banner {
  background: url("images/preview_banner4.png") no-repeat left top; 
  display: block;
  width: 156px;
  height: 240px;
  float: right;
  margin-top: 80px;
  right:0;
  top:0;
  position: absolute;
}
.banner:after {
    clear: both;
}
.top-support {
  background: url("images/support_sm.png") no-repeat right top; 
  display: block;
  width: 300px;
  height: 70px;
  float: right;
  margin: 20px 40px 0 0;
}
.top-support:after {
    clear: both;
}
.top-version {
  font-size: 16px;
  font-style: italic;
  width: 250px;
  height: 30px;
  float: left;
  margin: 20px 0 0 40px;
  color: #ffffff;
  left:0;
  top:0;
  position: absolute;
}
.top-version:after {
    clear: both;
}
a {
  color: #ffffff;
  text-decoration: none;
  transition: opacity 0.5s;
  -webkit-transition: all ease 0.5s;
  -moz-transition: all ease 0.5s;
  -o-transition: all ease 0.5s;
  -ms-transition: all ease 0.5s ;
/*   transition: all ease 0.5s ; */

}
a:hover {
   color: #a71bb8;
}
p a {
  text-decoration: underline;
}
.underline a{
  text-decoration: underline;
}

::-moz-selection { /* Code for Firefox */
    color: #ffffff;
    background: #a71bb8;
}
::selection {
    color: #ffffff;
    background: #a71bb8;
}
.space-donate {
  margin-top: 100px;
}
.fade {
   opacity: 1;
   transition: opacity .25s ease-in-out;
   -moz-transition: opacity .25s ease-in-out;
   -webkit-transition: opacity .25s ease-in-out;
   }
.fade:hover {
  opacity: 0.5;
}
h1 {
    font-size: 35px;
    font-weight: 100;
    letter-spacing: .05em;
    line-height: 45px;
}
h2 {
    font-size: 35px;
    font-weight: 100;
    letter-spacing: .05em;
    line-height: 45px;
    color: #3e9d9f;
}
h3 {
    font-size: 20px;
    font-weight: 200;
    letter-spacing: .05em;
    color: #3e9d9f;
    margin-top: 0;
}
h4 {
    font-size: 22px;
    font-weight: 200;
    letter-spacing: .05em;
    color: #ffffff;
    margin-top: 40px;
}
h5 {
    font-size: 30px;
    font-weight: 200;
    letter-spacing: .05em;
    color: #ffffff;
    margin-bottom:10px;
}
h6 {
    font-size: 18px;
    font-weight: 200;
    letter-spacing: .05em;
    color: #ffffff;
    margin-bottom: 15px;
    margin-top: 30px;
}
.intro {
  font-size: 17px;
  line-height: 30px;
}
.intro-section {
    color: #fff;
    margin: 20% 10% 5% 10%;
    text-align: left;
}
.container:before,
.container:after {
    content: "";
    display: table;

}
.container:after {
    clear: both;
}
.container {
    margin-bottom: 24px;

}

section {
    color: #fff;
    text-align: left;
    padding: 5% 10% 5% 10%;
}

.section-faq {
    color: #fff;
    text-align: left;
    padding: 0% 10% 5% 10%;
    margin-top: 0;
    top: 0;
}
.section-download {
    color: #fff;
    text-align: left;
    padding: 5% 5% 5% 5%;
    margin-top: 0;
    top: 0;
}
.nav-wrapper {
/*  background-color: rgba(20,27,46,0.5);  */
  height: 130px;
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 9999;


}
nav ul {
margin-top: 25px;
 /*   margin-left: 50px;
  padding: 0;*/
  list-style-type: none;
  text-align: center;
  
  width:100%;

} 
nav ul li { 
  display: inline; 
  position: relative;
}
nav ul li a {
  font-size: 13px;
  text-decoration: none;
  letter-spacing: .1em;
  padding: 0 20px 10px 20px;
  color: #3e9d9f;
  font-weight: bold;
}
nav ul li a:hover {
  color: #fff;
  border-bottom: solid thin #a71bb8;
}

nav ul ul{
	position:absolute;
	top:-99999px;
	opacity: 0; /* Hide sub level */
	-webkit-transition: opacity .5s ease-in-out;
	-moz-transition: opacity .5s ease-in-out;
	-o-transition: opacity .5s ease-in-out;
	z-index:497;
	padding: 0;
	margin: 0;
	text-align: left;
}
nav ul ul ul {
	position:absolute;
	top:-99999px;
	left:100%;
	opacity: 0;
	-webkit-transition: opacity .5s ease-in-out; /* Hide sub levels */
	-moz-transition: opacity .5s ease-in-out;
	-o-transition: opacity .5s ease-in-out;
}
nav ul li:hover>ul{ opacity: 1; position:absolute; top:99%; left:0; white-space: nowrap; padding-top: 20px;}
nav ul ul li:hover>ul{ position:absolute; top:0; left:100%; opacity: 1; z-index:497; }

.noborder-hover:hover{
  border-bottom: none;
}
.anchor {
  padding-top: 100px;
}
.logo {
  display: block;
  background: url("images/morphis_logo.png") no-repeat top;
  text-indent: -99999px;
  width: 100px;
  height: 70px;
  margin: 0;
  padding: 0;
}
.logo:hover {
  background-position: 0 0;
}
.morphis-is-space {
  padding-bottom: 15px;
/*  padding-top: 150px;*/
}
.one-world-space {
  padding-bottom: 15px;
}
.button-space {
  margin: 25px 15px 0  0;
}
.fadebutton {
  text-align:center;
  padding:10px 24px;
  line-height:60px;
  transition: opacity 0.5s;
  -webkit-transition: all ease 0.5s;
  -moz-transition: all ease 0.5s;
  -o-transition: all ease 0.5s;
  -ms-transition: all ease 0.5s ;
  transition: all ease 0.5s ;
  border:1px solid #ffffff;
  color: #ffffff;
  font-size: 11px;
  letter-spacing: .08em;
  white-space: nowrap;

}
.fadebutton:hover {
  background:#a71bb8;
  color:#fff;
  -webkit-transition: all ease 0.7s;
  -moz-transition: all ease 0.7s;
  -o-transition: all ease 0.7s;
  -ms-transition: all ease 0.7s ;
  transition: all ease 0.5s ;
} 

.fadebutton-disabled {
  text-align:center;
  padding:10px 24px;
  line-height:60px;
  border:1px solid #ffffff;
  color: #ffffff;
  font-size: 11px;
  letter-spacing: .08em;
  opacity: 0.3;
}

.fade-logo {
  opacity: 1;
  transition: opacity .25s ease-in-out;
  -moz-transition: opacity .25s ease-in-out;
  -webkit-transition: opacity .25s ease-in-out;
   }

.fade-logo:hover {
  opacity: 0.5;
}
      
.btc-link {
  font-size: 16px;
  font-weight: bold;
}
/*.download {
  display: block;
  background: url("images/download.png") left;
  text-indent: -99999px;
  width: 126px;
  height: 37px;
  float: left;
  margin-top: 20px;
  margin-right: 20px;
}
.download:hover {
  background-position: right;
}
.download-center {
  display: block;
  background: url("images/download.png") left;
  text-indent: -99999px;
  width: 126px;
  height: 37px;
  text-align: center;
  margin: 30px auto 0 auto;
}
.download-center:hover {
  background-position: right;
}
.learn-more {
  display: block;
  background: url("images/learn_more.png") left;
  text-indent: -99999px;
  width: 126px;
  height: 37px;
  float: left;
  margin-top: 20px;
  margin-right: 20px;
}
.learn-more:hover {
  background-position: right;
}*/
.down {
  display: block;
  background: url("images/arrow-down.png") left;
  text-indent: -99999px;
  width: 57px;
  height: 57px;
  float: left;
  margin-top: 40px;
}
.column70 {
  width: 70%;
}
.column70 {
  width: 80%;
}
.three-column {
  font-size: 13px;
  line-height: 20px;
}
.column-left { 
  float: left; 
  width: 30%; 
  padding-right: 35px;
}
.column-center {
  display: inline-block; 
  width: 30%; 
  padding-top: 60px;
}
.column-right {
  float: right; 
  width: 30%; 
  padding-top: 120px;
}
.left-border {
  border-left: solid thin #fff;
  display: block;
}
.col-text{
  padding-left: 20px;
}
.d-column-left { 
  float: left; 
  width: 40%; 
  text-align: center;
  padding-top: 20px;
}
.d-column-right {
  float: right; 
  width: 45%; 
  text-align: center;
  padding-top: 80px;
}
.photo {
  background: url("images/sam_photo.png") no-repeat;
  height: 200px;
  width: 200px;
  margin: 0 auto;
  padding-bottom: 40px;
}
.about-me {
  float: right; 
  width: 55%; 
  text-align: left;
  padding-bottom: 20px;
}
.contact {
  text-align: center;
   width: 40%; 
}
footer {
  background-color: rgba(20,27,46,0.5);
  padding-top: 20px;
  color: #ffffff;
  text-align: center;
  padding-bottom: 20px;
}
.footer-logo {
  background: url("images/morphis_logo_footer.png") no-repeat top;
  display: block;
  height: 100px;
  margin: 0 auto 20px 0;
  text-align: center;
}