body
{
	background:url(/resources/images/pagebackground.jpg) no-repeat center center fixed;
	background-size: cover;
}

h1 
{
   font-weight: 800;
   text-align: center;
   color: #fff;
   font-size: 300%;
   text-shadow: 0px 0px 7px #000000, 0px 0px 7px #000000, 0px 0px 7px #000000;
}

h2 {
   margin-top: 2em
}

@media (max-width: 800px)
{
   h1
   {
      font-size: 200%;
   }
}

#Logo
{
   display: block;
   margin: 1em auto;
}

#Content
{
   background-color: rgba(255,255,255,0.93);
   padding: 1em;
   margin: 1em 0;
}

#Images .row
{
   margin-bottom: 1em;
}

.v-center 
{
   align-self: center;
}

.h-right
{
   text-align: right;
}
