@charset "utf-8";

/* HTML ELEMENT SETTINGS */

/* Select */
* {box-sizing: border-box;}

a {display: inline-block; text-decoration: none;
  cursor: pointer;}
a:hover {text-decoration: none;
  cursor: pointer;}

a.jump {
    position: relative;
    color: slategray;
    font-size: 19px;
    border:1px solid silver;
    border-radius: 17px;
    padding: 5px 17px 8px 17px;
    background-color: lightgoldenrodyellow;
}
a.jump:hover, a.underground_policies:hover, a.underground_copy:hover {
    color: silver;
}
a.underground_policies, a.underground_copy {
    position: relative;
    color: slategray;
    font-size: 17px;
    padding: 8px 7px;
}


img {vertical-align: middle;}

img.logo.splash {
    margin: 17px;
    width: 144px;
    height:auto;
}

img.clouds {
    width: 88px;
}

img.friends, img.menu_avatar {
    width: 123px;
}

img.menu_nav_bullet {
    width: 33px;
}

img.menu_nav_avatar {
    width: 100%;
}

img.menu_account_bullet {
    width: 33px;
}

img.menu_account_avatar {
    width: 100%;
}

img.social {
    width: 88px;
}

.hide {display: none;}

.splash-copy {
    display: block;
    height: auto;
    padding: .3em 0em .7em 0em;
    margin: .1em 0em;
    font-size: 1.1em;
    color: slategray;
    font-weight: 400;
}
.splash-terms {
    display: inline-block;
    height: auto;
    padding: .1em 0em;
    margin: 0em .70em .5em .70em;
    font-size: 1.0em;
    color: #007aba;
    font-weight: 400;
}
.splash-copy:hover, .splash-terms:hover {color: silver;font-weight: 400;}

.splash-button {
    display: grid;
    place-items: center;
    background-color: rgba(255, 255, 255, 1);
    background-image: linear-gradient(to bottom, #FDE08D, transparent, #FDE08D);
    font-size: 1.7em;
    font-weight: 600;
    height: auto;
    padding: .5em 1.11em .6em 1.11em;
    margin: .33em 0em;
    box-shadow: 0px 0px 11px 0px silver;
    border: 1px solid gold;
    border-radius: 3px;
    cursor: pointer;
    color: white;
    text-shadow: 0px -2px 3px goldenrod, -4px -2px 11px #FDE08D, 4px -2px 11px #FDE08D, 0px 2px 2px #007aba;
}
.splash-button:hover {background-image: linear-gradient(to bottom, #FDE08D, transparent, #FDE08D);text-shadow: 0px 0px 2px white, 0px 0px 3px silver, 0px 0px 7px white;color: #00A4FB;}

.splash-button:active {background-image: linear-gradient(to bottom, #FDE08D, transparent, #FDE08D);color: white; text-shadow: 0px -2px 3px goldenrod, -4px -2px 11px #FDE08D, 4px -2px 11px #FDE08D, 0px 2px 2px #007aba, 0px 5px 7px #007aba;box-shadow: 0px 0px 21px 0px #FDE08D;}

html {
    position:relative;
    background-color: rgba(255, 255, 255, 1);
    background-image: url("/images/In-The-Clouds.jpg");
    background-attachment:local;
    background-position:center top;
    background-repeat:repeat;
    height:100vh;
    min-height:100%;
    width: 100%;
    padding: 0px;
    margin: 0px;
    font-family: Segoe, "Segoe UI", "DejaVu Sans", "Trebuchet MS", Verdana, "sans-serif";
    font-size: 17px;
    color: slategray;
    overflow: auto;
    clear: both;
    content: "";
    display: table;
    scroll-behavior: smooth;
}

menu {
    display: grid; /* Hidden by default */
    padding: 20px;
    list-style-type: disc;
    margin-block-start: 1em;
    margin-block-end: 1em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
    padding-inline-start: 40px;
    cursor: pointer;
    border-radius: 17px;
}

.nav_menu {
    display: inline-block;
    cursor: pointer;
    padding: 3px 10px 0px 10px;
}

.bar1, .bar2, .bar3 {
  width: 60px;
  height: 8px;
  background-color: slategray;
  margin: 12px auto;
  transition: 0.4s;
}

.change .bar1 {
  transform: translate(0, 20px) rotate(-45deg);
}

.change .bar2 {opacity: 0;}

.change .bar3 {
  transform: translate(0, -20px) rotate(45deg);
}

#menu_nav, #menu_account {
  display: inline-block;
    height: auto;
    width: 100%;
    max-width: 333px;;
  padding: 17px;
  background-color: rgba(255, 255, 255, 1);
}

button.header {
    background-color: rgba(255, 255, 255, .5);
    background-image: linear-gradient(#FDE08D, rgba(255, 255, 255, .33));
    border: 1px solid silver;
    height: 78px;
    width: 78px;
    margin: 0px 10px 0px 0px;
    padding: 0px;
    border-radius: 7px;
    cursor: pointer;
}

details > summary {
    list-style-type: '';
    color: #007ABA;
    max-width: 320px;
    border: 1px solid gray;
    border-radius: 7px;
    padding: 0.5rem;
    margin: 0px auto;
    text-align: center;
    cursor: pointer;
}
details.splash > summary.splash {border: 0px solid #def; color: slategray;font-size: .97em;padding: .3em;font-weight: 400;}

details[open] > summary {
    list-style-type: '';
}

details[open] {
    max-width: 320px;
}

details {
    float: left;
    display: inline-block;
    vertical-align:middle;
    height: auto;
    border: 1px solid red;
    border-radius: 7px;
    padding: 7px;
    margin: 3px;
    text-align: center;
    box-shadow: 0px 0px 11px 0px silver;
}
details.splash {border: 0px solid #abc; box-shadow: 0px 0px 11px 0px silver;}
details.splash > a.splash {color: #007aba;font-size: 1em;padding:0em 1em 1em 1em;}

details[open] > summary {
    margin-bottom: 0.5rem;
}
summary.clouds {border: 1px solid silver;width: 90%;}
details.clouds {border: 0px solid silver;width: 21%;margin:2%;box-shadow: 0px 0px 7px 0px silver;}

summary.friends {border: 1px solid silver;width: 90%;}
details.friends {border: 0px solid silver;width: 21%;margin:2%;box-shadow: 0px 0px 7px 0px silver;}
/* ------------- NAVBAR --------------- */

#nav, #account {
    display: none;
    overflow: hidden;
    height: auto;
    padding: 7px;
    font-size: 1.44em;
    font-weight: 500;
    font-family: Segoe, "Segoe UI", "DejaVu Sans", "Trebuchet MS", Verdana, "sans-serif";
    background-color: #007aba;
    background-image: repeating-radial-gradient(rgba(55, 155, 55, .33), rgba(255, 255, 255, .33), indigo, rgba(255, 255, 255, .0));
    box-shadow: inset 0px 0px 7px 3px white, 0px 0px 17px 7px white;
    z-index: 997;
    text-align: center;
}

#nav::after, #account::after {
    background-color: rgba(255, 255, 255, 0.0);
    content: "";
    display: block;
    min-height: 0px;
    clear: both;
}

#nav a, #account a {
    width: 100%;
    display: inline-block;
    background-color: #FDE08D;
    color: white;
    text-align: left;
    padding: 1em 3% 1em 17%;
    margin: 7px auto;
    text-decoration: none;
    text-shadow: 0px 0px 3px silver, 0px 0px 4px #880808, 0px 0px 5px #FDE08D, 0px 0px 11px #FDE08D, 0px 0px 33px violet;
    border-radius: 7px;
}

#nav a:hover, #account a:hover{
    background-color: #FDE08D;
    color: white;
    box-shadow: inset 0px 0px 7px 3px ghostwhite, 0px 0px 7px 3px ghostwhite;
}
#nav a.current-page, #account a.current-page {
    background-image: none;
    background-color: white;
    color: white;
    box-shadow: inset 0px 0px 7px 3px ghostwhite, 0px 0px 7px 3px ghostwhite;
}

notify {
    
}

.notify {
  padding: 20px;
  background-color: transparent;
  color: white;
  opacity: 1;
  transition: opacity 0.6s;
  margin-bottom: 15px;
}

.notify.code_red {background-color: #f44336;}
.notify.code_orange {background-color: #ff9800;}
.notify.code_yellow {background-color: #2196F3;}
.notify.code_green {background-color: #04AA6D;}
.notify.code_blue {background-color: #007aba;}
.notify.code_indigo {background-color: indigo;}
.notify.code_violet {background-color: violet;}
.notify.code_black {background-color: black;}
.notify.code_white {background-color: white;}

.closebtn {
  margin-left: 15px;
  color: white;
  font-weight: 600;
  float: right;
  font-size: 33px;
  line-height: 20px;
  cursor: pointer;
  transition: 0.3s;
}

.closebtn:hover {
  color: black;
}

alert {
    
}

.alert {
  padding: 20px;
  background-color: transparent;
  color: white;
  opacity: 1;
  transition: opacity 0.6s;
  margin-bottom: 15px;
}

.alert.danger {background-color: #f44336;}
.alert.success {background-color: #04AA6D;}
.alert.info {background-color: #2196F3;}
.alert.warning {background-color: #ff9800;}

.closebtn {
  margin-left: 15px;
  color: white;
  font-weight: bold;
  float: right;
  font-size: 22px;
  line-height: 20px;
  cursor: pointer;
  transition: 0.3s;
}

.closebtn:hover {
  color: black;
}

body {
    position:relative;
    background-color: rgba(255, 255, 255, .5);
    height:100vh;
    min-height:100%;
    width: 100%;
    padding: 0px;
    margin: 0px;
    overflow: auto;
    clear: both;
    content: "";
    display: table;
}


#top {
}

header {
	position:relative;
    display: block;
    align-items: center;
    background-color: white;
    background-image: linear-gradient(to bottom, transparent, #FDE08D);
    width: 100%;
    height: 100px;
    padding: 0px 0px;
    margin: 0px;
    text-align: center;
    font-size:33px;
    color: #007aba;
    border-bottom: 1px solid goldenrod;
    border-radius: 0px;
    box-shadow: 0 -7px 7px 0px darkgoldenrod, 0 -11px 33px 0px #880808;
    content: "";
    clear: both;
    overflow: visible;
    z-index: 999;
}

header > sol {overflow: visible;}

left {
    display: inline-block;
    float: left;
    padding: 10px 0px;
    width: auto;
    height:auto;
    text-align: left;
    overflow: visible;
}

middle {
    display: inline-block;
    padding: 0px 0px;
    width: auto;
    height:auto;
    text-align: center;
    overflow: visible;
}

right {   
    display: inline-block;
    float: right;
    padding: 10px 0px;
    width: auto;
    height:auto;
    text-align: right;
    overflow: visible;
}

.s1 {position: absolute; left: 0; top: 0; padding: 8px 16px !important;}
.s2 {position: absolute; left: 50%; top: 0; -ms-transform: translate(-50%,0%); transform: translate(-50%, 0%);}
.s3 {position: absolute; right: 0; top: 0; padding: 8px 16px !important;}
.s4 {position: absolute; top: 50%; left: 0%; -ms-transform: translate(-0%,-50%); transform: translate(0%, -50%);}
.s5 {position: absolute; top: 50%; left: 50%; -ms-transform: translate(-50%,-50%); transform: translate(-50%, -50%);}
.s6 {position: absolute; top: 50%; right: 0%; -ms-transform: translate(0%,-50%); transform: translate(0%, -50%);}
.s7 {position: absolute; left: 0; bottom: 0; padding: 8px 16px !important;}
.s8 {position: absolute; left: 50%; bottom: 0; -ms-transform: translate(-50%,0%); transform: translate(-50%, 0%);}
.s9 {position: absolute; right: 0; bottom: 0; padding: 8px 16px !important;}
.e1 {vertical-align: baseline;}
.e2 {vertical-align: middle; align-items: center;}
.e3 {vertical-align: bottom;}
.x1 {text-align: left;}
.x2 {text-align: center;}
.x3 {text-align: right;}

img.slide-main {width: 100%;}

a.crown {
    text-shadow: 0px -2px 7px goldenrod, 0px 2px 3px #007aba;
    color: white;
    padding: 15px 0px 0px 11px;
    font-family: "Trebuchet MS", Verdana, "sans-serif";
    font-weight: 600;
}
a.crown:hover {text-shadow: 0px -2px 7px goldenrod, 0px 2px 3px silver;}

.brain {
    text-shadow: 0px 4px 3px indigo, 0px 3px 3px slategray, 0px 2px 7px silver, 0px -3px 3px goldenrod, 0px -7px 17px goldenrod;
    color: white;
    font-family: "Trebuchet MS", Verdana, "sans-serif";
    font-weight: 500;
}

img.logo {
    margin: 0px 10px 0px 10px;
    height: 78px;
    width: auto;
}

img.menu {
    margin: 5px auto;
    height: auto;
    width: 64px;
}

img.ground-mascot {
    margin: -33px 0px 0px 0px;
    width: auto;
    height: 80px;
}

img.ground-zero {
    margin: -39px 0px 0px 0px;
    width: auto;
    height: 100px;
}

main {
    background-color: rgba(255, 255, 255, 0.0);
    margin: 0;
    height: auto;
    width: 100%;
    padding: 17px 0px 33px 0px;
    content: "";
    display: block;
    clear: both;
}

body.splash {
    background-color: rgba(0,0,0, 0);
}

body.splash, main.splash {
    display: grid;
    place-items: center;
    padding: 0px;
}

header.splash, footer.splash, ground.splash, underground.splash {
    display: none;
}

.bg-sky {
    background-image: url("/images/In-The-Clouds.jpg");
    background-attachment:fixed;
    background-position:center top;
    background-repeat:repeat;
}

scroll.splash{
    margin: 11px 3px;    
}

scroll {
    position: relative;
    background: 0;
    background-color: rgba(255, 255, 255, 0);
    width: 100%;
    height: auto;
    padding: 0px 0px;
    margin: 0px auto;
    text-align: center;
    clear: both;
    display: block;
    overflow: hidden;
}

scroll::after {
    display: block;
    content: "";
    height: auto;
    clear: both;
    overflow: auto;
}

sol {
    position: relative;
    background: 0;    
    background-color: rgba(255,255,255, 0);
    width: 100%;
    max-width: 1200px;
    height:auto;
    padding: 0px 0px;
    margin: 0px auto;
    text-align: center;
    clear: both;
    content: "";
    display: block;
    overflow: hidden;
}

sol.splash {    
    background-color: rgba(255,255,255, 1);
    display: grid;
    place-items: center;
    width: 100%;
    max-width: 420px;
    min-width: 340px;
    padding: 0em;
    border: 7px solid silver;
    border-top-left-radius: 50% 17px;
    border-top-right-radius: 50% 17px;
    border-bottom-left-radius: 50% 17px;
    border-bottom-right-radius: 50% 17px;
    border-left: 0px;
    border-right: 0px;
}

legs {
    background-color: rgba(255, 255, 255, 0.0);
    margin: 0;
    height: auto;
    width: 100%;
    padding: 17px 0px 33px 0px;
    content: "";
    display: block;
    clear: both;
}

fog-skin {
    position: relative;
    width: 100%;
    height: 690px;
    max-width: 1200px;
    min-height: 690px;
    margin: 0px auto 0px auto;
    padding: 0px 0px 0px 0px;
    background-color: rgba(255, 255, 255, .5);
    background-image: url("/images/indian-transparent-flip.png"), url("/images/purple-grass.jpeg");
    background-attachment:local;
    background-position:center bottom, center bottom;
    background-repeat:no-repeat, no-repeat;
    background-size: contain, cover;
    border-top: goldenrod solid 0px;
    text-align: justify;
    color: white;
    box-shadow: inset 0px 0px 7px 7px rgba(255, 255, 255, 1), 0px 0px 27px 17px rgba(255, 255, 255, 1.0);
    overflow: visible;
    content: "";
    display: table;
    clear: both;
    z-index: 555;
}

hr {width: 77%; margin: .7em auto;  border: 1px solid silver;}

h-i {
    display: block;
    font-family: Segoe, "Segoe UI", "DejaVu Sans", "Trebuchet MS", Verdana, "sans-serif";
    font-size: 2.2em;
    font-weight: 500;
    text-shadow: -2px -2px 17px goldenrod, 2px -2px 17px goldenrod, 0px 7px 8px #007aba;
    text-align: center;
    color: white;
    width: 100%;
    margin: 0em;
    padding: 0em;
}

h1.splash {
    display: block;
    font-family: Segoe, "Segoe UI", "DejaVu Sans", "Trebuchet MS", Verdana, "sans-serif";
    font-size: 1.9em;
    font-weight: 500;
    text-shadow: 0px -2px 3px goldenrod, -4px -2px 11px #FDE08D, 4px -2px 11px #FDE08D, 0px 2px 2px #007aba, 0px 5px 7px #007aba;
    text-align: center;
    color: white;
    width: 100%;
    margin: 0em;
    padding: .7em 0em .3em 0em;
}

h2.splash {
    display: block;
    font-family: Segoe, "Segoe UI", "DejaVu Sans", "Trebuchet MS", Verdana, "sans-serif";
    font-size: 1.7em;
    font-weight: 500;
    text-shadow: 0px -2px 3px goldenrod, -4px -2px 11px #FDE08D, 4px -2px 11px #FDE08D, 0px 2px 2px #007aba, 0px 5px 7px #007aba;
    text-align: center;
    color: white;
    width: 100%;
    margin: 0em;
    padding: .5em 0;
}
p.splash {
    width: 100%;
    margin: 0 auto;
    font-family: Segoe, "Segoe UI", "DejaVu Sans", "Trebuchet MS", Verdana, "sans-serif";
    font-size: 1.2em;
    font-weight: 400;
}
p.ground-line {text-align: center; padding: 0px 0px 1.7em 0px; margin: 0px;}
.true-center {
    display: grid;
    place-items: center;
    height: auto;
    padding: .7em;
    border: 1px solid gray; 
}

article {
    display: table;
    background-color: transparent;
    background-image:
        linear-gradient(rgba(255, 255, 255, .33) 17px,
        transparent 77px,
        rgba(255, 255, 255, .77) 111px,
        rgba(255, 255, 255, .88));
    border: 4px solid #def;
    border-top-left-radius: 50% 17px;
    border-top-right-radius: 50% 17px;
    border-bottom-left-radius: 50% 17px;
    border-bottom-right-radius: 50% 17px;
    border-left: 0px;
    border-right: 0px;
    margin: .7em auto 1.1em auto;
    padding: .5em 5% 1em 5%;
    width: 100%;
    max-width: 94%;
    height: auto;
    overflow: hidden;
    clear: both;
    content: "";
}

article.social {padding: 0px;}
article.splash {
    background-color: white;
    border: 4px solid #def;
    border-top-left-radius: 50% 17px;
    border-top-right-radius: 50% 17px;
    border-bottom-left-radius: 50% 17px;
    border-bottom-right-radius: 50% 17px;
    border-left: 0px;
    border-right: 0px;
    margin: 1em auto .3em auto;
    padding: 1em .5em 1em .5em;
}

article.legal {
    background-color: white;
    border: 2px solid #def;
    border-top-left-radius: 50% 17px;
    border-top-right-radius: 50% 17px;
    border-bottom-left-radius: 50% 17px;
    border-bottom-right-radius: 50% 17px;
    border-left: 0px;
    border-right: 0px;
    margin: .7em auto;
    padding: 1.5em .5em;
}

article.welcome {
    display: table;
    background-color: transparent;
    background-image:
        linear-gradient(rgba(255, 255, 255, .33) 17px,
        transparent 77px,
        rgba(255, 255, 255, .77) 101px,
        rgba(255, 255, 255, 1));
    border: 4px solid #def;
    border-top-left-radius: 50% 17px;
    border-top-right-radius: 50% 17px;
    border-bottom-left-radius: 50% 17px;
    border-bottom-right-radius: 50% 17px;
    border-left: 0px;
    border-right: 0px;
    margin: .7em auto 1.1em auto;
    padding: .5em 5% 1em 5%;
    width: 100%;
    max-width: 94%;
    height: auto;
    overflow: hidden;
    clear: both;
    content: "";
}

article.hero {
    display: table;
    background-color: transparent;
    background-image:
        linear-gradient(to right, transparent,rgba(255, 255, 255, 1),rgba(225, 225, 225, 1),rgba(255, 255, 255, 1),transparent);
    border: 4px solid #def;
    border-top-left-radius: 50% 17px;
    border-top-right-radius: 50% 17px;
    border-bottom-left-radius: 50% 17px;
    border-bottom-right-radius: 50% 17px;
    border-left: 0px;
    border-right: 0px;
    margin: 1em auto;
    padding: 1em .3em;
    width: 100%;
    max-width: 94%;
    height: auto;
    overflow: hidden;
    clear: both;
    content: "";
}

iframe.hero {
    width: 97%;
    height: auto;
    aspect-ratio:560/315;
    margin: 1em auto 1em auto;
    padding: 1em .3em;
    
    background-color: transparent;
    background-image:
        linear-gradient(to right, transparent,blue,silver,rgba(225, 225, 225, 0.99),blue,silver,transparent);
    border: 4px solid #def;
    border-top-left-radius: 50% 17px;
    border-top-right-radius: 50% 17px;
    border-bottom-left-radius: 50% 17px;
    border-bottom-right-radius: 50% 17px;
    border-left: 0px;
    border-right: 0px;
}

article.featured {
    display: table;
    background-color: transparent;
    background-image:
        linear-gradient(rgba(255, 255, 255, .33) 17px,
        transparent 77px,
        rgba(255, 255, 255, .77) 101px,
        rgba(255, 255, 255, .88));
    border: 4px solid #def;
    border-top-left-radius:17px 50%;
    border-top-right-radius:17px 50%;
    border-bottom-left-radius:17px 50%;
    border-bottom-right-radius:17px 50%;
    border-top: 0px;
    border-bottom: 0px;
    margin: .7em auto 1.1em auto;
    padding: .5em 5%;
    width: 100%;
    max-width: 94%;
    height: auto;
    overflow: hidden;
    clear: both;
    content: "";
}

article.page-article {
    display: table;
    background-color: transparent;
    background-image:
        linear-gradient(rgba(255, 255, 255, .33) 17px,
        transparent 77px,
        rgba(255, 255, 255, .77) 101px,
        rgba(255, 255, 255, .88));
    border: 4px solid #def;
    border-top-left-radius: 50% 17px;
    border-top-right-radius: 50% 17px;
    border-bottom-left-radius: 50% 17px;
    border-bottom-right-radius: 50% 17px;
    border-left: 0px;
    border-right: 0px;
    margin: .7em auto 1.1em auto;
    padding: .5em 5% 1em 5%;
    width: 100%;
    max-width: 94%;
    height: auto;
    overflow: hidden;
    clear: both;
    content: "";
}

article.senddoff {
    display: table;
    background-color: transparent;
    background-image:
        linear-gradient(rgba(255, 255, 255, .33) 17px,
        transparent 77px,
        rgba(255, 255, 255, .77) 101px,
        rgba(255, 255, 255, .88));
    border: 4px solid #def;
    border-top-left-radius: 50% 17px;
    border-top-right-radius: 50% 17px;
    border-bottom-left-radius: 50% 17px;
    border-bottom-right-radius: 50% 17px;
    border-left: 0px;
    border-right: 0px;
    margin: .7em auto 1.1em auto;
    padding: .5em 5% 1em 5%;
    width: 100%;
    max-width: 94%;
    height: auto;
    overflow: hidden;
    clear: both;
    content: "";
}

article.clouds {
    display: table;
    background-color: transparent;
    background-image:
        linear-gradient(transparent,
        transparent 77px,
        rgba(255, 255, 255, .77) 101px,
        rgba(255, 255, 255, 1));
    border: 4px solid #def;
    border-top-left-radius: 50% 17px;
    border-top-right-radius: 50% 17px;
    border-bottom-left-radius: 50% 17px;
    border-bottom-right-radius: 50% 17px;
    border-left: 0px;
    border-right: 0px;
    border-top: 0px;
    margin: 1.7em auto 1.1em auto;
    padding: .7em .3em;
    width: 100%;
    max-width: 94%;
    height: auto;
    overflow: hidden;
    clear: both;
    content: "";
}

article.friends {
    display: table;
    background-color: transparent;
    background-image:
        linear-gradient(rgba(255, 255, 255, .33) 17px,
        transparent 77px,
        rgba(255, 255, 255, .77) 101px,
        rgba(255, 255, 255, .88));
    border: 0px solid #def;
    margin: 0em auto;
    padding: 0em .7em;
    width: 100%;
    max-width: 94%;
    height: auto;
    overflow: hidden;
    clear: both;
    content: "";
}

orb {
    position: relative;
    display: inline-block;
    background-color: rgba(225, 225, 225, 0.33);    
    background-image: url("/images/In-The-Clouds.jpg");
    background-attachment:fixed;
    background-position:center top;
    background-repeat:repeat;
    width: auto;
    height: auto;
    aspect-ratio: 1/1;
    padding: 2%;
    margin: 1%;
    text-align: center;
    align-content: center;
    border-bottom-right-radius: 100%;
    border-top-right-radius: 100%;
    border-bottom-left-radius: 100%;
    border-top-left-radius: 100%;
    box-shadow: inset 0px 0px 17px 7px rgba(255,255,255, .77), 0px 0px 17px 3px rgba(155,155,155, .33);
    border: 1px solid rgba(255,255,255, .77);  
}
orb.sky {background-image: url("/images/In-The-Clouds.jpg");}
orb.matrix {background-image: url("/images/matrix.gif");}
orb.clouds {background-image: url("/images/In-The-Clouds.jpg");padding: 11%;}
orb.friends {background-image: url("/images/matrix.gif");padding: 11%;}
orb.menu_nav {background-image: url("/images/matrix.gif"); width: auto;max-width: 144px;}
orb.menu_account {background-image: url("/images/matrix.gif");}

.orb-fish-left {float: left; width: 111px; height: auto;}

.orb-fish-right {float: right; width: 111px; height: auto;}

form {
    display: table;
    width: 100%;
    margin: 0px auto;
    padding: 7px 17px;
}
formRow {
    display: table;
    position: relative;
    width: 100%;
    height: auto;
    padding: 0px;
    margin: 0px;
    text-align: center;
    overflow: hidden;
    clear: both;
    content: "";
}
formCell {
    display: inline-grid;
    width: auto;
    height: auto;
    text-align: left;
    
}
/* Customize the label (the container) */
.checkbox-label {
  display: inline-block;
  position: relative;
  padding-left: 44px;
  margin: 11px 0px 11px 17px;
  cursor: pointer;
  font-size: 1.17em;
    text-align: left;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

/* Hide the browser's default checkbox */
.checkbox-label input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

/* Create a custom checkbox */
.checkmark {
  position: absolute;
  top: 2px;
  left: 0;
  height: 26px;
  width: 26px;
  background-color: #ccc;
}

/* On mouse-over, add a grey background color */
.checkbox-label:hover input ~ .checkmark {
  background-color: #ddd;
}

/* When the checkbox is checked, add a blue background */
.checkbox-label input:checked ~ .checkmark {
  background-color: #007aba;
}

/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

/* Show the checkmark when checked */
.checkbox-label input:checked ~ .checkmark:after {
  display: block;
}

/* Style the checkmark/indicator */
.checkbox-label .checkmark:after {
  left: 9px;
  top: 5px;
  width: 5px;
  height: 10px;
  border: solid white;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

scroll.cloud-bar, scroll.featured, scroll.friends {
    background-color: rgba(255, 255, 255, 1);
    width: 100%;
    height: auto;
    min-height: 144px;
    padding: 0px;
    margin: 0px;
    box-shadow: 0px -17px 17px 3px white, 0px 17px 17px 3px white;
    content: "";
    display: table;
    clear: both;
    z-index: 0;
}

footer {
    background-color: rgba(255, 255, 255, 0.0);
    background-image: linear-gradient(rgba(255, 255, 255, .0), rgba(255, 255, 255, .33));
    position: relative;
    bottom: 0px;
    width: 100%;
    height: auto;
    padding: 0px;
    text-align: center;
    margin-top: 0px;
    margin-bottom: 0px;
    content: "";
    display: table;
    clear: both;
}

sol.footer {
    position: relative;
    width: 100%;
    height: auto;
    max-width: 1200px;
    margin: 0px auto 0px auto;
    padding: 17px 0px 33px 0px;
    background-color: rgba(255, 255, 255, .11);
    background-image: url("/images/indian-transparent-flip.png"), url("/images/purple-grass.jpeg");
    background-attachment:local;
    background-position:center bottom, center bottom;
    background-repeat:no-repeat, no-repeat;
    background-size: contain, cover;
    border-top: goldenrod solid 0px;
    text-align: center;
    color: silver;
    box-shadow: inset 0px 0px 7px 7px rgba(255, 255, 255, 1), 0px 0px 27px 17px rgba(255, 255, 255, 1.0);
    overflow: visible;
    content: "";
    display: table;
    clear: both;
    z-index: 555;
}

ground {
    position:relative;
    display: grid;
    background-color: white;
    background-image: linear-gradient(to top, transparent, #FDE08D);
    width: 100%;
    height: auto;
    min-height: 120px;
    padding: 0px;
    margin: 0px;
    text-align: center;
    border-top: 1px solid goldenrod;
    border-radius: 0px;
    box-shadow: 0 7px 7px 0px darkgoldenrod, 0 11px 33px 0px #880808;
    content: "";
    clear: both;
    overflow: visible;
    z-index: 999;
}

sol.ground {
    position: relative;
    padding: 0px;
    margin: 0px auto;
    width: 100%;
    max-width: 1200px;
    height: auto;
    content: "";
    display: table;
    clear: both;
    overflow: visible;
}

tray {
    display: block;
    margin: 7px auto 33px auto;
    padding: 0px;
}

underground {
    background-image: linear-gradient(rgba(255, 255, 255, 1));
    position: relative;
    width: 100%;
    height:auto;
    padding: 17px 0px;
    text-align: center;
    border-bottom: white solid 0px;
    border-bottom-left-radius: 7px;
    border-bottom-right-radius: 7px;
    box-shadow: inset 0px 3px 11px 0px silver, 0px 0px 33px 0px goldenrod, 0px 33px 33px 0px white;
    content: "";
    display: table;
    clear: both;
    z-index: 999;
}

underground > a {
    display: table;
    width: auto;
    margin: auto;
    padding: 25px 0px 0px 0px;
    font-size: 1.7rem;
    font-weight: 500;
    font-family: Segoe, "Segoe UI", "DejaVu Sans", "Trebuchet MS", Verdana, "sans-serif";
    text-shadow: 0px 0px 2px black, 0px 0px 3px goldenrod, 0px 0px 6px goldenrod, 0px 0px 9px #FDE08D, 0px 0px 11px silver;
    color: white;
}

underground > a:hover {
    text-shadow: 0px 0px 2px indigo, 0px 0px 3px #880808, 0px 0px 6px #880808, 0px 0px 7px #880808;
    color: white;
}

.cloud_button {
    display: inline-block;
    margin: 0px;
    height: auto;
    padding: 55px 77px;
    width: 33%;
    background: 0;
    background-image: url("/images/cloud_button.png");
    background-position:center;
    background-repeat:no-repeat;
    background-size: 100% 100%;
    line-height: 16px;
    font-size: 14px;
    font-weight: bold;
    color: slategray;
    text-decoration: none;
    text-shadow: 0px 0px 1px gold, 0px 0px 33px white, 0px 27px 13px slategray;
    text-align: center;
}
.cloud_button > a {
    background: 0;
    background-image: url("/images/cloud_button.png");
    background-position:center;
    background-repeat:no-repeat;
    background-size: 100% 100%;
    line-height: 16px;
    font-size: 14px;
    font-weight: bold;
    color: slategray;
    text-decoration: none;
    text-shadow: 0px 0px 1px gold, 0px 0px 33px white, 0px 27px 13px slategray;
    text-align: center;
}
.cloud_button > a:hover {
    background-image: url("/images/cloud_button_blue.png");
    color: deepskyblue;
    text-shadow: 0px 0px 1px gold, 0px 0px 33px white, 0px 27px 13px slategray;
}
.cloud_button > a:active {
    background-image: url("/images/cloud_button_blue.png");
    color: slategray;
    text-shadow: 0px 0px 1px gold, 0px 0px 33px goldenrod, 0px 27px 13px darkgoldenrod;
}

