
* {
  box-sizing: border-box;
}

body {
  font-family: Arial, Helvetica, sans-serif;
      margin: 0px auto;
    	background-image: url('cosmic.pridefulmoon.com/images/bg.jpg');
	background-position: top center;
	background-repeat: repeat-x;
}
.logo {
	background-image: url('/images/logo.png');
	width: 339px;
	height: 72px;
	float: left;
	vertical-align:top;
		margin-top: 25px;
	margin-left: 45px;
}

a {color: #440e62; text-decoration: none;}
a:hover { text-decoration: underline;}

p {line-height: 20px; margin-top: -5px; margin-bottom: 20px;}


img {margin: 0 0 0 0; border: 0px;}

B, I, S, U, strong {color: #440e62;}
		
h1 {
	margin: 0 0 15px 0;
	padding: 0 0 0 0;
	font-size: 30px;
	color: #440e62;
	clear: both;
}

h2 {
	font-size: 23px;
	color: #222;
	border-bottom: 1px solid #000;

}

h3 {
	font-size: 17px;
	color: #333;
}

.imageres
{border: 1px solid #bdbdbd;
margin: 3px 3px 3px 3px;
background-color: #eee; 
	padding: 5px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	-o-transition:.3s;
	-ms-transition:.3s;
	-moz-transition:.3s;
	-webkit-transition:.3s;
	width:100%;
}

.image
{border: 1px solid #bdbdbd;
margin: 3px 3px 3px 3px;
background-color: #eee; 
	padding: 5px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	-o-transition:.3s;
	-ms-transition:.3s;
	-moz-transition:.3s;
	-webkit-transition:.3s;

}

#update {border-bottom: 1px solid #000;}


.navigation ul {
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	list-style: none;
}

.navigation ul li a{
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	list-style: none;
	width: 117px;
	float: left;
	border: 1px solid #fff;
		background-color: #b16fa8;
		color:#fff;
		text-align:center;
}

blockquote {
	padding: 15px;
	font-size: 12px;
	font-style: normal;
	color: #fff;
	background-color: #333;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}

select, input, textarea {
	padding: 10px;
	margin: 5px 5px 15px 0;
	font-family: Arial;
	font-size: 12px;
	font-style: normal;
	color: #555;
	background-color: #fff;
	border: 1px solid #ddd;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}



ul {
	list-style: circle;
	color: #911f88;
	margin: 15px;
	font-size: 14px;
	line-height: 25px;
}

ol {
	list-style: upper-roman;
	color: #444;
	margin: 10px 15px 25px 15px;
	font-size: 12px;
	line-height: 25px;
}



/* Style the header */
.header {
  background-color: #000000;
  text-align: right;
  height: 150px;
  margin: 0 0 0 0;
	padding: 0 0 0 0;
	background-image: url('/images/banner.png');
	background-position: top center;
	background-repeat: no-repeat;

}

/* Create three equal columns that floats next to each other */



.navigation{
  float: left;
  width: 25%;
  padding: 10px;
  height: 100%;
}

.content {
  float: left;
  width: 60%;
  padding: 10px;
border-left:.5px solid;
}


/* Clear floats after the columns */
.row:after {
  content: "";
  display: table;
  clear: both;
}

/* Style the footer */
.footer {
  background-color: #000;
  padding: 10px;
    margin: 0 0 0 0;
  text-align: center;
  	background-image: url('/images/footer_banner.png');
	background-position: bottom left;
	background-repeat: no-repeat;
	color: #fff;
}

.footer p a{color:#c5e7e8;}


/* Responsive layout - makes the three columns stack on top of each other instead of next to each other */
@media (max-width: 600px) {
    .content {
    width: 100%;
  }
      .navigation {
    width: 100%;
  }
}

#myBtn {
  display: none; /* Hidden by default */
  position: fixed; /* Fixed/sticky position */
  bottom: 20px; /* Place the button at the bottom of the page */
  right: 30px; /* Place the button 30px from the right */
  z-index: 99; /* Make sure it does not overlap */
  border: none; /* Remove borders */
  outline: none; /* Remove outline */
  background-color: red; /* Set a background color */
  color: white; /* Text color */
  cursor: pointer; /* Add a mouse pointer on hover */
  padding: 15px; /* Some padding */
  border-radius: 10px; /* Rounded corners */
  font-size: 18px; /* Increase font size */
}

#myBtn:hover {
  background-color: #555; /* Add a dark-grey background on hover */
}


