/* CSS Document */

html, body {
    margin: 0;
    padding: 0;
    height: 100%;
    font-family: "Roboto", "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.title, .subtitle {
    font-family: "Maven Pro", "Helvetica Neue", Helvetica, Arial, sans-serif;
    color: #1D4C84;
}

body {
    display: flex;
    flex-direction: column;
}

main {
    flex-grow: 1;
}

.button.is-primary {
    background-color: #1D4C84;
}

.button.is-primary:hover,
.button.is-primary:focus {
    background-color: #35476F;
}

* {
    box-sizing: border-box;
}

header {
    border-bottom: 1px solid #EAF0F1;
    height: 75px;
    flex-shrink: 0;
}

header nav.navbar,
header .container {
    height: 100%;
    background-color: transparent;
}

.navbar-brand,
.navbar-burger {
    height: 100%;
}

header.is-dark {
    position: absolute;
    left: 0;
    right: 0;
    background: transparent;
    border-bottom: 0;
}

header.is-dark .navbar-item {
    color: #FFF;
}

header.is-dark a.navbar-item:hover,
header.is-dark a.navbar-item:focus {
    background: rgba(255, 255, 255, 0.2);
}

header.is-dark + main .section:first-child {
    padding-top: 7rem;
    background-image: url("/images/background-01.png");
    background-size: 100%;
    background-position: bottom;
    background-color: #1E223C;
    background-repeat: no-repeat;
    color: #FFF;
}

header.is-dark + main .section:first-child .title,
header.is-dark + main .section:first-child .subtitle {
    color: #FFF;
}

header .logo {
    max-height: 2rem;
}

header:not(.is-dark) .logo.is-light,
header.is-dark .logo:not(.is-light) {
    display: none;
}

#mail2 {
    display: none;
}

.title.is-2 {
    text-align: center;
    font-weight: 500;
    font-size: 2.2rem;
    margin-bottom: 1.8rem;
}

.title.is-2 + .subtitle {
    text-align: center;
    margin-bottom: 3.5rem;
}

.title.is-3 {
    font-size: 1.2rem;
    margin-bottom: 0.5rem;
}

p {
    margin-bottom: 10px;
}

footer {
    background-image: url("images/background-footer.png");
    background-position: top;
    background-size: 100%;
    background-color: #D8D7D6;
    background-repeat: no-repeat;
    padding: 8vw 20px 20px;
}

footer p {
    margin-bottom: 0;
    text-align: center;
    font-size: 14px;
}

ul {
    list-style: disc;
    padding: 0 20px 20px 30px;
}

#file_browse {
    display: none;
}

.header.is-dark .navbar-burger,
.header.is-dark .navbar-burger:hover {
    color: #FFF;
}

.header.is-dark .navbar-menu {
    background-color: #1E223C;
}