@import url(https://fonts.googleapis.com/css?family=Raleway:100,200,300,400,500,600,700,800,900);

body {
    font-family: 'Raleway', sans-serif;
    font-weight: 300;
    font-size: 16px;
}





/*header a,
header a:link,
header a:visited {
    letter-spacing: 2px;
    display: inline-block;
    height: 55px;
    padding: 0px 40px;
    background: #f7b243;
    border: 0;
    border-radius: 5px;
    color: white;
    font-size: 15px;
    line-height: 55px;
    text-transform: uppercase;
    cursor: pointer;
    -moz-transition: background 0.6s;
    -o-transition: background 0.6s;
    -webkit-transition: background 0.6s;
    transition: background 0.6s;
}

header a:hover {
    background-color: rgba(247, 178, 67, 0.5);
    text-decoration: none;
}*/
