/*!
 * Start Bootstrap - Stylish Portfolio (http://startbootstrap.com/)
 * Copyright 2013-2016 Start Bootstrap
 * Licensed under MIT (https://github.com/BlackrockDigital/startbootstrap/blob/gh-pages/LICENSE)
 */
@import url("font.css");

html {
    padding: 0px;
    margin: 0px;
    height: 100%;
    -webkit-font-smoothing: antialiased;
}

body {
    font-family: 'Roboto Slab',Arial,sans-serif;
    color: #222222;
    font-size: 16px;
    line-height: 23px;
    height: 100%;
}

h1 {
    font-family: 'Roboto Slab', Arial, sans-serif;
    text-transform: uppercase;
    font-size: 26px;
    font-weight: normal;
    line-height: 36px;
    font-weight: 500;
    margin-bottom: 10px;
    display: inline-block;
}

h4 {
    font-family: 'Roboto Slab', Arial, sans-serif;
    text-transform: uppercase;
    font-size: 20x;
    font-weight: bold;
    line-height: 26px;
    font-weight: 500;
    margin-bottom: 10px;
}

#header {
    margin-top: 10px;
    height: 60px;
    border-bottom: 1px solid #ccc;
}
.btn-indeed, .btn-indeed-event {
    color: white;
    font-weight: 500;
    text-transform: uppercase;
}

.btn-indeed {
    background-color: #ff3c00;
    border-color: #ff3c00;
}

    .btn-indeed:hover {
        background-color: #000;
        border-color: #000;
        color: white;
    }

.btn-indeed-event {
    border-color: #009678;
    background-color: #009678;
}

    .btn-indeed-event:hover {
        background-color: rgba(0, 150, 120, 0.7);
        border-color: #009678;
        color: white;
    }