@charset "utf-8";
a{
    color: #DBC37E;
    text-decoration: none;
	transform: scale(1)
}
@keyframes grow {
	from{transform: scale(1);}
	to {transform: scale(1.1);}
}
a:hover {
    color: #DBC37E;
    text-decoration: underline;
}
.growAni:hover{
	animation-name: grow;
	animation-duration: 0.3s;
	animation-fill-mode: forwards;
}
body{
    background-repeat: no-repeat;
    background-color:#2F3136
}
.imageMain{
    max-width: 100%;
    height: auto;
}
.RulesDisplay {
    font-family: "Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, sans-serif;
    font-style: normal;
    font-weight: normal;
    font-size: medium;
    color: #E7CA7B;
    text-align: left;
    line-height: 1.6em;
}

.Centred {
    position: absolute;
    left: 50%;
    margin-right: -50%;
    transform: translate(-50%);
    border-radius: 1em;
    padding: 1em;
    background-image: url(Images/Gradient_BG.png);
    background-size: 100% 100%;
    background-repeat: no-repeat;
    margin-top: auto;
    width: 75%;
}
.Centredsmall {
    position: absolute;
    left: 50%;
    margin-right: -50%;
    transform: translate(-50%);
    border-radius: 1em;
    padding: 1em;
    background-image: url(Images/Gradient_BG.png);
    background-size: 100% 100%;
    background-repeat: no-repeat;
    margin-top: auto;
    width: 50%;
}
.FullPage {
    position: absolute;
    left: 50%;
    margin-right: -50%;
    border-radius: 1em;
    padding: 1em;
    transform: translate(-50%);
    background-image: url(Images/Gradient_BG.png);
    background-size: 100% 100%;
    background-repeat: no-repeat;
    width: 95%;
    overflow: visible;
    top: auto;
    margin-left: auto;
    margin-top: auto;
}

.MenuDisplay {
    font-family: "Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, sans-serif;
    font-style: normal;
    font-weight: normal;
    white-space: nowrap;
    font-size: small;
    color: #E7CA7B;
    padding-top: 0;
}
.InfoDisplay {
    font-family: "Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, sans-serif;
    font-style: normal;
    font-weight: normal;
    font-size: medium;
    color: #E7CA7B
}
.FooterDisplay {
    font-size: medium;
    font-family: "Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, sans-serif;
    font-style: normal;
    font-weight: normal;
    color: #E7CA7B;
}
.nopad {
    padding-top: 0;
    padding-bottom: 0;
}
.alignRight {
    text-align: right;
}
.infoTable {
    max-width: 70%;
    min-width: 30%;
    padding: 1em;
    border-radius: 1em;
    border: thin solid #E7CA7B;
    color: #E7CA7B;
    background-color: #40444B;
    margin-right: -50%;
    transform: translate(-50%);
    left: 50%;
    position: relative;
}
