html,body {
    font-family: 'Raleway', sans-serif;
    font-weight: 100;
}
.hero.is-info {
    background: #ffffff;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}
.hero .nav, .hero.is-success .nav {
    -webkit-box-shadow: none;
    box-shadow: none;
}
.box {
    margin-top: 3rem;
}
a.navbar-item:hover{
    border-bottom: solid 2px #63a844;
}
input {
    font-weight: 300;
    border:1px solid #1e5180;
}
.input::-moz-placeholder, .textarea::-moz-placeholder {
    color : #222222;
}
p {
    font-weight: 700;
}
p.subtitle {
    padding-top: 1rem;
}
