/* CSS Document by Dieter Schneider for www.csstemplateheaven.com
   Modified by Ana Lucia Ureche (alp-dreams.deviantart.com) */

* {
  margin: 0;
  padding: 0;
}

body {
  color: #000000;
  background-color: #0B0700;
  background-image: url(../images/grammont.jpg);
  background-size: 100% auto;
  background-repeat:no-repeat;
  background-attachment:fixed;
  background-size: cover;
  font-size: 62.5%;
  z-index: 0;
}
	  
#container {
  margin: auto;
  width: 640px;
  font-family: Arial, sans-serif;
  font-size: 1.2em;
  padding-top: 40px;
  padding-bottom: 40px;
  text-align: center;
}

#bigbox
{
  width:95%;
  height:95%;
  background: rgba(255, 255, 255, 0.9);
  z-index: 1;
  padding-top: 30px;
  padding-left: 15px;
  padding-right: 15px;
  padding-bottom: 15px;
  margin-bottom: 15px;
  border:0px solid black;
  text-align: justify;
}

#main_content {
  height: 100%;
  padding-top: 20px;
  padding-left: 15px;
  padding-right: 15px;
  padding-bottom: 15px;
  margin-left: 15px;
  margin-right: 15px;
  background-repeat: no-repeat;
  background: rgba(255, 255, 255, 0.5); /* The last item is the opacity*/
  z-index: 6;
}

#main_content:after {
  color: #333333;
  content: "Template by Ana Lucia Ureche http://alp-dreams.deviantart.com, based on a template by Dieter Schneider http://www.csstemplateheaven.com. Social buttons taken from http://simpleicons.org. Company logos in icons are copyright of their respective owners. Photo was taken by me at the top of Grammont.";
}

.logo {
  margin:3px
}

.float_right {
  float: right;
  margin-left: 20px;
  margin-bottom: 10px;
  opacity:1;
}

.para_center {
  font-size: 1.2em;
  margin-left: 20px;
  margin-right: 20px;
}

.socialicon {
  vertical-align:middle;
  opacity:0.8;
}

.socialicon:hover {
  opacity:0.4;
}

.invert {
  color:#ffffff;
  background-color: #444444;
  padding-top:1px;
  padding-bottom:1px;
  padding-left:8px;
  padding-right:8px;
}

.invert:hover {
  opacity:0.4;
}

.boxhead a {
  text-decoration: none;
}

.banner {
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 10px;
  padding-right: 10px;
  background-color: #000000;
  color: #FFFFFF;
  margin-bottom: 0px;
}


p {
  padding-bottom: 20px;
  font-size: 1.0em;
  line-height: 1.25em;
  color: #333333;
}

ul {
  padding-left: 2.0em;
}


h1 {
  font-size: 1.6em;
  margin-bottom: 10px;
  font-style: bold;
  color: #111111;
  text-align: left;
}

h2 {
  font-size: 1.6em;
  border-bottom: 1px solid gray;
  margin-bottom: 10px;
  font-style: bold;
  color: #333333;
}

h3 {
  font-size: 1.3em;
  border-bottom: 1px solid gray;
  margin-bottom: 10px;
  font-style: bold;
  color: #555555;
}


a:link { /* unvisited link */
  color: #142F76;
  text-decoration: underline;
} 
		
a:visited { /* visited link */
  color: #235235;
  text-decoration: underline;
}  
		   
a:hover { /* mouse over link */
  color: #949EC1;
  text-decoration: underline;
}
		  
a:active { /* selected link */
  color: #000000;
  text-decoration: underline;
}

