@font-face{
    font-family:'Open Sans';
    font-style:normal;
    font-weight:700;
    src:local('Open Sans Bold'),local('OpenSans-Bold'),url(http://themes.googleusercontent.com/static/fonts/opensans/v6/k3k702ZOKiLJc3WVjuplzJ1r3JsPcQLi8jytr04NNhU.woff) format('woff');
}
    
@font-face{
     font-family:'Open Sans';
     font-style:normal;
     font-weight:300;
     src:local('Open Sans Light'),local('OpenSans-Light'),url(http://themes.googleusercontent.com/static/fonts/opensans/v6/DXI1ORHCpsQm3Vp6mXoaTZ1r3JsPcQLi8jytr04NNhU.woff) format('woff');
}
 
@font-face{
     font-family:'Open Sans';
     font-style:normal;
     font-weight:800;
     src:local('Open Sans Extrabold'),local('OpenSans-Extrabold'),url(http://themes.googleusercontent.com/static/fonts/opensans/v6/EInbV5DfGHOiMmvb1Xr-hp1r3JsPcQLi8jytr04NNhU.woff) format('woff');
}
 
@font-face{
     font-family:'Open Sans';
     font-style:normal;
     font-weight:400;
     src:local('Open Sans'),local('OpenSans'),url(http://themes.googleusercontent.com/static/fonts/opensans/v6/K88pR3goAWT7BTt32Z01mz8E0i7KZn-EPnyo3HZu7kw.woff) format('woff');
}

.metro *{
    font-size:11pt;
    font-weight:300;
}


.metro h1{
    margin-bottom:10px;
    font-size:42pt;
    font-weight:300;
    font-family:'Open Sans',sans-serif; 
    color:#ffffff;
}

.metro h2{
    margin-bottom:10px;
    font-size:20pt;
    font-weight:300;
    color:#a5a5a5;
    font-family:'Open Sans',sans-serif; 
    color:#ffffff;
}

.metro h3{
    margin-bottom:10px;
    font-size:18pt;
    font-weight:600;
    font-family:'Open Sans',sans-serif; 
    color:#ffffff;
}

.metro h4{
    font-size:11pt;
    font-weight:600; 
    color:#ffffff;
}

.metro h5{ 
    color:#ffffff;
}

.metro-button{
    text-decoration:none;
    border:2px #e2e2e2 solid;
    padding:5px 20px;
    margin:10px 10px 0 10px;
    color:#ffffff !important;
    background:#666;
    cursor:pointer;
    min-width:50px;
    display:inline-block;
    position:relative;
    text-align:center;
    border-radius: 0px;
}

.metro-button:hover{
    background:#999999;
}

.metro-button.default{
    background:#FF8F32; 
    color: #ffffff;
}

.metro-button.default:hover{
    background: #FF9E4F;
}

