﻿@charset "UTF-8";

/* Join me and together we shall rule the galaxy! */

html {
background: url(https://midwoodscience.org/2014/joinme.jpg) no-repeat center right fixed;
-webkit-background-size: cover;
-moz-background-size:  cover;
-o-background-size:  cover;
 background-size:  cover;
}
body {
font-size: 24pt;
font-weight: normal;
font-family: Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
}
p {
background-color: rgba(55,99,128,0.75);
border-radius: 1em;
box-shadow:  0em 0em 1.000em rgb(255,255,255);
margin: 0em;
padding: 0.75em 1.25em 0.75em 1.25em;
white-space: nowrap;
color: rgb(155,248,255);
text-decoration: none;
text-shadow: 0em 0em 0.200em rgb(0,0,0);
letter-spacing:0.125em;
width:auto;
position: absolute;
right: 2em;
top: 2em;
}
b {
font-size: 1.125em;
font-weight: bold;
letter-spacing: 0.000em;
}
a:link {
color: rgb(155,248,255);
text-decoration: none;
text-shadow: 0em 0em 0.200em rgb(0,0,0);
}
a:hover {
color: rgb(255,248,155) !important;
text-decoration: none;
text-shadow: 0em 0em 0.200em rgb(0,0,0);
}
a:active {
color: rgb(255,255,255) !important;
text-decoration: none;
text-shadow: 0em 0em 0.500em rgb(255,255,255);
}
a:visited {
color: rgb(155,248,255);
text-decoration: none;
text-shadow: 0em 0em 0.200em rgb(0,0,0);
}

/* No condition is permanent. */