/* Desktop Styles for rubenruiz.org */
@import url('https://fonts.googleapis.com/css?family=News+Cycle|Raleway');
body {
    /*background-color: #ffffff;*/
    height:96%
}
h1 {
    font-family:'News Cycle', sans-serif;
}
h3 {
    font-family:'News Cycle', sans-serif;
    padding-left: 3%;
}
a, p {
    font-family:'Raleway', sans-serif;
    text-decoration: none;
    color: #000000;
}
