div#container
{
   /*
   width: 970px;
   position: relative;
   */
   width: 100%;
   margin: 0 auto 0 auto;
   font-family: 'Josefin Sans', sans-serif;
   color: #3a0c4d;
}
body
{
   background-color: #f3f3e9;
   background-image: url('../images/background.jpg');
   background-position: center top;
   text-align: center;
}
h1
{
   font-family: 'Cinzel Decorative', cursive;
}
h2
{
   font-family: 'Josefin Sans', sans-serif;
   font-weight: normal;
   color: #3a0c4d;
   font-size: 35px;
   text-align: center;
}
h3
{
   font-family: 'Josefin Sans', sans-serif;
   font-weight: normal;
   color: #3a0c4d;
   font-size: 30px;
}
h4
{
   font-size: 30px;
   line-height: 1.5;
   font-weight: normal;
   margin: 0;
}

.MenuItems
{
   float: left;
}
.LanguageSwitcher
{
   margin-top: 1%;
   text-align: right;
   width: 99%;
   font-size: 22px;
   color: #3a0c4d;
}
a.languageSelector,
a.languageSelector:active,
a.languageSelector:hover,
a.languageSelector:link,
a.languageSelector:visited
{
   color: #3a0c4d;
   text-decoration: none;
}
a.languageSelector.selected
{
   color: #3a0c4d;
   font-weight: bold;
   text-decoration:underline;
}
.KikirikiLogo
{
   margin-left: auto;
   margin-right: auto;
   margin-top: 2%;
   margin-bottom: 3%;
}
.ToTheDragonCaveLogo
{
   margin-left: auto;
   margin-right: auto;
   margin-top: 2%;
}
.GameTitle
{
   margin-top: 2%;
   margin-bottom: 10%;
   font-size: 32px;
   width: 100%;
   line-height: 1.5;
}
.TransparentBackground
{
   background-color: rgba(243, 243, 233, 0.5);
}
.GameTrailer
{
   margin-left: auto;
   margin-right: auto;
   margin-top: 6%;
   padding-bottom: 6%;
}
.GameDescription, .Subscribe, .SupportedBy
{
   width: 75%;
   margin-left: auto;
   margin-right: auto;
   padding-top: 2%;
   font-size: 30px;
   text-align: center;
   line-height: 1.5;
}
.GameDescription
{
   padding-bottom: 2%;
   text-align: left;
}
.SupportedBy
{
   padding-bottom: 5%;
}

.SupportPage
{
   width: 75%;
   margin-left: auto;
   margin-right: auto;
   padding-top: 2%;
   padding-bottom: 5%;
   font-size: 30px;
   text-align: left;
   line-height: 1.5;
}