/* Adriana Karolina B. Rocha  */

/* basic elements*/

body {
   font-family: 'Courier New', Courier, monospace;
   line-height: 1.5;
   font-size: 20px;
   margin: auto;
   width: auto;
   padding: 0;
   background-attachment: scroll;
   background-image: url(img/space.jpg);
}

p {
   text-align: justify;
   position: relative;
   margin-top: 0;
} 

h1, h3 {
   text-align: center;  
}

h2, h1 {
   color:#ffe4c4;
}

h3 {
   letter-spacing: 2px;
   margin-bottom: 2;
   color:rgba(51, 8, 121, 0.877);
   text-align: center;
}

a:link {
   font-weight: bold;
   text-decoration: none;
   color: #b002f5;
}

a:hover, a:focus, a:active{
   color: #606060;
}

a:visited {
   font-weight: bold;
   color: #270474c2;
}

/* specific divs */

.page-wrapper {
  /*padding: 0 170px 0 100px;*/
  position: relative;
  width: auto;
  margin-bottom: 80px;
  margin-left: 80px;
  margin-right: 80px;
  margin-top: 120px;
  background-color: #8d8989fb; 
  text-align:left;
}

#jar-header {
   background-image: url(img/star.jpg);  
}



.header h1 {
   text-align: center;
   font-size: 95px; 
	}

.sidebar h3.archives { 
	margin: 25px 0 5px 0; 
	width:57px; 
	height: 14px; 

	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;
	}

.sidebar h3.resources { 
   margin: 25px 0 5px 0; 
   width:63px; 
   height: 10px; 
   text-indent: 100%;
   white-space: nowrap;
   overflow: hidden;
   }
      
.sidebar li {
   line-height: 1.3em; 
   display: block; 
   padding-top: 5px; 
   margin-bottom: 5px;
   list-style-type: none;
   }

.sidebar li a:link {
   color: #060188;
   }
      
.footer { 
   margin-top: 15px;
   margin-bottom: 15px;
   text-align: center; 
}

.footer a:link, footer a:visited { 
   margin-right: 20px; 
   }

.footer a:hover {
   background-color: rgb(121, 118, 118);
   }
   
.footer a {
   color:rgb(10, 10, 10);
   padding-left: 10px;
   padding-right: 10px;
   border-width:medium;
   border-style:inset;
   border-color: white;
   border-radius: 10px;
   box-shadow: 5px 5px black;
   box-sizing: border-box;
}