Theme Name: Twenty Thirteen
Theme URI:
Description: 
Version: 1.0
Template: twentythirteen

*/

@import url("../twentythirteen/style.css");

/*Custom styling for landing page*/

.landing-page {
	width: 80%;
	margin: 0 auto;
	text-align: center;
}

.button {
    display: block;	
    width: 50%;
    background: #FF6600;
    border: 2px solid #FF8533;
    color: rgba(255, 255, 255, 0.55);
    text-align: center;
    font: bold 3.2em/100px 'Open Sans', 'Helvetica Neue', Arial, Helvetica, sans-serif;
    margin: 100px auto auto auto;   
    -webkit-border-radius: 15px;
    -khtml-border-radius: 15px;
    -moz-border-radius: 15px;
    border-radius: 15px;
	text-shadow: 0 3px 3px rgba(255, 255, 255, 0.2);
    
}

a.button {
    text-decoration: none;
}

a.button:hover {
	color: #fff;
    background: #FF8533;
    background: -webkit-linear-gradient(top, #FF8533, #FF8533);
    background: -moz-linear-gradient(top, #FF8533, #FF8533);
    background: -o-linear-gradient(top, #FF8533, #FF8533);
    background: -ms-linear-gradient(top, #FF8533, #FF8533);
    background: linear-gradient(top, #FF8533, #FF8533);
}
