@import url('https://fonts.googleapis.com/css?family=Raleway');

h1 { color: white; font-size: 50px;}
h2 { color: white; margin-bottom: 10px;}
h3 { color: white; }
h4 { color: rgb(225,225,225); margin: 3px;}
h5 { color: white; }
h6 { color: white; }
li { color: lightgray; }
p { color: lightgray; font-size: 16px;}
span { color: rgb(255,55,55); }

header {
  color: transparent;
  height: 3em;
  width: 90%;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  }

body {
  font-family: 'PT Sans', sans-serif;
  /* background-image: url("../Img/plainsBackground.png"); */
  /* background-color: rgb(200,200,200); */
  /* background-size: cover; */
  padding: 0px;
  }

.background-img{
  position: fixed;
   top: -5%;
   left: -5%;
   right: -5%;
   z-index: -1;

   display: block;
   background-image: url('../img/background/crumpled_paper.jpg');
   width: 105%;
   height: 105%;

   background-position: center;
   background-repeat: no-repeat;
   background-size: cover;

   -webkit-filter: blur(3px) brightness(23%);
   filter: blur(3px) brightness(23%);
   /* -webkit-filter: */
   /* filter:  */
}

a:link{
  color: rgb(200,200,200);
}
a:visited{
  color: rgb(150,150,150);
}
a:hover{
  color: rgb(255,55,55);
}
