a {
    text-decoration: none;
    color: #d46401;
}

a:hover {
    color: #d46401;
    text-decoration: underline;
}

.navbar-menu{
    background-color: #df6907;
    border-color: #a54e0a;
}

.dropdown .dropdown-menu {
    background-color: #df6907;
    border-color: #a54e0a;
}

.dropdown-item:hover {
    background-color: #df6907;
    border-color: #a54e0a;
}

/*==============
  Footer
  ===============*/

.footer {
    background-color: #fafafa;
    padding: 30px 0;
    border-top: 1px solid #f5f5f5;
}

.social-circle li a {
    height: 36px;
    width: 36px;
    color: #f67300;
    border-radius: 50%;
    font-size: 16px;
    display: inline-block;
    line-height: 36px;
    background-color: #ededed;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}

.social-circle li a:hover {
    color: #ffffff !important;
    background-color: #f67300;
}

.copyright-txt {
    margin-top: 20px;
}


/** ARJAN **/
.intro {
    background: #fafafa;
}

div.inputError {
   background: url(/pics/exclamation.png) 0 0 no-repeat;
   padding: 0 4px 4px 20px;
   font-size: 11px;
   font-style: italic;
   color: red;
   text-align: left;
}
