@import url(https://fonts.googleapis.com/css?family=Pericles:400,700,400italic,700italic&subset=latin);
h1
{
   font-family: Arial;
   font-size: 32px;
   font-weight: bold;
   font-style: normal;
   text-decoration: none;
   color: #000000;
   margin: 0 0 0 0;
   padding: 0 0 0 0;
   display: inline;
}

h2
{
   font-family: Arial;
   font-size: 27px;
   font-weight: bold;
   font-style: normal;
   text-decoration: none;
   color: #000000;
   margin: 0 0 0 0;
   padding: 0 0 0 0;
   display: inline;
}

h3
{
   font-family: Arial;
   font-size: 24px;
   font-weight: normal;
   font-style: normal;
   text-decoration: none;
   color: #000000;
   margin: 0 0 0 0;
   padding: 0 0 0 0;
   display: inline;
}

h4
{
   font-family: Arial;
   font-size: 21px;
   font-weight: normal;
   font-style: italic;
   text-decoration: none;
   color: #000000;
   margin: 0 0 0 0;
   padding: 0 0 0 0;
   display: inline;
}

h5
{
   font-family: Arial;
   font-size: 19px;
   font-weight: normal;
   font-style: normal;
   text-decoration: none;
   color: #000000;
   margin: 0 0 0 0;
   padding: 0 0 0 0;
   display: inline;
}

h6
{
   font-family: Arial;
   font-size: 16px;
   font-weight: normal;
   font-style: normal;
   text-decoration: none;
   color: #000000;
   margin: 0 0 0 0;
   padding: 0 0 0 0;
   display: inline;
}

.CustomStyle
{
   font-family: Courier New;
   font-size: 16px;
   font-weight: bold;
   font-style: normal;
   text-decoration: none;
   color: #000080;
}

body
{
   text-align: center;
   margin: 0;
   position: absolute;
   width: 1200px;
   height: 600px;
   color: #061222;
}

html
{
   background-image: url(images/background_artwork.jpg);
  background: url(images/background_artwork.jpg) no-repeat center center fixed; 
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}


#container
{
  /* Set rules to fill background */
  min-height: 100%;
  min-width: 1024px;
	
  /* Set up proportionate scaling */
  width: 100%;
  height: auto;
	
  /* Set up positioning */
  position: fixed;
  top: 0;
  left: 0;
}
}

#textcontainer
{
   width: 200px;
   height: 300px;
   text-align: left;
   background-image: url(images/textcontainer.png);
}

#wb_Text1
{
    text-shadow: -3px 0 black, 0 1px black, 3px 0 black, 0 -3px black;
}

#wb_Text2
{
    text-shadow: -3px 0 black, 0 1px black, 3px 0 black, 0 -3px black;
}

#wb_Text3
{
    text-shadow: -3px 0 black, 0 1px black, 3px 0 black, 0 -3px black;
}

#wb_Text4
{
     text-shadow: -3px 0 black, 0 1px black, 3px 0 black, 0 -3px black;
}

#wb_Text5
{
  font-family: "Pericles";
  line-height: 1.2;
  text-shadow: 0px 93px 18.63px rgba(0, 0, 0, 0.35);
}

