﻿body {
    background-color: #012c41;
    margin: 0;
    padding: 0;
    font-family: Cambria;
}

.main-header{
    width:100%;
    text-align:center;
}

.full-width {
    width: 100%;
    text-align: center;
}

.tile {
    border-style: solid;
    border-width: 2px;
    border-color: white;
    margin: 10px;
    padding: 5px;
}

.text-box-white {
    background-color: white;
    width: 300px;
    color: #012c41;
    text-align:left;
}

.button-yellow {
    text-align: center;
    background-color: gold;
    line-height: 80px;
    cursor: pointer;
    width: 300px;
    height: 80px;
    vertical-align: middle;
    color: #012c41;
}

.panel-center {
    display:inline-block
}

.bronze-tile, .silver-tile, .gold-tile, .platinum-tile, .raised-tile, .referral-tile {
    position: relative;
    width: 220px;
    text-decoration: none;
    font-weight: bold;
    font-size: 24px;
    display: block;
    padding: 4px;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    text-align: center;
    transition: all .2s ease;
    -webkit-transition: all .2s ease;
    -moz-transition: all .2s ease;
    -ms-transition: all .2s ease;
    -o-transition: all .2s ease;
}

.bronze-tile {
    color: #CD7F32;
    background-color: #804a00;
    box-shadow: 0px 10px 0px #CD7F32, 0px 10px 30px #CD7F32;
    -webkit-box-shadow: 0px 10px 0px #CD7F32, 0px 10px 30px #CD7F32;
    -moz-box-shadow: 0px 10px 0px #CD7F32, 0px 10px 30px #CD7F32;
}

    .bronze-tile:hover, .silver-tile:hover, .gold-tile:hover, .platinum-tile:hover {
        background-color: brown;
    }

.silver-tile {
    color: silver;
    background-color: gray;
    box-shadow: 0px 10px 0px silver, 0px 10px 30px silver;
    -webkit-box-shadow: 0px 10px 0px silver, 0px 10px 30px silver;
    -moz-box-shadow: 0px 10px 0px silver, 0px 10px 30px silver;
}

.gold-tile {
    color: gold;
    background-color: goldenrod;
    box-shadow: 0px 10px 0px gold, 0px 10px 30px gold;
    -webkit-box-shadow: 0px 10px 0px gold, 0px 10px 30px gold;
    -moz-box-shadow: 0px 10px 0px gold, 0px 10px 30px gold;
}

.platinum-tile {
    color: #E5E4E2;
    background-color: #797979;
    box-shadow: 0px 10px 0px #E5E4E2, 0px 10px 30px #E5E4E2;
    -webkit-box-shadow: 0px 10px 0px silver, 0px 10px 30px #E5E4E2;
    -moz-box-shadow: 0px 10px 0px #E5E4E2, 0px 10px 30px #E5E4E2;
}

.referral-tile {
    color: yellow;
    background-color: #fa0514;
    box-shadow: 0px 10px 0px yellow, 0px 10px 30px yellow;
    -webkit-box-shadow: 0px 10px 0px yellow, 0px 10px 30px yellow;
    -moz-box-shadow: 0px 10px 0px yellow, 0px 10px 30px yellow;
}

.raised-tile {
    color: white;
    background-color: #012c41;
    box-shadow: 0px 10px 0px #5e6a75, 0px 10px 30px #5e6a75;
    -webkit-box-shadow: 0px 10px 0px #5e6a75, 0px 10px 30px #5e6a75;
    -moz-box-shadow: 0px 10px 0px #5e6a75, 0px 10px 30px #5e6a75;
}

.advertisement {
    margin-top: 10px;
    display: inline-block;
    width:300px;
}

.advertisement-title {
    margin-bottom: 10px;
    font-size: 20px;
    font-weight: bold;
    color: yellow;
}

.advertisement-text-block {
    float: left;
    color: white;
    font-size: 18px;
    text-align: left;
    padding: 5px;
}

.advertisement-image-block {
    float: left;
    text-align: center;
}

.advertisement-button {
    margin-top: 10px;
}

.section{
    display:inline-block;
    width:300px;
}

.section-header {
    margin-top: 10px;
    font-size: 24px;
    font-weight: bold;
    color: white;
}