/* General */
html {
    -webkit-font-smoothing: antialiased;
}

body {
    font-family: 'Roboto Mono';
}

h1, h2, h3, h4, h5 {
    font-family: 'Roboto';
}

.text-brand {
    color: #CE383D;
    font-family: 'Cantarell';
    font-weight: 700;
}

.text-black-25 {
    color: #CCC !important;
}

/* Button */
.btn, .dropdown-toggle {
    font-family: Raleway;
    text-transform: uppercase;
    font-size: 0.75rem;
    font-weight: 600;
    letter-spacing: 0.05rem;
}

/* Content */
.content {
    max-width: 600px;
}

.content a {
    font-weight: bolder;
    color: #CE383D;
}

.work, .work:hover {
    color: #666 !important;
    text-decoration-color: #666;
    text-decoration: none;
    text-align: center;
    font-weight: normal !important;
    font-size: 0.8rem;
}

.work img{
    max-width: 100%;
    height: auto;
    border-radius: 16px;
    -webkit-box-shadow: 0px 3px 5px 0px rgba(0,0,0,0.25);
    -moz-box-shadow: 0px 3px 5px 0px rgba(0,0,0,0.25);
    box-shadow: 0px 3px 5px 0px rgba(0,0,0,0.25);
}

.work p {
    margin-top: 0.3rem;
}
