@charset "utf-8";
/* CSS Document */

#btn a
{
display:block;
width:120px;
height:50px;
line-height:50px;
font-family:calibri; font-size:18px; font-weight:400; color:#84b818; letter-spacing:0.2px; text-decoration:none; text-align:center;
}
#btn a:hover
{
color:#19171c;
} 

#btn1 a
{
display:block;
width:210px;
height:30px;
line-height:30px;
font-family:calibri; font-size:18px; font-weight:lighter; color:#ffffff; letter-spacing:0.2px; text-decoration:none; text-align:center;
}
#btn1 a:hover
{
color:#418dbd;
}

#btn2 a
{
display:block;
width:120px;
height:35px;
line-height:35px;
background-color:#84b818;
font-family:calibri; font-size:18px; font-weight:lighter; color:#ffffff; letter-spacing:0.2px; text-decoration:none; text-align:center;
border-radius:10px;
}
#btn2 a:hover
{
background-color:#19171c;
} 

#btn0 a
{
display:block;
width:200px;
height:50px;
background-color:#47b2e4;
line-height:50px;
font-family:calibri; font-size:20px; font-weight:lighter; color:#ffffff; letter-spacing:0.2px; text-decoration:none; text-align:center;
border-radius:10px;
}

#btn00
{
display:block;
width:396px;
height:40px;
background-color:#529a4f;
line-height:20px;
font-family:calibri; font-size:17px; font-weight:lighter; color:#ffffff; letter-spacing:0.2px; text-decoration:none; text-align:center;
}

#btn3 a
{
display:block;
width:396px;
height:40px;
background-color:#7c99c4;
line-height:20px;
font-family:calibri; font-size:17px; font-weight:lighter; color:#ffffff; letter-spacing:0.2px; text-decoration:none; text-align:center;
}
#btn3 a:hover
{
background-color:#529a4f;
} 

#btn4 a
{
display:block;
width:396px;
height:40px;
background-color:#7c99c4;
line-height:40px;
font-family:calibri; font-size:17px; font-weight:lighter; color:#ffffff; letter-spacing:0.2px; text-decoration:none; text-align:center;
}
#btn4 a:hover
{
background-color:#529a4f;
} 

#btn6 a
{
display:block;
width:80%;
height:150px;
background-color:#1a3954;
line-height:150px;
font-family:calibri; font-size:40px; font-weight:bold; color:#ffffff; letter-spacing:0.2px; text-decoration:none; text-align:center;
border-radius:10px;
}

#btn_up
{
position: fixed;
bottom: 30px;
right: 25px;
cursor: pointer;
display:none;
z-index:9999;
}