* {
    -moz-box-sizing: border-box;
         box-sizing: border-box;
}

body {
    height: initial;
}

#banner {
    background: #f5f2f0;
    margin-left:  0 !important;
    margin-right: 0 !important;
}

#banner img {
    max-width: 100%;
}

footer h5 > a, 
footer .ui.inverted.list > a.item:hover .content,
#banner a.tiny.orange.header {
    position: relative;
    text-decoration: none;
}

footer h5 > a:before, 
footer .ui.inverted.list > a.item:hover .content:before,
#banner a.tiny.orange.header:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 1px;
    bottom: 0;
    background-color: #f2711c;
    visibility: hidden;
    -webkit-transform: scaleX(0);
            transform: scaleX(0);
    -webkit-transition: all 0.2s ease-in-out 0s;
            transition: all 0.2s ease-in-out 0s;
}

footer .ui.inverted.list > a.item:hover .content {
    color: rgba(255,255,255,.9) !important;
}

footer .ui.inverted.list > a.item:hover .content:before {
    background-color: rgba(255,255,255,.9);
}
  
footer h5 > a:hover:before, 
footer .ui.inverted.list > a.item:hover .content:hover:before,
#banner a.tiny.orange.header:hover:before {
    visibility: visible;
    -webkit-transform: scaleX(1);
            transform: scaleX(1);
}

code {
    padding: 0.2em 0.4em;
    margin: 0;
    font-size: 85%;
    background-color: rgba(27,31,35,0.05);
    word-wrap: break-word;
}

body header img {
    max-width: 150px;
    max-height: 150px;
    width: auto;
    height: auto;
}

footer div.center.aligned.column > h5 a {
    /* color: #8aa6bf !important; */
}