
.margin {
    margin-top: 10px;
}

/* :focus: stijling enkel toepassen als we in het veld staan
	text-transform uppercase = alle letters als hoofdletters weergeven (als we dus in het veld staan) */

#via:focus { 
	text-transform: uppercase;
}


.btn-blauw {
    background-color: #BD2634;
    border-color: #BD2634;
}
.btn-blauw:hover {
    background-color: #9E9EA0;
    color: #FFFFFF;
    border-color: #9E9EA0;
}

h3 {
    color: #417B88;
}

p {
    color: #417B88;
}

html, body, .container {
    padding: 0; 
    margin : 0;
    font-size: 16px;
}

.alert-oranje {
    background-color: #F9F9F9 !important;
    border-color: #E8EAEA !important;
    color: #FDB415 !important;
}
.alert-oranje a {
    color: #6E2585 !important;
}
