.form-control {}

.navbar-custom {
    /*background: grey;*/
}

.spacer {
    margin-top: 20px;
}

.spacer-big {
    margin-top: 50px;
}

.headerspacer {
    margin-top: 100px;
}

.upload {
    color: black;
}

.submitcvsection {
    background-color: white;
    color: black;
}

.whoami {
    background-image: url(../img/faces.png);
    color: white;
}

.sentMessage {
    color: white;
}

.button {
    background-color: #18BCFD;
    color: white;
    margin: 10px;
    transition: all .3s ease-in-out;
}

.button:hover {
    background-color: #02a1e0;
    color: white;
    transition: all .3s ease-in-out;
}

.helpblock {
    color: white;
}

a {
    color: white;
}

.navbar-custom .navbar-toggle {
    color: #364d58;
    border-color: #364d58;
}