@font-face
{
    font-family: AutourOne-Regular;
    src: url(AutourOne-Regular.otf);
} 

html
{
    width: 100%;
    height: 100%;
}

body
{
    font-family: AutourOne-Regular;
    background-image: url('back.png');
    background-position: 0px 0px;
    background-size: 600px 400px;
    
    transition: background-position 1s, background-size 1s;
}

a
{
    color: white;
    text-transform: none;
    font-style: normal;
    text-decoration: none;
}

.floater{}

.main_div
{
    background-color: rgba(225, 225, 225, 0.6);
    border-radius: 100%;
    /*border-color: rgba(0, 0, 0, 0.4);
    border-style: solid;
    border-width: 2px;*/
    bottom: 0;
    height: 456px;
    left: 0;
    margin: auto;
    padding-bottom: 60px;
    position: absolute;
    right: 0;
    top: 0;
    width: 546px;
    
    opacity: 1.0;
    transform: scale(1.0);
    
    transition: opacity 1s, transform 1s;
}

.logo_div
{
    text-align: center;
}

.logo
{
    margin-left: auto;
    margin-right: auto;
    _cursor: pointer;
}

.logo_span
{
    color: #FFFFFF; //rgba(0, 0, 0, 0.56);
    position: relative;
    top: -7px;
}

.logo_text
{
    color: #FFFFFF;
    display: inline-block;
    font-size: 50px;
    margin-top: -12px;
    text-shadow: 1px 1px 4px #666666;
}

.links
{
    margin-top: 21px;
    text-align: center;
}

.link_button
{
    background-color: #222222;
    border-radius: 17px;
    color: #FFFFFF;
    font-size: 21px;
    letter-spacing: 1px;
    margin: 4px;
    padding: 5px 10px;
    text-align: center;
    transition: color 1s;
    display: inline-block;
    
    transform: rotate(5deg);
    -webkit-transform: rotate(5deg);
    
    transition: transform 0.3s;
    -webkit-transition: -webkit-transform 0.3s;
}
.link_button > a
{
    color: inherit;
}
 
.button_orange{color: #f09b46;}
.button_green {color: #46be49;}
.button_blue  {color: #5e6bf6;}
.button_red  {color: #990000;}
.button_yellow {color: #ffcb05;}
.button_purple  {color: #800080;}
.button_white  {color: #ffffff;}

.main_div:hover + .button_orange
{
    background-color: red;
}
 
.link_button:hover
{
    transform: scale(1.2);
    -webkit-transform: scale(1.2);
}

.description
{
    color: #FFFFFF;
    font-size: 20px;
    margin-top: 11px;
    text-shadow: 1px 1px 4px #666666;
}

.stat_circle
{
	 background-color: rgba(80, 80, 225, 0.6);
     border-radius: 100%;
	 text-align: center;
	 width: 100px;
	 height: 90px;
	 padding-top: 10px;
	 cursor: pointer;
}
.stat_circle > img
{
	opacity: 0.6;
	padding-right: 5px;
	padding-top: 3px;
}
