@import url('https://fonts.googleapis.com/css?family=Roboto:100,400,700&display=swap');

html, body {
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
    text-align: center;
    margin: 0px;
    padding: 0px;
}

.header {
    width: 100%;
    height: auto;
    padding: 20px 0px;
    background-color: #f1f1f1;
}

.header_title {
    width: 100%;
    height: auto;
    padding: 10px 0px;
    background-color: #e1e1e1;
    margin-bottom: 30px;
}

.text-small {
    font-size: 13px;
}

h1, h2, h3 { margin: 0px; }
h1 { font-weight: 100; font-size:42px; }
h2, h3 { font-weight: 400 }


a:link {
    background-color: #b5cdff;
    color: #000;
    padding: 10px 15px;
    text-decoration: none;
}

a:visited {
    background-color: #b5cdff;
    color: #000;
}

a:hover {
    background-color: #93b5ff;
}

