/*Style*/
body {
    width: 100%;
    height: 100vh;
    margin: 0;
    padding: 0;
}
a:hover{
    text-decoration:none;
}

.text-white-50 {
    color: rgba(255, 255, 255, .5);
}

.bg-orange {
    background-color: #f37821;
}
.bg-grey {
    background-color: #ccc;
}
.color-orange {
    color: #f37821;
}

.border-bottom {
    border-bottom: 1px solid #e5e5e5;
}

.box-shadow {
    box-shadow: 0 .25rem .75rem rgba(0, 0, 0, .05);
}

.lh-100 {
    line-height: 1;
}

.lh-125 {
    line-height: 1.25;
}

.lh-150 {
    line-height: 1.5;
}
