/* 
  alicia chippy hassinger
  created 30 january 2021
  updated 31 january 2021
  created by chip daddy / soren stoen 	
*/

/*********** UNIVERSAL */
*, html, body {
  width: 100%;
  margin: 0;
  padding: 0;
  font-family: 'Titillium Web', sans-serif;
  font-size: 14px;
}

body {
  background: url(ass/bg.jpg) no-repeat bottom left;
  background-attachment: fixed;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  color: #BBB;
}

section {
  width:94%;
  padding:3%;
  margin:0 0 25px 0;
  background: rgba(0,0,0,0.35);
}

p {
  line-height:1.5em;
  margin:0 0 10px 0;
}

img {
  border:none;
  margin:0;
  padding:0;
}

main {
  top:0%;
  width:80%;
  padding:50px 10%;

}

footer {
  margin:50px 40% 25px 40%;
  color:#999;
}

footer img {width:20%; clear:both;}
  
#chippy {width:40%; margin:-100px 0 -50px -5%;}

